@charset "UTF-8";
@font-face {
  font-family: "Acid Grotesk";
  font-style: normal;
  font-weight: 300;
  src:
    url("../fonts/FFF-AcidGrotesk-Light.woff2") format("woff2"),
    url("../fonts/FFF-AcidGrotesk-Light.woff") format("woff"),
    url("../fonts/FFF-AcidGrotesk-Light.otf") format("otf"),
    url("../fonts/FFF-AcidGrotesk-Light.ttf") format("ttf");
}
@font-face {
  font-family: "Acid Grotesk";
  font-style: normal;
  font-weight: 400;
  src:
    url("../fonts/FFF-AcidGrotesk-Regular.woff2") format("woff2"),
    url("../fonts/FFF-AcidGrotesk-Regular.woff") format("woff"),
    url("../fonts/FFF-AcidGrotesk-Regular.otf") format("otf"),
    url("../fonts/FFF-AcidGrotesk-Regular.ttf") format("ttf");
}
@font-face {
  font-family: "Acid Grotesk";
  font-style: normal;
  font-weight: 700;
  src:
    url("../fonts/FFF-AcidGrotesk-Bold.woff2") format("woff2"),
    url("../fonts/FFF-AcidGrotesk-Bold.woff") format("woff"),
    url("../fonts/FFF-AcidGrotesk-Bold.otf") format("otf"),
    url("../fonts/FFF-AcidGrotesk-Bold.ttf") format("ttf");
}
@font-face {
  font-family: "Acid Grotesk";
  font-style: normal;
  font-weight: 800;
  src:
    url("../fonts/FFF-AcidGrotesk-ExtraBold.woff2") format("woff2"),
    url("../fonts/FFF-AcidGrotesk-ExtraBold.woff") format("woff"),
    url("../fonts/FFF-AcidGrotesk-ExtraBold.otf") format("otf"),
    url("../fonts/FFF-AcidGrotesk-ExtraBold.ttf") format("ttf");
}
/* Gradients */
/* uses gradient ($morning-crop-1 or $day-crop-1) for header backgrounds */
/* Mixin for box sizing */
/* Clearfix helper
/* @requires {mixin} clearfix */
/* Mixin to size elements.
/* @param {Number} $width           - Width
/* @param {Number} $height [$width] - Height */
/* Accessibility hiding helper.
/* @param {Bool} $extend [true] - Whether or not extend a placeholder.
/* @requires {mixin} size */
/* Accessibility hiding helper.
/* @requires {mixin} visually-hidden */
/* Truncate Text
/* @required - specify your boundry with a max width value */
/* Position (vert, hor, center) */
/* Text Alignment Left, Right, Center */
/* Aspect Ratio */
/* Mixin to round corners */
/* Adjust the leading to a new multiple of the baseline */
/* Calculate the number of baselines required to accomodate a
/* given pixel-based font size. */
/* 16. Remove the unit of a length
/* =========================================== */
/*
/* Calculate Rem
/* */
/*
/* Margin
/*
/* calculates margin in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'margin-top'
/* */
/*
/* Padding
/*
/* calculates padding in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'padding-top'
/* */
/*
/* Size Rem
/*
/* calculates size (width & height) in 'rem'
/* with 'px' fallback.
/* */
/*
/* Width Rem
/*
/* calculates width in 'rem' with 'px' fallback.
/* */
/*
/* Height Rem
/*
/* calculates height in 'rem' with 'px' fallback.
/* */
/* Removes space from above text to make it flush at the top (not 100% reliable) */
/*Normal Focus No Circle */
/* Accessibility: hide/undo item from screen reader */
.lightTheme,
.quote .quote-component {
  background: #ffffff;
}
.lightTheme.keyboard,
.quote .quote-component {
  background: #fcf8e8;
}
.lightTheme.highlighter,
.quote .highlighter.quote-component {
  background: #fff3a8;
}
.lightTheme.pencil,
.quote .pencil.quote-component {
  background: #fde65e;
}
.lightTheme.transparent,
.quote .transparent.quote-component {
  background: transparent;
}
.lightTheme.paper,
.quote .paper.quote-component {
  background: #ffffff;
}
.lightTheme.businessCard,
.quote .businessCard.quote-component {
  background: #f1f3f6;
}
.lightTheme.waterCooler,
.quote .waterCooler.quote-component {
  background: #1c98e8;
}
.lightTheme.lunchBreak,
.quote .lunchBreak.quote-component {
  background: #fec10b;
}
.lightTheme.desk,
.quote .desk.quote-component {
  background: #b6c1cc;
}
.lightTheme.staple,
.quote .staple.quote-component {
  background: #7d8b99;
}
.lightTheme.tack,
.quote .tack.quote-component {
  background: #6fc9d3;
}
.lightTheme.morningLinear,
.quote .morningLinear.quote-component {
  background: linear-gradient(
    0deg,
    #fd7e00 0%,
    #fdc5a0 20%,
    #fad2d6 30%,
    #e6d0f5 40%,
    #b9c3f8 50%,
    #1c98e9 75%,
    #0057ae 95%
  );
}
.lightTheme.morning-crop-1,
.quote .morning-crop-1.quote-component {
  background: linear-gradient(
    0deg,
    #fdc5a0 5%,
    #fad2d6 35%,
    #e6d0f5 65%,
    #b9c3f8 95%
  );
}
.lightTheme.morning-crop-2,
.quote .morning-crop-2.quote-component {
  background: linear-gradient(
    0deg,
    #fd7e00 0%,
    #fdc5a0 40%,
    #fad2d6 60%,
    #e6d0f5 80%,
    #b9c3f8 95%
  );
}
.lightTheme.morning-crop-3,
.quote .morning-crop-3.quote-component {
  background: linear-gradient(
    0deg,
    #fbcfcc 0%,
    #fad2d6 5%,
    #e6d0f5 25%,
    #b9c3f8 45%,
    #1c98e9 95%,
    #1a94e6 100%
  );
}
.lightTheme.morning-crop-4,
.quote .morning-crop-4.quote-component {
  background: linear-gradient(
    0deg,
    #fdbd8e 0%,
    #fdc5a0 5%,
    #fad2d6 20%,
    #e6d0f5 35%,
    #b9c3f8 55%,
    #1c98e9 95%,
    #1a94e6 100%
  );
}
.lightTheme.morning-crop-5,
.quote .morning-crop-5.quote-component {
  background: linear-gradient(
    0deg,
    #fbd0cc 0%,
    #fad2d6 5%,
    #e6d0f5 20%,
    #b9c3f8 35%,
    #1c98e9 70%,
    #0057ae 95%
  );
}
.lightTheme.dayLinear,
.quote .dayLinear.quote-component {
  background: linear-gradient(
    0deg,
    #fd7e00 0.1%,
    #fecb68 20.06%,
    #fde695 30.04%,
    #eeeeb7 40.02%,
    #cae5ce 50%,
    #6fc9d3 64.97%,
    #1b71b8 94.91%
  );
}
.lightTheme.day-crop-1,
.quote .day-crop-1.quote-component {
  background: linear-gradient(
    0deg,
    #fec35d 0.1%,
    #fecb68 5.09%,
    #fde695 30.04%,
    #eeeeb7 50%,
    #cae5ce 74.95%,
    #84cfd2 99.9%
  );
}
.lightTheme.day-crop-2,
.quote .day-crop-2.quote-component {
  background: linear-gradient(
    0deg,
    #fd7e00 0.1%,
    #fecb68 30.04%,
    #fde695 50%,
    #eeeeb7 64.97%,
    #cae5ce 79.94%,
    #85cfd2 99.9%
  );
}
.lightTheme.day-crop-3,
.quote .day-crop-3.quote-component {
  background: linear-gradient(
    0deg,
    #fde18c 0.1%,
    #fde695 5.09%,
    #eeeeb7 25.05%,
    #cae5ce 45.01%,
    #6fc9d3 69.96%,
    #3a92c1 99.9%
  );
}
.lightTheme.day-crop-4,
.quote .day-crop-4.quote-component {
  background: linear-gradient(
    0deg,
    #fdaa3c 0.1%,
    #fecb68 10.08%,
    #fde695 30.04%,
    #eeeeb7 40.02%,
    #cae5ce 54.99%,
    #6fc9d3 79.94%,
    #3a92c1 99.9%
  );
}
.lightTheme.day-crop-5,
.quote .day-crop-5.quote-component {
  background: linear-gradient(
    0deg,
    #fde18c 0.1%,
    #fde695 5.09%,
    #eeeeb7 15.07%,
    #cae5ce 30.04%,
    #6fc9d3 54.99%,
    #0057ae 94.91%
  );
}
.lightTheme.nightLinear,
.quote .nightLinear.quote-component {
  background: linear-gradient(
    0deg,
    #ffbe61 0.01%,
    #fda63d 5%,
    #fece7a 15%,
    #ffdbba 25%,
    #eec9db 35%,
    #c8a2e1 45%,
    #8579cf 55%,
    #0057ae 75%,
    #022043 95%
  );
}
.lightTheme.night-crop-1,
.quote .night-crop-1.quote-component {
  background: linear-gradient(
    0deg,
    #fed28d 0.01%,
    #ffdbba 20%,
    #eec9db 50%,
    #c8a2e1 80%,
    #9c87d5 99.99%
  );
}
.lightTheme.night-crop-2,
.quote .night-crop-2.quote-component {
  background: linear-gradient(
    0deg,
    #fd7e00 0.01%,
    #fda63d 10%,
    #fece7a 30%,
    #ffdbba 50%,
    #eec9db 70%,
    #c8a2e1 90%,
    #9d97d5 99.99%
  );
}
.lightTheme.night-crop-3,
.quote .night-crop-3.quote-component {
  background: linear-gradient(
    0deg,
    #f9d5c4 0.01%,
    #eec9db 20%,
    #c8a2e1 45%,
    #8579cf 70%,
    #3865bc 99.99%
  );
}
.lightTheme.night-crop-4,
.quote .night-crop-4.quote-component {
  background: linear-gradient(
    0deg,
    #fed28d 0.01%,
    #ffdbba 15%,
    #eec9db 35%,
    #c8a2e1 55%,
    #8579cf 75%,
    #3865bc 99.99%
  );
}
.lightTheme.night-crop-5,
.quote .night-crop-5.quote-component {
  background: linear-gradient(
    0deg,
    #f9d5c4 0.01%,
    #eec9db 10%,
    #c8a2e1 25%,
    #8579cf 40%,
    #0057ae 70%,
    #022043 95%
  );
}
.lightTheme.morningGlowOnKeyboard,
.quote .morningGlowOnKeyboard.quote-component {
  background:
    linear-gradient(0deg, #fd7e00 0%, #fdc5a0 25%, rgba(255, 255, 255, 0) 70%),
    #fcf8e8;
}
.lightTheme.morningGlowOnPaper,
.quote .morningGlowOnPaper.quote-component {
  background:
    linear-gradient(0deg, #fd7e00 0%, #fdc5a0 25%, rgba(255, 255, 255, 0) 70%),
    #fff;
}
.lightTheme.dayGlowOnKeyboard,
.quote .dayGlowOnKeyboard.quote-component {
  background:
    linear-gradient(
      0deg,
      #ff8315 0.17%,
      #fecb68 25.08%,
      rgba(255, 255, 255, 0) 69.93%
    ),
    #fcf8e8;
}
.lightTheme.dayGlowOnPaper,
.quote .dayGlowOnPaper.quote-component {
  background:
    linear-gradient(
      0deg,
      #ff8315 0.17%,
      #fecb68 25.08%,
      rgba(255, 255, 255, 0) 69.93%
    ),
    #fff;
}
.lightTheme.nightGlowOnKeyboard,
.quote .nightGlowOnKeyboard.quote-component {
  background:
    linear-gradient(
      0deg,
      #fda63d 0%,
      #fece7a 15%,
      #ffdbba 30%,
      rgba(255, 255, 255, 0) 70%
    ),
    #fcf8e8;
}
.lightTheme.nightGlowOnPaper,
.quote .nightGlowOnPaper.quote-component {
  background:
    linear-gradient(
      0deg,
      #fda63d 0%,
      #fece7a 15%,
      #ffdbba 30%,
      rgba(255, 255, 255, 0) 70%
    ),
    #fff;
}
.lightTheme.lightBlueSky,
.quote .lightBlueSky.quote-component {
  background: #9fcfff;
}
.lightTheme.blueberry200,
.quote .blueberry200.quote-component {
  background: #a6d2ff;
}
.lightTheme.cantaloupe100,
.quote .cantaloupe100.quote-component {
  background: #ffeed9;
}
.lightTheme.cantaloupe500,
.quote .cantaloupe500.quote-component {
  background: #f38b00;
}
.lightTheme.sourlemon300,
.quote .sourlemon300.quote-component {
  background: #ffda61;
}
.lightTheme.sourlemon400,
.quote .sourlemon400.quote-component {
  background: #ffc629;
}
.lightTheme.islandpunch300,
.quote .islandpunch300.quote-component {
  background: #a88ae6;
}
.lightTheme.toothpaste200,
.quote .toothpaste200.quote-component {
  background: #99e0ff;
}
.lightTheme.toothpaste300,
.quote .toothpaste300.quote-component {
  background: #40b4e5;
}
.lightTheme.soap100,
.quote .soap100.quote-component {
  background: #f6f7f8;
}
.lightTheme.soap200,
.quote .soap200.quote-component {
  background: #f0f1f2;
}
.lightTheme.frenchvanilla100,
.quote .frenchvanilla100.quote-component {
  background: #ffffff;
}
.lightTheme.cinnamon500,
.quote .cinnamon500.quote-component {
  background: #de2e21;
}
.lightTheme.chilimango500,
.quote .chilimango500.quote-component {
  background: #e04b00;
}
.lightTheme.watermelon400,
.quote .watermelon400.quote-component {
  background: #12a67c;
}
.lightTheme.watermelon500,
.quote .watermelon500.quote-component {
  background: #0c7a5b;
}
.lightTheme.illuminateCrop,
.quote .illuminateCrop.quote-component {
  background: linear-gradient(
    0deg,
    #fcae48 0%,
    #ffca5b 25%,
    #ffc974 50%,
    #ffbe8c 75%,
    #ff9c9d 100%
  );
}
.lightTheme.go,
.quote .go.quote-component {
  background: linear-gradient(
    179.99deg,
    #4c66bc 0.01%,
    #8579cf 19%,
    #c8a2e1 43.5%,
    #edc8db 62.6%,
    #eec9db 62.61%,
    #f9d5c6 69.24%,
    #ffdbba 74.83%,
    #ffcf95 83.24%,
    #ffbe61 89.12%,
    #fd7e00 99.99%
  );
}
.lightTheme h1,
.quote .quote-component h1,
.lightTheme h2,
.quote .quote-component h2,
.lightTheme h3,
.quote .quote-component h3,
.lightTheme h4,
.quote .quote-component h4,
.lightTheme h5,
.quote .quote-component h5,
.lightTheme h6,
.quote .quote-component h6,
.lightTheme p,
.quote .quote-component p,
.lightTheme .title-1,
.quote .quote-component .title-1,
.lightTheme .title-2,
.quote .quote-component .title-2,
.lightTheme .title-3,
.lightTheme .cmp-about-author .about-author__title,
.cmp-about-author .lightTheme .about-author__title,
.quote .quote-component .title-3,
.quote .quote-component .cmp-about-author .about-author__title,
.cmp-about-author .quote .quote-component .about-author__title,
.lightTheme .title-4,
.quote .quote-component .title-4,
.lightTheme .title-5,
.quote .quote-component .title-5,
.lightTheme .title-6,
.lightTheme .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .lightTheme .hero-card__title,
.quote .quote-component .title-6,
.quote .quote-component .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .quote .quote-component .hero-card__title,
.lightTheme .body-0,
.quote .quote-component .body-0,
.lightTheme .body-1,
.lightTheme .cmp-hub-hero__one .hub-hero__wrapper-video .hero-card__description,
.cmp-hub-hero__one .hub-hero__wrapper-video .lightTheme .hero-card__description,
.lightTheme .cmp-about-author .about-author__user-details .user-name,
.cmp-about-author .about-author__user-details .lightTheme .user-name,
.quote .quote-component .body-1,
.quote
  .quote-component
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .quote
  .quote-component
  .hero-card__description,
.quote
  .quote-component
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .quote
  .quote-component
  .user-name,
.lightTheme .body-2,
.lightTheme .cmp-about-author .about-author__user-details,
.cmp-about-author .lightTheme .about-author__user-details,
.quote .quote-component .body-2,
.quote .quote-component .cmp-about-author .about-author__user-details,
.cmp-about-author .quote .quote-component .about-author__user-details,
.lightTheme .body-3,
.lightTheme
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .lightTheme
  .hero-card__eyebrow,
.lightTheme .cmp-hub-hero .hero-card__type,
.cmp-hub-hero .lightTheme .hero-card__type,
.lightTheme .cmp-share-component--copied,
.lightTheme .cmp-share-component--date,
.lightTheme .cmp-share-component--share,
.quote .quote-component .body-3,
.quote
  .quote-component
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .quote
  .quote-component
  .hero-card__eyebrow,
.quote .quote-component .cmp-hub-hero .hero-card__type,
.cmp-hub-hero .quote .quote-component .hero-card__type,
.quote .quote-component .cmp-share-component--copied,
.quote .quote-component .cmp-share-component--date,
.quote .quote-component .cmp-share-component--share,
.lightTheme li,
.quote .quote-component li,
.lightTheme .display,
.quote .quote-component .display,
.lightTheme .overline,
.lightTheme .cmp-article-hero .article-hero__eyebrow,
.cmp-article-hero .lightTheme .article-hero__eyebrow,
.quote .quote-component .overline,
.quote .quote-component .cmp-article-hero .article-hero__eyebrow,
.cmp-article-hero .quote .quote-component .article-hero__eyebrow,
.lightTheme .eyebrow .cmp-title__text,
.quote .quote-component .eyebrow .cmp-title__text,
.eyebrow .lightTheme .cmp-title__text,
.eyebrow .quote .quote-component .cmp-title__text,
.quote .eyebrow .quote-component .cmp-title__text {
  color: #022043 !important;
}
.lightTheme .cmp-text a,
.lightTheme a,
.quote .quote-component a {
  border-radius: 24px !important;
  color: #0057ae !important;
  border-radius: 24px;
}
.lightTheme .cmp-text a:hover,
.lightTheme .cmp-text a:active,
.lightTheme a:hover,
.quote .quote-component a:hover,
.lightTheme a:active,
.quote .quote-component a:active {
  color: #022043 !important;
}
.lightTheme .cmp-text a:focus,
.lightTheme a:focus,
.quote .quote-component a:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
.lightTheme .cmp-text a:focus-visible,
.lightTheme a:focus-visible,
.quote .quote-component a:focus-visible {
  color: #022043 !important;
  box-shadow: 0 0 0 2px #0057ae !important;
  border: none !important;
  outline: none !important;
  border-radius: 24px !important;
}
.lightTheme .statistic,
.quote .quote-component .statistic {
  color: #0057ae !important;
}
.lightTheme,
.quote .quote-component {
  /* Gradients for Titles only */
}
.lightTheme h1.day-crop-1,
.quote .quote-component h1.day-crop-1,
.lightTheme h2.day-crop-1,
.quote .quote-component h2.day-crop-1,
.lightTheme h3.day-crop-1,
.quote .quote-component h3.day-crop-1,
.lightTheme h4.day-crop-1,
.quote .quote-component h4.day-crop-1,
.lightTheme h5.day-crop-1,
.quote .quote-component h5.day-crop-1,
.lightTheme h6.day-crop-1,
.quote .quote-component h6.day-crop-1,
.lightTheme .title-1.day-crop-1,
.quote .quote-component .title-1.day-crop-1,
.lightTheme .title-2.day-crop-1,
.quote .quote-component .title-2.day-crop-1,
.lightTheme .title-3.day-crop-1,
.lightTheme .cmp-about-author .day-crop-1.about-author__title,
.cmp-about-author .lightTheme .day-crop-1.about-author__title,
.quote .quote-component .title-3.day-crop-1,
.quote .quote-component .cmp-about-author .day-crop-1.about-author__title,
.cmp-about-author .quote .quote-component .day-crop-1.about-author__title,
.lightTheme .title-4.day-crop-1,
.quote .quote-component .title-4.day-crop-1,
.lightTheme .title-5.day-crop-1,
.quote .quote-component .title-5.day-crop-1,
.lightTheme .title-6.day-crop-1,
.lightTheme .cmp-hub-hero .day-crop-1.hero-card__title,
.cmp-hub-hero .lightTheme .day-crop-1.hero-card__title,
.quote .quote-component .title-6.day-crop-1,
.quote .quote-component .cmp-hub-hero .day-crop-1.hero-card__title,
.cmp-hub-hero .quote .quote-component .day-crop-1.hero-card__title {
  background: linear-gradient(
    0deg,
    #fec35d 0.1%,
    #fecb68 5.09%,
    #fde695 30.04%,
    #eeeeb7 50%,
    #cae5ce 74.95%,
    #84cfd2 99.9%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lightTheme h1.morning-crop-1,
.quote .quote-component h1.morning-crop-1,
.lightTheme h2.morning-crop-1,
.quote .quote-component h2.morning-crop-1,
.lightTheme h3.morning-crop-1,
.quote .quote-component h3.morning-crop-1,
.lightTheme h4.morning-crop-1,
.quote .quote-component h4.morning-crop-1,
.lightTheme h5.morning-crop-1,
.quote .quote-component h5.morning-crop-1,
.lightTheme h6.morning-crop-1,
.quote .quote-component h6.morning-crop-1,
.lightTheme .title-1.morning-crop-1,
.quote .quote-component .title-1.morning-crop-1,
.lightTheme .title-2.morning-crop-1,
.quote .quote-component .title-2.morning-crop-1,
.lightTheme .title-3.morning-crop-1,
.lightTheme .cmp-about-author .morning-crop-1.about-author__title,
.cmp-about-author .lightTheme .morning-crop-1.about-author__title,
.quote .quote-component .title-3.morning-crop-1,
.quote .quote-component .cmp-about-author .morning-crop-1.about-author__title,
.cmp-about-author .quote .quote-component .morning-crop-1.about-author__title,
.lightTheme .title-4.morning-crop-1,
.quote .quote-component .title-4.morning-crop-1,
.lightTheme .title-5.morning-crop-1,
.quote .quote-component .title-5.morning-crop-1,
.lightTheme .title-6.morning-crop-1,
.lightTheme .cmp-hub-hero .morning-crop-1.hero-card__title,
.cmp-hub-hero .lightTheme .morning-crop-1.hero-card__title,
.quote .quote-component .title-6.morning-crop-1,
.quote .quote-component .cmp-hub-hero .morning-crop-1.hero-card__title,
.cmp-hub-hero .quote .quote-component .morning-crop-1.hero-card__title {
  background: linear-gradient(
    0deg,
    #fdc5a0 5%,
    #fad2d6 35%,
    #e6d0f5 65%,
    #b9c3f8 95%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lightTheme h1 span.day-crop-1,
.quote .quote-component h1 span.day-crop-1,
.lightTheme h2 span.day-crop-1,
.quote .quote-component h2 span.day-crop-1,
.lightTheme h3 span.day-crop-1,
.quote .quote-component h3 span.day-crop-1,
.lightTheme h4 span.day-crop-1,
.quote .quote-component h4 span.day-crop-1,
.lightTheme h5 span.day-crop-1,
.quote .quote-component h5 span.day-crop-1,
.lightTheme h6 span.day-crop-1,
.quote .quote-component h6 span.day-crop-1,
.lightTheme .title-1 span.day-crop-1,
.quote .quote-component .title-1 span.day-crop-1,
.lightTheme .title-2 span.day-crop-1,
.quote .quote-component .title-2 span.day-crop-1,
.lightTheme .title-3 span.day-crop-1,
.lightTheme .cmp-about-author .about-author__title span.day-crop-1,
.cmp-about-author .lightTheme .about-author__title span.day-crop-1,
.quote .quote-component .title-3 span.day-crop-1,
.quote .quote-component .cmp-about-author .about-author__title span.day-crop-1,
.cmp-about-author .quote .quote-component .about-author__title span.day-crop-1,
.lightTheme .title-4 span.day-crop-1,
.quote .quote-component .title-4 span.day-crop-1,
.lightTheme .title-5 span.day-crop-1,
.quote .quote-component .title-5 span.day-crop-1,
.lightTheme .title-6 span.day-crop-1,
.lightTheme .cmp-hub-hero .hero-card__title span.day-crop-1,
.cmp-hub-hero .lightTheme .hero-card__title span.day-crop-1,
.quote .quote-component .title-6 span.day-crop-1,
.quote .quote-component .cmp-hub-hero .hero-card__title span.day-crop-1,
.cmp-hub-hero .quote .quote-component .hero-card__title span.day-crop-1 {
  background: linear-gradient(
    0deg,
    #fec35d 0.1%,
    #fecb68 5.09%,
    #fde695 30.04%,
    #eeeeb7 50%,
    #cae5ce 74.95%,
    #84cfd2 99.9%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lightTheme h1 span.morning-crop-1,
.quote .quote-component h1 span.morning-crop-1,
.lightTheme h2 span.morning-crop-1,
.quote .quote-component h2 span.morning-crop-1,
.lightTheme h3 span.morning-crop-1,
.quote .quote-component h3 span.morning-crop-1,
.lightTheme h4 span.morning-crop-1,
.quote .quote-component h4 span.morning-crop-1,
.lightTheme h5 span.morning-crop-1,
.quote .quote-component h5 span.morning-crop-1,
.lightTheme h6 span.morning-crop-1,
.quote .quote-component h6 span.morning-crop-1,
.lightTheme .title-1 span.morning-crop-1,
.quote .quote-component .title-1 span.morning-crop-1,
.lightTheme .title-2 span.morning-crop-1,
.quote .quote-component .title-2 span.morning-crop-1,
.lightTheme .title-3 span.morning-crop-1,
.lightTheme .cmp-about-author .about-author__title span.morning-crop-1,
.cmp-about-author .lightTheme .about-author__title span.morning-crop-1,
.quote .quote-component .title-3 span.morning-crop-1,
.quote
  .quote-component
  .cmp-about-author
  .about-author__title
  span.morning-crop-1,
.cmp-about-author
  .quote
  .quote-component
  .about-author__title
  span.morning-crop-1,
.lightTheme .title-4 span.morning-crop-1,
.quote .quote-component .title-4 span.morning-crop-1,
.lightTheme .title-5 span.morning-crop-1,
.quote .quote-component .title-5 span.morning-crop-1,
.lightTheme .title-6 span.morning-crop-1,
.lightTheme .cmp-hub-hero .hero-card__title span.morning-crop-1,
.cmp-hub-hero .lightTheme .hero-card__title span.morning-crop-1,
.quote .quote-component .title-6 span.morning-crop-1,
.quote .quote-component .cmp-hub-hero .hero-card__title span.morning-crop-1,
.cmp-hub-hero .quote .quote-component .hero-card__title span.morning-crop-1 {
  background: linear-gradient(
    0deg,
    #fdc5a0 5%,
    #fad2d6 35%,
    #e6d0f5 65%,
    #b9c3f8 95%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.darkTheme {
  background:var(--footer-background-color);
}
.darkTheme.ballpoint {
  background: #0057ae;
}
.darkTheme.ink {
  background: #0f2e66;
}
.darkTheme.laptop {
  background: #525d6a;
}
.darkTheme.smoothie {
  background: #ab65d0;
}
.darkTheme.happyHour {
  background: #fd7e00;
}
.darkTheme.thumbtack {
  background: #fc5b05;
}
.darkTheme.blueberr400 {
  background: #0875e1;
}
.darkTheme.blueberry500 {
  background: #005cb9;
}
.darkTheme.blueberry600 {
  background: #004387;
}
.darkTheme.islandpunch400 {
  background: #8660d1;
}
.darkTheme.blackpepper200 {
  background: #616161;
}
.darkTheme.blackpepper400 {
  background: #333333;
}
.darkTheme.blackpepper600 {
  background: #000000;
}
.darkTheme.black {
  background: #000000;
}
.darkTheme.transparent {
  background: transparent;
}
.darkTheme h1,
.darkTheme h2,
.darkTheme h3,
.darkTheme h4,
.darkTheme h5,
.darkTheme h6,
.darkTheme p,
.darkTheme .title-1,
.darkTheme .title-2,
.darkTheme .title-3,
.darkTheme .cmp-about-author .about-author__title,
.cmp-about-author .darkTheme .about-author__title,
.darkTheme .title-4,
.darkTheme .title-5,
.darkTheme .title-6,
.darkTheme .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .darkTheme .hero-card__title,
.darkTheme .body-0,
.darkTheme .body-1,
.darkTheme .cmp-hub-hero__one .hub-hero__wrapper-video .hero-card__description,
.cmp-hub-hero__one .hub-hero__wrapper-video .darkTheme .hero-card__description,
.darkTheme .cmp-about-author .about-author__user-details .user-name,
.cmp-about-author .about-author__user-details .darkTheme .user-name,
.darkTheme .body-2,
.darkTheme .cmp-about-author .about-author__user-details,
.cmp-about-author .darkTheme .about-author__user-details,
.darkTheme .body-3,
.darkTheme
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .darkTheme
  .hero-card__eyebrow,
.darkTheme .cmp-hub-hero .hero-card__type,
.cmp-hub-hero .darkTheme .hero-card__type,
.darkTheme .cmp-share-component--copied,
.darkTheme .cmp-share-component--date,
.darkTheme .cmp-share-component--share,
.darkTheme .statistic,
.darkTheme li,
.darkTheme a,
.darkTheme .display,
.darkTheme .overline,
.darkTheme .cmp-article-hero .article-hero__eyebrow,
.cmp-article-hero .darkTheme .article-hero__eyebrow,
.darkTheme .eyebrow .cmp-title__text,
.eyebrow .darkTheme .cmp-title__text {
  color: #ffffff !important;
}
.darkTheme .cmp-text a,
.darkTheme a {
  border-radius: 24px !important;
  color: #ffffff;
}
.darkTheme .cmp-text a:hover,
.darkTheme .cmp-text a:active,
.darkTheme a:hover,
.darkTheme a:active {
  color: #b6c1cc !important;
}
.darkTheme .cmp-text a:focus,
.darkTheme a:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
.darkTheme .cmp-text a:focus-visible,
.darkTheme a:focus-visible {
  color: #ffffff !important;
  box-shadow: 0 0 0 2px #ffffff !important;
  border: none !important;
  outline: none !important;
  border-radius: 24px !important;
}
.darkTheme .statistic {
  color: #ffffff !important;
}
.darkTheme {
  /* Gradients for Titles only */
}
.darkTheme h1.day-crop-1,
.darkTheme h2.day-crop-1,
.darkTheme h3.day-crop-1,
.darkTheme h4.day-crop-1,
.darkTheme h5.day-crop-1,
.darkTheme h6.day-crop-1,
.darkTheme .title-1.day-crop-1,
.darkTheme .title-2.day-crop-1,
.darkTheme .title-3.day-crop-1,
.darkTheme .cmp-about-author .day-crop-1.about-author__title,
.cmp-about-author .darkTheme .day-crop-1.about-author__title,
.darkTheme .title-4.day-crop-1,
.darkTheme .title-5.day-crop-1,
.darkTheme .title-6.day-crop-1,
.darkTheme .cmp-hub-hero .day-crop-1.hero-card__title,
.cmp-hub-hero .darkTheme .day-crop-1.hero-card__title {
  background: linear-gradient(
    0deg,
    #fec35d 0.1%,
    #fecb68 5.09%,
    #fde695 30.04%,
    #eeeeb7 50%,
    #cae5ce 74.95%,
    #84cfd2 99.9%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.darkTheme h1.morning-crop-1,
.darkTheme h2.morning-crop-1,
.darkTheme h3.morning-crop-1,
.darkTheme h4.morning-crop-1,
.darkTheme h5.morning-crop-1,
.darkTheme h6.morning-crop-1,
.darkTheme .title-1.morning-crop-1,
.darkTheme .title-2.morning-crop-1,
.darkTheme .title-3.morning-crop-1,
.darkTheme .cmp-about-author .morning-crop-1.about-author__title,
.cmp-about-author .darkTheme .morning-crop-1.about-author__title,
.darkTheme .title-4.morning-crop-1,
.darkTheme .title-5.morning-crop-1,
.darkTheme .title-6.morning-crop-1,
.darkTheme .cmp-hub-hero .morning-crop-1.hero-card__title,
.cmp-hub-hero .darkTheme .morning-crop-1.hero-card__title {
  background: linear-gradient(
    0deg,
    #fdc5a0 5%,
    #fad2d6 35%,
    #e6d0f5 65%,
    #b9c3f8 95%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.darkTheme h1 span.day-crop-1,
.darkTheme h2 span.day-crop-1,
.darkTheme h3 span.day-crop-1,
.darkTheme h4 span.day-crop-1,
.darkTheme h5 span.day-crop-1,
.darkTheme h6 span.day-crop-1,
.darkTheme .title-1 span.day-crop-1,
.darkTheme .title-2 span.day-crop-1,
.darkTheme .title-3 span.day-crop-1,
.darkTheme .cmp-about-author .about-author__title span.day-crop-1,
.cmp-about-author .darkTheme .about-author__title span.day-crop-1,
.darkTheme .title-4 span.day-crop-1,
.darkTheme .title-5 span.day-crop-1,
.darkTheme .title-6 span.day-crop-1,
.darkTheme .cmp-hub-hero .hero-card__title span.day-crop-1,
.cmp-hub-hero .darkTheme .hero-card__title span.day-crop-1 {
  background: linear-gradient(
    0deg,
    #fec35d 0.1%,
    #fecb68 5.09%,
    #fde695 30.04%,
    #eeeeb7 50%,
    #cae5ce 74.95%,
    #84cfd2 99.9%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.darkTheme h1 span.morning-crop-1,
.darkTheme h2 span.morning-crop-1,
.darkTheme h3 span.morning-crop-1,
.darkTheme h4 span.morning-crop-1,
.darkTheme h5 span.morning-crop-1,
.darkTheme h6 span.morning-crop-1,
.darkTheme .title-1 span.morning-crop-1,
.darkTheme .title-2 span.morning-crop-1,
.darkTheme .title-3 span.morning-crop-1,
.darkTheme .cmp-about-author .about-author__title span.morning-crop-1,
.cmp-about-author .darkTheme .about-author__title span.morning-crop-1,
.darkTheme .title-4 span.morning-crop-1,
.darkTheme .title-5 span.morning-crop-1,
.darkTheme .title-6 span.morning-crop-1,
.darkTheme .cmp-hub-hero .hero-card__title span.morning-crop-1,
.cmp-hub-hero .darkTheme .hero-card__title span.morning-crop-1 {
  background: linear-gradient(
    0deg,
    #fdc5a0 5%,
    #fad2d6 35%,
    #e6d0f5 65%,
    #b9c3f8 95%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nightLinear h1,
.nightLinear h2,
.nightLinear h3,
.nightLinear h4,
.nightLinear h5,
.nightLinear h6,
.nightLinear p,
.nightLinear .title-1,
.nightLinear .title-2,
.nightLinear .title-3,
.nightLinear .cmp-about-author .about-author__title,
.cmp-about-author .nightLinear .about-author__title,
.nightLinear .title-4,
.nightLinear .title-5,
.nightLinear .title-6,
.nightLinear .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .nightLinear .hero-card__title,
.nightLinear .body-0,
.nightLinear .body-1,
.nightLinear
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .nightLinear
  .hero-card__description,
.nightLinear .cmp-about-author .about-author__user-details .user-name,
.cmp-about-author .about-author__user-details .nightLinear .user-name,
.nightLinear .body-2,
.nightLinear .cmp-about-author .about-author__user-details,
.cmp-about-author .nightLinear .about-author__user-details,
.nightLinear .body-3,
.nightLinear
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .nightLinear
  .hero-card__eyebrow,
.nightLinear .cmp-hub-hero .hero-card__type,
.cmp-hub-hero .nightLinear .hero-card__type,
.nightLinear .cmp-share-component--copied,
.nightLinear .cmp-share-component--date,
.nightLinear .cmp-share-component--share,
.night-crop-5 h1,
.night-crop-5 h2,
.night-crop-5 h3,
.night-crop-5 h4,
.night-crop-5 h5,
.night-crop-5 h6,
.night-crop-5 p,
.night-crop-5 .title-1,
.night-crop-5 .title-2,
.night-crop-5 .title-3,
.night-crop-5 .cmp-about-author .about-author__title,
.cmp-about-author .night-crop-5 .about-author__title,
.night-crop-5 .title-4,
.night-crop-5 .title-5,
.night-crop-5 .title-6,
.night-crop-5 .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .night-crop-5 .hero-card__title,
.night-crop-5 .body-0,
.night-crop-5 .body-1,
.night-crop-5
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .night-crop-5
  .hero-card__description,
.night-crop-5 .cmp-about-author .about-author__user-details .user-name,
.cmp-about-author .about-author__user-details .night-crop-5 .user-name,
.night-crop-5 .body-2,
.night-crop-5 .cmp-about-author .about-author__user-details,
.cmp-about-author .night-crop-5 .about-author__user-details,
.night-crop-5 .body-3,
.night-crop-5
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .night-crop-5
  .hero-card__eyebrow,
.night-crop-5 .cmp-hub-hero .hero-card__type,
.cmp-hub-hero .night-crop-5 .hero-card__type,
.night-crop-5 .cmp-share-component--copied,
.night-crop-5 .cmp-share-component--date,
.night-crop-5 .cmp-share-component--share {
  color: #ffffff !important;
}

.cmp-text.keyboard .title-1,
.quote .cmp-text.quote-component .title-1,
.cmp-text.keyboard .title-2,
.quote .cmp-text.quote-component .title-2,
.cmp-text.keyboard .title-3,
.cmp-text.keyboard .cmp-about-author .about-author__title,
.cmp-about-author .cmp-text.keyboard .about-author__title,
.quote .cmp-text.quote-component .title-3,
.quote .cmp-text.quote-component .cmp-about-author .about-author__title,
.cmp-about-author .quote .cmp-text.quote-component .about-author__title,
.cmp-text.keyboard .title-4,
.quote .cmp-text.quote-component .title-4,
.cmp-text.keyboard .title-5,
.quote .cmp-text.quote-component .title-5,
.cmp-text.keyboard .title-6,
.cmp-text.keyboard .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .cmp-text.keyboard .hero-card__title,
.quote .cmp-text.quote-component .title-6,
.quote .cmp-text.quote-component .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .quote .cmp-text.quote-component .hero-card__title,
.cmp-text.keyboard .display,
.quote .cmp-text.quote-component .display {
  background: #fcf8e8;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cmp-text.highlighter .title-1,
.cmp-text.highlighter .title-2,
.cmp-text.highlighter .title-3,
.cmp-text.highlighter .cmp-about-author .about-author__title,
.cmp-about-author .cmp-text.highlighter .about-author__title,
.cmp-text.highlighter .title-4,
.cmp-text.highlighter .title-5,
.cmp-text.highlighter .title-6,
.cmp-text.highlighter .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .cmp-text.highlighter .hero-card__title,
.cmp-text.highlighter .display {
  background: #fff3a8;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cmp-text.pencil .title-1,
.cmp-text.pencil .title-2,
.cmp-text.pencil .title-3,
.cmp-text.pencil .cmp-about-author .about-author__title,
.cmp-about-author .cmp-text.pencil .about-author__title,
.cmp-text.pencil .title-4,
.cmp-text.pencil .title-5,
.cmp-text.pencil .title-6,
.cmp-text.pencil .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .cmp-text.pencil .hero-card__title,
.cmp-text.pencil .display {
  background: #fde65e;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cmp-text.morning-linear .title-1,
.cmp-text.morning-linear .title-2,
.cmp-text.morning-linear .title-3,
.cmp-text.morning-linear .cmp-about-author .about-author__title,
.cmp-about-author .cmp-text.morning-linear .about-author__title,
.cmp-text.morning-linear .title-4,
.cmp-text.morning-linear .title-5,
.cmp-text.morning-linear .title-6,
.cmp-text.morning-linear .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .cmp-text.morning-linear .hero-card__title,
.cmp-text.morning-linear .display {
  background: linear-gradient(
    0deg,
    #fd7e00 0%,
    #fdc5a0 20%,
    #fad2d6 30%,
    #e6d0f5 40%,
    #b9c3f8 50%,
    #1c98e9 75%,
    #0057ae 95%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cmp-text.morning-crop-1 .title-1,
.cmp-text.morning-crop-1 .title-2,
.cmp-text.morning-crop-1 .title-3,
.cmp-text.morning-crop-1 .cmp-about-author .about-author__title,
.cmp-about-author .cmp-text.morning-crop-1 .about-author__title,
.cmp-text.morning-crop-1 .title-4,
.cmp-text.morning-crop-1 .title-5,
.cmp-text.morning-crop-1 .title-6,
.cmp-text.morning-crop-1 .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .cmp-text.morning-crop-1 .hero-card__title,
.cmp-text.morning-crop-1 .display {
  background: linear-gradient(
    0deg,
    #fdc5a0 5%,
    #fad2d6 35%,
    #e6d0f5 65%,
    #b9c3f8 95%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cmp-text.day-linear .title-1,
.cmp-text.day-linear .title-2,
.cmp-text.day-linear .title-3,
.cmp-text.day-linear .cmp-about-author .about-author__title,
.cmp-about-author .cmp-text.day-linear .about-author__title,
.cmp-text.day-linear .title-4,
.cmp-text.day-linear .title-5,
.cmp-text.day-linear .title-6,
.cmp-text.day-linear .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .cmp-text.day-linear .hero-card__title,
.cmp-text.day-linear .display {
  background: linear-gradient(
    0deg,
    #fd7e00 0.1%,
    #fecb68 20.06%,
    #fde695 30.04%,
    #eeeeb7 40.02%,
    #cae5ce 50%,
    #6fc9d3 64.97%,
    #1b71b8 94.91%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cmp-text.bluesky .title-1,
.cmp-text.bluesky .title-2,
.cmp-text.bluesky .title-3,
.cmp-text.bluesky .cmp-about-author .about-author__title,
.cmp-about-author .cmp-text.bluesky .about-author__title,
.cmp-text.bluesky .title-4,
.cmp-text.bluesky .title-5,
.cmp-text.bluesky .title-6,
.cmp-text.bluesky .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .cmp-text.bluesky .hero-card__title,
.cmp-text.bluesky .display {
  background: #9fcfff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cmp-text.illuminate-text .title-1,
.cmp-text.illuminate-text .title-2,
.cmp-text.illuminate-text .title-3,
.cmp-text.illuminate-text .cmp-about-author .about-author__title,
.cmp-about-author .cmp-text.illuminate-text .about-author__title,
.cmp-text.illuminate-text .title-4,
.cmp-text.illuminate-text .title-5,
.cmp-text.illuminate-text .title-6,
.cmp-text.illuminate-text .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .cmp-text.illuminate-text .hero-card__title,
.cmp-text.illuminate-text .display {
  background: linear-gradient(
    0deg,
    #fea838 0%,
    #ffca5b 20%,
    #ffd061 30%,
    #ffc974 40%,
    #ffbe8c 50%,
    #ffaaad 65%,
    #ff9c9d 75%,
    #fe7b50 95%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cmp-text.go .title-1,
.cmp-text.go .title-2,
.cmp-text.go .title-3,
.cmp-text.go .cmp-about-author .about-author__title,
.cmp-about-author .cmp-text.go .about-author__title,
.cmp-text.go .title-4,
.cmp-text.go .title-5,
.cmp-text.go .title-6,
.cmp-text.go .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .cmp-text.go .hero-card__title,
.cmp-text.go .display {
  background: linear-gradient(
    179.99deg,
    #4c66bc 0.01%,
    #8579cf 19%,
    #c8a2e1 43.5%,
    #edc8db 62.6%,
    #eec9db 62.61%,
    #f9d5c6 69.24%,
    #ffdbba 74.83%,
    #ffcf95 83.24%,
    #ffbe61 89.12%,
    #fd7e00 99.99%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cmp-text.day-crop-3 .title-1,
.cmp-text.day-crop-3 .title-2,
.cmp-text.day-crop-3 .title-3,
.cmp-text.day-crop-3 .cmp-about-author .about-author__title,
.cmp-about-author .cmp-text.day-crop-3 .about-author__title,
.cmp-text.day-crop-3 .title-4,
.cmp-text.day-crop-3 .title-5,
.cmp-text.day-crop-3 .title-6,
.cmp-text.day-crop-3 .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .cmp-text.day-crop-3 .hero-card__title,
.cmp-text.day-crop-3 .display {
  background: linear-gradient(
    0deg,
    #fde18c 0.1%,
    #fde695 5.09%,
    #eeeeb7 25.05%,
    #cae5ce 45.01%,
    #6fc9d3 69.96%,
    #3a92c1 99.9%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cmp-text.day-crop-4 .title-1,
.cmp-text.day-crop-4 .title-2,
.cmp-text.day-crop-4 .title-3,
.cmp-text.day-crop-4 .cmp-about-author .about-author__title,
.cmp-about-author .cmp-text.day-crop-4 .about-author__title,
.cmp-text.day-crop-4 .title-4,
.cmp-text.day-crop-4 .title-5,
.cmp-text.day-crop-4 .title-6,
.cmp-text.day-crop-4 .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .cmp-text.day-crop-4 .hero-card__title,
.cmp-text.day-crop-4 .display {
  background: linear-gradient(
    0deg,
    #fdaa3c 0.1%,
    #fecb68 10.08%,
    #fde695 30.04%,
    #eeeeb7 40.02%,
    #cae5ce 54.99%,
    #6fc9d3 79.94%,
    #3a92c1 99.9%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cmp-text.day-crop-1 .title-1,
.cmp-text.day-crop-1 .title-2,
.cmp-text.day-crop-1 .title-3,
.cmp-text.day-crop-1 .cmp-about-author .about-author__title,
.cmp-about-author .cmp-text.day-crop-1 .about-author__title,
.cmp-text.day-crop-1 .title-4,
.cmp-text.day-crop-1 .title-5,
.cmp-text.day-crop-1 .title-6,
.cmp-text.day-crop-1 .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .cmp-text.day-crop-1 .hero-card__title,
.cmp-text.day-crop-1 .display {
  background: linear-gradient(
    0deg,
    #fec35d 0.1%,
    #fecb68 5.09%,
    #fde695 30.04%,
    #eeeeb7 50%,
    #cae5ce 74.95%,
    #84cfd2 99.9%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

body:before {
  content: "default";
  display: none; /* Prevent from displaying. */
}

@media (min-width: 1px) {
  body:before {
    content: "xs";
  }
}
@media (min-width: 48em) {
  body:before {
    content: "sm";
  }
}
@media (min-width: 70.25em) {
  body:before {
    content: "md";
  }
}
@media (min-width: 75em) {
  body:before {
    content: "lg";
  }
}
@media (min-width: 100em) {
  body:before {
    content: "xl";
  }
}
@media (min-width: 120em) {
  body:before {
    content: "xxl";
  }
}
.has-arc .arc::after,
.eyebrow .cmp-title::after {
  content: "";
  position: absolute;
}

.homepage-hero.bg-blue,
.hero.bg-blue,
.hero-v2.bg-blue,
.section.bg-blue,
.section-v2.bg-blue,
.section-v3.bg-blue,
.tabanimation.bg-blue,
.announcement-carousel.bg-blue,
.carousel-rising__wrapper.bg-blue {
  background-color: #0875e1;
  color: #ffffff;
}
.homepage-hero.bg-blue p,
.hero.bg-blue p,
.hero-v2.bg-blue p,
.section.bg-blue p,
.section-v2.bg-blue p,
.section-v3.bg-blue p,
.tabanimation.bg-blue p,
.announcement-carousel.bg-blue p,
.carousel-rising__wrapper.bg-blue p {
  color: #ffffff;
}
.homepage-hero.bg-blue h1,
.homepage-hero.bg-blue h2,
.homepage-hero.bg-blue h3,
.homepage-hero.bg-blue h4,
.homepage-hero.bg-blue h5,
.homepage-hero.bg-blue h6,
.homepage-hero.bg-blue .title-1,
.homepage-hero.bg-blue .title-2,
.homepage-hero.bg-blue .title-3,
.homepage-hero.bg-blue .cmp-about-author .about-author__title,
.cmp-about-author .homepage-hero.bg-blue .about-author__title,
.homepage-hero.bg-blue .title-4,
.homepage-hero.bg-blue .title-5,
.homepage-hero.bg-blue
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .homepage-hero.bg-blue
  .hero-card__title,
.homepage-hero.bg-blue .title-6,
.homepage-hero.bg-blue .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .homepage-hero.bg-blue .hero-card__title,
.homepage-hero.bg-blue .body-0,
.homepage-hero.bg-blue .body-1,
.homepage-hero.bg-blue
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .homepage-hero.bg-blue
  .hero-card__description,
.homepage-hero.bg-blue .cmp-about-author .about-author__user-details .user-name,
.cmp-about-author .about-author__user-details .homepage-hero.bg-blue .user-name,
.homepage-hero.bg-blue .body-2,
.homepage-hero.bg-blue .cmp-about-author .about-author__user-details,
.cmp-about-author .homepage-hero.bg-blue .about-author__user-details,
.homepage-hero.bg-blue .body-3,
.homepage-hero.bg-blue
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .homepage-hero.bg-blue
  .hero-card__eyebrow,
.homepage-hero.bg-blue .cmp-hub-hero .hero-card__type,
.cmp-hub-hero .homepage-hero.bg-blue .hero-card__type,
.homepage-hero.bg-blue .cmp-share-component--copied,
.homepage-hero.bg-blue .cmp-share-component--date,
.homepage-hero.bg-blue .cmp-share-component--share,
.homepage-hero.bg-blue .overline,
.homepage-hero.bg-blue .cmp-article-hero .article-hero__eyebrow,
.cmp-article-hero .homepage-hero.bg-blue .article-hero__eyebrow,
.homepage-hero.bg-blue .eyebrow .cmp-title__text,
.eyebrow .homepage-hero.bg-blue .cmp-title__text,
.hero.bg-blue h1,
.hero.bg-blue h2,
.hero.bg-blue h3,
.hero.bg-blue h4,
.hero.bg-blue h5,
.hero.bg-blue h6,
.hero.bg-blue .title-1,
.hero.bg-blue .title-2,
.hero.bg-blue .title-3,
.hero.bg-blue .cmp-about-author .about-author__title,
.cmp-about-author .hero.bg-blue .about-author__title,
.hero.bg-blue .title-4,
.hero.bg-blue .title-5,
.hero.bg-blue .cmp-hub-hero .hub-hero__wrapper-have-hero .hero-card__title,
.cmp-hub-hero .hub-hero__wrapper-have-hero .hero.bg-blue .hero-card__title,
.hero.bg-blue .title-6,
.hero.bg-blue .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .hero.bg-blue .hero-card__title,
.hero.bg-blue .body-0,
.hero.bg-blue .body-1,
.hero.bg-blue
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero.bg-blue
  .hero-card__description,
.hero.bg-blue .cmp-about-author .about-author__user-details .user-name,
.cmp-about-author .about-author__user-details .hero.bg-blue .user-name,
.hero.bg-blue .body-2,
.hero.bg-blue .cmp-about-author .about-author__user-details,
.cmp-about-author .hero.bg-blue .about-author__user-details,
.hero.bg-blue .body-3,
.hero.bg-blue
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero.bg-blue
  .hero-card__eyebrow,
.hero.bg-blue .cmp-hub-hero .hero-card__type,
.cmp-hub-hero .hero.bg-blue .hero-card__type,
.hero.bg-blue .cmp-share-component--copied,
.hero.bg-blue .cmp-share-component--date,
.hero.bg-blue .cmp-share-component--share,
.hero.bg-blue .overline,
.hero.bg-blue .cmp-article-hero .article-hero__eyebrow,
.cmp-article-hero .hero.bg-blue .article-hero__eyebrow,
.hero.bg-blue .eyebrow .cmp-title__text,
.eyebrow .hero.bg-blue .cmp-title__text,
.hero-v2.bg-blue h1,
.hero-v2.bg-blue h2,
.hero-v2.bg-blue h3,
.hero-v2.bg-blue h4,
.hero-v2.bg-blue h5,
.hero-v2.bg-blue h6,
.hero-v2.bg-blue .title-1,
.hero-v2.bg-blue .title-2,
.hero-v2.bg-blue .title-3,
.hero-v2.bg-blue .cmp-about-author .about-author__title,
.cmp-about-author .hero-v2.bg-blue .about-author__title,
.hero-v2.bg-blue .title-4,
.hero-v2.bg-blue .title-5,
.hero-v2.bg-blue .cmp-hub-hero .hub-hero__wrapper-have-hero .hero-card__title,
.cmp-hub-hero .hub-hero__wrapper-have-hero .hero-v2.bg-blue .hero-card__title,
.hero-v2.bg-blue .title-6,
.hero-v2.bg-blue .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .hero-v2.bg-blue .hero-card__title,
.hero-v2.bg-blue .body-0,
.hero-v2.bg-blue .body-1,
.hero-v2.bg-blue
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-v2.bg-blue
  .hero-card__description,
.hero-v2.bg-blue .cmp-about-author .about-author__user-details .user-name,
.cmp-about-author .about-author__user-details .hero-v2.bg-blue .user-name,
.hero-v2.bg-blue .body-2,
.hero-v2.bg-blue .cmp-about-author .about-author__user-details,
.cmp-about-author .hero-v2.bg-blue .about-author__user-details,
.hero-v2.bg-blue .body-3,
.hero-v2.bg-blue
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-v2.bg-blue
  .hero-card__eyebrow,
.hero-v2.bg-blue .cmp-hub-hero .hero-card__type,
.cmp-hub-hero .hero-v2.bg-blue .hero-card__type,
.hero-v2.bg-blue .cmp-share-component--copied,
.hero-v2.bg-blue .cmp-share-component--date,
.hero-v2.bg-blue .cmp-share-component--share,
.hero-v2.bg-blue .overline,
.hero-v2.bg-blue .cmp-article-hero .article-hero__eyebrow,
.cmp-article-hero .hero-v2.bg-blue .article-hero__eyebrow,
.hero-v2.bg-blue .eyebrow .cmp-title__text,
.eyebrow .hero-v2.bg-blue .cmp-title__text,
.section.bg-blue h1,
.section.bg-blue h2,
.section.bg-blue h3,
.section.bg-blue h4,
.section.bg-blue h5,
.section.bg-blue h6,
.section.bg-blue .title-1,
.section.bg-blue .title-2,
.section.bg-blue .title-3,
.section.bg-blue .cmp-about-author .about-author__title,
.cmp-about-author .section.bg-blue .about-author__title,
.section.bg-blue .title-4,
.section.bg-blue .title-5,
.section.bg-blue .cmp-hub-hero .hub-hero__wrapper-have-hero .hero-card__title,
.cmp-hub-hero .hub-hero__wrapper-have-hero .section.bg-blue .hero-card__title,
.section.bg-blue .title-6,
.section.bg-blue .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .section.bg-blue .hero-card__title,
.section.bg-blue .body-0,
.section.bg-blue .body-1,
.section.bg-blue
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .section.bg-blue
  .hero-card__description,
.section.bg-blue .cmp-about-author .about-author__user-details .user-name,
.cmp-about-author .about-author__user-details .section.bg-blue .user-name,
.section.bg-blue .body-2,
.section.bg-blue .cmp-about-author .about-author__user-details,
.cmp-about-author .section.bg-blue .about-author__user-details,
.section.bg-blue .body-3,
.section.bg-blue
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .section.bg-blue
  .hero-card__eyebrow,
.section.bg-blue .cmp-hub-hero .hero-card__type,
.cmp-hub-hero .section.bg-blue .hero-card__type,
.section.bg-blue .cmp-share-component--copied,
.section.bg-blue .cmp-share-component--date,
.section.bg-blue .cmp-share-component--share,
.section.bg-blue .overline,
.section.bg-blue .cmp-article-hero .article-hero__eyebrow,
.cmp-article-hero .section.bg-blue .article-hero__eyebrow,
.section.bg-blue .eyebrow .cmp-title__text,
.eyebrow .section.bg-blue .cmp-title__text,
.section-v2.bg-blue h1,
.section-v2.bg-blue h2,
.section-v2.bg-blue h3,
.section-v2.bg-blue h4,
.section-v2.bg-blue h5,
.section-v2.bg-blue h6,
.section-v2.bg-blue .title-1,
.section-v2.bg-blue .title-2,
.section-v2.bg-blue .title-3,
.section-v2.bg-blue .cmp-about-author .about-author__title,
.cmp-about-author .section-v2.bg-blue .about-author__title,
.section-v2.bg-blue .title-4,
.section-v2.bg-blue .title-5,
.section-v2.bg-blue
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v2.bg-blue
  .hero-card__title,
.section-v2.bg-blue .title-6,
.section-v2.bg-blue .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .section-v2.bg-blue .hero-card__title,
.section-v2.bg-blue .body-0,
.section-v2.bg-blue .body-1,
.section-v2.bg-blue
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .section-v2.bg-blue
  .hero-card__description,
.section-v2.bg-blue .cmp-about-author .about-author__user-details .user-name,
.cmp-about-author .about-author__user-details .section-v2.bg-blue .user-name,
.section-v2.bg-blue .body-2,
.section-v2.bg-blue .cmp-about-author .about-author__user-details,
.cmp-about-author .section-v2.bg-blue .about-author__user-details,
.section-v2.bg-blue .body-3,
.section-v2.bg-blue
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .section-v2.bg-blue
  .hero-card__eyebrow,
.section-v2.bg-blue .cmp-hub-hero .hero-card__type,
.cmp-hub-hero .section-v2.bg-blue .hero-card__type,
.section-v2.bg-blue .cmp-share-component--copied,
.section-v2.bg-blue .cmp-share-component--date,
.section-v2.bg-blue .cmp-share-component--share,
.section-v2.bg-blue .overline,
.section-v2.bg-blue .cmp-article-hero .article-hero__eyebrow,
.cmp-article-hero .section-v2.bg-blue .article-hero__eyebrow,
.section-v2.bg-blue .eyebrow .cmp-title__text,
.eyebrow .section-v2.bg-blue .cmp-title__text,
.section-v3.bg-blue h1,
.section-v3.bg-blue h2,
.section-v3.bg-blue h3,
.section-v3.bg-blue h4,
.section-v3.bg-blue h5,
.section-v3.bg-blue h6,
.section-v3.bg-blue .title-1,
.section-v3.bg-blue .title-2,
.section-v3.bg-blue .title-3,
.section-v3.bg-blue .cmp-about-author .about-author__title,
.cmp-about-author .section-v3.bg-blue .about-author__title,
.section-v3.bg-blue .title-4,
.section-v3.bg-blue .title-5,
.section-v3.bg-blue
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v3.bg-blue
  .hero-card__title,
.section-v3.bg-blue .title-6,
.section-v3.bg-blue .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .section-v3.bg-blue .hero-card__title,
.section-v3.bg-blue .body-0,
.section-v3.bg-blue .body-1,
.section-v3.bg-blue
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .section-v3.bg-blue
  .hero-card__description,
.section-v3.bg-blue .cmp-about-author .about-author__user-details .user-name,
.cmp-about-author .about-author__user-details .section-v3.bg-blue .user-name,
.section-v3.bg-blue .body-2,
.section-v3.bg-blue .cmp-about-author .about-author__user-details,
.cmp-about-author .section-v3.bg-blue .about-author__user-details,
.section-v3.bg-blue .body-3,
.section-v3.bg-blue
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .section-v3.bg-blue
  .hero-card__eyebrow,
.section-v3.bg-blue .cmp-hub-hero .hero-card__type,
.cmp-hub-hero .section-v3.bg-blue .hero-card__type,
.section-v3.bg-blue .cmp-share-component--copied,
.section-v3.bg-blue .cmp-share-component--date,
.section-v3.bg-blue .cmp-share-component--share,
.section-v3.bg-blue .overline,
.section-v3.bg-blue .cmp-article-hero .article-hero__eyebrow,
.cmp-article-hero .section-v3.bg-blue .article-hero__eyebrow,
.section-v3.bg-blue .eyebrow .cmp-title__text,
.eyebrow .section-v3.bg-blue .cmp-title__text,
.tabanimation.bg-blue h1,
.tabanimation.bg-blue h2,
.tabanimation.bg-blue h3,
.tabanimation.bg-blue h4,
.tabanimation.bg-blue h5,
.tabanimation.bg-blue h6,
.tabanimation.bg-blue .title-1,
.tabanimation.bg-blue .title-2,
.tabanimation.bg-blue .title-3,
.tabanimation.bg-blue .cmp-about-author .about-author__title,
.cmp-about-author .tabanimation.bg-blue .about-author__title,
.tabanimation.bg-blue .title-4,
.tabanimation.bg-blue .title-5,
.tabanimation.bg-blue
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .tabanimation.bg-blue
  .hero-card__title,
.tabanimation.bg-blue .title-6,
.tabanimation.bg-blue .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .tabanimation.bg-blue .hero-card__title,
.tabanimation.bg-blue .body-0,
.tabanimation.bg-blue .body-1,
.tabanimation.bg-blue
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .tabanimation.bg-blue
  .hero-card__description,
.tabanimation.bg-blue .cmp-about-author .about-author__user-details .user-name,
.cmp-about-author .about-author__user-details .tabanimation.bg-blue .user-name,
.tabanimation.bg-blue .body-2,
.tabanimation.bg-blue .cmp-about-author .about-author__user-details,
.cmp-about-author .tabanimation.bg-blue .about-author__user-details,
.tabanimation.bg-blue .body-3,
.tabanimation.bg-blue
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .tabanimation.bg-blue
  .hero-card__eyebrow,
.tabanimation.bg-blue .cmp-hub-hero .hero-card__type,
.cmp-hub-hero .tabanimation.bg-blue .hero-card__type,
.tabanimation.bg-blue .cmp-share-component--copied,
.tabanimation.bg-blue .cmp-share-component--date,
.tabanimation.bg-blue .cmp-share-component--share,
.tabanimation.bg-blue .overline,
.tabanimation.bg-blue .cmp-article-hero .article-hero__eyebrow,
.cmp-article-hero .tabanimation.bg-blue .article-hero__eyebrow,
.tabanimation.bg-blue .eyebrow .cmp-title__text,
.eyebrow .tabanimation.bg-blue .cmp-title__text,
.announcement-carousel.bg-blue h1,
.announcement-carousel.bg-blue h2,
.announcement-carousel.bg-blue h3,
.announcement-carousel.bg-blue h4,
.announcement-carousel.bg-blue h5,
.announcement-carousel.bg-blue h6,
.announcement-carousel.bg-blue .title-1,
.announcement-carousel.bg-blue .title-2,
.announcement-carousel.bg-blue .title-3,
.announcement-carousel.bg-blue .cmp-about-author .about-author__title,
.cmp-about-author .announcement-carousel.bg-blue .about-author__title,
.announcement-carousel.bg-blue .title-4,
.announcement-carousel.bg-blue .title-5,
.announcement-carousel.bg-blue
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .announcement-carousel.bg-blue
  .hero-card__title,
.announcement-carousel.bg-blue .title-6,
.announcement-carousel.bg-blue .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .announcement-carousel.bg-blue .hero-card__title,
.announcement-carousel.bg-blue .body-0,
.announcement-carousel.bg-blue .body-1,
.announcement-carousel.bg-blue
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .announcement-carousel.bg-blue
  .hero-card__description,
.announcement-carousel.bg-blue
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .announcement-carousel.bg-blue
  .user-name,
.announcement-carousel.bg-blue .body-2,
.announcement-carousel.bg-blue .cmp-about-author .about-author__user-details,
.cmp-about-author .announcement-carousel.bg-blue .about-author__user-details,
.announcement-carousel.bg-blue .body-3,
.announcement-carousel.bg-blue
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .announcement-carousel.bg-blue
  .hero-card__eyebrow,
.announcement-carousel.bg-blue .cmp-hub-hero .hero-card__type,
.cmp-hub-hero .announcement-carousel.bg-blue .hero-card__type,
.announcement-carousel.bg-blue .cmp-share-component--copied,
.announcement-carousel.bg-blue .cmp-share-component--date,
.announcement-carousel.bg-blue .cmp-share-component--share,
.announcement-carousel.bg-blue .overline,
.announcement-carousel.bg-blue .cmp-article-hero .article-hero__eyebrow,
.cmp-article-hero .announcement-carousel.bg-blue .article-hero__eyebrow,
.announcement-carousel.bg-blue .eyebrow .cmp-title__text,
.eyebrow .announcement-carousel.bg-blue .cmp-title__text,
.carousel-rising__wrapper.bg-blue h1,
.carousel-rising__wrapper.bg-blue h2,
.carousel-rising__wrapper.bg-blue h3,
.carousel-rising__wrapper.bg-blue h4,
.carousel-rising__wrapper.bg-blue h5,
.carousel-rising__wrapper.bg-blue h6,
.carousel-rising__wrapper.bg-blue .title-1,
.carousel-rising__wrapper.bg-blue .title-2,
.carousel-rising__wrapper.bg-blue .title-3,
.carousel-rising__wrapper.bg-blue .cmp-about-author .about-author__title,
.cmp-about-author .carousel-rising__wrapper.bg-blue .about-author__title,
.carousel-rising__wrapper.bg-blue .title-4,
.carousel-rising__wrapper.bg-blue .title-5,
.carousel-rising__wrapper.bg-blue
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .carousel-rising__wrapper.bg-blue
  .hero-card__title,
.carousel-rising__wrapper.bg-blue .title-6,
.carousel-rising__wrapper.bg-blue .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .carousel-rising__wrapper.bg-blue .hero-card__title,
.carousel-rising__wrapper.bg-blue .body-0,
.carousel-rising__wrapper.bg-blue .body-1,
.carousel-rising__wrapper.bg-blue
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .carousel-rising__wrapper.bg-blue
  .hero-card__description,
.carousel-rising__wrapper.bg-blue
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .carousel-rising__wrapper.bg-blue
  .user-name,
.carousel-rising__wrapper.bg-blue .body-2,
.carousel-rising__wrapper.bg-blue .cmp-about-author .about-author__user-details,
.cmp-about-author .carousel-rising__wrapper.bg-blue .about-author__user-details,
.carousel-rising__wrapper.bg-blue .body-3,
.carousel-rising__wrapper.bg-blue
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .carousel-rising__wrapper.bg-blue
  .hero-card__eyebrow,
.carousel-rising__wrapper.bg-blue .cmp-hub-hero .hero-card__type,
.cmp-hub-hero .carousel-rising__wrapper.bg-blue .hero-card__type,
.carousel-rising__wrapper.bg-blue .cmp-share-component--copied,
.carousel-rising__wrapper.bg-blue .cmp-share-component--date,
.carousel-rising__wrapper.bg-blue .cmp-share-component--share,
.carousel-rising__wrapper.bg-blue .overline,
.carousel-rising__wrapper.bg-blue .cmp-article-hero .article-hero__eyebrow,
.cmp-article-hero .carousel-rising__wrapper.bg-blue .article-hero__eyebrow,
.carousel-rising__wrapper.bg-blue .eyebrow .cmp-title__text,
.eyebrow .carousel-rising__wrapper.bg-blue .cmp-title__text {
  color: #ffffff;
}
.homepage-hero.bg-blue a,
.hero.bg-blue a,
.hero-v2.bg-blue a,
.section.bg-blue a,
.section-v2.bg-blue a,
.section-v3.bg-blue a,
.tabanimation.bg-blue a,
.announcement-carousel.bg-blue a,
.carousel-rising__wrapper.bg-blue a {
  color: #ffffff;
}
.homepage-hero.bg-blue a:hover,
.hero.bg-blue a:hover,
.hero-v2.bg-blue a:hover,
.section.bg-blue a:hover,
.section-v2.bg-blue a:hover,
.section-v3.bg-blue a:hover,
.tabanimation.bg-blue a:hover,
.announcement-carousel.bg-blue a:hover,
.carousel-rising__wrapper.bg-blue a:hover {
  color: #f0f1f2;
}
.homepage-hero.bg-blue a:active,
.hero.bg-blue a:active,
.hero-v2.bg-blue a:active,
.section.bg-blue a:active,
.section-v2.bg-blue a:active,
.section-v3.bg-blue a:active,
.tabanimation.bg-blue a:active,
.announcement-carousel.bg-blue a:active,
.carousel-rising__wrapper.bg-blue a:active {
  color: #e8ebed;
}
.homepage-hero.bg-blue a:visited,
.hero.bg-blue a:visited,
.hero-v2.bg-blue a:visited,
.section.bg-blue a:visited,
.section-v2.bg-blue a:visited,
.section-v3.bg-blue a:visited,
.tabanimation.bg-blue a:visited,
.announcement-carousel.bg-blue a:visited,
.carousel-rising__wrapper.bg-blue a:visited {
  color: #ffffff;
}
.homepage-hero.bg-blue a:visited:hover,
.hero.bg-blue a:visited:hover,
.hero-v2.bg-blue a:visited:hover,
.section.bg-blue a:visited:hover,
.section-v2.bg-blue a:visited:hover,
.section-v3.bg-blue a:visited:hover,
.tabanimation.bg-blue a:visited:hover,
.announcement-carousel.bg-blue a:visited:hover,
.carousel-rising__wrapper.bg-blue a:visited:hover {
  color: #f0f1f2;
}
.homepage-hero.bg-gray,
.hero.bg-gray,
.hero-v2.bg-gray,
.section.bg-gray,
.section-v2.bg-gray,
.section-v3.bg-gray,
.tabanimation.bg-gray,
.announcement-carousel.bg-gray,
.carousel-rising__wrapper.bg-gray {
  background-color: #f0f1f2;
  color: #333333;
}
.homepage-hero.bg-gray p,
.hero.bg-gray p,
.hero-v2.bg-gray p,
.section.bg-gray p,
.section-v2.bg-gray p,
.section-v3.bg-gray p,
.tabanimation.bg-gray p,
.announcement-carousel.bg-gray p,
.carousel-rising__wrapper.bg-gray p {
  color: #333333;
}
.homepage-hero.bg-gray h1,
.homepage-hero.bg-gray h2,
.homepage-hero.bg-gray h3,
.homepage-hero.bg-gray h4,
.homepage-hero.bg-gray h5,
.homepage-hero.bg-gray h6,
.homepage-hero.bg-gray .title-1,
.homepage-hero.bg-gray .title-2,
.homepage-hero.bg-gray .title-3,
.homepage-hero.bg-gray .cmp-about-author .about-author__title,
.cmp-about-author .homepage-hero.bg-gray .about-author__title,
.homepage-hero.bg-gray .title-4,
.homepage-hero.bg-gray .title-5,
.homepage-hero.bg-gray
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .homepage-hero.bg-gray
  .hero-card__title,
.homepage-hero.bg-gray .title-6,
.homepage-hero.bg-gray .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .homepage-hero.bg-gray .hero-card__title,
.homepage-hero.bg-gray .body-0,
.homepage-hero.bg-gray .body-1,
.homepage-hero.bg-gray
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .homepage-hero.bg-gray
  .hero-card__description,
.homepage-hero.bg-gray .cmp-about-author .about-author__user-details .user-name,
.cmp-about-author .about-author__user-details .homepage-hero.bg-gray .user-name,
.homepage-hero.bg-gray .body-2,
.homepage-hero.bg-gray .cmp-about-author .about-author__user-details,
.cmp-about-author .homepage-hero.bg-gray .about-author__user-details,
.homepage-hero.bg-gray .body-3,
.homepage-hero.bg-gray
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .homepage-hero.bg-gray
  .hero-card__eyebrow,
.homepage-hero.bg-gray .cmp-hub-hero .hero-card__type,
.cmp-hub-hero .homepage-hero.bg-gray .hero-card__type,
.homepage-hero.bg-gray .cmp-share-component--copied,
.homepage-hero.bg-gray .cmp-share-component--date,
.homepage-hero.bg-gray .cmp-share-component--share,
.homepage-hero.bg-gray .overline,
.homepage-hero.bg-gray .cmp-article-hero .article-hero__eyebrow,
.cmp-article-hero .homepage-hero.bg-gray .article-hero__eyebrow,
.homepage-hero.bg-gray .eyebrow .cmp-title__text,
.eyebrow .homepage-hero.bg-gray .cmp-title__text,
.hero.bg-gray h1,
.hero.bg-gray h2,
.hero.bg-gray h3,
.hero.bg-gray h4,
.hero.bg-gray h5,
.hero.bg-gray h6,
.hero.bg-gray .title-1,
.hero.bg-gray .title-2,
.hero.bg-gray .title-3,
.hero.bg-gray .cmp-about-author .about-author__title,
.cmp-about-author .hero.bg-gray .about-author__title,
.hero.bg-gray .title-4,
.hero.bg-gray .title-5,
.hero.bg-gray .cmp-hub-hero .hub-hero__wrapper-have-hero .hero-card__title,
.cmp-hub-hero .hub-hero__wrapper-have-hero .hero.bg-gray .hero-card__title,
.hero.bg-gray .title-6,
.hero.bg-gray .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .hero.bg-gray .hero-card__title,
.hero.bg-gray .body-0,
.hero.bg-gray .body-1,
.hero.bg-gray
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero.bg-gray
  .hero-card__description,
.hero.bg-gray .cmp-about-author .about-author__user-details .user-name,
.cmp-about-author .about-author__user-details .hero.bg-gray .user-name,
.hero.bg-gray .body-2,
.hero.bg-gray .cmp-about-author .about-author__user-details,
.cmp-about-author .hero.bg-gray .about-author__user-details,
.hero.bg-gray .body-3,
.hero.bg-gray
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero.bg-gray
  .hero-card__eyebrow,
.hero.bg-gray .cmp-hub-hero .hero-card__type,
.cmp-hub-hero .hero.bg-gray .hero-card__type,
.hero.bg-gray .cmp-share-component--copied,
.hero.bg-gray .cmp-share-component--date,
.hero.bg-gray .cmp-share-component--share,
.hero.bg-gray .overline,
.hero.bg-gray .cmp-article-hero .article-hero__eyebrow,
.cmp-article-hero .hero.bg-gray .article-hero__eyebrow,
.hero.bg-gray .eyebrow .cmp-title__text,
.eyebrow .hero.bg-gray .cmp-title__text,
.hero-v2.bg-gray h1,
.hero-v2.bg-gray h2,
.hero-v2.bg-gray h3,
.hero-v2.bg-gray h4,
.hero-v2.bg-gray h5,
.hero-v2.bg-gray h6,
.hero-v2.bg-gray .title-1,
.hero-v2.bg-gray .title-2,
.hero-v2.bg-gray .title-3,
.hero-v2.bg-gray .cmp-about-author .about-author__title,
.cmp-about-author .hero-v2.bg-gray .about-author__title,
.hero-v2.bg-gray .title-4,
.hero-v2.bg-gray .title-5,
.hero-v2.bg-gray .cmp-hub-hero .hub-hero__wrapper-have-hero .hero-card__title,
.cmp-hub-hero .hub-hero__wrapper-have-hero .hero-v2.bg-gray .hero-card__title,
.hero-v2.bg-gray .title-6,
.hero-v2.bg-gray .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .hero-v2.bg-gray .hero-card__title,
.hero-v2.bg-gray .body-0,
.hero-v2.bg-gray .body-1,
.hero-v2.bg-gray
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-v2.bg-gray
  .hero-card__description,
.hero-v2.bg-gray .cmp-about-author .about-author__user-details .user-name,
.cmp-about-author .about-author__user-details .hero-v2.bg-gray .user-name,
.hero-v2.bg-gray .body-2,
.hero-v2.bg-gray .cmp-about-author .about-author__user-details,
.cmp-about-author .hero-v2.bg-gray .about-author__user-details,
.hero-v2.bg-gray .body-3,
.hero-v2.bg-gray
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-v2.bg-gray
  .hero-card__eyebrow,
.hero-v2.bg-gray .cmp-hub-hero .hero-card__type,
.cmp-hub-hero .hero-v2.bg-gray .hero-card__type,
.hero-v2.bg-gray .cmp-share-component--copied,
.hero-v2.bg-gray .cmp-share-component--date,
.hero-v2.bg-gray .cmp-share-component--share,
.hero-v2.bg-gray .overline,
.hero-v2.bg-gray .cmp-article-hero .article-hero__eyebrow,
.cmp-article-hero .hero-v2.bg-gray .article-hero__eyebrow,
.hero-v2.bg-gray .eyebrow .cmp-title__text,
.eyebrow .hero-v2.bg-gray .cmp-title__text,
.section.bg-gray h1,
.section.bg-gray h2,
.section.bg-gray h3,
.section.bg-gray h4,
.section.bg-gray h5,
.section.bg-gray h6,
.section.bg-gray .title-1,
.section.bg-gray .title-2,
.section.bg-gray .title-3,
.section.bg-gray .cmp-about-author .about-author__title,
.cmp-about-author .section.bg-gray .about-author__title,
.section.bg-gray .title-4,
.section.bg-gray .title-5,
.section.bg-gray .cmp-hub-hero .hub-hero__wrapper-have-hero .hero-card__title,
.cmp-hub-hero .hub-hero__wrapper-have-hero .section.bg-gray .hero-card__title,
.section.bg-gray .title-6,
.section.bg-gray .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .section.bg-gray .hero-card__title,
.section.bg-gray .body-0,
.section.bg-gray .body-1,
.section.bg-gray
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .section.bg-gray
  .hero-card__description,
.section.bg-gray .cmp-about-author .about-author__user-details .user-name,
.cmp-about-author .about-author__user-details .section.bg-gray .user-name,
.section.bg-gray .body-2,
.section.bg-gray .cmp-about-author .about-author__user-details,
.cmp-about-author .section.bg-gray .about-author__user-details,
.section.bg-gray .body-3,
.section.bg-gray
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .section.bg-gray
  .hero-card__eyebrow,
.section.bg-gray .cmp-hub-hero .hero-card__type,
.cmp-hub-hero .section.bg-gray .hero-card__type,
.section.bg-gray .cmp-share-component--copied,
.section.bg-gray .cmp-share-component--date,
.section.bg-gray .cmp-share-component--share,
.section.bg-gray .overline,
.section.bg-gray .cmp-article-hero .article-hero__eyebrow,
.cmp-article-hero .section.bg-gray .article-hero__eyebrow,
.section.bg-gray .eyebrow .cmp-title__text,
.eyebrow .section.bg-gray .cmp-title__text,
.section-v2.bg-gray h1,
.section-v2.bg-gray h2,
.section-v2.bg-gray h3,
.section-v2.bg-gray h4,
.section-v2.bg-gray h5,
.section-v2.bg-gray h6,
.section-v2.bg-gray .title-1,
.section-v2.bg-gray .title-2,
.section-v2.bg-gray .title-3,
.section-v2.bg-gray .cmp-about-author .about-author__title,
.cmp-about-author .section-v2.bg-gray .about-author__title,
.section-v2.bg-gray .title-4,
.section-v2.bg-gray .title-5,
.section-v2.bg-gray
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v2.bg-gray
  .hero-card__title,
.section-v2.bg-gray .title-6,
.section-v2.bg-gray .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .section-v2.bg-gray .hero-card__title,
.section-v2.bg-gray .body-0,
.section-v2.bg-gray .body-1,
.section-v2.bg-gray
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .section-v2.bg-gray
  .hero-card__description,
.section-v2.bg-gray .cmp-about-author .about-author__user-details .user-name,
.cmp-about-author .about-author__user-details .section-v2.bg-gray .user-name,
.section-v2.bg-gray .body-2,
.section-v2.bg-gray .cmp-about-author .about-author__user-details,
.cmp-about-author .section-v2.bg-gray .about-author__user-details,
.section-v2.bg-gray .body-3,
.section-v2.bg-gray
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .section-v2.bg-gray
  .hero-card__eyebrow,
.section-v2.bg-gray .cmp-hub-hero .hero-card__type,
.cmp-hub-hero .section-v2.bg-gray .hero-card__type,
.section-v2.bg-gray .cmp-share-component--copied,
.section-v2.bg-gray .cmp-share-component--date,
.section-v2.bg-gray .cmp-share-component--share,
.section-v2.bg-gray .overline,
.section-v2.bg-gray .cmp-article-hero .article-hero__eyebrow,
.cmp-article-hero .section-v2.bg-gray .article-hero__eyebrow,
.section-v2.bg-gray .eyebrow .cmp-title__text,
.eyebrow .section-v2.bg-gray .cmp-title__text,
.section-v3.bg-gray h1,
.section-v3.bg-gray h2,
.section-v3.bg-gray h3,
.section-v3.bg-gray h4,
.section-v3.bg-gray h5,
.section-v3.bg-gray h6,
.section-v3.bg-gray .title-1,
.section-v3.bg-gray .title-2,
.section-v3.bg-gray .title-3,
.section-v3.bg-gray .cmp-about-author .about-author__title,
.cmp-about-author .section-v3.bg-gray .about-author__title,
.section-v3.bg-gray .title-4,
.section-v3.bg-gray .title-5,
.section-v3.bg-gray
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v3.bg-gray
  .hero-card__title,
.section-v3.bg-gray .title-6,
.section-v3.bg-gray .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .section-v3.bg-gray .hero-card__title,
.section-v3.bg-gray .body-0,
.section-v3.bg-gray .body-1,
.section-v3.bg-gray
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .section-v3.bg-gray
  .hero-card__description,
.section-v3.bg-gray .cmp-about-author .about-author__user-details .user-name,
.cmp-about-author .about-author__user-details .section-v3.bg-gray .user-name,
.section-v3.bg-gray .body-2,
.section-v3.bg-gray .cmp-about-author .about-author__user-details,
.cmp-about-author .section-v3.bg-gray .about-author__user-details,
.section-v3.bg-gray .body-3,
.section-v3.bg-gray
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .section-v3.bg-gray
  .hero-card__eyebrow,
.section-v3.bg-gray .cmp-hub-hero .hero-card__type,
.cmp-hub-hero .section-v3.bg-gray .hero-card__type,
.section-v3.bg-gray .cmp-share-component--copied,
.section-v3.bg-gray .cmp-share-component--date,
.section-v3.bg-gray .cmp-share-component--share,
.section-v3.bg-gray .overline,
.section-v3.bg-gray .cmp-article-hero .article-hero__eyebrow,
.cmp-article-hero .section-v3.bg-gray .article-hero__eyebrow,
.section-v3.bg-gray .eyebrow .cmp-title__text,
.eyebrow .section-v3.bg-gray .cmp-title__text,
.tabanimation.bg-gray h1,
.tabanimation.bg-gray h2,
.tabanimation.bg-gray h3,
.tabanimation.bg-gray h4,
.tabanimation.bg-gray h5,
.tabanimation.bg-gray h6,
.tabanimation.bg-gray .title-1,
.tabanimation.bg-gray .title-2,
.tabanimation.bg-gray .title-3,
.tabanimation.bg-gray .cmp-about-author .about-author__title,
.cmp-about-author .tabanimation.bg-gray .about-author__title,
.tabanimation.bg-gray .title-4,
.tabanimation.bg-gray .title-5,
.tabanimation.bg-gray
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .tabanimation.bg-gray
  .hero-card__title,
.tabanimation.bg-gray .title-6,
.tabanimation.bg-gray .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .tabanimation.bg-gray .hero-card__title,
.tabanimation.bg-gray .body-0,
.tabanimation.bg-gray .body-1,
.tabanimation.bg-gray
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .tabanimation.bg-gray
  .hero-card__description,
.tabanimation.bg-gray .cmp-about-author .about-author__user-details .user-name,
.cmp-about-author .about-author__user-details .tabanimation.bg-gray .user-name,
.tabanimation.bg-gray .body-2,
.tabanimation.bg-gray .cmp-about-author .about-author__user-details,
.cmp-about-author .tabanimation.bg-gray .about-author__user-details,
.tabanimation.bg-gray .body-3,
.tabanimation.bg-gray
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .tabanimation.bg-gray
  .hero-card__eyebrow,
.tabanimation.bg-gray .cmp-hub-hero .hero-card__type,
.cmp-hub-hero .tabanimation.bg-gray .hero-card__type,
.tabanimation.bg-gray .cmp-share-component--copied,
.tabanimation.bg-gray .cmp-share-component--date,
.tabanimation.bg-gray .cmp-share-component--share,
.tabanimation.bg-gray .overline,
.tabanimation.bg-gray .cmp-article-hero .article-hero__eyebrow,
.cmp-article-hero .tabanimation.bg-gray .article-hero__eyebrow,
.tabanimation.bg-gray .eyebrow .cmp-title__text,
.eyebrow .tabanimation.bg-gray .cmp-title__text,
.announcement-carousel.bg-gray h1,
.announcement-carousel.bg-gray h2,
.announcement-carousel.bg-gray h3,
.announcement-carousel.bg-gray h4,
.announcement-carousel.bg-gray h5,
.announcement-carousel.bg-gray h6,
.announcement-carousel.bg-gray .title-1,
.announcement-carousel.bg-gray .title-2,
.announcement-carousel.bg-gray .title-3,
.announcement-carousel.bg-gray .cmp-about-author .about-author__title,
.cmp-about-author .announcement-carousel.bg-gray .about-author__title,
.announcement-carousel.bg-gray .title-4,
.announcement-carousel.bg-gray .title-5,
.announcement-carousel.bg-gray
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .announcement-carousel.bg-gray
  .hero-card__title,
.announcement-carousel.bg-gray .title-6,
.announcement-carousel.bg-gray .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .announcement-carousel.bg-gray .hero-card__title,
.announcement-carousel.bg-gray .body-0,
.announcement-carousel.bg-gray .body-1,
.announcement-carousel.bg-gray
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .announcement-carousel.bg-gray
  .hero-card__description,
.announcement-carousel.bg-gray
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .announcement-carousel.bg-gray
  .user-name,
.announcement-carousel.bg-gray .body-2,
.announcement-carousel.bg-gray .cmp-about-author .about-author__user-details,
.cmp-about-author .announcement-carousel.bg-gray .about-author__user-details,
.announcement-carousel.bg-gray .body-3,
.announcement-carousel.bg-gray
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .announcement-carousel.bg-gray
  .hero-card__eyebrow,
.announcement-carousel.bg-gray .cmp-hub-hero .hero-card__type,
.cmp-hub-hero .announcement-carousel.bg-gray .hero-card__type,
.announcement-carousel.bg-gray .cmp-share-component--copied,
.announcement-carousel.bg-gray .cmp-share-component--date,
.announcement-carousel.bg-gray .cmp-share-component--share,
.announcement-carousel.bg-gray .overline,
.announcement-carousel.bg-gray .cmp-article-hero .article-hero__eyebrow,
.cmp-article-hero .announcement-carousel.bg-gray .article-hero__eyebrow,
.announcement-carousel.bg-gray .eyebrow .cmp-title__text,
.eyebrow .announcement-carousel.bg-gray .cmp-title__text,
.carousel-rising__wrapper.bg-gray h1,
.carousel-rising__wrapper.bg-gray h2,
.carousel-rising__wrapper.bg-gray h3,
.carousel-rising__wrapper.bg-gray h4,
.carousel-rising__wrapper.bg-gray h5,
.carousel-rising__wrapper.bg-gray h6,
.carousel-rising__wrapper.bg-gray .title-1,
.carousel-rising__wrapper.bg-gray .title-2,
.carousel-rising__wrapper.bg-gray .title-3,
.carousel-rising__wrapper.bg-gray .cmp-about-author .about-author__title,
.cmp-about-author .carousel-rising__wrapper.bg-gray .about-author__title,
.carousel-rising__wrapper.bg-gray .title-4,
.carousel-rising__wrapper.bg-gray .title-5,
.carousel-rising__wrapper.bg-gray
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .carousel-rising__wrapper.bg-gray
  .hero-card__title,
.carousel-rising__wrapper.bg-gray .title-6,
.carousel-rising__wrapper.bg-gray .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .carousel-rising__wrapper.bg-gray .hero-card__title,
.carousel-rising__wrapper.bg-gray .body-0,
.carousel-rising__wrapper.bg-gray .body-1,
.carousel-rising__wrapper.bg-gray
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .carousel-rising__wrapper.bg-gray
  .hero-card__description,
.carousel-rising__wrapper.bg-gray
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .carousel-rising__wrapper.bg-gray
  .user-name,
.carousel-rising__wrapper.bg-gray .body-2,
.carousel-rising__wrapper.bg-gray .cmp-about-author .about-author__user-details,
.cmp-about-author .carousel-rising__wrapper.bg-gray .about-author__user-details,
.carousel-rising__wrapper.bg-gray .body-3,
.carousel-rising__wrapper.bg-gray
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .carousel-rising__wrapper.bg-gray
  .hero-card__eyebrow,
.carousel-rising__wrapper.bg-gray .cmp-hub-hero .hero-card__type,
.cmp-hub-hero .carousel-rising__wrapper.bg-gray .hero-card__type,
.carousel-rising__wrapper.bg-gray .cmp-share-component--copied,
.carousel-rising__wrapper.bg-gray .cmp-share-component--date,
.carousel-rising__wrapper.bg-gray .cmp-share-component--share,
.carousel-rising__wrapper.bg-gray .overline,
.carousel-rising__wrapper.bg-gray .cmp-article-hero .article-hero__eyebrow,
.cmp-article-hero .carousel-rising__wrapper.bg-gray .article-hero__eyebrow,
.carousel-rising__wrapper.bg-gray .eyebrow .cmp-title__text,
.eyebrow .carousel-rising__wrapper.bg-gray .cmp-title__text {
  color: #000000;
}
.homepage-hero.bg-gray a,
.hero.bg-gray a,
.hero-v2.bg-gray a,
.section.bg-gray a,
.section-v2.bg-gray a,
.section-v3.bg-gray a,
.tabanimation.bg-gray a,
.announcement-carousel.bg-gray a,
.carousel-rising__wrapper.bg-gray a {
  color: #0875e1;
}
.homepage-hero.bg-gray a:hover,
.hero.bg-gray a:hover,
.hero-v2.bg-gray a:hover,
.section.bg-gray a:hover,
.section-v2.bg-gray a:hover,
.section-v3.bg-gray a:hover,
.tabanimation.bg-gray a:hover,
.announcement-carousel.bg-gray a:hover,
.carousel-rising__wrapper.bg-gray a:hover {
  color: #005cb9;
}
.homepage-hero.bg-gray a:active,
.hero.bg-gray a:active,
.hero-v2.bg-gray a:active,
.section.bg-gray a:active,
.section-v2.bg-gray a:active,
.section-v3.bg-gray a:active,
.tabanimation.bg-gray a:active,
.announcement-carousel.bg-gray a:active,
.carousel-rising__wrapper.bg-gray a:active {
  color: #004387;
}
.homepage-hero.bg-gray a:visited,
.hero.bg-gray a:visited,
.hero-v2.bg-gray a:visited,
.section.bg-gray a:visited,
.section-v2.bg-gray a:visited,
.section-v3.bg-gray a:visited,
.tabanimation.bg-gray a:visited,
.announcement-carousel.bg-gray a:visited,
.carousel-rising__wrapper.bg-gray a:visited {
  color: #0875e1;
}
.homepage-hero.bg-gray a:visited:hover,
.hero.bg-gray a:visited:hover,
.hero-v2.bg-gray a:visited:hover,
.section.bg-gray a:visited:hover,
.section-v2.bg-gray a:visited:hover,
.section-v3.bg-gray a:visited:hover,
.tabanimation.bg-gray a:visited:hover,
.announcement-carousel.bg-gray a:visited:hover,
.carousel-rising__wrapper.bg-gray a:visited:hover {
  color: #005cb9;
}
.homepage-hero.bg-white,
.hero.bg-white,
.hero-v2.bg-white,
.section.bg-white,
.section-v2.bg-white,
.section-v3.bg-white,
.tabanimation.bg-white,
.announcement-carousel.bg-white,
.carousel-rising__wrapper.bg-white {
  background-color: #ffffff;
  color: #333333;
}
.homepage-hero.bg-white p,
.hero.bg-white p,
.hero-v2.bg-white p,
.section.bg-white p,
.section-v2.bg-white p,
.section-v3.bg-white p,
.tabanimation.bg-white p,
.announcement-carousel.bg-white p,
.carousel-rising__wrapper.bg-white p {
  color: #333333;
}
.homepage-hero.bg-white h1,
.homepage-hero.bg-white h2,
.homepage-hero.bg-white h3,
.homepage-hero.bg-white h4,
.homepage-hero.bg-white h5,
.homepage-hero.bg-white h6,
.homepage-hero.bg-white .title-1,
.homepage-hero.bg-white .title-2,
.homepage-hero.bg-white .title-3,
.homepage-hero.bg-white .cmp-about-author .about-author__title,
.cmp-about-author .homepage-hero.bg-white .about-author__title,
.homepage-hero.bg-white .title-4,
.homepage-hero.bg-white .title-5,
.homepage-hero.bg-white
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .homepage-hero.bg-white
  .hero-card__title,
.homepage-hero.bg-white .title-6,
.homepage-hero.bg-white .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .homepage-hero.bg-white .hero-card__title,
.homepage-hero.bg-white .body-0,
.homepage-hero.bg-white .body-1,
.homepage-hero.bg-white
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .homepage-hero.bg-white
  .hero-card__description,
.homepage-hero.bg-white
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .homepage-hero.bg-white
  .user-name,
.homepage-hero.bg-white .body-2,
.homepage-hero.bg-white .cmp-about-author .about-author__user-details,
.cmp-about-author .homepage-hero.bg-white .about-author__user-details,
.homepage-hero.bg-white .body-3,
.homepage-hero.bg-white
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .homepage-hero.bg-white
  .hero-card__eyebrow,
.homepage-hero.bg-white .cmp-hub-hero .hero-card__type,
.cmp-hub-hero .homepage-hero.bg-white .hero-card__type,
.homepage-hero.bg-white .cmp-share-component--copied,
.homepage-hero.bg-white .cmp-share-component--date,
.homepage-hero.bg-white .cmp-share-component--share,
.homepage-hero.bg-white .overline,
.homepage-hero.bg-white .cmp-article-hero .article-hero__eyebrow,
.cmp-article-hero .homepage-hero.bg-white .article-hero__eyebrow,
.homepage-hero.bg-white .eyebrow .cmp-title__text,
.eyebrow .homepage-hero.bg-white .cmp-title__text,
.hero.bg-white h1,
.hero.bg-white h2,
.hero.bg-white h3,
.hero.bg-white h4,
.hero.bg-white h5,
.hero.bg-white h6,
.hero.bg-white .title-1,
.hero.bg-white .title-2,
.hero.bg-white .title-3,
.hero.bg-white .cmp-about-author .about-author__title,
.cmp-about-author .hero.bg-white .about-author__title,
.hero.bg-white .title-4,
.hero.bg-white .title-5,
.hero.bg-white .cmp-hub-hero .hub-hero__wrapper-have-hero .hero-card__title,
.cmp-hub-hero .hub-hero__wrapper-have-hero .hero.bg-white .hero-card__title,
.hero.bg-white .title-6,
.hero.bg-white .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .hero.bg-white .hero-card__title,
.hero.bg-white .body-0,
.hero.bg-white .body-1,
.hero.bg-white
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero.bg-white
  .hero-card__description,
.hero.bg-white .cmp-about-author .about-author__user-details .user-name,
.cmp-about-author .about-author__user-details .hero.bg-white .user-name,
.hero.bg-white .body-2,
.hero.bg-white .cmp-about-author .about-author__user-details,
.cmp-about-author .hero.bg-white .about-author__user-details,
.hero.bg-white .body-3,
.hero.bg-white
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero.bg-white
  .hero-card__eyebrow,
.hero.bg-white .cmp-hub-hero .hero-card__type,
.cmp-hub-hero .hero.bg-white .hero-card__type,
.hero.bg-white .cmp-share-component--copied,
.hero.bg-white .cmp-share-component--date,
.hero.bg-white .cmp-share-component--share,
.hero.bg-white .overline,
.hero.bg-white .cmp-article-hero .article-hero__eyebrow,
.cmp-article-hero .hero.bg-white .article-hero__eyebrow,
.hero.bg-white .eyebrow .cmp-title__text,
.eyebrow .hero.bg-white .cmp-title__text,
.hero-v2.bg-white h1,
.hero-v2.bg-white h2,
.hero-v2.bg-white h3,
.hero-v2.bg-white h4,
.hero-v2.bg-white h5,
.hero-v2.bg-white h6,
.hero-v2.bg-white .title-1,
.hero-v2.bg-white .title-2,
.hero-v2.bg-white .title-3,
.hero-v2.bg-white .cmp-about-author .about-author__title,
.cmp-about-author .hero-v2.bg-white .about-author__title,
.hero-v2.bg-white .title-4,
.hero-v2.bg-white .title-5,
.hero-v2.bg-white .cmp-hub-hero .hub-hero__wrapper-have-hero .hero-card__title,
.cmp-hub-hero .hub-hero__wrapper-have-hero .hero-v2.bg-white .hero-card__title,
.hero-v2.bg-white .title-6,
.hero-v2.bg-white .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .hero-v2.bg-white .hero-card__title,
.hero-v2.bg-white .body-0,
.hero-v2.bg-white .body-1,
.hero-v2.bg-white
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-v2.bg-white
  .hero-card__description,
.hero-v2.bg-white .cmp-about-author .about-author__user-details .user-name,
.cmp-about-author .about-author__user-details .hero-v2.bg-white .user-name,
.hero-v2.bg-white .body-2,
.hero-v2.bg-white .cmp-about-author .about-author__user-details,
.cmp-about-author .hero-v2.bg-white .about-author__user-details,
.hero-v2.bg-white .body-3,
.hero-v2.bg-white
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-v2.bg-white
  .hero-card__eyebrow,
.hero-v2.bg-white .cmp-hub-hero .hero-card__type,
.cmp-hub-hero .hero-v2.bg-white .hero-card__type,
.hero-v2.bg-white .cmp-share-component--copied,
.hero-v2.bg-white .cmp-share-component--date,
.hero-v2.bg-white .cmp-share-component--share,
.hero-v2.bg-white .overline,
.hero-v2.bg-white .cmp-article-hero .article-hero__eyebrow,
.cmp-article-hero .hero-v2.bg-white .article-hero__eyebrow,
.hero-v2.bg-white .eyebrow .cmp-title__text,
.eyebrow .hero-v2.bg-white .cmp-title__text,
.section.bg-white h1,
.section.bg-white h2,
.section.bg-white h3,
.section.bg-white h4,
.section.bg-white h5,
.section.bg-white h6,
.section.bg-white .title-1,
.section.bg-white .title-2,
.section.bg-white .title-3,
.section.bg-white .cmp-about-author .about-author__title,
.cmp-about-author .section.bg-white .about-author__title,
.section.bg-white .title-4,
.section.bg-white .title-5,
.section.bg-white .cmp-hub-hero .hub-hero__wrapper-have-hero .hero-card__title,
.cmp-hub-hero .hub-hero__wrapper-have-hero .section.bg-white .hero-card__title,
.section.bg-white .title-6,
.section.bg-white .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .section.bg-white .hero-card__title,
.section.bg-white .body-0,
.section.bg-white .body-1,
.section.bg-white
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .section.bg-white
  .hero-card__description,
.section.bg-white .cmp-about-author .about-author__user-details .user-name,
.cmp-about-author .about-author__user-details .section.bg-white .user-name,
.section.bg-white .body-2,
.section.bg-white .cmp-about-author .about-author__user-details,
.cmp-about-author .section.bg-white .about-author__user-details,
.section.bg-white .body-3,
.section.bg-white
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .section.bg-white
  .hero-card__eyebrow,
.section.bg-white .cmp-hub-hero .hero-card__type,
.cmp-hub-hero .section.bg-white .hero-card__type,
.section.bg-white .cmp-share-component--copied,
.section.bg-white .cmp-share-component--date,
.section.bg-white .cmp-share-component--share,
.section.bg-white .overline,
.section.bg-white .cmp-article-hero .article-hero__eyebrow,
.cmp-article-hero .section.bg-white .article-hero__eyebrow,
.section.bg-white .eyebrow .cmp-title__text,
.eyebrow .section.bg-white .cmp-title__text,
.section-v2.bg-white h1,
.section-v2.bg-white h2,
.section-v2.bg-white h3,
.section-v2.bg-white h4,
.section-v2.bg-white h5,
.section-v2.bg-white h6,
.section-v2.bg-white .title-1,
.section-v2.bg-white .title-2,
.section-v2.bg-white .title-3,
.section-v2.bg-white .cmp-about-author .about-author__title,
.cmp-about-author .section-v2.bg-white .about-author__title,
.section-v2.bg-white .title-4,
.section-v2.bg-white .title-5,
.section-v2.bg-white
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v2.bg-white
  .hero-card__title,
.section-v2.bg-white .title-6,
.section-v2.bg-white .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .section-v2.bg-white .hero-card__title,
.section-v2.bg-white .body-0,
.section-v2.bg-white .body-1,
.section-v2.bg-white
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .section-v2.bg-white
  .hero-card__description,
.section-v2.bg-white .cmp-about-author .about-author__user-details .user-name,
.cmp-about-author .about-author__user-details .section-v2.bg-white .user-name,
.section-v2.bg-white .body-2,
.section-v2.bg-white .cmp-about-author .about-author__user-details,
.cmp-about-author .section-v2.bg-white .about-author__user-details,
.section-v2.bg-white .body-3,
.section-v2.bg-white
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .section-v2.bg-white
  .hero-card__eyebrow,
.section-v2.bg-white .cmp-hub-hero .hero-card__type,
.cmp-hub-hero .section-v2.bg-white .hero-card__type,
.section-v2.bg-white .cmp-share-component--copied,
.section-v2.bg-white .cmp-share-component--date,
.section-v2.bg-white .cmp-share-component--share,
.section-v2.bg-white .overline,
.section-v2.bg-white .cmp-article-hero .article-hero__eyebrow,
.cmp-article-hero .section-v2.bg-white .article-hero__eyebrow,
.section-v2.bg-white .eyebrow .cmp-title__text,
.eyebrow .section-v2.bg-white .cmp-title__text,
.section-v3.bg-white h1,
.section-v3.bg-white h2,
.section-v3.bg-white h3,
.section-v3.bg-white h4,
.section-v3.bg-white h5,
.section-v3.bg-white h6,
.section-v3.bg-white .title-1,
.section-v3.bg-white .title-2,
.section-v3.bg-white .title-3,
.section-v3.bg-white .cmp-about-author .about-author__title,
.cmp-about-author .section-v3.bg-white .about-author__title,
.section-v3.bg-white .title-4,
.section-v3.bg-white .title-5,
.section-v3.bg-white
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v3.bg-white
  .hero-card__title,
.section-v3.bg-white .title-6,
.section-v3.bg-white .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .section-v3.bg-white .hero-card__title,
.section-v3.bg-white .body-0,
.section-v3.bg-white .body-1,
.section-v3.bg-white
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .section-v3.bg-white
  .hero-card__description,
.section-v3.bg-white .cmp-about-author .about-author__user-details .user-name,
.cmp-about-author .about-author__user-details .section-v3.bg-white .user-name,
.section-v3.bg-white .body-2,
.section-v3.bg-white .cmp-about-author .about-author__user-details,
.cmp-about-author .section-v3.bg-white .about-author__user-details,
.section-v3.bg-white .body-3,
.section-v3.bg-white
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .section-v3.bg-white
  .hero-card__eyebrow,
.section-v3.bg-white .cmp-hub-hero .hero-card__type,
.cmp-hub-hero .section-v3.bg-white .hero-card__type,
.section-v3.bg-white .cmp-share-component--copied,
.section-v3.bg-white .cmp-share-component--date,
.section-v3.bg-white .cmp-share-component--share,
.section-v3.bg-white .overline,
.section-v3.bg-white .cmp-article-hero .article-hero__eyebrow,
.cmp-article-hero .section-v3.bg-white .article-hero__eyebrow,
.section-v3.bg-white .eyebrow .cmp-title__text,
.eyebrow .section-v3.bg-white .cmp-title__text,
.tabanimation.bg-white h1,
.tabanimation.bg-white h2,
.tabanimation.bg-white h3,
.tabanimation.bg-white h4,
.tabanimation.bg-white h5,
.tabanimation.bg-white h6,
.tabanimation.bg-white .title-1,
.tabanimation.bg-white .title-2,
.tabanimation.bg-white .title-3,
.tabanimation.bg-white .cmp-about-author .about-author__title,
.cmp-about-author .tabanimation.bg-white .about-author__title,
.tabanimation.bg-white .title-4,
.tabanimation.bg-white .title-5,
.tabanimation.bg-white
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .tabanimation.bg-white
  .hero-card__title,
.tabanimation.bg-white .title-6,
.tabanimation.bg-white .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .tabanimation.bg-white .hero-card__title,
.tabanimation.bg-white .body-0,
.tabanimation.bg-white .body-1,
.tabanimation.bg-white
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .tabanimation.bg-white
  .hero-card__description,
.tabanimation.bg-white .cmp-about-author .about-author__user-details .user-name,
.cmp-about-author .about-author__user-details .tabanimation.bg-white .user-name,
.tabanimation.bg-white .body-2,
.tabanimation.bg-white .cmp-about-author .about-author__user-details,
.cmp-about-author .tabanimation.bg-white .about-author__user-details,
.tabanimation.bg-white .body-3,
.tabanimation.bg-white
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .tabanimation.bg-white
  .hero-card__eyebrow,
.tabanimation.bg-white .cmp-hub-hero .hero-card__type,
.cmp-hub-hero .tabanimation.bg-white .hero-card__type,
.tabanimation.bg-white .cmp-share-component--copied,
.tabanimation.bg-white .cmp-share-component--date,
.tabanimation.bg-white .cmp-share-component--share,
.tabanimation.bg-white .overline,
.tabanimation.bg-white .cmp-article-hero .article-hero__eyebrow,
.cmp-article-hero .tabanimation.bg-white .article-hero__eyebrow,
.tabanimation.bg-white .eyebrow .cmp-title__text,
.eyebrow .tabanimation.bg-white .cmp-title__text,
.announcement-carousel.bg-white h1,
.announcement-carousel.bg-white h2,
.announcement-carousel.bg-white h3,
.announcement-carousel.bg-white h4,
.announcement-carousel.bg-white h5,
.announcement-carousel.bg-white h6,
.announcement-carousel.bg-white .title-1,
.announcement-carousel.bg-white .title-2,
.announcement-carousel.bg-white .title-3,
.announcement-carousel.bg-white .cmp-about-author .about-author__title,
.cmp-about-author .announcement-carousel.bg-white .about-author__title,
.announcement-carousel.bg-white .title-4,
.announcement-carousel.bg-white .title-5,
.announcement-carousel.bg-white
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .announcement-carousel.bg-white
  .hero-card__title,
.announcement-carousel.bg-white .title-6,
.announcement-carousel.bg-white .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .announcement-carousel.bg-white .hero-card__title,
.announcement-carousel.bg-white .body-0,
.announcement-carousel.bg-white .body-1,
.announcement-carousel.bg-white
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .announcement-carousel.bg-white
  .hero-card__description,
.announcement-carousel.bg-white
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .announcement-carousel.bg-white
  .user-name,
.announcement-carousel.bg-white .body-2,
.announcement-carousel.bg-white .cmp-about-author .about-author__user-details,
.cmp-about-author .announcement-carousel.bg-white .about-author__user-details,
.announcement-carousel.bg-white .body-3,
.announcement-carousel.bg-white
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .announcement-carousel.bg-white
  .hero-card__eyebrow,
.announcement-carousel.bg-white .cmp-hub-hero .hero-card__type,
.cmp-hub-hero .announcement-carousel.bg-white .hero-card__type,
.announcement-carousel.bg-white .cmp-share-component--copied,
.announcement-carousel.bg-white .cmp-share-component--date,
.announcement-carousel.bg-white .cmp-share-component--share,
.announcement-carousel.bg-white .overline,
.announcement-carousel.bg-white .cmp-article-hero .article-hero__eyebrow,
.cmp-article-hero .announcement-carousel.bg-white .article-hero__eyebrow,
.announcement-carousel.bg-white .eyebrow .cmp-title__text,
.eyebrow .announcement-carousel.bg-white .cmp-title__text,
.carousel-rising__wrapper.bg-white h1,
.carousel-rising__wrapper.bg-white h2,
.carousel-rising__wrapper.bg-white h3,
.carousel-rising__wrapper.bg-white h4,
.carousel-rising__wrapper.bg-white h5,
.carousel-rising__wrapper.bg-white h6,
.carousel-rising__wrapper.bg-white .title-1,
.carousel-rising__wrapper.bg-white .title-2,
.carousel-rising__wrapper.bg-white .title-3,
.carousel-rising__wrapper.bg-white .cmp-about-author .about-author__title,
.cmp-about-author .carousel-rising__wrapper.bg-white .about-author__title,
.carousel-rising__wrapper.bg-white .title-4,
.carousel-rising__wrapper.bg-white .title-5,
.carousel-rising__wrapper.bg-white
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .carousel-rising__wrapper.bg-white
  .hero-card__title,
.carousel-rising__wrapper.bg-white .title-6,
.carousel-rising__wrapper.bg-white .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .carousel-rising__wrapper.bg-white .hero-card__title,
.carousel-rising__wrapper.bg-white .body-0,
.carousel-rising__wrapper.bg-white .body-1,
.carousel-rising__wrapper.bg-white
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .carousel-rising__wrapper.bg-white
  .hero-card__description,
.carousel-rising__wrapper.bg-white
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .carousel-rising__wrapper.bg-white
  .user-name,
.carousel-rising__wrapper.bg-white .body-2,
.carousel-rising__wrapper.bg-white
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .carousel-rising__wrapper.bg-white
  .about-author__user-details,
.carousel-rising__wrapper.bg-white .body-3,
.carousel-rising__wrapper.bg-white
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .carousel-rising__wrapper.bg-white
  .hero-card__eyebrow,
.carousel-rising__wrapper.bg-white .cmp-hub-hero .hero-card__type,
.cmp-hub-hero .carousel-rising__wrapper.bg-white .hero-card__type,
.carousel-rising__wrapper.bg-white .cmp-share-component--copied,
.carousel-rising__wrapper.bg-white .cmp-share-component--date,
.carousel-rising__wrapper.bg-white .cmp-share-component--share,
.carousel-rising__wrapper.bg-white .overline,
.carousel-rising__wrapper.bg-white .cmp-article-hero .article-hero__eyebrow,
.cmp-article-hero .carousel-rising__wrapper.bg-white .article-hero__eyebrow,
.carousel-rising__wrapper.bg-white .eyebrow .cmp-title__text,
.eyebrow .carousel-rising__wrapper.bg-white .cmp-title__text {
  color: #000000;
}
.homepage-hero.bg-white a,
.hero.bg-white a,
.hero-v2.bg-white a,
.section.bg-white a,
.section-v2.bg-white a,
.section-v3.bg-white a,
.tabanimation.bg-white a,
.announcement-carousel.bg-white a,
.carousel-rising__wrapper.bg-white a {
  color: #0875e1;
}
.homepage-hero.bg-white a:hover,
.hero.bg-white a:hover,
.hero-v2.bg-white a:hover,
.section.bg-white a:hover,
.section-v2.bg-white a:hover,
.section-v3.bg-white a:hover,
.tabanimation.bg-white a:hover,
.announcement-carousel.bg-white a:hover,
.carousel-rising__wrapper.bg-white a:hover {
  color: #005cb9;
}
.homepage-hero.bg-white a:active,
.hero.bg-white a:active,
.hero-v2.bg-white a:active,
.section.bg-white a:active,
.section-v2.bg-white a:active,
.section-v3.bg-white a:active,
.tabanimation.bg-white a:active,
.announcement-carousel.bg-white a:active,
.carousel-rising__wrapper.bg-white a:active {
  color: #004387;
}
.homepage-hero.bg-white a:visited,
.hero.bg-white a:visited,
.hero-v2.bg-white a:visited,
.section.bg-white a:visited,
.section-v2.bg-white a:visited,
.section-v3.bg-white a:visited,
.tabanimation.bg-white a:visited,
.announcement-carousel.bg-white a:visited,
.carousel-rising__wrapper.bg-white a:visited {
  color: #0875e1;
}
.homepage-hero.bg-white a:visited:hover,
.hero.bg-white a:visited:hover,
.hero-v2.bg-white a:visited:hover,
.section.bg-white a:visited:hover,
.section-v2.bg-white a:visited:hover,
.section-v3.bg-white a:visited:hover,
.tabanimation.bg-white a:visited:hover,
.announcement-carousel.bg-white a:visited:hover,
.carousel-rising__wrapper.bg-white a:visited:hover {
  color: #005cb9;
}

.padding-option-1 {
  padding: 64px 0 !important;
  padding: 4rem 0rem !important;
}
@media (min-width: 75em) {
  .padding-option-1 {
    padding: 96px 0 !important;
    padding: 6rem 0rem !important;
  }
}
@media (min-width: 100em) {
  .padding-option-1 {
    padding: 128px 0 !important;
    padding: 8rem 0rem !important;
  }
}
.padding-option-2 {
  padding: 64px 0 !important;
  padding: 4rem 0rem !important;
}
@media (min-width: 75em) {
  .padding-option-2 {
    padding: 96px 0 !important;
    padding: 6rem 0rem !important;
  }
}
@media (min-width: 100em) {
  .padding-option-2 {
    padding: 96px 0 !important;
    padding: 6rem 0rem !important;
  }
}
.padding-top-0 {
  padding-top: 0 !important;
  padding-top: 0rem !important;
}
.padding-bottom-0 {
  padding-bottom: 0 !important;
  padding-bottom: 0rem !important;
}

.margin-option-1 {
  margin: 64px 0 !important;
  margin: 4rem 0rem !important;
}
@media (min-width: 100em) {
  .margin-option-1 {
    margin: 128px 0 !important;
    margin: 8rem 0rem !important;
  }
}
.margin-option-2 {
  margin: 64px 0 !important;
  margin: 4rem 0rem !important;
}
@media (min-width: 100em) {
  .margin-option-2 {
    margin: 96px 0 !important;
    margin: 6rem 0rem !important;
  }
}
.margin-top__option-1 {
  margin-top: 64px !important;
  margin-top: 4rem !important;
}
.margin-top__option-2 {
  margin-top: 48px !important;
  margin-top: 3rem !important;
}
.margin-top__option-3 {
  margin-top: 32px !important;
  margin-top: 2rem !important;
}
.margin-bottom__option-1 {
  margin-bottom: 64px !important;
  margin-bottom: 4rem !important;
}
.margin-bottom__option-2 {
  margin-bottom: 48px !important;
  margin-bottom: 3rem !important;
}
.margin-bottom__option-3 {
  margin-bottom: 32px !important;
  margin-bottom: 2rem !important;
}
.margin-top-0 {
  margin-top: 0 !important;
  margin-top: 0rem !important;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
  margin-bottom: 0rem !important;
}

.imagebleed .img-bleed__left .img-bleed__col .cmp-image {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  max-width: 100%;
  width: auto;
}
@media (min-width: 48em) {
  .imagebleed .img-bleed__left .img-bleed__col .cmp-image {
    margin-bottom: 48px;
    margin-bottom: 3rem;
  }
}
.imagebleed .img-bleed__right .img-bleed__col .cmp-image {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  max-width: 100%;
  width: auto;
}
@media (min-width: 48em) {
  .imagebleed .img-bleed__right .img-bleed__col .cmp-image {
    margin-bottom: 48px;
    margin-bottom: 3rem;
  }
}

.imageerror {
  color: red;
}

.cmp-text a:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.cmp-text a:focus-visible {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  outline: 0;
}
.cmp-text a:focus-visible:hover {
  box-shadow: none;
}
.cmp-text ul li span {
  display: block;
}

.at-element-marker .cmp-homepage-hero .container:first-of-type,
.at-element-marker
  .cmp-homepage-hero
  .section-v3
  .section__container:first-of-type,
.section-v3
  .at-element-marker
  .cmp-homepage-hero
  .section__container:first-of-type,
.at-element-marker
  .cmp-homepage-hero
  .perspective-article-page
  .perspective-main-container:first-of-type,
.perspective-article-page
  .at-element-marker
  .cmp-homepage-hero
  .perspective-main-container:first-of-type {
  padding: 0;
}

.homepage-hero.at-element-marker .homepage-hero {
  padding: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.for-sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 48em) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 48em) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 62em) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 75em) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.container-fluid,
.section-v3 .section__container--fluid,
.container,
.section-v3 .section__container,
.perspective-article-page .perspective-main-container {
  padding-right: 32px;
  padding-right: 2rem;
  padding-left: 32px;
  padding-left: 2rem;
  box-sizing: content-box;
  margin-right: auto;
  margin-left: auto;
}

.container,
.section-v3 .section__container,
.perspective-article-page .perspective-main-container {
  max-width: 88rem;
}

.col,
.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content,
.validation-component__wrapper--horizontal .validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo,
.perspective-article-page .about-author .cmp-upnext,
.perspective-article-page .upnext .cmp-upnext,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8 {
  padding-right: 8px;
  padding-right: 0.5rem;
  padding-left: 8px;
  padding-left: 0.5rem;
}
.col.reverse,
.reverse.icon-grid-resource,
.validation-component__wrapper--horizontal
  .reverse.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .reverse.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .reverse.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .reverse.validation-component__wrapper-logo,
.perspective-article-page .about-author .reverse.cmp-upnext,
.perspective-article-page .upnext .reverse.cmp-upnext,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .reverse.aem-GridColumn--default--4,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .reverse.aem-GridColumn--default--8 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 48em) {
  .col,
  .icon-grid-resource,
  .validation-component__wrapper--horizontal
    .validation-component__wrapper-content,
  .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-content,
  .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo,
  .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo,
  .perspective-article-page .about-author .cmp-upnext,
  .perspective-article-page .upnext .cmp-upnext,
  .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--4,
  .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--8 {
    padding-right: 16px;
    padding-right: 1rem;
    padding-left: 16px;
    padding-left: 1rem;
  }
}

.row,
.cmp-logo-wall .logo-container,
.perspective-article-page .perspective-main-container > .aem-Grid--default--12,
.customer-story .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12 {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: unset !important;
}
.row.reverse,
.cmp-logo-wall .reverse.logo-container,
.perspective-article-page
  .perspective-main-container
  > .reverse.aem-Grid--default--12,
.customer-story .reverse.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.row.bleed,
.cmp-logo-wall .bleed.logo-container,
.perspective-article-page
  .perspective-main-container
  > .bleed.aem-Grid--default--12,
.customer-story .bleed.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12 {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
}
.row.contact-with-border .col,
.row.contact-with-border .icon-grid-resource,
.row.contact-with-border
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .row.contact-with-border
  .validation-component__wrapper-content,
.row.contact-with-border
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .row.contact-with-border
  .validation-component__wrapper-content,
.row.contact-with-border
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .row.contact-with-border
  .validation-component__wrapper-logo,
.row.contact-with-border
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .row.contact-with-border
  .validation-component__wrapper-logo,
.cmp-logo-wall .contact-with-border.logo-container .col,
.cmp-logo-wall .contact-with-border.logo-container .icon-grid-resource,
.cmp-logo-wall
  .contact-with-border.logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .contact-with-border.logo-container
  .validation-component__wrapper-content,
.cmp-logo-wall
  .contact-with-border.logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .contact-with-border.logo-container
  .validation-component__wrapper-content,
.cmp-logo-wall
  .contact-with-border.logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .contact-with-border.logo-container
  .validation-component__wrapper-logo,
.cmp-logo-wall
  .contact-with-border.logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .contact-with-border.logo-container
  .validation-component__wrapper-logo,
.row.contact-with-border .perspective-article-page .about-author .cmp-upnext,
.cmp-logo-wall
  .contact-with-border.logo-container
  .perspective-article-page
  .about-author
  .cmp-upnext,
.perspective-article-page .about-author .row.contact-with-border .cmp-upnext,
.perspective-article-page
  .about-author
  .cmp-logo-wall
  .contact-with-border.logo-container
  .cmp-upnext,
.cmp-logo-wall
  .perspective-article-page
  .about-author
  .contact-with-border.logo-container
  .cmp-upnext,
.row.contact-with-border .perspective-article-page .upnext .cmp-upnext,
.cmp-logo-wall
  .contact-with-border.logo-container
  .perspective-article-page
  .upnext
  .cmp-upnext,
.perspective-article-page .upnext .row.contact-with-border .cmp-upnext,
.perspective-article-page
  .upnext
  .cmp-logo-wall
  .contact-with-border.logo-container
  .cmp-upnext,
.cmp-logo-wall
  .perspective-article-page
  .upnext
  .contact-with-border.logo-container
  .cmp-upnext,
.perspective-article-page
  .perspective-main-container
  > .contact-with-border.aem-Grid--default--12
  .col,
.perspective-article-page
  .perspective-main-container
  > .contact-with-border.aem-Grid--default--12
  .icon-grid-resource,
.perspective-article-page
  .perspective-main-container
  > .contact-with-border.aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .perspective-main-container
  > .contact-with-border.aem-Grid--default--12
  .validation-component__wrapper-content,
.perspective-article-page
  .perspective-main-container
  > .contact-with-border.aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .perspective-main-container
  > .contact-with-border.aem-Grid--default--12
  .validation-component__wrapper-content,
.perspective-article-page
  .perspective-main-container
  > .contact-with-border.aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .perspective-main-container
  > .contact-with-border.aem-Grid--default--12
  .validation-component__wrapper-logo,
.perspective-article-page
  .perspective-main-container
  > .contact-with-border.aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .perspective-main-container
  > .contact-with-border.aem-Grid--default--12
  .validation-component__wrapper-logo,
.perspective-article-page
  .perspective-main-container
  > .contact-with-border.aem-Grid--default--12
  .about-author
  .cmp-upnext,
.perspective-article-page
  .about-author
  .perspective-main-container
  > .contact-with-border.aem-Grid--default--12
  .cmp-upnext,
.perspective-article-page
  .perspective-main-container
  > .contact-with-border.aem-Grid--default--12
  .upnext
  .cmp-upnext,
.perspective-article-page
  .upnext
  .perspective-main-container
  > .contact-with-border.aem-Grid--default--12
  .cmp-upnext,
.row.contact-with-border
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4,
.cmp-logo-wall
  .contact-with-border.logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4,
.perspective-article-page
  .perspective-main-container
  > .contact-with-border.aem-Grid--default--12
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4,
.customer-story
  .row.contact-with-border
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4,
.customer-story
  .cmp-logo-wall
  .contact-with-border.logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4,
.cmp-logo-wall
  .customer-story
  .contact-with-border.logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4,
.customer-story
  .perspective-article-page
  .perspective-main-container
  > .contact-with-border.aem-Grid--default--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4,
.perspective-article-page
  .customer-story
  .perspective-main-container
  > .contact-with-border.aem-Grid--default--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4,
.row.contact-with-border
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8,
.cmp-logo-wall
  .contact-with-border.logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8,
.perspective-article-page
  .perspective-main-container
  > .contact-with-border.aem-Grid--default--12
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8,
.customer-story
  .row.contact-with-border
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8,
.customer-story
  .cmp-logo-wall
  .contact-with-border.logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8,
.cmp-logo-wall
  .customer-story
  .contact-with-border.logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8,
.customer-story
  .perspective-article-page
  .perspective-main-container
  > .contact-with-border.aem-Grid--default--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8,
.perspective-article-page
  .customer-story
  .perspective-main-container
  > .contact-with-border.aem-Grid--default--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8,
.customer-story
  .contact-with-border.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .col,
.customer-story
  .contact-with-border.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .icon-grid-resource,
.customer-story
  .contact-with-border.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .customer-story
  .contact-with-border.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-content,
.customer-story
  .contact-with-border.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .contact-with-border.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-content,
.customer-story
  .contact-with-border.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .customer-story
  .contact-with-border.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-logo,
.customer-story
  .contact-with-border.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .contact-with-border.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-logo,
.customer-story
  .contact-with-border.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .cmp-upnext,
.perspective-article-page
  .about-author
  .customer-story
  .contact-with-border.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .cmp-upnext,
.customer-story
  .contact-with-border.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .cmp-upnext,
.perspective-article-page
  .upnext
  .customer-story
  .contact-with-border.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .cmp-upnext,
.customer-story
  .contact-with-border.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4,
.customer-story
  .contact-with-border.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8 {
  padding-top: 64px;
  padding-bottom: 64px;
  text-align: center;
}
@media only screen and (min-width: 48em) {
  .row.contact-with-border .col,
  .row.contact-with-border .icon-grid-resource,
  .row.contact-with-border
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-content,
  .validation-component__wrapper--horizontal
    .row.contact-with-border
    .validation-component__wrapper-content,
  .row.contact-with-border
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-content,
  .validation-component__wrapper--contentonWhiteBackground
    .row.contact-with-border
    .validation-component__wrapper-content,
  .row.contact-with-border
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo,
  .validation-component__wrapper--horizontal
    .row.contact-with-border
    .validation-component__wrapper-logo,
  .row.contact-with-border
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo,
  .validation-component__wrapper--contentonWhiteBackground
    .row.contact-with-border
    .validation-component__wrapper-logo,
  .cmp-logo-wall .contact-with-border.logo-container .col,
  .cmp-logo-wall .contact-with-border.logo-container .icon-grid-resource,
  .cmp-logo-wall
    .contact-with-border.logo-container
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-content,
  .validation-component__wrapper--horizontal
    .cmp-logo-wall
    .contact-with-border.logo-container
    .validation-component__wrapper-content,
  .cmp-logo-wall
    .contact-with-border.logo-container
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-content,
  .validation-component__wrapper--contentonWhiteBackground
    .cmp-logo-wall
    .contact-with-border.logo-container
    .validation-component__wrapper-content,
  .cmp-logo-wall
    .contact-with-border.logo-container
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo,
  .validation-component__wrapper--horizontal
    .cmp-logo-wall
    .contact-with-border.logo-container
    .validation-component__wrapper-logo,
  .cmp-logo-wall
    .contact-with-border.logo-container
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo,
  .validation-component__wrapper--contentonWhiteBackground
    .cmp-logo-wall
    .contact-with-border.logo-container
    .validation-component__wrapper-logo,
  .row.contact-with-border .perspective-article-page .about-author .cmp-upnext,
  .cmp-logo-wall
    .contact-with-border.logo-container
    .perspective-article-page
    .about-author
    .cmp-upnext,
  .perspective-article-page .about-author .row.contact-with-border .cmp-upnext,
  .perspective-article-page
    .about-author
    .cmp-logo-wall
    .contact-with-border.logo-container
    .cmp-upnext,
  .cmp-logo-wall
    .perspective-article-page
    .about-author
    .contact-with-border.logo-container
    .cmp-upnext,
  .row.contact-with-border .perspective-article-page .upnext .cmp-upnext,
  .cmp-logo-wall
    .contact-with-border.logo-container
    .perspective-article-page
    .upnext
    .cmp-upnext,
  .perspective-article-page .upnext .row.contact-with-border .cmp-upnext,
  .perspective-article-page
    .upnext
    .cmp-logo-wall
    .contact-with-border.logo-container
    .cmp-upnext,
  .cmp-logo-wall
    .perspective-article-page
    .upnext
    .contact-with-border.logo-container
    .cmp-upnext,
  .perspective-article-page
    .perspective-main-container
    > .contact-with-border.aem-Grid--default--12
    .col,
  .perspective-article-page
    .perspective-main-container
    > .contact-with-border.aem-Grid--default--12
    .icon-grid-resource,
  .perspective-article-page
    .perspective-main-container
    > .contact-with-border.aem-Grid--default--12
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-content,
  .validation-component__wrapper--horizontal
    .perspective-article-page
    .perspective-main-container
    > .contact-with-border.aem-Grid--default--12
    .validation-component__wrapper-content,
  .perspective-article-page
    .perspective-main-container
    > .contact-with-border.aem-Grid--default--12
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-content,
  .validation-component__wrapper--contentonWhiteBackground
    .perspective-article-page
    .perspective-main-container
    > .contact-with-border.aem-Grid--default--12
    .validation-component__wrapper-content,
  .perspective-article-page
    .perspective-main-container
    > .contact-with-border.aem-Grid--default--12
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo,
  .validation-component__wrapper--horizontal
    .perspective-article-page
    .perspective-main-container
    > .contact-with-border.aem-Grid--default--12
    .validation-component__wrapper-logo,
  .perspective-article-page
    .perspective-main-container
    > .contact-with-border.aem-Grid--default--12
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo,
  .validation-component__wrapper--contentonWhiteBackground
    .perspective-article-page
    .perspective-main-container
    > .contact-with-border.aem-Grid--default--12
    .validation-component__wrapper-logo,
  .perspective-article-page
    .perspective-main-container
    > .contact-with-border.aem-Grid--default--12
    .about-author
    .cmp-upnext,
  .perspective-article-page
    .about-author
    .perspective-main-container
    > .contact-with-border.aem-Grid--default--12
    .cmp-upnext,
  .perspective-article-page
    .perspective-main-container
    > .contact-with-border.aem-Grid--default--12
    .upnext
    .cmp-upnext,
  .perspective-article-page
    .upnext
    .perspective-main-container
    > .contact-with-border.aem-Grid--default--12
    .cmp-upnext,
  .row.contact-with-border
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--4,
  .cmp-logo-wall
    .contact-with-border.logo-container
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--4,
  .perspective-article-page
    .perspective-main-container
    > .contact-with-border.aem-Grid--default--12
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--4,
  .customer-story
    .row.contact-with-border
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--4,
  .customer-story
    .cmp-logo-wall
    .contact-with-border.logo-container
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--4,
  .cmp-logo-wall
    .customer-story
    .contact-with-border.logo-container
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--4,
  .customer-story
    .perspective-article-page
    .perspective-main-container
    > .contact-with-border.aem-Grid--default--12
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--4,
  .perspective-article-page
    .customer-story
    .perspective-main-container
    > .contact-with-border.aem-Grid--default--12
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--4,
  .row.contact-with-border
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--8,
  .cmp-logo-wall
    .contact-with-border.logo-container
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--8,
  .perspective-article-page
    .perspective-main-container
    > .contact-with-border.aem-Grid--default--12
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--8,
  .customer-story
    .row.contact-with-border
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--8,
  .customer-story
    .cmp-logo-wall
    .contact-with-border.logo-container
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--8,
  .cmp-logo-wall
    .customer-story
    .contact-with-border.logo-container
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--8,
  .customer-story
    .perspective-article-page
    .perspective-main-container
    > .contact-with-border.aem-Grid--default--12
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--8,
  .perspective-article-page
    .customer-story
    .perspective-main-container
    > .contact-with-border.aem-Grid--default--12
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--8,
  .customer-story
    .contact-with-border.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .col,
  .customer-story
    .contact-with-border.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .icon-grid-resource,
  .customer-story
    .contact-with-border.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-content,
  .validation-component__wrapper--horizontal
    .customer-story
    .contact-with-border.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper-content,
  .customer-story
    .contact-with-border.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-content,
  .validation-component__wrapper--contentonWhiteBackground
    .customer-story
    .contact-with-border.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper-content,
  .customer-story
    .contact-with-border.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo,
  .validation-component__wrapper--horizontal
    .customer-story
    .contact-with-border.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper-logo,
  .customer-story
    .contact-with-border.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo,
  .validation-component__wrapper--contentonWhiteBackground
    .customer-story
    .contact-with-border.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper-logo,
  .customer-story
    .contact-with-border.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .perspective-article-page
    .about-author
    .cmp-upnext,
  .perspective-article-page
    .about-author
    .customer-story
    .contact-with-border.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .cmp-upnext,
  .customer-story
    .contact-with-border.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .perspective-article-page
    .upnext
    .cmp-upnext,
  .perspective-article-page
    .upnext
    .customer-story
    .contact-with-border.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .cmp-upnext,
  .customer-story
    .contact-with-border.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--4,
  .customer-story
    .contact-with-border.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--8 {
    text-align: left;
  }
}
.row.contact-with-border .cmp-button,
.cmp-logo-wall .contact-with-border.logo-container .cmp-button,
.perspective-article-page
  .perspective-main-container
  > .contact-with-border.aem-Grid--default--12
  .cmp-button,
.customer-story
  .contact-with-border.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .cmp-button {
  justify-content: center;
}
@media only screen and (min-width: 48em) {
  .row.contact-with-border .cmp-button,
  .cmp-logo-wall .contact-with-border.logo-container .cmp-button,
  .perspective-article-page
    .perspective-main-container
    > .contact-with-border.aem-Grid--default--12
    .cmp-button,
  .customer-story
    .contact-with-border.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .cmp-button {
    justify-content: flex-start;
  }
}
.row.contact-with-border .separator,
.cmp-logo-wall .contact-with-border.logo-container .separator,
.perspective-article-page
  .perspective-main-container
  > .contact-with-border.aem-Grid--default--12
  .separator,
.customer-story
  .contact-with-border.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .separator {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
}
.row.contact-with-border .separator::before,
.cmp-logo-wall .contact-with-border.logo-container .separator::before,
.perspective-article-page
  .perspective-main-container
  > .contact-with-border.aem-Grid--default--12
  .separator::before,
.customer-story
  .contact-with-border.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .separator::before {
  content: "";
  position: absolute;
  display: block;
  background: #dfe2e6;
  left: 0;
  height: 1px;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .row.contact-with-border .separator::before,
  .cmp-logo-wall .contact-with-border.logo-container .separator::before,
  .perspective-article-page
    .perspective-main-container
    > .contact-with-border.aem-Grid--default--12
    .separator::before,
  .customer-story
    .contact-with-border.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .separator::before {
    top: 0;
    width: 1px;
    height: 100%;
    transform: translate(-50%, 0);
  }
}
.row,
.cmp-logo-wall .logo-container,
.perspective-article-page .perspective-main-container > .aem-Grid--default--12,
.customer-story .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12 {
  margin-right: -8px;
  margin-right: -0.5rem;
  margin-left: -8px;
  margin-left: -0.5rem;
}
@media only screen and (min-width: 48em) {
  .row,
  .cmp-logo-wall .logo-container,
  .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12,
  .customer-story .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12 {
    margin-right: -16px;
    margin-right: -1rem;
    margin-left: -16px;
    margin-left: -1rem;
  }
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.section-v3 .fourcolumn .icon-grid-resource,
.section-v3 .threecolumn .icon-grid-resource,
.section-v3 .twocolumn .icon-grid-resource,
.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content,
.validation-component__wrapper--horizontal .validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-4,
.section-v3 .fourcolumn .icon-grid-resource,
.section-v3 .threecolumn .icon-grid-resource,
.section-v3 .twocolumn .icon-grid-resource,
.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content,
.validation-component__wrapper--horizontal .validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 50%;
}

.col-xs-offset-3 {
  margin-left: 75%;
}

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs,
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .announcement-bar-v2__wrapper-slides,
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .announcement-bar-v2__wrapper-box,
.announcement-bar__wrapper-slides,
.announcement-bar__wrapper-box,
.validation-component__wrapper--horizontal .validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.middle-xs,
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .announcement-bar-v2__wrapper-container,
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .announcement-bar-v2__wrapper-slides,
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .announcement-bar-v2__wrapper-box,
.announcement-bar__wrapper-container,
.announcement-bar__wrapper-slides,
.announcement-bar__wrapper-box,
.icon-grid__wrapper-link div,
.validation-component__wrapper--horizontal .validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo,
.validation-component__wrapper--horizontal,
.validation-component__wrapper--contentonWhiteBackground,
.validation-component__wrapper .validation-component__wrapper-link div {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 48em) {
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo,
  .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo,
  .col-sm-5,
  .col-sm-6,
  .twocolumn .icon-grid-resource,
  .icon-grid-resource,
  .col-sm-7,
  .validation-component__wrapper--horizontal
    .validation-component__wrapper-content,
  .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-content,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .section-v3 .fourcolumn .icon-grid-resource,
  .section-v3 .threecolumn .icon-grid-resource,
  .section-v3 .twocolumn .icon-grid-resource,
  .perspective-article-page .about-author .cmp-upnext,
  .perspective-article-page .upnext .cmp-upnext,
  .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--4,
  .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--8,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4,
  .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo,
  .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6,
  .twocolumn .icon-grid-resource,
  .icon-grid-resource {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7,
  .validation-component__wrapper--horizontal
    .validation-component__wrapper-content,
  .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-content {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12,
  .section-v3 .fourcolumn .icon-grid-resource,
  .section-v3 .threecolumn .icon-grid-resource,
  .section-v3 .twocolumn .icon-grid-resource,
  .perspective-article-page .about-author .cmp-upnext,
  .perspective-article-page .upnext .cmp-upnext,
  .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--4,
  .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--8 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 62em) {
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .fourcolumn .icon-grid-resource,
  .threecolumn .icon-grid-resource,
  .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--8,
  .col-md-9,
  .perspective-article-page .about-author .cmp-upnext,
  .perspective-article-page .upnext .cmp-upnext,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .section-v3 .fourcolumn .icon-grid-resource,
  .section-v3 .threecolumn .icon-grid-resource,
  .section-v3 .twocolumn .icon-grid-resource,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4,
  .fourcolumn .icon-grid-resource,
  .threecolumn .icon-grid-resource,
  .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8,
  .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9,
  .perspective-article-page .about-author .cmp-upnext,
  .perspective-article-page .upnext .cmp-upnext {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12,
  .section-v3 .fourcolumn .icon-grid-resource,
  .section-v3 .threecolumn .icon-grid-resource,
  .section-v3 .twocolumn .icon-grid-resource {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .section-v3 .fourcolumn .icon-grid-resource,
  .col-lg-4,
  .section-v3 .threecolumn .icon-grid-resource,
  .fourcolumn .icon-grid-resource,
  .perspective-article-page .cmp-anchor-link__wrapper .col-lg-3,
  .col-lg-5,
  .col-lg-6,
  .section-v3 .twocolumn .icon-grid-resource,
  .perspective-article-page .about-author .cmp-upnext,
  .perspective-article-page .upnext .cmp-upnext,
  .col-lg-7,
  .col-lg-8,
  .perspective-article-page .cmp-anchor-link__wrapper .col-lg-9,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3,
  .section-v3 .fourcolumn .icon-grid-resource {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4,
  .section-v3 .threecolumn .icon-grid-resource,
  .fourcolumn .icon-grid-resource,
  .perspective-article-page .cmp-anchor-link__wrapper .col-lg-3,
  .perspective-article-page
    .cmp-anchor-link__wrapper
    .section-v3
    .fourcolumn
    .icon-grid-resource,
  .section-v3
    .fourcolumn
    .perspective-article-page
    .cmp-anchor-link__wrapper
    .icon-grid-resource {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6,
  .section-v3 .twocolumn .icon-grid-resource,
  .perspective-article-page .about-author .cmp-upnext,
  .perspective-article-page .upnext .cmp-upnext {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8,
  .perspective-article-page .cmp-anchor-link__wrapper .col-lg-9 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 100em) {
  .col-xl,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .fourcolumn .icon-grid-resource,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-offset-0,
  .col-xl-offset-1,
  .col-xl-offset-2,
  .col-xl-offset-3,
  .col-xl-offset-4,
  .col-xl-offset-5,
  .col-xl-offset-6,
  .col-xl-offset-7,
  .col-xl-offset-8,
  .col-xl-offset-9,
  .col-xl-offset-10,
  .col-xl-offset-11,
  .col-xl-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3,
  .fourcolumn .icon-grid-resource {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-xl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-xl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-xl {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-xl {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-xl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-xl {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-xl {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-xl {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-xl {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-xl {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.modal__wrapper {
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.modal__wrapper .modal__wrapper-container {
  padding: 20px;
  padding: 1.25rem;
  max-width: 840px;
  max-width: 52.5rem;
  min-width: 220px;
  min-width: 13.75rem;
  border: 10px solid rgba(0, 0, 0, 0.5);
  width: 80%;
  height: auto;
  background: #ffffff;
  margin: 50px auto auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.modal__wrapper .modal__wrapper-video {
  padding-top: 56.25%;
  height: 0;
  width: 100%;
  position: relative;
}
.modal__wrapper .modal__wrapper-video > iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.modal__wrapper .modal__wrapper-close {
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 15px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 0.9375rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  color: #000000;
  cursor: pointer;
  position: absolute;
  right: -15px;
  text-decoration: none;
  top: -15px;
  background: #ffffff;
  width: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.modal-v2 {
  bottom: 0;
  display: none;
  left: 0;
  margin-bottom: 0 !important;
  overflow-y: scroll !important;
  overflow: auto !important;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(-50%) translateY(0) scale(0);
  width: 100%;
  z-index: 9995 !important;
  -ms-overflow-style: none;
  backdrop-filter: blur(17.5px);
}
.modal-v2 h1,
.modal-v2 h2,
.modal-v2 h3,
.modal-v2 h4 {
  margin-top: 0;
}
.modal-v2 .modal-dialog {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1050;
}
@media screen and (orientation: landscape) {
  .modal-v2 .modal-dialog {
    width: 75%;
  }
}
@media (min-width: 48em) {
  .modal-v2 .modal-dialog {
    width: 80%;
  }
}
.modal-v2 .modal-dialog .modal-content {
  background-clip: padding-box;
  background-color: #fafafa;
}
.modal-v2 .modal-dialog .modal-content .modal-body {
  position: relative;
}
.modal-v2 .modal-dialog img {
  display: block;
  margin: 0 auto;
}
.modal-v2.partner .modal-body {
  padding: 2em;
}
.modal-v2.youtube {
  top: 50%;
}
.modal-v2.youtube .modal-header {
  min-height: 0;
}
.modal-v2.youtube .modal-body .video-js {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
}
.modal-v2.youtube .modal-body .video-js > div iframe {
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.modal-v2.youtube .modal-body .video-js.vjs-youtube-mobile .vjs-control-bar {
  display: none;
}
.modal-v2.url .modal-body {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.modal-v2.url .modal-body iframe {
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.modal-v2.infographic .modal-dialog {
  left: 50%;
  margin: 30px auto;
  max-width: 700px;
  top: 30px;
  transform: translate(-50%, 0);
}
.modal-v2.image {
  max-height: 100%;
}
.modal-v2 .modal-close {
  background-color: transparent;
  border-radius: 100%;
  border: none;
  cursor: pointer;
  outline-style: none;
  position: absolute;
  text-indent: -999em;
  height: 48px;
  width: 48px;
  right: 24px;
  top: 24px;
  transition: background-color 250ms ease;
  z-index: 1000;
  overflow: hidden;
}
@media (min-width: 48em) {
  .modal-v2 .modal-close {
    right: 32px;
    top: 32px;
  }
}
@media (min-width: 75em) {
  .modal-v2 .modal-close {
    right: 48px;
    top: 48px;
  }
}
@media (min-width: 100em) {
  .modal-v2 .modal-close {
    right: 64px;
    top: 64px;
  }
}
.modal-v2 .modal-close:hover,
.modal-v2 .modal-close:focus,
.modal-v2 .modal-close:active {
  background-color: rgba(0, 0, 0, 0.32);
}
.modal-v2 .modal-close:focus {
  border: none;
  box-shadow: 0 0 0 2px #ffffff;
}
.modal-v2 .modal-close::before,
.modal-v2 .modal-close::after {
  background: #ffffff;
  content: unset;
  display: block;
  height: 2px;
  left: 50%;
  margin: -1px 0 0 -25%;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 250ms ease;
  width: 50%;
}
.modal-v2 .modal-close::before {
  transform: rotate(45deg);
}
.modal-v2 .modal-close::after {
  transform: rotate(135deg);
}
.modal-v2 .modal-close svg {
  display: block;
  fill: white;
  margin-left: auto;
  margin-right: auto;
}
.modal-v2 .modal-end {
  opacity: 0;
  width: 1px;
  height: 1px;
  display: block;
}

.lean-overlay {
  background: #000;
  bottom: 0;
  display: none;
  height: 130%;
  left: 0;
  position: fixed;
  right: 0;
  top: -100px;
  width: 100%;
  will-change: opacity;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(17.5px);
}

.industry-case-modal-container {
  background-color: white;
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px;
  width: 70%;
  max-height: 800px;
}
.industry-case-modal-container::backdrop {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(1px);
}
.industry-case-modal-container .bottom-nav {
  background-color: #f1f1f1;
  display: flex;
  justify-content: space-between;
}
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimizeQuality;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

body {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  position: relative;
  overflow-x: hidden;
  background-color: #ffffff;
}

a {
  color: #0057ae;
}
a:hover {
  color: #022043;
}
a:active {
  color: #022043;
}
a:visited {
  color: #022043;
}
a:visited:hover {
  color: #022043;
}

button {
  font-family: "Acid Grotesk", Arial, Helvetica, sans-serif;
}

.sixteen-nine {
  position: relative;
}
.sixteen-nine:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.sixteen-nine > iframe,
.sixteen-nine > embed,
.sixteen-nine > object,
.sixteen-nine > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.four-three {
  position: relative;
}
.four-three:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.four-three > iframe,
.four-three > embed,
.four-three > object,
.four-three > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

body {
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 16px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  color: #022043;
  line-height: 24px;
  font-family: "Acid Grotesk", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

h1,
.title-1,
h2,
.title-2,
h3,
.title-3,
.cmp-about-author .about-author__title,
h4,
.title-4,
h5,
.title-5,
.cmp-hub-hero .hub-hero__wrapper-have-hero .hero-card__title,
h6,
.title-6,
.cmp-hub-hero .hero-card__title {
  margin-top: 0px;
  margin-top: 0rem;
  display: block;
  font-family: "Acid Grotesk", Arial, Helvetica, sans-serif;
  word-wrap: break-word;
}

h1,
.title-1 {
  font-size: 3.5rem;
  line-height: 4rem;
  font-weight: 800;
  color: #022043;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  letter-spacing: -2%;
}
@media screen and (max-width: 991px) {
  h1,
  .title-1 {
    /* Number of pixels in 1rem (default: 16px/rem)
    /* When converting to rems, we must divide by this ratio. */
    /* Print the pixel fallback declaration first so we can override it in capable browsers. */
    font-size: 48px;
    /* If there is only one value, print the declaration with the value converted to rems.*/
    font-size: 3rem;
    /* line heights were not matching with the comps
    /* need to fix the math later
    /* @include set-leading($lines); */
    line-height: 3.5rem;
    letter-spacing: 0;
  }
}
h1 .display,
.title-1 .display {
  display: inline-block;
  margin-bottom: 32px !important;
}
@media screen and (max-width: 991px) {
  h1 .display,
  .title-1 .display {
    margin-bottom: 24px !important;
  }
}

h2,
.title-2 {
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 800;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {
  h2,
  .title-2 {
    /* Number of pixels in 1rem (default: 16px/rem)
    /* When converting to rems, we must divide by this ratio. */
    /* Print the pixel fallback declaration first so we can override it in capable browsers. */
    font-size: 40px;
    /* If there is only one value, print the declaration with the value converted to rems.*/
    font-size: 2.5rem;
    /* line heights were not matching with the comps
    /* need to fix the math later
    /* @include set-leading($lines); */
    line-height: 3rem;
  }
}

h3,
.title-3,
.cmp-about-author .about-author__title {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 800;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {
  h3,
  .title-3,
  .cmp-about-author .about-author__title {
    /* Number of pixels in 1rem (default: 16px/rem)
    /* When converting to rems, we must divide by this ratio. */
    /* Print the pixel fallback declaration first so we can override it in capable browsers. */
    font-size: 32px;
    /* If there is only one value, print the declaration with the value converted to rems.*/
    font-size: 2rem;
    /* line heights were not matching with the comps
    /* need to fix the math later
    /* @include set-leading($lines); */
    line-height: 2.5rem;
  }
}

h4,
.title-4 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  h4,
  .title-4 {
    /* Number of pixels in 1rem (default: 16px/rem)
    /* When converting to rems, we must divide by this ratio. */
    /* Print the pixel fallback declaration first so we can override it in capable browsers. */
    font-size: 24px;
    /* If there is only one value, print the declaration with the value converted to rems.*/
    font-size: 1.5rem;
    /* line heights were not matching with the comps
    /* need to fix the math later
    /* @include set-leading($lines); */
    line-height: 2rem;
  }
}

h5,
.title-5,
.cmp-hub-hero .hub-hero__wrapper-have-hero .hero-card__title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {
  h5,
  .title-5,
  .cmp-hub-hero .hub-hero__wrapper-have-hero .hero-card__title {
    /* Number of pixels in 1rem (default: 16px/rem)
    /* When converting to rems, we must divide by this ratio. */
    /* Print the pixel fallback declaration first so we can override it in capable browsers. */
    font-size: 20px;
    /* If there is only one value, print the declaration with the value converted to rems.*/
    font-size: 1.25rem;
    /* line heights were not matching with the comps
    /* need to fix the math later
    /* @include set-leading($lines); */
    line-height: 1.75rem;
  }
}

h6,
.title-6,
.cmp-hub-hero .hero-card__title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  letter-spacing: 0;
}

p {
  margin: 0;
  margin: 0rem;
}

.body-0 {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  display: inline-block;
  font-weight: 400;
}

.body-1,
.cmp-hub-hero__one .hub-hero__wrapper-video .hero-card__description,
.cmp-about-author .about-author__user-details .user-name,
.body-2,
.cmp-about-author .about-author__user-details,
.body-3,
.cmp-hub-hero .hub-hero__wrapper-list .hub-hero__card .hero-card__eyebrow,
.cmp-hub-hero .hero-card__type,
.cmp-share-component--copied,
.cmp-share-component--date,
.cmp-share-component--share {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  display: inline-block;
  font-weight: 400;
}

.overline,
.cmp-article-hero .article-hero__eyebrow,
.eyebrow .cmp-title__text {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 14px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 0.875rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  font-weight: 700;
  line-height: 1.25rem;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}

ul,
ol {
  margin-top: 0;
  margin-top: 0rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  line-height: 24px;
}
ul li + li,
ol li + li {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.statistic {
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 48px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 3rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 3.5rem;
  letter-spacing: 0;
  color: #0057ae;
}

.bg-blue .statistic {
  color: #ffffff;
}

.body-0,
.body-1,
.cmp-hub-hero__one .hub-hero__wrapper-video .hero-card__description,
.cmp-about-author .about-author__user-details .user-name,
.body-2,
.cmp-about-author .about-author__user-details,
.body-3,
.cmp-hub-hero .hub-hero__wrapper-list .hub-hero__card .hero-card__eyebrow,
.cmp-hub-hero .hero-card__type,
.cmp-share-component--copied,
.cmp-share-component--date,
.cmp-share-component--share {
  font-weight: 400;
  letter-spacing: 0;
}

.body-0 {
  font-size: 1.5rem;
  line-height: 2rem;
}
@media screen and (max-width: 991px) {
  .body-0 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.body-1,
.cmp-hub-hero__one .hub-hero__wrapper-video .hero-card__description,
.cmp-about-author .about-author__user-details .user-name {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.body-2,
.cmp-about-author .about-author__user-details {
  font-size: 1rem;
  line-height: 1.5rem;
}

.body-3,
.cmp-hub-hero .hub-hero__wrapper-list .hub-hero__card .hero-card__eyebrow,
.cmp-hub-hero .hero-card__type,
.cmp-share-component--copied,
.cmp-share-component--date,
.cmp-share-component--share {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.display {
  font-size: 5.5rem;
  line-height: 6rem;
  font-weight: 800;
  letter-spacing: -2%;
  margin-bottom: 32px !important;
  overflow: hidden;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .display {
    font-size: 3rem;
    line-height: 3.5rem;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 24px !important;
  }
}

h1:has(.display),
h2:has(.display),
h3:has(.display),
h4:has(.display),
h5:has(.display),
h6:has(.display) {
  margin: 0 !important;
}

.customer-story {
  color: #022043;
}
.customer-story .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12 {
  margin: 0;
}
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8 {
  padding: 0px;
  padding-bottom: 48px;
}
@media (min-width: 70.25em) {
  .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--8 {
    padding-right: 16px;
  }
}
@media (min-width: 70.25em) {
  .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--8 {
    padding-bottom: 64px;
  }
}
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4 {
  padding: 0px;
}
@media (min-width: 70.25em) {
  .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--4 {
    padding-left: 16px;
  }
}
@media (min-width: 75em) {
  .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--4 {
    padding-left: 8.33333333%;
  }
}
.customer-story .footer .cmp-footer-container {
  padding: 20px 0;
  padding: 1.25rem 0rem;
}
.customer-story .story-hero {
  order: -2;
}
@media (min-width: 70.25em) {
  .customer-story .story-hero {
    order: inherit;
  }
}
.customer-story .side-container {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  order: -1;
}
@media (min-width: 70.25em) {
  .customer-story .side-container {
    order: inherit;
  }
}
.customer-story .story-hero + .responsivegrid:has(.newCarousel) {
  order: -1;
}
@media (min-width: 70.25em) {
  .customer-story .story-hero + .responsivegrid:has(.newCarousel) {
    order: inherit;
  }
}
.customer-story .side-container + .separator {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw !important;
  margin-left: -50vw;
}
.customer-story .morecustomerstories + .responsivegrid {
  order: 0;
}
@media (min-width: 70.25em) {
  .customer-story .morecustomerstories + .responsivegrid {
    order: inherit;
  }
}
.customer-story .morecustomerstories + .responsivegrid .separator {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw !important;
  margin-left: -50vw;
}
.customer-story .sidebar__content-heading,
.customer-story .sidebar__content-item-description {
  color: #022043;
}
.customer-story main .aem-GridColumn--default--8 a:not(.wd-btn),
.customer-story main .aem-GridColumn--default--8 a:not(.wd-btn) span,
.customer-story .side-container a:not(.wd-btn),
.customer-story .side-container a:not(.wd-btn) span {
  color: #0057ae;
  font-weight: 700;
  text-underline-offset: 4px !important;
}
.customer-story main .aem-GridColumn--default--8 a:not(.wd-btn):visited,
.customer-story main .aem-GridColumn--default--8 a:not(.wd-btn) span:visited,
.customer-story .side-container a:not(.wd-btn):visited,
.customer-story .side-container a:not(.wd-btn) span:visited {
  color: #0057ae;
}
.customer-story main .aem-GridColumn--default--8 a:not(.wd-btn):hover,
.customer-story main .aem-GridColumn--default--8 a:not(.wd-btn):active,
.customer-story main .aem-GridColumn--default--8 a:not(.wd-btn) span:hover,
.customer-story main .aem-GridColumn--default--8 a:not(.wd-btn) span:active,
.customer-story .side-container a:not(.wd-btn):hover,
.customer-story .side-container a:not(.wd-btn):active,
.customer-story .side-container a:not(.wd-btn) span:hover,
.customer-story .side-container a:not(.wd-btn) span:active {
  color: #022043;
}
.customer-story main .aem-GridColumn--default--8 a:not(.wd-btn):focus-visible,
.customer-story
  main
  .aem-GridColumn--default--8
  a:not(.wd-btn)
  span:focus-visible,
.customer-story .side-container a:not(.wd-btn):focus-visible,
.customer-story .side-container a:not(.wd-btn) span:focus-visible {
  color: #0057ae;
  border: none;
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0057ae;
  outline: 0;
  border-radius: 24px;
}
.customer-story .cmp-text a {
  font-weight: 400 !important;
}
.customer-story .separator-line {
  background: #b6c1cc;
}

.logo-content__wrapper {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  height: 56px;
  height: 3.5rem;
  display: flex;
  align-items: start;
}
.logo-content__wrapper div {
  height: 100%;
}
.logo-content__wrapper img {
  max-height: 56px;
  max-height: 3.5rem;
  max-width: 120px;
  max-width: 7.5rem;
  height: 100%;
  object-fit: contain;
  object-position: left;
}
.logo-content__wrapper img.wide-logo {
  max-width: 120px;
  max-width: 7.5rem;
}
@media (min-width: 70.25em) {
  .logo-content__wrapper img.wide-logo {
    max-width: 176px;
    max-width: 11rem;
  }
}
.logo-content__wrapper .wide-logo img {
  max-width: 120px;
  max-width: 7.5rem;
}
@media (min-width: 70.25em) {
  .logo-content__wrapper .wide-logo img {
    max-width: 176px;
    max-width: 11rem;
  }
}

.global-toast {
  padding: 64px 32px;
  padding: 4rem 2rem;
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #ffffff;
  left: 0;
  margin: 0 auto;
  max-width: 448px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  transform: translate3d(0, -105%, 0);
  transition: transform 0.5s;
  width: calc(100% - 64px);
  z-index: 19999999;
}
.global-toast p {
  margin-top: 0;
  margin-top: 0rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 16px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  line-height: 24px;
  font-weight: 400;
}
.global-toast .cmp-button {
  flex-flow: column !important;
  flex-direction: column !important;
}
@media (min-width: 48em) {
  .global-toast .cmp-button {
    flex-flow: row !important;
    flex-direction: row !important;
  }
}
.global-toast .cmp-button .wd-btn,
.global-toast
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-default-button,
.global-toast
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-done-button,
.global-toast
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-default-button,
.global-toast
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-done-button,
.global-toast .cmp-button .customer-content a,
.customer-content .global-toast .cmp-button a,
.global-toast .cmp-button .cmp-subnavigation .sub-navigation__container--cta a,
.cmp-subnavigation .sub-navigation__container--cta .global-toast .cmp-button a,
.global-toast .cmp-button .cmp-resourcebar .content-fragment__cards-cta,
.cmp-resourcebar .global-toast .cmp-button .content-fragment__cards-cta,
.global-toast
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .global-toast
  .cmp-button
  .cta,
.global-toast
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .global-toast
  .cmp-button
  a {
  margin: 0;
}
.global-toast .cmp-button .wd-btn + .wd-btn,
.global-toast
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  + .wd-btn,
.textarea
  video-js
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-default-button
  + .wd-btn,
.global-toast
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  + .wd-btn,
.textarea
  video-js
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-done-button
  + .wd-btn,
.global-toast
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  + .wd-btn,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-default-button
  + .wd-btn,
.global-toast
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  + .wd-btn,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-done-button
  + .wd-btn,
.global-toast
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  + .wd-btn,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-default-button
  + .wd-btn,
.global-toast
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  + .wd-btn,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-done-button
  + .wd-btn,
.global-toast
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .wd-btn
  + .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .wd-btn
  + .vjs-default-button,
.global-toast
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-default-button
  + .vjs-default-button,
.global-toast
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-done-button
  + .vjs-default-button,
.global-toast
  .cmp-button
  .brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-default-button,
.textarea
  video-js
  .global-toast
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-default-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-default-button
  + .vjs-default-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-default-button
  + .vjs-default-button,
.global-toast
  .cmp-button
  .brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-default-button,
.textarea
  video-js
  .global-toast
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-default-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-done-button
  + .vjs-default-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-done-button
  + .vjs-default-button,
.global-toast
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-default-button,
.textarea
  video-js
  .global-toast
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-default-button
  + .vjs-default-button,
.textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-default-button
  + .vjs-default-button,
.global-toast
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-default-button,
.textarea
  video-js
  .global-toast
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-done-button
  + .vjs-default-button,
.textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-done-button
  + .vjs-default-button,
.global-toast
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .wd-btn
  + .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .wd-btn
  + .vjs-done-button,
.global-toast
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-default-button
  + .vjs-done-button,
.global-toast
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-done-button
  + .vjs-done-button,
.global-toast
  .cmp-button
  .brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-done-button,
.textarea
  video-js
  .global-toast
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-done-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-default-button
  + .vjs-done-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-default-button
  + .vjs-done-button,
.global-toast
  .cmp-button
  .brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-done-button,
.textarea
  video-js
  .global-toast
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-done-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-done-button
  + .vjs-done-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-done-button
  + .vjs-done-button,
.global-toast
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-done-button,
.textarea
  video-js
  .global-toast
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-default-button
  + .vjs-done-button,
.textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-default-button
  + .vjs-done-button,
.global-toast
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-done-button,
.textarea
  video-js
  .global-toast
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-done-button
  + .vjs-done-button,
.textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-done-button
  + .vjs-done-button,
.global-toast
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .wd-btn
  + .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .wd-btn
  + .vjs-default-button,
.global-toast
  .cmp-button
  .textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-default-button,
.brightcove-player__wrapper
  .global-toast
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-default-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-default-button
  + .vjs-default-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-default-button
  + .vjs-default-button,
.global-toast
  .cmp-button
  .textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-default-button,
.brightcove-player__wrapper
  .global-toast
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-default-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-done-button
  + .vjs-default-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-done-button
  + .vjs-default-button,
.global-toast
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-default-button
  + .vjs-default-button,
.global-toast
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-done-button
  + .vjs-default-button,
.global-toast
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-default-button
  + .vjs-default-button,
.global-toast
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-done-button
  + .vjs-default-button,
.global-toast
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .wd-btn
  + .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .wd-btn
  + .vjs-done-button,
.global-toast
  .cmp-button
  .textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-done-button,
.brightcove-player__wrapper
  .global-toast
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-done-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-default-button
  + .vjs-done-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-default-button
  + .vjs-done-button,
.global-toast
  .cmp-button
  .textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-done-button,
.brightcove-player__wrapper
  .global-toast
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-done-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-done-button
  + .vjs-done-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-done-button
  + .vjs-done-button,
.global-toast
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-default-button
  + .vjs-done-button,
.global-toast
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-done-button
  + .vjs-done-button,
.global-toast
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-default-button
  + .vjs-done-button,
.global-toast
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-done-button
  + .vjs-done-button,
.global-toast
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .wd-btn
  + .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .wd-btn
  + .vjs-default-button,
.global-toast
  .cmp-button
  .textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .global-toast
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-default-button,
.textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-default-button
  + .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-default-button
  + .vjs-default-button,
.global-toast
  .cmp-button
  .textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .global-toast
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-default-button,
.textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-done-button
  + .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-done-button
  + .vjs-default-button,
.global-toast
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-default-button
  + .vjs-default-button,
.global-toast
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-done-button
  + .vjs-default-button,
.global-toast
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-default-button
  + .vjs-default-button,
.global-toast
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-done-button
  + .vjs-default-button,
.global-toast
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .wd-btn
  + .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .wd-btn
  + .vjs-done-button,
.global-toast
  .cmp-button
  .textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .global-toast
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-done-button,
.textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-default-button
  + .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-default-button
  + .vjs-done-button,
.global-toast
  .cmp-button
  .textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .global-toast
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-done-button,
.textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-done-button
  + .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-done-button
  + .vjs-done-button,
.global-toast
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-default-button
  + .vjs-done-button,
.global-toast
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-done-button
  + .vjs-done-button,
.global-toast
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-default-button
  + .vjs-done-button,
.global-toast
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .vjs-done-button
  + .vjs-done-button,
.global-toast .cmp-button .customer-content a + .wd-btn,
.global-toast
  .cmp-button
  .customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a
  + .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .customer-content
  a
  + .vjs-default-button,
.global-toast
  .cmp-button
  .customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a
  + .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .customer-content
  a
  + .vjs-done-button,
.global-toast
  .cmp-button
  .customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a
  + .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .customer-content
  a
  + .vjs-default-button,
.global-toast
  .cmp-button
  .customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a
  + .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .customer-content
  a
  + .vjs-done-button,
.global-toast
  .cmp-button
  .customer-content
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a
  + .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .customer-content
  a
  + .vjs-default-button,
.global-toast
  .cmp-button
  .customer-content
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a
  + .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .customer-content
  a
  + .vjs-done-button,
.customer-content .global-toast .cmp-button a + .wd-btn,
.customer-content
  .global-toast
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  a
  + .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  .global-toast
  .cmp-button
  a
  + .vjs-default-button,
.customer-content
  .global-toast
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  a
  + .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  .global-toast
  .cmp-button
  a
  + .vjs-done-button,
.customer-content
  .global-toast
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a
  + .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  .global-toast
  .cmp-button
  a
  + .vjs-default-button,
.customer-content
  .global-toast
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a
  + .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  .global-toast
  .cmp-button
  a
  + .vjs-done-button,
.customer-content
  .global-toast
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a
  + .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .customer-content
  .global-toast
  .cmp-button
  a
  + .vjs-default-button,
.customer-content
  .global-toast
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a
  + .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .customer-content
  .global-toast
  .cmp-button
  a
  + .vjs-done-button,
.global-toast .cmp-button .customer-content .wd-btn + a,
.global-toast
  .cmp-button
  .customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  + a,
.textarea
  video-js
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .customer-content
  .vjs-default-button
  + a,
.global-toast
  .cmp-button
  .customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  + a,
.textarea
  video-js
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .customer-content
  .vjs-done-button
  + a,
.global-toast
  .cmp-button
  .customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  + a,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .customer-content
  .vjs-default-button
  + a,
.global-toast
  .cmp-button
  .customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  + a,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .customer-content
  .vjs-done-button
  + a,
.global-toast
  .cmp-button
  .customer-content
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  + a,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .customer-content
  .vjs-default-button
  + a,
.global-toast
  .cmp-button
  .customer-content
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  + a,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .customer-content
  .vjs-done-button
  + a,
.customer-content .global-toast .cmp-button .wd-btn + a,
.customer-content
  .global-toast
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  + a,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  .global-toast
  .cmp-button
  .vjs-default-button
  + a,
.customer-content
  .global-toast
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  + a,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  .global-toast
  .cmp-button
  .vjs-done-button
  + a,
.customer-content
  .global-toast
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  + a,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  .global-toast
  .cmp-button
  .vjs-default-button
  + a,
.customer-content
  .global-toast
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  + a,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  .global-toast
  .cmp-button
  .vjs-done-button
  + a,
.customer-content
  .global-toast
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  + a,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .customer-content
  .global-toast
  .cmp-button
  .vjs-default-button
  + a,
.customer-content
  .global-toast
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  + a,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .customer-content
  .global-toast
  .cmp-button
  .vjs-done-button
  + a,
.global-toast .cmp-button .customer-content a + a,
.customer-content .global-toast .cmp-button a + a,
.global-toast
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  + .wd-btn,
.global-toast
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  .textarea
  video-js
  .vjs-text-track-settings
  a
  + .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  + .vjs-default-button,
.global-toast
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  .textarea
  video-js
  .vjs-text-track-settings
  a
  + .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  + .vjs-done-button,
.global-toast
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a
  + .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  + .vjs-default-button,
.global-toast
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a
  + .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  + .vjs-done-button,
.global-toast
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a
  + .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  + .vjs-default-button,
.global-toast
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a
  + .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  + .vjs-done-button,
.global-toast
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  .customer-content
  a
  + a,
.customer-content
  .global-toast
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  + a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .global-toast
  .cmp-button
  a
  + .wd-btn,
.cmp-subnavigation
  .sub-navigation__container--cta
  .global-toast
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  a
  + .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  .global-toast
  .cmp-button
  a
  + .vjs-default-button,
.cmp-subnavigation
  .sub-navigation__container--cta
  .global-toast
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  a
  + .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  .global-toast
  .cmp-button
  a
  + .vjs-done-button,
.cmp-subnavigation
  .sub-navigation__container--cta
  .global-toast
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a
  + .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  .global-toast
  .cmp-button
  a
  + .vjs-default-button,
.cmp-subnavigation
  .sub-navigation__container--cta
  .global-toast
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a
  + .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  .global-toast
  .cmp-button
  a
  + .vjs-done-button,
.cmp-subnavigation
  .sub-navigation__container--cta
  .global-toast
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a
  + .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  .global-toast
  .cmp-button
  a
  + .vjs-default-button,
.cmp-subnavigation
  .sub-navigation__container--cta
  .global-toast
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a
  + .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  .global-toast
  .cmp-button
  a
  + .vjs-done-button,
.cmp-subnavigation
  .sub-navigation__container--cta
  .global-toast
  .cmp-button
  .customer-content
  a
  + a,
.customer-content
  .cmp-subnavigation
  .sub-navigation__container--cta
  .global-toast
  .cmp-button
  a
  + a,
.global-toast
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  .wd-btn
  + a,
.global-toast
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  + a,
.textarea
  video-js
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  .vjs-default-button
  + a,
.global-toast
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  + a,
.textarea
  video-js
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  .vjs-done-button
  + a,
.global-toast
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  + a,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  .vjs-default-button
  + a,
.global-toast
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  + a,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  .vjs-done-button
  + a,
.global-toast
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  + a,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  .vjs-default-button
  + a,
.global-toast
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  + a,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  .vjs-done-button
  + a,
.global-toast
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  .customer-content
  a
  + a,
.customer-content
  .global-toast
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  + a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .global-toast
  .cmp-button
  .wd-btn
  + a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .global-toast
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  + a,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  .global-toast
  .cmp-button
  .vjs-default-button
  + a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .global-toast
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  + a,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  .global-toast
  .cmp-button
  .vjs-done-button
  + a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .global-toast
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  + a,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  .global-toast
  .cmp-button
  .vjs-default-button
  + a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .global-toast
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  + a,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  .global-toast
  .cmp-button
  .vjs-done-button
  + a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .global-toast
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  + a,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  .global-toast
  .cmp-button
  .vjs-default-button
  + a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .global-toast
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  + a,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  .global-toast
  .cmp-button
  .vjs-done-button
  + a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .global-toast
  .cmp-button
  .customer-content
  a
  + a,
.customer-content
  .cmp-subnavigation
  .sub-navigation__container--cta
  .global-toast
  .cmp-button
  a
  + a,
.global-toast
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  + a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .global-toast
  .cmp-button
  a
  + a,
.global-toast
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta
  + .wd-btn,
.global-toast
  .cmp-button
  .cmp-resourcebar
  .textarea
  video-js
  .vjs-text-track-settings
  .content-fragment__cards-cta
  + .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta
  + .vjs-default-button,
.global-toast
  .cmp-button
  .cmp-resourcebar
  .textarea
  video-js
  .vjs-text-track-settings
  .content-fragment__cards-cta
  + .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta
  + .vjs-done-button,
.global-toast
  .cmp-button
  .cmp-resourcebar
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .content-fragment__cards-cta
  + .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta
  + .vjs-default-button,
.global-toast
  .cmp-button
  .cmp-resourcebar
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .content-fragment__cards-cta
  + .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta
  + .vjs-done-button,
.global-toast
  .cmp-button
  .cmp-resourcebar
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .content-fragment__cards-cta
  + .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta
  + .vjs-default-button,
.global-toast
  .cmp-button
  .cmp-resourcebar
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .content-fragment__cards-cta
  + .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta
  + .vjs-done-button,
.global-toast
  .cmp-button
  .cmp-resourcebar
  .customer-content
  .content-fragment__cards-cta
  + a,
.customer-content
  .global-toast
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta
  + a,
.global-toast
  .cmp-button
  .cmp-resourcebar
  .cmp-subnavigation
  .sub-navigation__container--cta
  .content-fragment__cards-cta
  + a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .global-toast
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta
  + a,
.cmp-resourcebar
  .global-toast
  .cmp-button
  .content-fragment__cards-cta
  + .wd-btn,
.cmp-resourcebar
  .global-toast
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .content-fragment__cards-cta
  + .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-resourcebar
  .global-toast
  .cmp-button
  .content-fragment__cards-cta
  + .vjs-default-button,
.cmp-resourcebar
  .global-toast
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .content-fragment__cards-cta
  + .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-resourcebar
  .global-toast
  .cmp-button
  .content-fragment__cards-cta
  + .vjs-done-button,
.cmp-resourcebar
  .global-toast
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .content-fragment__cards-cta
  + .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-resourcebar
  .global-toast
  .cmp-button
  .content-fragment__cards-cta
  + .vjs-default-button,
.cmp-resourcebar
  .global-toast
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .content-fragment__cards-cta
  + .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-resourcebar
  .global-toast
  .cmp-button
  .content-fragment__cards-cta
  + .vjs-done-button,
.cmp-resourcebar
  .global-toast
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .content-fragment__cards-cta
  + .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-resourcebar
  .global-toast
  .cmp-button
  .content-fragment__cards-cta
  + .vjs-default-button,
.cmp-resourcebar
  .global-toast
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .content-fragment__cards-cta
  + .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-resourcebar
  .global-toast
  .cmp-button
  .content-fragment__cards-cta
  + .vjs-done-button,
.cmp-resourcebar
  .global-toast
  .cmp-button
  .customer-content
  .content-fragment__cards-cta
  + a,
.customer-content
  .cmp-resourcebar
  .global-toast
  .cmp-button
  .content-fragment__cards-cta
  + a,
.cmp-resourcebar
  .global-toast
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  .content-fragment__cards-cta
  + a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .cmp-resourcebar
  .global-toast
  .cmp-button
  .content-fragment__cards-cta
  + a,
.global-toast
  .cmp-button
  .cmp-resourcebar
  .wd-btn
  + .content-fragment__cards-cta,
.global-toast
  .cmp-button
  .cmp-resourcebar
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  + .content-fragment__cards-cta,
.textarea
  video-js
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .cmp-resourcebar
  .vjs-default-button
  + .content-fragment__cards-cta,
.global-toast
  .cmp-button
  .cmp-resourcebar
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  + .content-fragment__cards-cta,
.textarea
  video-js
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .cmp-resourcebar
  .vjs-done-button
  + .content-fragment__cards-cta,
.global-toast
  .cmp-button
  .cmp-resourcebar
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  + .content-fragment__cards-cta,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .cmp-resourcebar
  .vjs-default-button
  + .content-fragment__cards-cta,
.global-toast
  .cmp-button
  .cmp-resourcebar
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  + .content-fragment__cards-cta,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .cmp-resourcebar
  .vjs-done-button
  + .content-fragment__cards-cta,
.global-toast
  .cmp-button
  .cmp-resourcebar
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  + .content-fragment__cards-cta,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .cmp-resourcebar
  .vjs-default-button
  + .content-fragment__cards-cta,
.global-toast
  .cmp-button
  .cmp-resourcebar
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  + .content-fragment__cards-cta,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .cmp-resourcebar
  .vjs-done-button
  + .content-fragment__cards-cta,
.global-toast
  .cmp-button
  .cmp-resourcebar
  .customer-content
  a
  + .content-fragment__cards-cta,
.customer-content
  .global-toast
  .cmp-button
  .cmp-resourcebar
  a
  + .content-fragment__cards-cta,
.global-toast
  .cmp-button
  .cmp-resourcebar
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  + .content-fragment__cards-cta,
.cmp-subnavigation
  .sub-navigation__container--cta
  .global-toast
  .cmp-button
  .cmp-resourcebar
  a
  + .content-fragment__cards-cta,
.cmp-resourcebar
  .global-toast
  .cmp-button
  .wd-btn
  + .content-fragment__cards-cta,
.cmp-resourcebar
  .global-toast
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  + .content-fragment__cards-cta,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-resourcebar
  .global-toast
  .cmp-button
  .vjs-default-button
  + .content-fragment__cards-cta,
.cmp-resourcebar
  .global-toast
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  + .content-fragment__cards-cta,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-resourcebar
  .global-toast
  .cmp-button
  .vjs-done-button
  + .content-fragment__cards-cta,
.cmp-resourcebar
  .global-toast
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  + .content-fragment__cards-cta,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-resourcebar
  .global-toast
  .cmp-button
  .vjs-default-button
  + .content-fragment__cards-cta,
.cmp-resourcebar
  .global-toast
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  + .content-fragment__cards-cta,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-resourcebar
  .global-toast
  .cmp-button
  .vjs-done-button
  + .content-fragment__cards-cta,
.cmp-resourcebar
  .global-toast
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  + .content-fragment__cards-cta,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-resourcebar
  .global-toast
  .cmp-button
  .vjs-default-button
  + .content-fragment__cards-cta,
.cmp-resourcebar
  .global-toast
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  + .content-fragment__cards-cta,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-resourcebar
  .global-toast
  .cmp-button
  .vjs-done-button
  + .content-fragment__cards-cta,
.cmp-resourcebar
  .global-toast
  .cmp-button
  .customer-content
  a
  + .content-fragment__cards-cta,
.customer-content
  .cmp-resourcebar
  .global-toast
  .cmp-button
  a
  + .content-fragment__cards-cta,
.cmp-resourcebar
  .global-toast
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  + .content-fragment__cards-cta,
.cmp-subnavigation
  .sub-navigation__container--cta
  .cmp-resourcebar
  .global-toast
  .cmp-button
  a
  + .content-fragment__cards-cta,
.global-toast
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta
  + .content-fragment__cards-cta,
.cmp-resourcebar
  .global-toast
  .cmp-button
  .content-fragment__cards-cta
  + .content-fragment__cards-cta,
.global-toast
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  + .wd-btn,
.global-toast
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .textarea
  video-js
  .vjs-text-track-settings
  .cta
  + .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  + .vjs-default-button,
.global-toast
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .textarea
  video-js
  .vjs-text-track-settings
  .cta
  + .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  + .vjs-done-button,
.global-toast
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .cta
  + .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  + .vjs-default-button,
.global-toast
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .cta
  + .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  + .vjs-done-button,
.global-toast
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cta
  + .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  + .vjs-default-button,
.global-toast
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cta
  + .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  + .vjs-done-button,
.global-toast
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .customer-content
  .cta
  + a,
.customer-content
  .global-toast
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  + a,
.global-toast
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cmp-subnavigation
  .sub-navigation__container--cta
  .cta
  + a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .global-toast
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  + a,
.global-toast
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cmp-resourcebar
  .cta
  + .content-fragment__cards-cta,
.cmp-resourcebar
  .global-toast
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  + .content-fragment__cards-cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .global-toast
  .cmp-button
  .cta
  + .wd-btn,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .global-toast
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .cta
  + .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .global-toast
  .cmp-button
  .cta
  + .vjs-default-button,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .global-toast
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .cta
  + .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .global-toast
  .cmp-button
  .cta
  + .vjs-done-button,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .global-toast
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .cta
  + .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .global-toast
  .cmp-button
  .cta
  + .vjs-default-button,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .global-toast
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .cta
  + .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .global-toast
  .cmp-button
  .cta
  + .vjs-done-button,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .global-toast
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cta
  + .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .global-toast
  .cmp-button
  .cta
  + .vjs-default-button,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .global-toast
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cta
  + .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .global-toast
  .cmp-button
  .cta
  + .vjs-done-button,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .global-toast
  .cmp-button
  .customer-content
  .cta
  + a,
.customer-content
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .global-toast
  .cmp-button
  .cta
  + a,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .global-toast
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  .cta
  + a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .global-toast
  .cmp-button
  .cta
  + a,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .global-toast
  .cmp-button
  .cmp-resourcebar
  .cta
  + .content-fragment__cards-cta,
.cmp-resourcebar
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .global-toast
  .cmp-button
  .cta
  + .content-fragment__cards-cta,
.global-toast
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .wd-btn
  + .cta,
.global-toast
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  + .cta,
.textarea
  video-js
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .vjs-default-button
  + .cta,
.global-toast
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  + .cta,
.textarea
  video-js
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .vjs-done-button
  + .cta,
.global-toast
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  + .cta,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .vjs-default-button
  + .cta,
.global-toast
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  + .cta,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .vjs-done-button
  + .cta,
.global-toast
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  + .cta,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .vjs-default-button
  + .cta,
.global-toast
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  + .cta,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .vjs-done-button
  + .cta,
.global-toast
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .customer-content
  a
  + .cta,
.customer-content
  .global-toast
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  a
  + .cta,
.global-toast
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  + .cta,
.cmp-subnavigation
  .sub-navigation__container--cta
  .global-toast
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  a
  + .cta,
.global-toast
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cmp-resourcebar
  .content-fragment__cards-cta
  + .cta,
.cmp-resourcebar
  .global-toast
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .content-fragment__cards-cta
  + .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .global-toast
  .cmp-button
  .wd-btn
  + .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .global-toast
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  + .cta,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .global-toast
  .cmp-button
  .vjs-default-button
  + .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .global-toast
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  + .cta,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .global-toast
  .cmp-button
  .vjs-done-button
  + .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .global-toast
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  + .cta,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .global-toast
  .cmp-button
  .vjs-default-button
  + .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .global-toast
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  + .cta,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .global-toast
  .cmp-button
  .vjs-done-button
  + .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .global-toast
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  + .cta,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .global-toast
  .cmp-button
  .vjs-default-button
  + .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .global-toast
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  + .cta,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .global-toast
  .cmp-button
  .vjs-done-button
  + .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .global-toast
  .cmp-button
  .customer-content
  a
  + .cta,
.customer-content
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .global-toast
  .cmp-button
  a
  + .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .global-toast
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  + .cta,
.cmp-subnavigation
  .sub-navigation__container--cta
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .global-toast
  .cmp-button
  a
  + .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .global-toast
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta
  + .cta,
.cmp-resourcebar
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .global-toast
  .cmp-button
  .content-fragment__cards-cta
  + .cta,
.global-toast
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  + .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .global-toast
  .cmp-button
  .cta
  + .cta,
.global-toast
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  + .wd-btn,
.global-toast
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .textarea
  video-js
  .vjs-text-track-settings
  a
  + .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  + .vjs-default-button,
.global-toast
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .textarea
  video-js
  .vjs-text-track-settings
  a
  + .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  + .vjs-done-button,
.global-toast
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a
  + .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  + .vjs-default-button,
.global-toast
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a
  + .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  + .vjs-done-button,
.global-toast
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a
  + .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  + .vjs-default-button,
.global-toast
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a
  + .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  + .vjs-done-button,
.global-toast
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .customer-content
  a
  + a,
.customer-content
  .global-toast
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  + a,
.global-toast
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .cmp-resourcebar
  a
  + .content-fragment__cards-cta,
.cmp-resourcebar
  .global-toast
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  + .content-fragment__cards-cta,
.global-toast
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  a
  + .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .global-toast
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  + .cta,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .global-toast
  .cmp-button
  a
  + .wd-btn,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .global-toast
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  a
  + .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .global-toast
  .cmp-button
  a
  + .vjs-default-button,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .global-toast
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  a
  + .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .global-toast
  .cmp-button
  a
  + .vjs-done-button,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .global-toast
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a
  + .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .global-toast
  .cmp-button
  a
  + .vjs-default-button,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .global-toast
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a
  + .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .global-toast
  .cmp-button
  a
  + .vjs-done-button,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .global-toast
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a
  + .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .global-toast
  .cmp-button
  a
  + .vjs-default-button,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .global-toast
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a
  + .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .global-toast
  .cmp-button
  a
  + .vjs-done-button,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .global-toast
  .cmp-button
  .customer-content
  a
  + a,
.customer-content
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .global-toast
  .cmp-button
  a
  + a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .global-toast
  .cmp-button
  .cmp-resourcebar
  a
  + .content-fragment__cards-cta,
.cmp-resourcebar
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .global-toast
  .cmp-button
  a
  + .content-fragment__cards-cta,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .global-toast
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  a
  + .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .global-toast
  .cmp-button
  a
  + .cta,
.global-toast
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .wd-btn
  + a,
.global-toast
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  + a,
.textarea
  video-js
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .vjs-default-button
  + a,
.global-toast
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  + a,
.textarea
  video-js
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .vjs-done-button
  + a,
.global-toast
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  + a,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .vjs-default-button
  + a,
.global-toast
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  + a,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .vjs-done-button
  + a,
.global-toast
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  + a,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .vjs-default-button
  + a,
.global-toast
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  + a,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .global-toast
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .vjs-done-button
  + a,
.global-toast
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .customer-content
  a
  + a,
.customer-content
  .global-toast
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  + a,
.global-toast
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .cmp-resourcebar
  .content-fragment__cards-cta
  + a,
.cmp-resourcebar
  .global-toast
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .content-fragment__cards-cta
  + a,
.global-toast
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  + a,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .global-toast
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .cta
  + a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .global-toast
  .cmp-button
  .wd-btn
  + a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .global-toast
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  + a,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .global-toast
  .cmp-button
  .vjs-default-button
  + a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .global-toast
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  + a,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .global-toast
  .cmp-button
  .vjs-done-button
  + a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .global-toast
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  + a,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .global-toast
  .cmp-button
  .vjs-default-button
  + a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .global-toast
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  + a,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .global-toast
  .cmp-button
  .vjs-done-button
  + a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .global-toast
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  + a,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .global-toast
  .cmp-button
  .vjs-default-button
  + a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .global-toast
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  + a,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .global-toast
  .cmp-button
  .vjs-done-button
  + a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .global-toast
  .cmp-button
  .customer-content
  a
  + a,
.customer-content
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .global-toast
  .cmp-button
  a
  + a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .global-toast
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta
  + a,
.cmp-resourcebar
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .global-toast
  .cmp-button
  .content-fragment__cards-cta
  + a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .global-toast
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  + a,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .global-toast
  .cmp-button
  .cta
  + a,
.global-toast
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  + a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .global-toast
  .cmp-button
  a
  + a {
  margin-top: 16px;
  margin-top: 1rem;
  margin-left: 0;
  margin-left: 0rem;
}
@media (min-width: 48em) {
  .global-toast .cmp-button .wd-btn + .wd-btn,
  .global-toast
    .cmp-button
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-default-button
    + .wd-btn,
  .textarea
    video-js
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-default-button
    + .wd-btn,
  .global-toast
    .cmp-button
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-done-button
    + .wd-btn,
  .textarea
    video-js
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-done-button
    + .wd-btn,
  .global-toast
    .cmp-button
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-default-button
    + .wd-btn,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-default-button
    + .wd-btn,
  .global-toast
    .cmp-button
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-done-button
    + .wd-btn,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-done-button
    + .wd-btn,
  .global-toast
    .cmp-button
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-default-button
    + .wd-btn,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-default-button
    + .wd-btn,
  .global-toast
    .cmp-button
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-done-button
    + .wd-btn,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-done-button
    + .wd-btn,
  .global-toast
    .cmp-button
    .textarea
    video-js
    .vjs-text-track-settings
    .wd-btn
    + .vjs-default-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .wd-btn
    + .vjs-default-button,
  .global-toast
    .cmp-button
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-default-button
    + .vjs-default-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-default-button
    + .vjs-default-button,
  .global-toast
    .cmp-button
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-done-button
    + .vjs-default-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-done-button
    + .vjs-default-button,
  .global-toast
    .cmp-button
    .brightcove-player__wrapper
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-default-button
    + .vjs-default-button,
  .textarea
    video-js
    .global-toast
    .cmp-button
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-default-button
    + .vjs-default-button,
  .brightcove-player__wrapper
    .textarea
    video-js
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-default-button
    + .vjs-default-button,
  .textarea
    video-js
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-default-button
    + .vjs-default-button,
  .global-toast
    .cmp-button
    .brightcove-player__wrapper
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-done-button
    + .vjs-default-button,
  .textarea
    video-js
    .global-toast
    .cmp-button
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-done-button
    + .vjs-default-button,
  .brightcove-player__wrapper
    .textarea
    video-js
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-done-button
    + .vjs-default-button,
  .textarea
    video-js
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-done-button
    + .vjs-default-button,
  .global-toast
    .cmp-button
    .brightcove-player__wrapper.vjs-v8
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-default-button
    + .vjs-default-button,
  .textarea
    video-js
    .global-toast
    .cmp-button
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-default-button
    + .vjs-default-button,
  .brightcove-player__wrapper.vjs-v8
    .textarea
    video-js
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-default-button
    + .vjs-default-button,
  .textarea
    video-js
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-default-button
    + .vjs-default-button,
  .global-toast
    .cmp-button
    .brightcove-player__wrapper.vjs-v8
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-done-button
    + .vjs-default-button,
  .textarea
    video-js
    .global-toast
    .cmp-button
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-done-button
    + .vjs-default-button,
  .brightcove-player__wrapper.vjs-v8
    .textarea
    video-js
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-done-button
    + .vjs-default-button,
  .textarea
    video-js
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-done-button
    + .vjs-default-button,
  .global-toast
    .cmp-button
    .textarea
    video-js
    .vjs-text-track-settings
    .wd-btn
    + .vjs-done-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .wd-btn
    + .vjs-done-button,
  .global-toast
    .cmp-button
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-default-button
    + .vjs-done-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-default-button
    + .vjs-done-button,
  .global-toast
    .cmp-button
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-done-button
    + .vjs-done-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-done-button
    + .vjs-done-button,
  .global-toast
    .cmp-button
    .brightcove-player__wrapper
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-default-button
    + .vjs-done-button,
  .textarea
    video-js
    .global-toast
    .cmp-button
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-default-button
    + .vjs-done-button,
  .brightcove-player__wrapper
    .textarea
    video-js
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-default-button
    + .vjs-done-button,
  .textarea
    video-js
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-default-button
    + .vjs-done-button,
  .global-toast
    .cmp-button
    .brightcove-player__wrapper
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-done-button
    + .vjs-done-button,
  .textarea
    video-js
    .global-toast
    .cmp-button
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-done-button
    + .vjs-done-button,
  .brightcove-player__wrapper
    .textarea
    video-js
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-done-button
    + .vjs-done-button,
  .textarea
    video-js
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-done-button
    + .vjs-done-button,
  .global-toast
    .cmp-button
    .brightcove-player__wrapper.vjs-v8
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-default-button
    + .vjs-done-button,
  .textarea
    video-js
    .global-toast
    .cmp-button
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-default-button
    + .vjs-done-button,
  .brightcove-player__wrapper.vjs-v8
    .textarea
    video-js
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-default-button
    + .vjs-done-button,
  .textarea
    video-js
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-default-button
    + .vjs-done-button,
  .global-toast
    .cmp-button
    .brightcove-player__wrapper.vjs-v8
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-done-button
    + .vjs-done-button,
  .textarea
    video-js
    .global-toast
    .cmp-button
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-done-button
    + .vjs-done-button,
  .brightcove-player__wrapper.vjs-v8
    .textarea
    video-js
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-done-button
    + .vjs-done-button,
  .textarea
    video-js
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-done-button
    + .vjs-done-button,
  .global-toast
    .cmp-button
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .wd-btn
    + .vjs-default-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .wd-btn
    + .vjs-default-button,
  .global-toast
    .cmp-button
    .textarea
    video-js
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-default-button
    + .vjs-default-button,
  .brightcove-player__wrapper
    .global-toast
    .cmp-button
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-default-button
    + .vjs-default-button,
  .textarea
    video-js
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-default-button
    + .vjs-default-button,
  .brightcove-player__wrapper
    .textarea
    video-js
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-default-button
    + .vjs-default-button,
  .global-toast
    .cmp-button
    .textarea
    video-js
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-done-button
    + .vjs-default-button,
  .brightcove-player__wrapper
    .global-toast
    .cmp-button
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-done-button
    + .vjs-default-button,
  .textarea
    video-js
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-done-button
    + .vjs-default-button,
  .brightcove-player__wrapper
    .textarea
    video-js
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-done-button
    + .vjs-default-button,
  .global-toast
    .cmp-button
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-default-button
    + .vjs-default-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-default-button
    + .vjs-default-button,
  .global-toast
    .cmp-button
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-done-button
    + .vjs-default-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-done-button
    + .vjs-default-button,
  .global-toast
    .cmp-button
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-default-button
    + .vjs-default-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-default-button
    + .vjs-default-button,
  .global-toast
    .cmp-button
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-done-button
    + .vjs-default-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-done-button
    + .vjs-default-button,
  .global-toast
    .cmp-button
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .wd-btn
    + .vjs-done-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .wd-btn
    + .vjs-done-button,
  .global-toast
    .cmp-button
    .textarea
    video-js
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-default-button
    + .vjs-done-button,
  .brightcove-player__wrapper
    .global-toast
    .cmp-button
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-default-button
    + .vjs-done-button,
  .textarea
    video-js
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-default-button
    + .vjs-done-button,
  .brightcove-player__wrapper
    .textarea
    video-js
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-default-button
    + .vjs-done-button,
  .global-toast
    .cmp-button
    .textarea
    video-js
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-done-button
    + .vjs-done-button,
  .brightcove-player__wrapper
    .global-toast
    .cmp-button
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-done-button
    + .vjs-done-button,
  .textarea
    video-js
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-done-button
    + .vjs-done-button,
  .brightcove-player__wrapper
    .textarea
    video-js
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-done-button
    + .vjs-done-button,
  .global-toast
    .cmp-button
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-default-button
    + .vjs-done-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-default-button
    + .vjs-done-button,
  .global-toast
    .cmp-button
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-done-button
    + .vjs-done-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-done-button
    + .vjs-done-button,
  .global-toast
    .cmp-button
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-default-button
    + .vjs-done-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-default-button
    + .vjs-done-button,
  .global-toast
    .cmp-button
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-done-button
    + .vjs-done-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-done-button
    + .vjs-done-button,
  .global-toast
    .cmp-button
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .wd-btn
    + .vjs-default-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .wd-btn
    + .vjs-default-button,
  .global-toast
    .cmp-button
    .textarea
    video-js
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-default-button
    + .vjs-default-button,
  .brightcove-player__wrapper.vjs-v8
    .global-toast
    .cmp-button
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-default-button
    + .vjs-default-button,
  .textarea
    video-js
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-default-button
    + .vjs-default-button,
  .brightcove-player__wrapper.vjs-v8
    .textarea
    video-js
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-default-button
    + .vjs-default-button,
  .global-toast
    .cmp-button
    .textarea
    video-js
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-done-button
    + .vjs-default-button,
  .brightcove-player__wrapper.vjs-v8
    .global-toast
    .cmp-button
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-done-button
    + .vjs-default-button,
  .textarea
    video-js
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-done-button
    + .vjs-default-button,
  .brightcove-player__wrapper.vjs-v8
    .textarea
    video-js
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-done-button
    + .vjs-default-button,
  .global-toast
    .cmp-button
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-default-button
    + .vjs-default-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-default-button
    + .vjs-default-button,
  .global-toast
    .cmp-button
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-done-button
    + .vjs-default-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-done-button
    + .vjs-default-button,
  .global-toast
    .cmp-button
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-default-button
    + .vjs-default-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-default-button
    + .vjs-default-button,
  .global-toast
    .cmp-button
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-done-button
    + .vjs-default-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-done-button
    + .vjs-default-button,
  .global-toast
    .cmp-button
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .wd-btn
    + .vjs-done-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .wd-btn
    + .vjs-done-button,
  .global-toast
    .cmp-button
    .textarea
    video-js
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-default-button
    + .vjs-done-button,
  .brightcove-player__wrapper.vjs-v8
    .global-toast
    .cmp-button
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-default-button
    + .vjs-done-button,
  .textarea
    video-js
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-default-button
    + .vjs-done-button,
  .brightcove-player__wrapper.vjs-v8
    .textarea
    video-js
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-default-button
    + .vjs-done-button,
  .global-toast
    .cmp-button
    .textarea
    video-js
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-done-button
    + .vjs-done-button,
  .brightcove-player__wrapper.vjs-v8
    .global-toast
    .cmp-button
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-done-button
    + .vjs-done-button,
  .textarea
    video-js
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-done-button
    + .vjs-done-button,
  .brightcove-player__wrapper.vjs-v8
    .textarea
    video-js
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-done-button
    + .vjs-done-button,
  .global-toast
    .cmp-button
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-default-button
    + .vjs-done-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-default-button
    + .vjs-done-button,
  .global-toast
    .cmp-button
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-done-button
    + .vjs-done-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-done-button
    + .vjs-done-button,
  .global-toast
    .cmp-button
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-default-button
    + .vjs-done-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-default-button
    + .vjs-done-button,
  .global-toast
    .cmp-button
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-done-button
    + .vjs-done-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .vjs-done-button
    + .vjs-done-button,
  .global-toast .cmp-button .customer-content a + .wd-btn,
  .global-toast
    .cmp-button
    .customer-content
    .textarea
    video-js
    .vjs-text-track-settings
    a
    + .vjs-default-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .customer-content
    a
    + .vjs-default-button,
  .global-toast
    .cmp-button
    .customer-content
    .textarea
    video-js
    .vjs-text-track-settings
    a
    + .vjs-done-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .customer-content
    a
    + .vjs-done-button,
  .global-toast
    .cmp-button
    .customer-content
    .brightcove-player__wrapper
    .vjs-text-track-settings
    a
    + .vjs-default-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .customer-content
    a
    + .vjs-default-button,
  .global-toast
    .cmp-button
    .customer-content
    .brightcove-player__wrapper
    .vjs-text-track-settings
    a
    + .vjs-done-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .customer-content
    a
    + .vjs-done-button,
  .global-toast
    .cmp-button
    .customer-content
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    a
    + .vjs-default-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .customer-content
    a
    + .vjs-default-button,
  .global-toast
    .cmp-button
    .customer-content
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    a
    + .vjs-done-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .customer-content
    a
    + .vjs-done-button,
  .customer-content .global-toast .cmp-button a + .wd-btn,
  .customer-content
    .global-toast
    .cmp-button
    .textarea
    video-js
    .vjs-text-track-settings
    a
    + .vjs-default-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .customer-content
    .global-toast
    .cmp-button
    a
    + .vjs-default-button,
  .customer-content
    .global-toast
    .cmp-button
    .textarea
    video-js
    .vjs-text-track-settings
    a
    + .vjs-done-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .customer-content
    .global-toast
    .cmp-button
    a
    + .vjs-done-button,
  .customer-content
    .global-toast
    .cmp-button
    .brightcove-player__wrapper
    .vjs-text-track-settings
    a
    + .vjs-default-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .customer-content
    .global-toast
    .cmp-button
    a
    + .vjs-default-button,
  .customer-content
    .global-toast
    .cmp-button
    .brightcove-player__wrapper
    .vjs-text-track-settings
    a
    + .vjs-done-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .customer-content
    .global-toast
    .cmp-button
    a
    + .vjs-done-button,
  .customer-content
    .global-toast
    .cmp-button
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    a
    + .vjs-default-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .customer-content
    .global-toast
    .cmp-button
    a
    + .vjs-default-button,
  .customer-content
    .global-toast
    .cmp-button
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    a
    + .vjs-done-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .customer-content
    .global-toast
    .cmp-button
    a
    + .vjs-done-button,
  .global-toast .cmp-button .customer-content .wd-btn + a,
  .global-toast
    .cmp-button
    .customer-content
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-default-button
    + a,
  .textarea
    video-js
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .customer-content
    .vjs-default-button
    + a,
  .global-toast
    .cmp-button
    .customer-content
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-done-button
    + a,
  .textarea
    video-js
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .customer-content
    .vjs-done-button
    + a,
  .global-toast
    .cmp-button
    .customer-content
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-default-button
    + a,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .customer-content
    .vjs-default-button
    + a,
  .global-toast
    .cmp-button
    .customer-content
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-done-button
    + a,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .customer-content
    .vjs-done-button
    + a,
  .global-toast
    .cmp-button
    .customer-content
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-default-button
    + a,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .customer-content
    .vjs-default-button
    + a,
  .global-toast
    .cmp-button
    .customer-content
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-done-button
    + a,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .customer-content
    .vjs-done-button
    + a,
  .customer-content .global-toast .cmp-button .wd-btn + a,
  .customer-content
    .global-toast
    .cmp-button
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-default-button
    + a,
  .textarea
    video-js
    .vjs-text-track-settings
    .customer-content
    .global-toast
    .cmp-button
    .vjs-default-button
    + a,
  .customer-content
    .global-toast
    .cmp-button
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-done-button
    + a,
  .textarea
    video-js
    .vjs-text-track-settings
    .customer-content
    .global-toast
    .cmp-button
    .vjs-done-button
    + a,
  .customer-content
    .global-toast
    .cmp-button
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-default-button
    + a,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .customer-content
    .global-toast
    .cmp-button
    .vjs-default-button
    + a,
  .customer-content
    .global-toast
    .cmp-button
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-done-button
    + a,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .customer-content
    .global-toast
    .cmp-button
    .vjs-done-button
    + a,
  .customer-content
    .global-toast
    .cmp-button
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-default-button
    + a,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .customer-content
    .global-toast
    .cmp-button
    .vjs-default-button
    + a,
  .customer-content
    .global-toast
    .cmp-button
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-done-button
    + a,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .customer-content
    .global-toast
    .cmp-button
    .vjs-done-button
    + a,
  .global-toast .cmp-button .customer-content a + a,
  .customer-content .global-toast .cmp-button a + a,
  .global-toast
    .cmp-button
    .cmp-subnavigation
    .sub-navigation__container--cta
    a
    + .wd-btn,
  .global-toast
    .cmp-button
    .cmp-subnavigation
    .sub-navigation__container--cta
    .textarea
    video-js
    .vjs-text-track-settings
    a
    + .vjs-default-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .cmp-subnavigation
    .sub-navigation__container--cta
    a
    + .vjs-default-button,
  .global-toast
    .cmp-button
    .cmp-subnavigation
    .sub-navigation__container--cta
    .textarea
    video-js
    .vjs-text-track-settings
    a
    + .vjs-done-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .cmp-subnavigation
    .sub-navigation__container--cta
    a
    + .vjs-done-button,
  .global-toast
    .cmp-button
    .cmp-subnavigation
    .sub-navigation__container--cta
    .brightcove-player__wrapper
    .vjs-text-track-settings
    a
    + .vjs-default-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .cmp-subnavigation
    .sub-navigation__container--cta
    a
    + .vjs-default-button,
  .global-toast
    .cmp-button
    .cmp-subnavigation
    .sub-navigation__container--cta
    .brightcove-player__wrapper
    .vjs-text-track-settings
    a
    + .vjs-done-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .cmp-subnavigation
    .sub-navigation__container--cta
    a
    + .vjs-done-button,
  .global-toast
    .cmp-button
    .cmp-subnavigation
    .sub-navigation__container--cta
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    a
    + .vjs-default-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .cmp-subnavigation
    .sub-navigation__container--cta
    a
    + .vjs-default-button,
  .global-toast
    .cmp-button
    .cmp-subnavigation
    .sub-navigation__container--cta
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    a
    + .vjs-done-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .cmp-subnavigation
    .sub-navigation__container--cta
    a
    + .vjs-done-button,
  .global-toast
    .cmp-button
    .cmp-subnavigation
    .sub-navigation__container--cta
    .customer-content
    a
    + a,
  .customer-content
    .global-toast
    .cmp-button
    .cmp-subnavigation
    .sub-navigation__container--cta
    a
    + a,
  .cmp-subnavigation
    .sub-navigation__container--cta
    .global-toast
    .cmp-button
    a
    + .wd-btn,
  .cmp-subnavigation
    .sub-navigation__container--cta
    .global-toast
    .cmp-button
    .textarea
    video-js
    .vjs-text-track-settings
    a
    + .vjs-default-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .cmp-subnavigation
    .sub-navigation__container--cta
    .global-toast
    .cmp-button
    a
    + .vjs-default-button,
  .cmp-subnavigation
    .sub-navigation__container--cta
    .global-toast
    .cmp-button
    .textarea
    video-js
    .vjs-text-track-settings
    a
    + .vjs-done-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .cmp-subnavigation
    .sub-navigation__container--cta
    .global-toast
    .cmp-button
    a
    + .vjs-done-button,
  .cmp-subnavigation
    .sub-navigation__container--cta
    .global-toast
    .cmp-button
    .brightcove-player__wrapper
    .vjs-text-track-settings
    a
    + .vjs-default-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .cmp-subnavigation
    .sub-navigation__container--cta
    .global-toast
    .cmp-button
    a
    + .vjs-default-button,
  .cmp-subnavigation
    .sub-navigation__container--cta
    .global-toast
    .cmp-button
    .brightcove-player__wrapper
    .vjs-text-track-settings
    a
    + .vjs-done-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .cmp-subnavigation
    .sub-navigation__container--cta
    .global-toast
    .cmp-button
    a
    + .vjs-done-button,
  .cmp-subnavigation
    .sub-navigation__container--cta
    .global-toast
    .cmp-button
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    a
    + .vjs-default-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .cmp-subnavigation
    .sub-navigation__container--cta
    .global-toast
    .cmp-button
    a
    + .vjs-default-button,
  .cmp-subnavigation
    .sub-navigation__container--cta
    .global-toast
    .cmp-button
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    a
    + .vjs-done-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .cmp-subnavigation
    .sub-navigation__container--cta
    .global-toast
    .cmp-button
    a
    + .vjs-done-button,
  .cmp-subnavigation
    .sub-navigation__container--cta
    .global-toast
    .cmp-button
    .customer-content
    a
    + a,
  .customer-content
    .cmp-subnavigation
    .sub-navigation__container--cta
    .global-toast
    .cmp-button
    a
    + a,
  .global-toast
    .cmp-button
    .cmp-subnavigation
    .sub-navigation__container--cta
    .wd-btn
    + a,
  .global-toast
    .cmp-button
    .cmp-subnavigation
    .sub-navigation__container--cta
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-default-button
    + a,
  .textarea
    video-js
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .cmp-subnavigation
    .sub-navigation__container--cta
    .vjs-default-button
    + a,
  .global-toast
    .cmp-button
    .cmp-subnavigation
    .sub-navigation__container--cta
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-done-button
    + a,
  .textarea
    video-js
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .cmp-subnavigation
    .sub-navigation__container--cta
    .vjs-done-button
    + a,
  .global-toast
    .cmp-button
    .cmp-subnavigation
    .sub-navigation__container--cta
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-default-button
    + a,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .cmp-subnavigation
    .sub-navigation__container--cta
    .vjs-default-button
    + a,
  .global-toast
    .cmp-button
    .cmp-subnavigation
    .sub-navigation__container--cta
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-done-button
    + a,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .cmp-subnavigation
    .sub-navigation__container--cta
    .vjs-done-button
    + a,
  .global-toast
    .cmp-button
    .cmp-subnavigation
    .sub-navigation__container--cta
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-default-button
    + a,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .cmp-subnavigation
    .sub-navigation__container--cta
    .vjs-default-button
    + a,
  .global-toast
    .cmp-button
    .cmp-subnavigation
    .sub-navigation__container--cta
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-done-button
    + a,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .cmp-subnavigation
    .sub-navigation__container--cta
    .vjs-done-button
    + a,
  .global-toast
    .cmp-button
    .cmp-subnavigation
    .sub-navigation__container--cta
    .customer-content
    a
    + a,
  .customer-content
    .global-toast
    .cmp-button
    .cmp-subnavigation
    .sub-navigation__container--cta
    a
    + a,
  .cmp-subnavigation
    .sub-navigation__container--cta
    .global-toast
    .cmp-button
    .wd-btn
    + a,
  .cmp-subnavigation
    .sub-navigation__container--cta
    .global-toast
    .cmp-button
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-default-button
    + a,
  .textarea
    video-js
    .vjs-text-track-settings
    .cmp-subnavigation
    .sub-navigation__container--cta
    .global-toast
    .cmp-button
    .vjs-default-button
    + a,
  .cmp-subnavigation
    .sub-navigation__container--cta
    .global-toast
    .cmp-button
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-done-button
    + a,
  .textarea
    video-js
    .vjs-text-track-settings
    .cmp-subnavigation
    .sub-navigation__container--cta
    .global-toast
    .cmp-button
    .vjs-done-button
    + a,
  .cmp-subnavigation
    .sub-navigation__container--cta
    .global-toast
    .cmp-button
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-default-button
    + a,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .cmp-subnavigation
    .sub-navigation__container--cta
    .global-toast
    .cmp-button
    .vjs-default-button
    + a,
  .cmp-subnavigation
    .sub-navigation__container--cta
    .global-toast
    .cmp-button
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-done-button
    + a,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .cmp-subnavigation
    .sub-navigation__container--cta
    .global-toast
    .cmp-button
    .vjs-done-button
    + a,
  .cmp-subnavigation
    .sub-navigation__container--cta
    .global-toast
    .cmp-button
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-default-button
    + a,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .cmp-subnavigation
    .sub-navigation__container--cta
    .global-toast
    .cmp-button
    .vjs-default-button
    + a,
  .cmp-subnavigation
    .sub-navigation__container--cta
    .global-toast
    .cmp-button
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-done-button
    + a,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .cmp-subnavigation
    .sub-navigation__container--cta
    .global-toast
    .cmp-button
    .vjs-done-button
    + a,
  .cmp-subnavigation
    .sub-navigation__container--cta
    .global-toast
    .cmp-button
    .customer-content
    a
    + a,
  .customer-content
    .cmp-subnavigation
    .sub-navigation__container--cta
    .global-toast
    .cmp-button
    a
    + a,
  .global-toast
    .cmp-button
    .cmp-subnavigation
    .sub-navigation__container--cta
    a
    + a,
  .cmp-subnavigation
    .sub-navigation__container--cta
    .global-toast
    .cmp-button
    a
    + a,
  .global-toast
    .cmp-button
    .cmp-resourcebar
    .content-fragment__cards-cta
    + .wd-btn,
  .global-toast
    .cmp-button
    .cmp-resourcebar
    .textarea
    video-js
    .vjs-text-track-settings
    .content-fragment__cards-cta
    + .vjs-default-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .cmp-resourcebar
    .content-fragment__cards-cta
    + .vjs-default-button,
  .global-toast
    .cmp-button
    .cmp-resourcebar
    .textarea
    video-js
    .vjs-text-track-settings
    .content-fragment__cards-cta
    + .vjs-done-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .cmp-resourcebar
    .content-fragment__cards-cta
    + .vjs-done-button,
  .global-toast
    .cmp-button
    .cmp-resourcebar
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .content-fragment__cards-cta
    + .vjs-default-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .cmp-resourcebar
    .content-fragment__cards-cta
    + .vjs-default-button,
  .global-toast
    .cmp-button
    .cmp-resourcebar
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .content-fragment__cards-cta
    + .vjs-done-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .cmp-resourcebar
    .content-fragment__cards-cta
    + .vjs-done-button,
  .global-toast
    .cmp-button
    .cmp-resourcebar
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .content-fragment__cards-cta
    + .vjs-default-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .cmp-resourcebar
    .content-fragment__cards-cta
    + .vjs-default-button,
  .global-toast
    .cmp-button
    .cmp-resourcebar
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .content-fragment__cards-cta
    + .vjs-done-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .cmp-resourcebar
    .content-fragment__cards-cta
    + .vjs-done-button,
  .global-toast
    .cmp-button
    .cmp-resourcebar
    .customer-content
    .content-fragment__cards-cta
    + a,
  .customer-content
    .global-toast
    .cmp-button
    .cmp-resourcebar
    .content-fragment__cards-cta
    + a,
  .global-toast
    .cmp-button
    .cmp-resourcebar
    .cmp-subnavigation
    .sub-navigation__container--cta
    .content-fragment__cards-cta
    + a,
  .cmp-subnavigation
    .sub-navigation__container--cta
    .global-toast
    .cmp-button
    .cmp-resourcebar
    .content-fragment__cards-cta
    + a,
  .cmp-resourcebar
    .global-toast
    .cmp-button
    .content-fragment__cards-cta
    + .wd-btn,
  .cmp-resourcebar
    .global-toast
    .cmp-button
    .textarea
    video-js
    .vjs-text-track-settings
    .content-fragment__cards-cta
    + .vjs-default-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .cmp-resourcebar
    .global-toast
    .cmp-button
    .content-fragment__cards-cta
    + .vjs-default-button,
  .cmp-resourcebar
    .global-toast
    .cmp-button
    .textarea
    video-js
    .vjs-text-track-settings
    .content-fragment__cards-cta
    + .vjs-done-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .cmp-resourcebar
    .global-toast
    .cmp-button
    .content-fragment__cards-cta
    + .vjs-done-button,
  .cmp-resourcebar
    .global-toast
    .cmp-button
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .content-fragment__cards-cta
    + .vjs-default-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .cmp-resourcebar
    .global-toast
    .cmp-button
    .content-fragment__cards-cta
    + .vjs-default-button,
  .cmp-resourcebar
    .global-toast
    .cmp-button
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .content-fragment__cards-cta
    + .vjs-done-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .cmp-resourcebar
    .global-toast
    .cmp-button
    .content-fragment__cards-cta
    + .vjs-done-button,
  .cmp-resourcebar
    .global-toast
    .cmp-button
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .content-fragment__cards-cta
    + .vjs-default-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .cmp-resourcebar
    .global-toast
    .cmp-button
    .content-fragment__cards-cta
    + .vjs-default-button,
  .cmp-resourcebar
    .global-toast
    .cmp-button
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .content-fragment__cards-cta
    + .vjs-done-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .cmp-resourcebar
    .global-toast
    .cmp-button
    .content-fragment__cards-cta
    + .vjs-done-button,
  .cmp-resourcebar
    .global-toast
    .cmp-button
    .customer-content
    .content-fragment__cards-cta
    + a,
  .customer-content
    .cmp-resourcebar
    .global-toast
    .cmp-button
    .content-fragment__cards-cta
    + a,
  .cmp-resourcebar
    .global-toast
    .cmp-button
    .cmp-subnavigation
    .sub-navigation__container--cta
    .content-fragment__cards-cta
    + a,
  .cmp-subnavigation
    .sub-navigation__container--cta
    .cmp-resourcebar
    .global-toast
    .cmp-button
    .content-fragment__cards-cta
    + a,
  .global-toast
    .cmp-button
    .cmp-resourcebar
    .wd-btn
    + .content-fragment__cards-cta,
  .global-toast
    .cmp-button
    .cmp-resourcebar
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-default-button
    + .content-fragment__cards-cta,
  .textarea
    video-js
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .cmp-resourcebar
    .vjs-default-button
    + .content-fragment__cards-cta,
  .global-toast
    .cmp-button
    .cmp-resourcebar
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-done-button
    + .content-fragment__cards-cta,
  .textarea
    video-js
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .cmp-resourcebar
    .vjs-done-button
    + .content-fragment__cards-cta,
  .global-toast
    .cmp-button
    .cmp-resourcebar
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-default-button
    + .content-fragment__cards-cta,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .cmp-resourcebar
    .vjs-default-button
    + .content-fragment__cards-cta,
  .global-toast
    .cmp-button
    .cmp-resourcebar
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-done-button
    + .content-fragment__cards-cta,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .cmp-resourcebar
    .vjs-done-button
    + .content-fragment__cards-cta,
  .global-toast
    .cmp-button
    .cmp-resourcebar
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-default-button
    + .content-fragment__cards-cta,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .cmp-resourcebar
    .vjs-default-button
    + .content-fragment__cards-cta,
  .global-toast
    .cmp-button
    .cmp-resourcebar
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-done-button
    + .content-fragment__cards-cta,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .cmp-resourcebar
    .vjs-done-button
    + .content-fragment__cards-cta,
  .global-toast
    .cmp-button
    .cmp-resourcebar
    .customer-content
    a
    + .content-fragment__cards-cta,
  .customer-content
    .global-toast
    .cmp-button
    .cmp-resourcebar
    a
    + .content-fragment__cards-cta,
  .global-toast
    .cmp-button
    .cmp-resourcebar
    .cmp-subnavigation
    .sub-navigation__container--cta
    a
    + .content-fragment__cards-cta,
  .cmp-subnavigation
    .sub-navigation__container--cta
    .global-toast
    .cmp-button
    .cmp-resourcebar
    a
    + .content-fragment__cards-cta,
  .cmp-resourcebar
    .global-toast
    .cmp-button
    .wd-btn
    + .content-fragment__cards-cta,
  .cmp-resourcebar
    .global-toast
    .cmp-button
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-default-button
    + .content-fragment__cards-cta,
  .textarea
    video-js
    .vjs-text-track-settings
    .cmp-resourcebar
    .global-toast
    .cmp-button
    .vjs-default-button
    + .content-fragment__cards-cta,
  .cmp-resourcebar
    .global-toast
    .cmp-button
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-done-button
    + .content-fragment__cards-cta,
  .textarea
    video-js
    .vjs-text-track-settings
    .cmp-resourcebar
    .global-toast
    .cmp-button
    .vjs-done-button
    + .content-fragment__cards-cta,
  .cmp-resourcebar
    .global-toast
    .cmp-button
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-default-button
    + .content-fragment__cards-cta,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .cmp-resourcebar
    .global-toast
    .cmp-button
    .vjs-default-button
    + .content-fragment__cards-cta,
  .cmp-resourcebar
    .global-toast
    .cmp-button
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-done-button
    + .content-fragment__cards-cta,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .cmp-resourcebar
    .global-toast
    .cmp-button
    .vjs-done-button
    + .content-fragment__cards-cta,
  .cmp-resourcebar
    .global-toast
    .cmp-button
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-default-button
    + .content-fragment__cards-cta,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .cmp-resourcebar
    .global-toast
    .cmp-button
    .vjs-default-button
    + .content-fragment__cards-cta,
  .cmp-resourcebar
    .global-toast
    .cmp-button
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-done-button
    + .content-fragment__cards-cta,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .cmp-resourcebar
    .global-toast
    .cmp-button
    .vjs-done-button
    + .content-fragment__cards-cta,
  .cmp-resourcebar
    .global-toast
    .cmp-button
    .customer-content
    a
    + .content-fragment__cards-cta,
  .customer-content
    .cmp-resourcebar
    .global-toast
    .cmp-button
    a
    + .content-fragment__cards-cta,
  .cmp-resourcebar
    .global-toast
    .cmp-button
    .cmp-subnavigation
    .sub-navigation__container--cta
    a
    + .content-fragment__cards-cta,
  .cmp-subnavigation
    .sub-navigation__container--cta
    .cmp-resourcebar
    .global-toast
    .cmp-button
    a
    + .content-fragment__cards-cta,
  .global-toast
    .cmp-button
    .cmp-resourcebar
    .content-fragment__cards-cta
    + .content-fragment__cards-cta,
  .cmp-resourcebar
    .global-toast
    .cmp-button
    .content-fragment__cards-cta
    + .content-fragment__cards-cta,
  .global-toast
    .cmp-button
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .cta
    + .wd-btn,
  .global-toast
    .cmp-button
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .textarea
    video-js
    .vjs-text-track-settings
    .cta
    + .vjs-default-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .cta
    + .vjs-default-button,
  .global-toast
    .cmp-button
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .textarea
    video-js
    .vjs-text-track-settings
    .cta
    + .vjs-done-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .cta
    + .vjs-done-button,
  .global-toast
    .cmp-button
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .cta
    + .vjs-default-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .cta
    + .vjs-default-button,
  .global-toast
    .cmp-button
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .cta
    + .vjs-done-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .cta
    + .vjs-done-button,
  .global-toast
    .cmp-button
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .cta
    + .vjs-default-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .cta
    + .vjs-default-button,
  .global-toast
    .cmp-button
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .cta
    + .vjs-done-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .cta
    + .vjs-done-button,
  .global-toast
    .cmp-button
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .customer-content
    .cta
    + a,
  .customer-content
    .global-toast
    .cmp-button
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .cta
    + a,
  .global-toast
    .cmp-button
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .cmp-subnavigation
    .sub-navigation__container--cta
    .cta
    + a,
  .cmp-subnavigation
    .sub-navigation__container--cta
    .global-toast
    .cmp-button
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .cta
    + a,
  .global-toast
    .cmp-button
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .cmp-resourcebar
    .cta
    + .content-fragment__cards-cta,
  .cmp-resourcebar
    .global-toast
    .cmp-button
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .cta
    + .content-fragment__cards-cta,
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .global-toast
    .cmp-button
    .cta
    + .wd-btn,
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .global-toast
    .cmp-button
    .textarea
    video-js
    .vjs-text-track-settings
    .cta
    + .vjs-default-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .global-toast
    .cmp-button
    .cta
    + .vjs-default-button,
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .global-toast
    .cmp-button
    .textarea
    video-js
    .vjs-text-track-settings
    .cta
    + .vjs-done-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .global-toast
    .cmp-button
    .cta
    + .vjs-done-button,
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .global-toast
    .cmp-button
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .cta
    + .vjs-default-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .global-toast
    .cmp-button
    .cta
    + .vjs-default-button,
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .global-toast
    .cmp-button
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .cta
    + .vjs-done-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .global-toast
    .cmp-button
    .cta
    + .vjs-done-button,
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .global-toast
    .cmp-button
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .cta
    + .vjs-default-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .global-toast
    .cmp-button
    .cta
    + .vjs-default-button,
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .global-toast
    .cmp-button
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .cta
    + .vjs-done-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .global-toast
    .cmp-button
    .cta
    + .vjs-done-button,
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .global-toast
    .cmp-button
    .customer-content
    .cta
    + a,
  .customer-content
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .global-toast
    .cmp-button
    .cta
    + a,
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .global-toast
    .cmp-button
    .cmp-subnavigation
    .sub-navigation__container--cta
    .cta
    + a,
  .cmp-subnavigation
    .sub-navigation__container--cta
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .global-toast
    .cmp-button
    .cta
    + a,
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .global-toast
    .cmp-button
    .cmp-resourcebar
    .cta
    + .content-fragment__cards-cta,
  .cmp-resourcebar
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .global-toast
    .cmp-button
    .cta
    + .content-fragment__cards-cta,
  .global-toast
    .cmp-button
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .wd-btn
    + .cta,
  .global-toast
    .cmp-button
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-default-button
    + .cta,
  .textarea
    video-js
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .vjs-default-button
    + .cta,
  .global-toast
    .cmp-button
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-done-button
    + .cta,
  .textarea
    video-js
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .vjs-done-button
    + .cta,
  .global-toast
    .cmp-button
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-default-button
    + .cta,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .vjs-default-button
    + .cta,
  .global-toast
    .cmp-button
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-done-button
    + .cta,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .vjs-done-button
    + .cta,
  .global-toast
    .cmp-button
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-default-button
    + .cta,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .vjs-default-button
    + .cta,
  .global-toast
    .cmp-button
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-done-button
    + .cta,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .vjs-done-button
    + .cta,
  .global-toast
    .cmp-button
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .customer-content
    a
    + .cta,
  .customer-content
    .global-toast
    .cmp-button
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    a
    + .cta,
  .global-toast
    .cmp-button
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .cmp-subnavigation
    .sub-navigation__container--cta
    a
    + .cta,
  .cmp-subnavigation
    .sub-navigation__container--cta
    .global-toast
    .cmp-button
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    a
    + .cta,
  .global-toast
    .cmp-button
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .cmp-resourcebar
    .content-fragment__cards-cta
    + .cta,
  .cmp-resourcebar
    .global-toast
    .cmp-button
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .content-fragment__cards-cta
    + .cta,
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .global-toast
    .cmp-button
    .wd-btn
    + .cta,
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .global-toast
    .cmp-button
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-default-button
    + .cta,
  .textarea
    video-js
    .vjs-text-track-settings
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .global-toast
    .cmp-button
    .vjs-default-button
    + .cta,
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .global-toast
    .cmp-button
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-done-button
    + .cta,
  .textarea
    video-js
    .vjs-text-track-settings
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .global-toast
    .cmp-button
    .vjs-done-button
    + .cta,
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .global-toast
    .cmp-button
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-default-button
    + .cta,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .global-toast
    .cmp-button
    .vjs-default-button
    + .cta,
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .global-toast
    .cmp-button
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-done-button
    + .cta,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .global-toast
    .cmp-button
    .vjs-done-button
    + .cta,
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .global-toast
    .cmp-button
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-default-button
    + .cta,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .global-toast
    .cmp-button
    .vjs-default-button
    + .cta,
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .global-toast
    .cmp-button
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-done-button
    + .cta,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .global-toast
    .cmp-button
    .vjs-done-button
    + .cta,
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .global-toast
    .cmp-button
    .customer-content
    a
    + .cta,
  .customer-content
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .global-toast
    .cmp-button
    a
    + .cta,
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .global-toast
    .cmp-button
    .cmp-subnavigation
    .sub-navigation__container--cta
    a
    + .cta,
  .cmp-subnavigation
    .sub-navigation__container--cta
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .global-toast
    .cmp-button
    a
    + .cta,
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .global-toast
    .cmp-button
    .cmp-resourcebar
    .content-fragment__cards-cta
    + .cta,
  .cmp-resourcebar
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .global-toast
    .cmp-button
    .content-fragment__cards-cta
    + .cta,
  .global-toast
    .cmp-button
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .cta
    + .cta,
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .global-toast
    .cmp-button
    .cta
    + .cta,
  .global-toast
    .cmp-button
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    a
    + .wd-btn,
  .global-toast
    .cmp-button
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .textarea
    video-js
    .vjs-text-track-settings
    a
    + .vjs-default-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    a
    + .vjs-default-button,
  .global-toast
    .cmp-button
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .textarea
    video-js
    .vjs-text-track-settings
    a
    + .vjs-done-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    a
    + .vjs-done-button,
  .global-toast
    .cmp-button
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .brightcove-player__wrapper
    .vjs-text-track-settings
    a
    + .vjs-default-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    a
    + .vjs-default-button,
  .global-toast
    .cmp-button
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .brightcove-player__wrapper
    .vjs-text-track-settings
    a
    + .vjs-done-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    a
    + .vjs-done-button,
  .global-toast
    .cmp-button
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    a
    + .vjs-default-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    a
    + .vjs-default-button,
  .global-toast
    .cmp-button
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    a
    + .vjs-done-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    a
    + .vjs-done-button,
  .global-toast
    .cmp-button
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .customer-content
    a
    + a,
  .customer-content
    .global-toast
    .cmp-button
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    a
    + a,
  .global-toast
    .cmp-button
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .cmp-resourcebar
    a
    + .content-fragment__cards-cta,
  .cmp-resourcebar
    .global-toast
    .cmp-button
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    a
    + .content-fragment__cards-cta,
  .global-toast
    .cmp-button
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    a
    + .cta,
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .global-toast
    .cmp-button
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    a
    + .cta,
  .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .global-toast
    .cmp-button
    a
    + .wd-btn,
  .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .global-toast
    .cmp-button
    .textarea
    video-js
    .vjs-text-track-settings
    a
    + .vjs-default-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .global-toast
    .cmp-button
    a
    + .vjs-default-button,
  .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .global-toast
    .cmp-button
    .textarea
    video-js
    .vjs-text-track-settings
    a
    + .vjs-done-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .global-toast
    .cmp-button
    a
    + .vjs-done-button,
  .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .global-toast
    .cmp-button
    .brightcove-player__wrapper
    .vjs-text-track-settings
    a
    + .vjs-default-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .global-toast
    .cmp-button
    a
    + .vjs-default-button,
  .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .global-toast
    .cmp-button
    .brightcove-player__wrapper
    .vjs-text-track-settings
    a
    + .vjs-done-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .global-toast
    .cmp-button
    a
    + .vjs-done-button,
  .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .global-toast
    .cmp-button
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    a
    + .vjs-default-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .global-toast
    .cmp-button
    a
    + .vjs-default-button,
  .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .global-toast
    .cmp-button
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    a
    + .vjs-done-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .global-toast
    .cmp-button
    a
    + .vjs-done-button,
  .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .global-toast
    .cmp-button
    .customer-content
    a
    + a,
  .customer-content
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .global-toast
    .cmp-button
    a
    + a,
  .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .global-toast
    .cmp-button
    .cmp-resourcebar
    a
    + .content-fragment__cards-cta,
  .cmp-resourcebar
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .global-toast
    .cmp-button
    a
    + .content-fragment__cards-cta,
  .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .global-toast
    .cmp-button
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    a
    + .cta,
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .global-toast
    .cmp-button
    a
    + .cta,
  .global-toast
    .cmp-button
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .wd-btn
    + a,
  .global-toast
    .cmp-button
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-default-button
    + a,
  .textarea
    video-js
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .vjs-default-button
    + a,
  .global-toast
    .cmp-button
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-done-button
    + a,
  .textarea
    video-js
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .vjs-done-button
    + a,
  .global-toast
    .cmp-button
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-default-button
    + a,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .vjs-default-button
    + a,
  .global-toast
    .cmp-button
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-done-button
    + a,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .vjs-done-button
    + a,
  .global-toast
    .cmp-button
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-default-button
    + a,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .vjs-default-button
    + a,
  .global-toast
    .cmp-button
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-done-button
    + a,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .global-toast
    .cmp-button
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .vjs-done-button
    + a,
  .global-toast
    .cmp-button
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .customer-content
    a
    + a,
  .customer-content
    .global-toast
    .cmp-button
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    a
    + a,
  .global-toast
    .cmp-button
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .cmp-resourcebar
    .content-fragment__cards-cta
    + a,
  .cmp-resourcebar
    .global-toast
    .cmp-button
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .content-fragment__cards-cta
    + a,
  .global-toast
    .cmp-button
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .cta
    + a,
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .global-toast
    .cmp-button
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .cta
    + a,
  .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .global-toast
    .cmp-button
    .wd-btn
    + a,
  .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .global-toast
    .cmp-button
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-default-button
    + a,
  .textarea
    video-js
    .vjs-text-track-settings
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .global-toast
    .cmp-button
    .vjs-default-button
    + a,
  .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .global-toast
    .cmp-button
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-done-button
    + a,
  .textarea
    video-js
    .vjs-text-track-settings
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .global-toast
    .cmp-button
    .vjs-done-button
    + a,
  .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .global-toast
    .cmp-button
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-default-button
    + a,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .global-toast
    .cmp-button
    .vjs-default-button
    + a,
  .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .global-toast
    .cmp-button
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-done-button
    + a,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .global-toast
    .cmp-button
    .vjs-done-button
    + a,
  .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .global-toast
    .cmp-button
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-default-button
    + a,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .global-toast
    .cmp-button
    .vjs-default-button
    + a,
  .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .global-toast
    .cmp-button
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-done-button
    + a,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .global-toast
    .cmp-button
    .vjs-done-button
    + a,
  .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .global-toast
    .cmp-button
    .customer-content
    a
    + a,
  .customer-content
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .global-toast
    .cmp-button
    a
    + a,
  .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .global-toast
    .cmp-button
    .cmp-resourcebar
    .content-fragment__cards-cta
    + a,
  .cmp-resourcebar
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .global-toast
    .cmp-button
    .content-fragment__cards-cta
    + a,
  .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .global-toast
    .cmp-button
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .cta
    + a,
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .global-toast
    .cmp-button
    .cta
    + a,
  .global-toast
    .cmp-button
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    a
    + a,
  .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .global-toast
    .cmp-button
    a
    + a {
    margin-left: 16px;
    margin-left: 1rem;
    margin-top: 0;
    margin-top: 0rem;
  }
}
.global-toast.animate-in-toast {
  transform: translate3d(0, 0, 0);
}
.no-csstransforms3d .global-toast {
  display: none;
}
.global-toast .no-csstransforms3d.animate-in-toast {
  display: block;
}
.global-toast .circle-timer {
  display: block;
  margin-top: 40px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 2px;
  border-radius: 50%;
}
.global-toast .circle-timer #timerBg {
  fill: #f0f1f2;
}
.global-toast .circle-timer #timerInner {
  fill: #ffffff;
}
.global-toast .circle-timer #timerBorder {
  fill: #ffffff;
}

.browserLang-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.browser-language-dialog {
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 32px;
  padding: 2rem;
  background-color: #ffffff;
  margin: 0 auto;
  max-width: 448px;
  position: fixed;
  left: 5%;
  right: 5%;
  text-align: center;
  width: calc(100% - 64px);
  z-index: 9999;
}
@media all and (orientation: portrait) {
  .browser-language-dialog {
    top: 10%;
  }
}
@media all and (orientation: landscape) {
  .browser-language-dialog {
    top: 0;
  }
}
@media (min-width: 48em) {
  .browser-language-dialog {
    top: 10%;
  }
}
.browser-language-dialog .browserLang-title {
  text-indent: -9999px;
  position: absolute;
}
.browser-language-dialog button {
  background-color: transparent;
  border: 0;
}
.browser-language-dialog .close-btn {
  height: 40px;
  width: 40px;
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 16px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow:
    0 0 0 0 transparent,
    0 0 0 0 transparent;
  transition: all 250ms ease;
  z-index: 999;
  outline: none;
  border: 0;
}
.browser-language-dialog .close-btn:hover {
  background: #f0f1f2;
  box-shadow:
    0 0 0 0 transparent,
    0 0 0 0 transparent;
}
.browser-language-dialog .close-btn:hover span::before,
.browser-language-dialog .close-btn:hover span::after {
  background-color: #333d47;
}
.browser-language-dialog .close-btn:active {
  background: #e8ebed;
}
.browser-language-dialog .close-btn:active span::before,
.browser-language-dialog .close-btn:active span::after {
  background-color: #333d47;
}
.browser-language-dialog .close-btn:active:focus {
  box-shadow:
    0 0 0 0 transparent,
    0 0 0 0 transparent;
}
.browser-language-dialog .close-btn:focus {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  background: #ffffff;
}
.browser-language-dialog .close-btn:focus span::before,
.browser-language-dialog .close-btn:focus span::after {
  background-color: #333d47;
}
.browser-language-dialog .close-btn:focus:active {
  box-shadow:
    0 0 0 0 transparent,
    0 0 0 0 transparent !important;
}
.browser-language-dialog .close-btn span {
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.browser-language-dialog .close-btn span::before,
.browser-language-dialog .close-btn span::after {
  background-color: #7b858f;
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  border-radius: 2px;
  width: 16px;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -8px;
}
.browser-language-dialog .close-btn span::before {
  transform: rotate(45deg);
  transition: all 250ms ease;
}
.browser-language-dialog .close-btn span::after {
  transform: rotate(135deg);
  transition: all 250ms ease;
}
.browser-language-dialog .cmp-button.active .dropdown {
  padding: 5px !important;
}
.browser-language-dialog .dropdown {
  margin-top: 4px !important;
}
.browser-language-dialog .dropdown li a {
  outline: 0;
}
.browser-language-dialog .dropdown li a:focus {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
}
.browser-language-dialog .content-container .browser-lang-icon {
  fill: #0875e1;
  width: 48px;
  width: 3rem;
  height: 48px;
  height: 3rem;
  margin-bottom: 28px;
  margin-bottom: 1.75rem;
  margin-left: auto;
  margin-right: auto;
}
.browser-language-dialog .content-container .cmp-button {
  flex-flow: column !important;
  flex-direction: column !important;
}
.browser-language-dialog .content-container .cmp-button .wd-btn,
.browser-language-dialog
  .content-container
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-default-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-done-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-default-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-done-button,
.browser-language-dialog .content-container .cmp-button .customer-content a,
.customer-content .browser-language-dialog .content-container .cmp-button a,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  a,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta,
.cmp-resourcebar
  .browser-language-dialog
  .content-container
  .cmp-button
  .content-fragment__cards-cta,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .browser-language-dialog
  .content-container
  .cmp-button
  .cta,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  a {
  margin: 0;
}
.browser-language-dialog .content-container .cmp-button .wd-btn + .wd-btn,
.browser-language-dialog
  .content-container
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  + .wd-btn,
.textarea
  video-js
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-default-button
  + .wd-btn,
.browser-language-dialog
  .content-container
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  + .wd-btn,
.textarea
  video-js
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-done-button
  + .wd-btn,
.browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  + .wd-btn,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-default-button
  + .wd-btn,
.browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  + .wd-btn,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-done-button
  + .wd-btn,
.browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  + .wd-btn,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-default-button
  + .wd-btn,
.browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  + .wd-btn,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-done-button
  + .wd-btn,
.browser-language-dialog
  .content-container
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .wd-btn
  + .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .wd-btn
  + .vjs-default-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-default-button
  + .vjs-default-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-done-button
  + .vjs-default-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-default-button,
.textarea
  video-js
  .browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-default-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-default-button
  + .vjs-default-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-default-button
  + .vjs-default-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-default-button,
.textarea
  video-js
  .browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-default-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-done-button
  + .vjs-default-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-done-button
  + .vjs-default-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-default-button,
.textarea
  video-js
  .browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-default-button
  + .vjs-default-button,
.textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-default-button
  + .vjs-default-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-default-button,
.textarea
  video-js
  .browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-done-button
  + .vjs-default-button,
.textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-done-button
  + .vjs-default-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .wd-btn
  + .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .wd-btn
  + .vjs-done-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-default-button
  + .vjs-done-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-done-button
  + .vjs-done-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-done-button,
.textarea
  video-js
  .browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-done-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-default-button
  + .vjs-done-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-default-button
  + .vjs-done-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-done-button,
.textarea
  video-js
  .browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-done-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-done-button
  + .vjs-done-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-done-button
  + .vjs-done-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-done-button,
.textarea
  video-js
  .browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-default-button
  + .vjs-done-button,
.textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-default-button
  + .vjs-done-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-done-button,
.textarea
  video-js
  .browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-done-button
  + .vjs-done-button,
.textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-done-button
  + .vjs-done-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .wd-btn
  + .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .wd-btn
  + .vjs-default-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-default-button,
.brightcove-player__wrapper
  .browser-language-dialog
  .content-container
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-default-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-default-button
  + .vjs-default-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-default-button
  + .vjs-default-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-default-button,
.brightcove-player__wrapper
  .browser-language-dialog
  .content-container
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-default-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-done-button
  + .vjs-default-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-done-button
  + .vjs-default-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-default-button
  + .vjs-default-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-done-button
  + .vjs-default-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-default-button
  + .vjs-default-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-done-button
  + .vjs-default-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .wd-btn
  + .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .wd-btn
  + .vjs-done-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-done-button,
.brightcove-player__wrapper
  .browser-language-dialog
  .content-container
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-done-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-default-button
  + .vjs-done-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-default-button
  + .vjs-done-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-done-button,
.brightcove-player__wrapper
  .browser-language-dialog
  .content-container
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-done-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-done-button
  + .vjs-done-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-done-button
  + .vjs-done-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-default-button
  + .vjs-done-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-done-button
  + .vjs-done-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-default-button
  + .vjs-done-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-done-button
  + .vjs-done-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .wd-btn
  + .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .wd-btn
  + .vjs-default-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .browser-language-dialog
  .content-container
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-default-button,
.textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-default-button
  + .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-default-button
  + .vjs-default-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .browser-language-dialog
  .content-container
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-default-button,
.textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-done-button
  + .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-done-button
  + .vjs-default-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-default-button
  + .vjs-default-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-done-button
  + .vjs-default-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-default-button
  + .vjs-default-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-done-button
  + .vjs-default-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .wd-btn
  + .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .wd-btn
  + .vjs-done-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .browser-language-dialog
  .content-container
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-done-button,
.textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-default-button
  + .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-default-button
  + .vjs-done-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .browser-language-dialog
  .content-container
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-done-button,
.textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-done-button
  + .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-done-button
  + .vjs-done-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-default-button
  + .vjs-done-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-done-button
  + .vjs-done-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  + .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-default-button
  + .vjs-done-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  + .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-done-button
  + .vjs-done-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .customer-content
  a
  + .wd-btn,
.browser-language-dialog
  .content-container
  .cmp-button
  .customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a
  + .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .customer-content
  a
  + .vjs-default-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a
  + .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .customer-content
  a
  + .vjs-done-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a
  + .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .customer-content
  a
  + .vjs-default-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a
  + .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .customer-content
  a
  + .vjs-done-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .customer-content
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a
  + .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .customer-content
  a
  + .vjs-default-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .customer-content
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a
  + .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .customer-content
  a
  + .vjs-done-button,
.customer-content
  .browser-language-dialog
  .content-container
  .cmp-button
  a
  + .wd-btn,
.customer-content
  .browser-language-dialog
  .content-container
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  a
  + .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  .browser-language-dialog
  .content-container
  .cmp-button
  a
  + .vjs-default-button,
.customer-content
  .browser-language-dialog
  .content-container
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  a
  + .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  .browser-language-dialog
  .content-container
  .cmp-button
  a
  + .vjs-done-button,
.customer-content
  .browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a
  + .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  .browser-language-dialog
  .content-container
  .cmp-button
  a
  + .vjs-default-button,
.customer-content
  .browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a
  + .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  .browser-language-dialog
  .content-container
  .cmp-button
  a
  + .vjs-done-button,
.customer-content
  .browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a
  + .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .customer-content
  .browser-language-dialog
  .content-container
  .cmp-button
  a
  + .vjs-default-button,
.customer-content
  .browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a
  + .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .customer-content
  .browser-language-dialog
  .content-container
  .cmp-button
  a
  + .vjs-done-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .customer-content
  .wd-btn
  + a,
.browser-language-dialog
  .content-container
  .cmp-button
  .customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  + a,
.textarea
  video-js
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .customer-content
  .vjs-default-button
  + a,
.browser-language-dialog
  .content-container
  .cmp-button
  .customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  + a,
.textarea
  video-js
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .customer-content
  .vjs-done-button
  + a,
.browser-language-dialog
  .content-container
  .cmp-button
  .customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  + a,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .customer-content
  .vjs-default-button
  + a,
.browser-language-dialog
  .content-container
  .cmp-button
  .customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  + a,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .customer-content
  .vjs-done-button
  + a,
.browser-language-dialog
  .content-container
  .cmp-button
  .customer-content
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  + a,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .customer-content
  .vjs-default-button
  + a,
.browser-language-dialog
  .content-container
  .cmp-button
  .customer-content
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  + a,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .customer-content
  .vjs-done-button
  + a,
.customer-content
  .browser-language-dialog
  .content-container
  .cmp-button
  .wd-btn
  + a,
.customer-content
  .browser-language-dialog
  .content-container
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  + a,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-default-button
  + a,
.customer-content
  .browser-language-dialog
  .content-container
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  + a,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-done-button
  + a,
.customer-content
  .browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  + a,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-default-button
  + a,
.customer-content
  .browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  + a,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-done-button
  + a,
.customer-content
  .browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  + a,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .customer-content
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-default-button
  + a,
.customer-content
  .browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  + a,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .customer-content
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-done-button
  + a,
.browser-language-dialog .content-container .cmp-button .customer-content a + a,
.customer-content .browser-language-dialog .content-container .cmp-button a + a,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  + .wd-btn,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  .textarea
  video-js
  .vjs-text-track-settings
  a
  + .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  + .vjs-default-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  .textarea
  video-js
  .vjs-text-track-settings
  a
  + .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  + .vjs-done-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a
  + .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  + .vjs-default-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a
  + .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  + .vjs-done-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a
  + .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  + .vjs-default-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a
  + .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  + .vjs-done-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  .customer-content
  a
  + a,
.customer-content
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  + a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  a
  + .wd-btn,
.cmp-subnavigation
  .sub-navigation__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  a
  + .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  a
  + .vjs-default-button,
.cmp-subnavigation
  .sub-navigation__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  a
  + .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  a
  + .vjs-done-button,
.cmp-subnavigation
  .sub-navigation__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a
  + .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  a
  + .vjs-default-button,
.cmp-subnavigation
  .sub-navigation__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a
  + .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  a
  + .vjs-done-button,
.cmp-subnavigation
  .sub-navigation__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a
  + .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  a
  + .vjs-default-button,
.cmp-subnavigation
  .sub-navigation__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a
  + .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  a
  + .vjs-done-button,
.cmp-subnavigation
  .sub-navigation__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .customer-content
  a
  + a,
.customer-content
  .cmp-subnavigation
  .sub-navigation__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  a
  + a,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  .wd-btn
  + a,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  + a,
.textarea
  video-js
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  .vjs-default-button
  + a,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  + a,
.textarea
  video-js
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  .vjs-done-button
  + a,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  + a,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  .vjs-default-button
  + a,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  + a,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  .vjs-done-button
  + a,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  + a,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  .vjs-default-button
  + a,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  + a,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  .vjs-done-button
  + a,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  .customer-content
  a
  + a,
.customer-content
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  + a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .wd-btn
  + a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  + a,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-default-button
  + a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  + a,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-done-button
  + a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  + a,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-default-button
  + a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  + a,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-done-button
  + a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  + a,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-default-button
  + a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  + a,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-done-button
  + a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .customer-content
  a
  + a,
.customer-content
  .cmp-subnavigation
  .sub-navigation__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  a
  + a,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  + a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  a
  + a,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta
  + .wd-btn,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-resourcebar
  .textarea
  video-js
  .vjs-text-track-settings
  .content-fragment__cards-cta
  + .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta
  + .vjs-default-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-resourcebar
  .textarea
  video-js
  .vjs-text-track-settings
  .content-fragment__cards-cta
  + .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta
  + .vjs-done-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-resourcebar
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .content-fragment__cards-cta
  + .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta
  + .vjs-default-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-resourcebar
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .content-fragment__cards-cta
  + .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta
  + .vjs-done-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-resourcebar
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .content-fragment__cards-cta
  + .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta
  + .vjs-default-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-resourcebar
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .content-fragment__cards-cta
  + .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta
  + .vjs-done-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-resourcebar
  .customer-content
  .content-fragment__cards-cta
  + a,
.customer-content
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta
  + a,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-resourcebar
  .cmp-subnavigation
  .sub-navigation__container--cta
  .content-fragment__cards-cta
  + a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta
  + a,
.cmp-resourcebar
  .browser-language-dialog
  .content-container
  .cmp-button
  .content-fragment__cards-cta
  + .wd-btn,
.cmp-resourcebar
  .browser-language-dialog
  .content-container
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .content-fragment__cards-cta
  + .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-resourcebar
  .browser-language-dialog
  .content-container
  .cmp-button
  .content-fragment__cards-cta
  + .vjs-default-button,
.cmp-resourcebar
  .browser-language-dialog
  .content-container
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .content-fragment__cards-cta
  + .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-resourcebar
  .browser-language-dialog
  .content-container
  .cmp-button
  .content-fragment__cards-cta
  + .vjs-done-button,
.cmp-resourcebar
  .browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .content-fragment__cards-cta
  + .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-resourcebar
  .browser-language-dialog
  .content-container
  .cmp-button
  .content-fragment__cards-cta
  + .vjs-default-button,
.cmp-resourcebar
  .browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .content-fragment__cards-cta
  + .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-resourcebar
  .browser-language-dialog
  .content-container
  .cmp-button
  .content-fragment__cards-cta
  + .vjs-done-button,
.cmp-resourcebar
  .browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .content-fragment__cards-cta
  + .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-resourcebar
  .browser-language-dialog
  .content-container
  .cmp-button
  .content-fragment__cards-cta
  + .vjs-default-button,
.cmp-resourcebar
  .browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .content-fragment__cards-cta
  + .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-resourcebar
  .browser-language-dialog
  .content-container
  .cmp-button
  .content-fragment__cards-cta
  + .vjs-done-button,
.cmp-resourcebar
  .browser-language-dialog
  .content-container
  .cmp-button
  .customer-content
  .content-fragment__cards-cta
  + a,
.customer-content
  .cmp-resourcebar
  .browser-language-dialog
  .content-container
  .cmp-button
  .content-fragment__cards-cta
  + a,
.cmp-resourcebar
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  .content-fragment__cards-cta
  + a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .cmp-resourcebar
  .browser-language-dialog
  .content-container
  .cmp-button
  .content-fragment__cards-cta
  + a,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-resourcebar
  .wd-btn
  + .content-fragment__cards-cta,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-resourcebar
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  + .content-fragment__cards-cta,
.textarea
  video-js
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-resourcebar
  .vjs-default-button
  + .content-fragment__cards-cta,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-resourcebar
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  + .content-fragment__cards-cta,
.textarea
  video-js
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-resourcebar
  .vjs-done-button
  + .content-fragment__cards-cta,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-resourcebar
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  + .content-fragment__cards-cta,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-resourcebar
  .vjs-default-button
  + .content-fragment__cards-cta,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-resourcebar
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  + .content-fragment__cards-cta,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-resourcebar
  .vjs-done-button
  + .content-fragment__cards-cta,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-resourcebar
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  + .content-fragment__cards-cta,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-resourcebar
  .vjs-default-button
  + .content-fragment__cards-cta,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-resourcebar
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  + .content-fragment__cards-cta,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-resourcebar
  .vjs-done-button
  + .content-fragment__cards-cta,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-resourcebar
  .customer-content
  a
  + .content-fragment__cards-cta,
.customer-content
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-resourcebar
  a
  + .content-fragment__cards-cta,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-resourcebar
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  + .content-fragment__cards-cta,
.cmp-subnavigation
  .sub-navigation__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-resourcebar
  a
  + .content-fragment__cards-cta,
.cmp-resourcebar
  .browser-language-dialog
  .content-container
  .cmp-button
  .wd-btn
  + .content-fragment__cards-cta,
.cmp-resourcebar
  .browser-language-dialog
  .content-container
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  + .content-fragment__cards-cta,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-resourcebar
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-default-button
  + .content-fragment__cards-cta,
.cmp-resourcebar
  .browser-language-dialog
  .content-container
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  + .content-fragment__cards-cta,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-resourcebar
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-done-button
  + .content-fragment__cards-cta,
.cmp-resourcebar
  .browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  + .content-fragment__cards-cta,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-resourcebar
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-default-button
  + .content-fragment__cards-cta,
.cmp-resourcebar
  .browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  + .content-fragment__cards-cta,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-resourcebar
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-done-button
  + .content-fragment__cards-cta,
.cmp-resourcebar
  .browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  + .content-fragment__cards-cta,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-resourcebar
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-default-button
  + .content-fragment__cards-cta,
.cmp-resourcebar
  .browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  + .content-fragment__cards-cta,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-resourcebar
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-done-button
  + .content-fragment__cards-cta,
.cmp-resourcebar
  .browser-language-dialog
  .content-container
  .cmp-button
  .customer-content
  a
  + .content-fragment__cards-cta,
.customer-content
  .cmp-resourcebar
  .browser-language-dialog
  .content-container
  .cmp-button
  a
  + .content-fragment__cards-cta,
.cmp-resourcebar
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  + .content-fragment__cards-cta,
.cmp-subnavigation
  .sub-navigation__container--cta
  .cmp-resourcebar
  .browser-language-dialog
  .content-container
  .cmp-button
  a
  + .content-fragment__cards-cta,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta
  + .content-fragment__cards-cta,
.cmp-resourcebar
  .browser-language-dialog
  .content-container
  .cmp-button
  .content-fragment__cards-cta
  + .content-fragment__cards-cta,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  + .wd-btn,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .textarea
  video-js
  .vjs-text-track-settings
  .cta
  + .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  + .vjs-default-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .textarea
  video-js
  .vjs-text-track-settings
  .cta
  + .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  + .vjs-done-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .cta
  + .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  + .vjs-default-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .cta
  + .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  + .vjs-done-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cta
  + .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  + .vjs-default-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cta
  + .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  + .vjs-done-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .customer-content
  .cta
  + a,
.customer-content
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  + a,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cmp-subnavigation
  .sub-navigation__container--cta
  .cta
  + a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  + a,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cmp-resourcebar
  .cta
  + .content-fragment__cards-cta,
.cmp-resourcebar
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  + .content-fragment__cards-cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .browser-language-dialog
  .content-container
  .cmp-button
  .cta
  + .wd-btn,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .browser-language-dialog
  .content-container
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .cta
  + .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .browser-language-dialog
  .content-container
  .cmp-button
  .cta
  + .vjs-default-button,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .browser-language-dialog
  .content-container
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .cta
  + .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .browser-language-dialog
  .content-container
  .cmp-button
  .cta
  + .vjs-done-button,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .cta
  + .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .browser-language-dialog
  .content-container
  .cmp-button
  .cta
  + .vjs-default-button,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .cta
  + .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .browser-language-dialog
  .content-container
  .cmp-button
  .cta
  + .vjs-done-button,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cta
  + .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .browser-language-dialog
  .content-container
  .cmp-button
  .cta
  + .vjs-default-button,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cta
  + .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .browser-language-dialog
  .content-container
  .cmp-button
  .cta
  + .vjs-done-button,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .browser-language-dialog
  .content-container
  .cmp-button
  .customer-content
  .cta
  + a,
.customer-content
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .browser-language-dialog
  .content-container
  .cmp-button
  .cta
  + a,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  .cta
  + a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .browser-language-dialog
  .content-container
  .cmp-button
  .cta
  + a,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-resourcebar
  .cta
  + .content-fragment__cards-cta,
.cmp-resourcebar
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .browser-language-dialog
  .content-container
  .cmp-button
  .cta
  + .content-fragment__cards-cta,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .wd-btn
  + .cta,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  + .cta,
.textarea
  video-js
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .vjs-default-button
  + .cta,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  + .cta,
.textarea
  video-js
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .vjs-done-button
  + .cta,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  + .cta,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .vjs-default-button
  + .cta,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  + .cta,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .vjs-done-button
  + .cta,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  + .cta,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .vjs-default-button
  + .cta,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  + .cta,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .vjs-done-button
  + .cta,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .customer-content
  a
  + .cta,
.customer-content
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  a
  + .cta,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  + .cta,
.cmp-subnavigation
  .sub-navigation__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  a
  + .cta,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cmp-resourcebar
  .content-fragment__cards-cta
  + .cta,
.cmp-resourcebar
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .content-fragment__cards-cta
  + .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .browser-language-dialog
  .content-container
  .cmp-button
  .wd-btn
  + .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .browser-language-dialog
  .content-container
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  + .cta,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-default-button
  + .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .browser-language-dialog
  .content-container
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  + .cta,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-done-button
  + .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  + .cta,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-default-button
  + .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  + .cta,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-done-button
  + .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  + .cta,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-default-button
  + .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  + .cta,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-done-button
  + .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .browser-language-dialog
  .content-container
  .cmp-button
  .customer-content
  a
  + .cta,
.customer-content
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .browser-language-dialog
  .content-container
  .cmp-button
  a
  + .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  + .cta,
.cmp-subnavigation
  .sub-navigation__container--cta
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .browser-language-dialog
  .content-container
  .cmp-button
  a
  + .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta
  + .cta,
.cmp-resourcebar
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .browser-language-dialog
  .content-container
  .cmp-button
  .content-fragment__cards-cta
  + .cta,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  + .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .browser-language-dialog
  .content-container
  .cmp-button
  .cta
  + .cta,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  + .wd-btn,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .textarea
  video-js
  .vjs-text-track-settings
  a
  + .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  + .vjs-default-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .textarea
  video-js
  .vjs-text-track-settings
  a
  + .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  + .vjs-done-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a
  + .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  + .vjs-default-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a
  + .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  + .vjs-done-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a
  + .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  + .vjs-default-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a
  + .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  + .vjs-done-button,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .customer-content
  a
  + a,
.customer-content
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  + a,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .cmp-resourcebar
  a
  + .content-fragment__cards-cta,
.cmp-resourcebar
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  + .content-fragment__cards-cta,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  a
  + .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  + .cta,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  a
  + .wd-btn,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  a
  + .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  a
  + .vjs-default-button,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  a
  + .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  a
  + .vjs-done-button,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a
  + .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  a
  + .vjs-default-button,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a
  + .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  a
  + .vjs-done-button,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a
  + .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  a
  + .vjs-default-button,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a
  + .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  a
  + .vjs-done-button,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .customer-content
  a
  + a,
.customer-content
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  a
  + a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-resourcebar
  a
  + .content-fragment__cards-cta,
.cmp-resourcebar
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  a
  + .content-fragment__cards-cta,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  a
  + .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  a
  + .cta,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .wd-btn
  + a,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  + a,
.textarea
  video-js
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .vjs-default-button
  + a,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  + a,
.textarea
  video-js
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .vjs-done-button
  + a,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  + a,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .vjs-default-button
  + a,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  + a,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .vjs-done-button
  + a,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  + a,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .vjs-default-button
  + a,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  + a,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .vjs-done-button
  + a,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .customer-content
  a
  + a,
.customer-content
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  + a,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .cmp-resourcebar
  .content-fragment__cards-cta
  + a,
.cmp-resourcebar
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .content-fragment__cards-cta
  + a,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  + a,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .cta
  + a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .wd-btn
  + a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  + a,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-default-button
  + a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  + a,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-done-button
  + a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  + a,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-default-button
  + a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  + a,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-done-button
  + a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  + a,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-default-button
  + a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  + a,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .vjs-done-button
  + a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .customer-content
  a
  + a,
.customer-content
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  a
  + a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta
  + a,
.cmp-resourcebar
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .content-fragment__cards-cta
  + a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  + a,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  .cta
  + a,
.browser-language-dialog
  .content-container
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  + a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .browser-language-dialog
  .content-container
  .cmp-button
  a
  + a {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.browser-language-dialog .inner-content {
  color: #333333;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.browser-language-dialog {
  padding-top: 56px;
}
.browser-language-dialog.lang-nav-v3 {
  max-width: 346px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
}
.browser-language-dialog .inner-content {
  margin: 0;
}

.wd-btn.list,
.textarea video-js .vjs-text-track-settings .list.vjs-default-button,
.textarea video-js .vjs-text-track-settings .list.vjs-done-button,
.brightcove-player__wrapper .vjs-text-track-settings .list.vjs-default-button,
.brightcove-player__wrapper .vjs-text-track-settings .list.vjs-done-button,
.customer-content a.list,
.cmp-subnavigation .sub-navigation__container--cta a.list,
.cmp-resourcebar .list.content-fragment__cards-cta,
.cmp-customercarousel .customer-carousel .contentfragment .list.cta,
.cmp-page__skiptomaincontent .skiptomaincontent__container--cta a.list {
  position: relative;
  display: inline-block;
  margin: 0;
  cursor: pointer;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  transition: all 0.3s ease-out;
  text-align: left;
  outline: none;
  scrollbar-face-color: #000000;
  scrollbar-shadow-color: #2d2c4d;
  scrollbar-highlight-color: #7d7e94;
  scrollbar-3dlight-color: #7d7e94;
  scrollbar-darkshadow-color: #2d2c4d;
  scrollbar-track-color: #7d7e94;
  scrollbar-arrow-color: #c1c1d1;
}
.wd-btn.list ::-webkit-scrollbar,
.textarea
  video-js
  .vjs-text-track-settings
  .list.vjs-default-button
  ::-webkit-scrollbar,
.textarea
  video-js
  .vjs-text-track-settings
  .list.vjs-done-button
  ::-webkit-scrollbar,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .list.vjs-default-button
  ::-webkit-scrollbar,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .list.vjs-done-button
  ::-webkit-scrollbar,
.customer-content a.list ::-webkit-scrollbar,
.cmp-subnavigation .sub-navigation__container--cta a.list ::-webkit-scrollbar,
.cmp-resourcebar .list.content-fragment__cards-cta ::-webkit-scrollbar,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .list.cta
  ::-webkit-scrollbar,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.list
  ::-webkit-scrollbar {
  width: 8px;
}
.wd-btn.list ::-webkit-scrollbar-track,
.textarea
  video-js
  .vjs-text-track-settings
  .list.vjs-default-button
  ::-webkit-scrollbar-track,
.textarea
  video-js
  .vjs-text-track-settings
  .list.vjs-done-button
  ::-webkit-scrollbar-track,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .list.vjs-default-button
  ::-webkit-scrollbar-track,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .list.vjs-done-button
  ::-webkit-scrollbar-track,
.customer-content a.list ::-webkit-scrollbar-track,
.cmp-subnavigation
  .sub-navigation__container--cta
  a.list
  ::-webkit-scrollbar-track,
.cmp-resourcebar .list.content-fragment__cards-cta ::-webkit-scrollbar-track,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .list.cta
  ::-webkit-scrollbar-track,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.list
  ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.wd-btn.list ::-webkit-scrollbar-thumb,
.textarea
  video-js
  .vjs-text-track-settings
  .list.vjs-default-button
  ::-webkit-scrollbar-thumb,
.textarea
  video-js
  .vjs-text-track-settings
  .list.vjs-done-button
  ::-webkit-scrollbar-thumb,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .list.vjs-default-button
  ::-webkit-scrollbar-thumb,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .list.vjs-done-button
  ::-webkit-scrollbar-thumb,
.customer-content a.list ::-webkit-scrollbar-thumb,
.cmp-subnavigation
  .sub-navigation__container--cta
  a.list
  ::-webkit-scrollbar-thumb,
.cmp-resourcebar .list.content-fragment__cards-cta ::-webkit-scrollbar-thumb,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .list.cta
  ::-webkit-scrollbar-thumb,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.list
  ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.wd-btn.list .menu-icon,
.textarea video-js .vjs-text-track-settings .list.vjs-default-button .menu-icon,
.textarea video-js .vjs-text-track-settings .list.vjs-done-button .menu-icon,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .list.vjs-default-button
  .menu-icon,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .list.vjs-done-button
  .menu-icon,
.customer-content a.list .menu-icon,
.cmp-subnavigation .sub-navigation__container--cta a.list .menu-icon,
.cmp-resourcebar .list.content-fragment__cards-cta .menu-icon,
.cmp-customercarousel .customer-carousel .contentfragment .list.cta .menu-icon,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.list
  .menu-icon {
  height: 8px;
  height: 0.5rem;
  width: 12px;
  width: 0.75rem;
  margin: 0 0 0 18px;
  margin: 0rem 0rem 0rem 1.125rem;
  display: inline;
}
.wd-btn.list:hover,
.textarea video-js .vjs-text-track-settings .list.vjs-default-button:hover,
.textarea video-js .vjs-text-track-settings .list.vjs-done-button:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .list.vjs-default-button:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .list.vjs-done-button:hover,
.customer-content a.list:hover,
.cmp-subnavigation .sub-navigation__container--cta a.list:hover,
.cmp-resourcebar .list.content-fragment__cards-cta:hover,
.cmp-customercarousel .customer-carousel .contentfragment .list.cta:hover,
.cmp-page__skiptomaincontent .skiptomaincontent__container--cta a.list:hover {
  color: #ffffff;
}
.wd-btn.list:hover .menu-icon,
.textarea
  video-js
  .vjs-text-track-settings
  .list.vjs-default-button:hover
  .menu-icon,
.textarea
  video-js
  .vjs-text-track-settings
  .list.vjs-done-button:hover
  .menu-icon,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .list.vjs-default-button:hover
  .menu-icon,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .list.vjs-done-button:hover
  .menu-icon,
.customer-content a.list:hover .menu-icon,
.cmp-subnavigation .sub-navigation__container--cta a.list:hover .menu-icon,
.cmp-resourcebar .list.content-fragment__cards-cta:hover .menu-icon,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .list.cta:hover
  .menu-icon,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.list:hover
  .menu-icon {
  fill: currentColor;
}
.wd-btn.list:focus,
.textarea video-js .vjs-text-track-settings .list.vjs-default-button:focus,
.textarea video-js .vjs-text-track-settings .list.vjs-done-button:focus,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .list.vjs-default-button:focus,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .list.vjs-done-button:focus,
.customer-content a.list:focus,
.cmp-subnavigation .sub-navigation__container--cta a.list:focus,
.cmp-resourcebar .list.content-fragment__cards-cta:focus,
.cmp-customercarousel .customer-carousel .contentfragment .list.cta:focus,
.cmp-page__skiptomaincontent .skiptomaincontent__container--cta a.list:focus {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
}
.wd-btn.list:focus:active,
.textarea
  video-js
  .vjs-text-track-settings
  .list.vjs-default-button:focus:active,
.textarea video-js .vjs-text-track-settings .list.vjs-done-button:focus:active,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .list.vjs-default-button:focus:active,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .list.vjs-done-button:focus:active,
.customer-content a.list:focus:active,
.cmp-subnavigation .sub-navigation__container--cta a.list:focus:active,
.cmp-resourcebar .list.content-fragment__cards-cta:focus:active,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .list.cta:focus:active,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.list:focus:active {
  box-shadow:
    0 0 0 0 transparent,
    0 0 0 0 transparent !important;
}

.browser-language-dialog .cmp-button {
  position: relative;
}
.browser-language-dialog .cmp-button .dropdown {
  position: absolute;
  z-index: 900;
  top: 100%;
  left: 5%;
  overflow: hidden;
  width: 200px;
  max-height: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: all 0.3s ease-out;
  text-align: left;
  border-radius: 4px;
  background-color: #ffffff;
}
@media (min-width: 48em) {
  .browser-language-dialog .cmp-button .dropdown {
    left: 50%;
    transform: translateX(-50%);
  }
}
.browser-language-dialog .cmp-button .dropdown li {
  margin: 0;
  padding: 0;
}
.browser-language-dialog .cmp-button .dropdown li a {
  font-weight: 500;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 14px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 0.875rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  display: block;
  padding: 10px;
  padding: 0.625rem;
  margin: 0;
  transition: all 0.3s ease-out;
  text-decoration: none;
  color: #333333;
}
.browser-language-dialog .cmp-button .dropdown li:hover a {
  color: #333333;
  background: #ebebeb;
}
.browser-language-dialog .cmp-button.active {
  color: #ffffff;
}
.browser-language-dialog .cmp-button.active .dropdown {
  overflow-y: scroll;
}
@media all and (orientation: portrait) {
  .browser-language-dialog .cmp-button.active .dropdown {
    max-height: 159px;
  }
}
@media all and (orientation: landscape) {
  .browser-language-dialog .cmp-button.active .dropdown {
    max-height: 80px;
  }
}
@media (min-width: 48em) {
  .browser-language-dialog .cmp-button.active .dropdown {
    max-height: 159px;
  }
}
.browser-language-dialog .cmp-button.active .menu-icon {
  transform: rotate(180deg);
}

.perspective-article-page .perspective-main-container {
  display: flex;
  float: unset !important;
  clear: unset !important;
  width: unset !important;
}
@media (min-width: 768px) {
  .perspective-article-page .perspective-main-container {
    margin-bottom: 96px;
    margin-bottom: 6rem;
  }
}
@media (max-width: 767px) {
  .perspective-article-page .perspective-main-container {
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12 {
    width: calc(100% + 26px);
  }
}
@media (max-width: 1199px) {
  .perspective-article-page .cmp-anchor-link__wrapper .col-sm-7,
  .perspective-article-page
    .cmp-anchor-link__wrapper
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-content,
  .validation-component__wrapper--horizontal
    .perspective-article-page
    .cmp-anchor-link__wrapper
    .validation-component__wrapper-content,
  .perspective-article-page
    .cmp-anchor-link__wrapper
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-content,
  .validation-component__wrapper--contentonWhiteBackground
    .perspective-article-page
    .cmp-anchor-link__wrapper
    .validation-component__wrapper-content,
  .perspective-article-page .cmp-anchor-link__wrapper .col-sm-5 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.perspective-article-page .cmp-anchor-link__wrapper .cmp-text a {
  color: #0057ae;
}
.perspective-article-page .cmp-anchor-link__wrapper .cmp-text a:hover,
.perspective-article-page .cmp-anchor-link__wrapper .cmp-text a:active,
.perspective-article-page .cmp-anchor-link__wrapper .cmp-text a:visited {
  color: #022043 !important;
}
.perspective-article-page .cmp-anchor-link__wrapper .cmp-text a:focus-visible {
  color: #022043 !important;
  box-shadow: 0 0 0 2px #0057ae !important;
  border: none !important;
  outline: none !important;
  border-radius: 24px !important;
}
@media (min-width: 1200px) {
  .perspective-article-page
    .cmp-anchor-link__wrapper
    .anchor-link-wrapper-links-container {
    padding-right: 42px;
    padding-right: 2.625rem;
  }
}
@media (min-width: 1600px) {
  .perspective-article-page
    .cmp-anchor-link__wrapper
    .anchor-link-wrapper-links-container {
    padding-right: 50px;
    padding-right: 3.125rem;
  }
}
@media (min-width: 1200px) {
  .perspective-article-page .right-content > .aem-Grid {
    padding-left: 42px;
    padding-left: 2.625rem;
  }
}
@media (min-width: 1600px) {
  .perspective-article-page .right-content > .aem-Grid {
    padding-left: 50px;
    padding-left: 3.125rem;
  }
}
.perspective-article-page .about-author,
.perspective-article-page .upnext {
  display: flex;
}
.perspective-article-page .about-author .cmp-upnext,
.perspective-article-page .upnext .cmp-upnext {
  margin: 0 auto;
}
.perspective-article-page .relatedcard {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media (max-width: 1199px) {
  .perspective-article-page .cmp-article-right-rail {
    max-width: 100% !important;
    position: static !important;
  }
}

.cmp-page__skiptomaincontent {
  position: fixed;
  top: -48px;
  opacity: 0;
  left: 50%;
  transition: all 200ms;
  transition-timing-function: ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transform: translate(-50%);
  background-color: #ffffff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  padding: 0.75rem;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
  border-radius: 0px 0px 8px 8px;
  height: 0;
}
.cmp-page__skiptomaincontent.active {
  top: 0px;
  opacity: 1;
  transition: all 200ms;
  transition-timing-function: ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  height: auto;
}
.cmp-page__skiptomaincontent .skiptomaincontent__container--cta svg {
  display: inline-flex;
  height: 14px;
  margin-right: 8px;
}
.cmp-page__skiptomaincontent .skiptomaincontent__container--cta {
  background-color: #ffffff;
  z-index: 99;
}
.cmp-page__skiptomaincontent .skiptomaincontent__container--cta a {
  justify-content: center;
}

.anchors {
  position: relative;
  top: -80px;
  display: block;
  visibility: hidden;
}

/*
  Mixin for positioning elements(animations, controls) animation positioning starting 0,0. controls 30px,30px
  @param $topbottomPosition: top or bottom position
  @param $leftRightPosition: left or right position
*/
.cmp-lottie .lottie__wrapper__canvas {
  height: auto;
  width: 100%;
}
.cmp-lottie .lottie__wrapper video-js {
  height: 100%;
}
.cmp-lottie .lottie__wrapper video-js .vjs-text-track-cue {
  display: none !important;
  visibility: hidden !important;
}
.cmp-lottie .lottie__wrapper video-js .vjs-poster img {
  object-fit: cover;
}
.cmp-lottie .lottie__wrapper video::-webkit-media-text-track-display {
  display: none !important;
}
.cmp-lottie .lottie__wrapper .fallback img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
@media (max-width: 991px) {
  .cmp-lottie .lottie__wrapper .fallback img.fallback__img--mobile.show-img {
    display: block;
  }
}
@media (min-width: 992px) {
  .cmp-lottie .lottie__wrapper .fallback img.fallback__img.show-img {
    display: block;
  }
}
.cmp-lottie .lottie__wrapper .fallback img.fallback__img.show-img.same-source {
  display: block;
}
.cmp-lottie.reduced-motion .cmp-lottie-controls {
  display: none;
}
.cmp-lottie-controls {
  visibility: hidden;
}
.cmp-lottie-controls:not(.background) {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cmp-lottie-controls {
  display: flex;
  gap: 32px;
  position: absolute;
  z-index: 2;
}
.cmp-lottie-controls button {
  background: transparent;
  border: none;
  cursor: pointer;
  height: 64px;
  margin: 0;
  outline: none;
  padding: 0;
  width: 64px;
}
.cmp-lottie-controls button:focus {
  outline: none;
}
.cmp-lottie-controls button:focus-visible {
  -webkit-border-radius: 32px 32px 32px 32px;
  -moz-border-radius: 32px 32px 32px 32px;
  border-radius: 32px 32px 32px 32px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0057ae !important;
}
.cmp-lottie-controls--dark button circle {
  fill: #525d6a;
  fill-opacity: 0.48;
  backdrop-filter: blur(24px);
}
.cmp-lottie-controls--dark button path {
  fill: #ffffff;
}
.cmp-lottie-controls--dark button:hover circle,
.cmp-lottie-controls--dark button:focus-visible circle {
  fill: #292f35;
}
.cmp-lottie-controls--light button circle {
  fill: #b6c1cc;
  fill-opacity: 0.48;
  backdrop-filter: blur(24px);
}
.cmp-lottie-controls--light button path {
  fill: #022043;
}
.cmp-lottie-controls--light button:hover circle,
.cmp-lottie-controls--light button:focus-visible circle {
  fill: #f1f3f6;
}
.cmp-lottie-controls--video:not(.background) button circle {
  fill: #0057ae;
  fill-opacity: 0.48;
  backdrop-filter: blur(24px);
}
.cmp-lottie-controls--video:not(.background) button path {
  fill: #ffffff;
}
.cmp-lottie-controls--video:not(.background) button:hover circle,
.cmp-lottie-controls--video:not(.background) button:focus-visible circle {
  fill: #022043;
}
.cmp-lottie-controls--video:not(.background) button circle {
  fill-opacity: 1;
  backdrop-filter: unset;
}
.cmp-lottie-controls--video:not(.background)
  .controls__play-pause[data-isplaying="false"] {
  display: block !important;
}
.cmp-lottie-controls__restart button {
  display: none;
}
.cmp-lottie-controls__play-pause button {
  display: none;
}
.cmp-lottie-controls__play-pause button .play,
.cmp-lottie-controls__play-pause button .pause {
  display: none;
}
.cmp-lottie-controls__play-pause button[data-isplaying="true"] .play {
  display: block;
}
.cmp-lottie-controls__play-pause button[data-isplaying="false"] .pause {
  display: block;
}
.cmp-lottie-controls__mute button {
  display: none;
  border-radius: 100%;
}
.cmp-lottie-controls__mute button .mute,
.cmp-lottie-controls__mute button .unmute {
  display: none;
}
.cmp-lottie-controls__mute button[data-ismuted="true"] .mute {
  display: block;
}
.cmp-lottie-controls__mute button[data-ismuted="false"] .unmute {
  display: block;
}
.cmp-lottie-controls.always-on button {
  display: block;
}
.cmp-lottie-controls.background.bg-fullsize.top-left {
  top: 30px;
  left: 30px;
}
.cmp-lottie-controls.background.bg-fullsize.top-center {
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.cmp-lottie-controls.background.bg-fullsize.top-right {
  top: 30px;
  right: 30px;
}
.cmp-lottie-controls.background.bg-fullsize.left {
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
.cmp-lottie-controls.background.bg-fullsize.center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cmp-lottie-controls.background.bg-fullsize.right {
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.cmp-lottie-controls.background.bg-fullsize.bottom-left {
  bottom: 30px;
  left: 30px;
}
.cmp-lottie-controls.background.bg-fullsize.bottom-center {
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.cmp-lottie-controls.background.bg-fullsize.bottom-right {
  bottom: 30px;
  right: 30px;
}
.cmp-lottie-controls.background.bg-containersize.top-left {
  top: 30px;
  left: 0;
}
.cmp-lottie-controls.background.bg-containersize.top-center {
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.cmp-lottie-controls.background.bg-containersize.top-right {
  top: 30px;
  right: 0;
}
.cmp-lottie-controls.background.bg-containersize.left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.cmp-lottie-controls.background.bg-containersize.center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cmp-lottie-controls.background.bg-containersize.right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.cmp-lottie-controls.background.bg-containersize.bottom-left {
  bottom: 30px;
  left: 0;
}
.cmp-lottie-controls.background.bg-containersize.bottom-center {
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.cmp-lottie-controls.background.bg-containersize.bottom-right {
  bottom: 30px;
  right: 0;
}
.cmp-lottie-controls.background {
  display: flex;
  flex-direction: column;
  gap: 16px;
  left: unset;
  transform: none;
}
.cmp-lottie-controls.background button {
  background: transparent;
  border: none;
  cursor: pointer;
  height: 32px;
  margin: 0;
  outline: none;
  padding: 0;
  width: 32px;
}
.cmp-lottie-controls.background button:focus {
  outline: none;
}
.cmp-lottie-controls.background button:focus-visible {
  -webkit-border-radius: 16px 16px 16px 16px;
  -moz-border-radius: 16px 16px 16px 16px;
  border-radius: 16px 16px 16px 16px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0057ae !important;
}
.cmp-lottie-controls.background.cmp-lottie-controls--down {
  top: 56px !important;
}
@media (min-width: 70.25em) {
  .cmp-lottie-controls.background.cmp-lottie-controls--down {
    top: 72px !important;
  }
}
.cmp-lottie:hover .cmp-lottie-controls.only-on-hover button {
  display: block;
}
.cmp-lottie:hover
  .cmp-lottie-controls.cmp-lottie-controls--video.always-off
  button {
  display: block;
}
.cmp-lottie.bg-animation .lottie__wrapper__canvas,
.cmp-lottie.bg-animation .video-player {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cmp-lottie.bg-animation .video-player {
  overflow: hidden;
}
.cmp-lottie.bg-animation .video-player video-js {
  width: 100% !important;
  height: 100% !important;
}
.cmp-lottie.bg-animation .video-player video-js .vjs-tech {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}
.cmp-lottie.bg-animation .video-player video-js video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block;
}
.cmp-lottie.bg-animation.bg-container-size {
  width: 100%;
}
.cmp-lottie.bg-animation.bg-container-size .lottie__wrapper__canvas,
.cmp-lottie.bg-animation.bg-container-size .video-player {
  width: calc(8.3333333333% * var(--bgcolumwidth, 12));
  min-height: var(--bgminheight-mobile);
  max-height: var(--bgmaxheight-mobile);
}
@media (min-width: 62em) {
  .cmp-lottie.bg-animation.bg-container-size .lottie__wrapper__canvas,
  .cmp-lottie.bg-animation.bg-container-size .video-player {
    min-height: var(--bgminheight);
    max-height: var(--bgmaxheight);
  }
}
@media screen and (max-width: 991px) {
  .cmp-lottie.bg-animation.bg-container-size
    .lottie__wrapper__canvas.bg-mobile-top,
  .cmp-lottie.bg-animation.bg-container-size .video-player.bg-mobile-top {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .cmp-lottie.bg-animation.bg-container-size
    .lottie__wrapper__canvas.bg-mobile-middle,
  .cmp-lottie.bg-animation.bg-container-size .video-player.bg-mobile-middle {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .cmp-lottie.bg-animation.bg-container-size
    .lottie__wrapper__canvas.bg-mobile-bottom,
  .cmp-lottie.bg-animation.bg-container-size .video-player.bg-mobile-bottom {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 62em) {
  .cmp-lottie.bg-animation.bg-container-size .lottie__wrapper__canvas.top-left,
  .cmp-lottie.bg-animation.bg-container-size .video-player.top-left {
    top: 0;
    left: 0;
  }
  .cmp-lottie.bg-animation.bg-container-size
    .lottie__wrapper__canvas.top-center,
  .cmp-lottie.bg-animation.bg-container-size .video-player.top-center {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .cmp-lottie.bg-animation.bg-container-size .lottie__wrapper__canvas.top-right,
  .cmp-lottie.bg-animation.bg-container-size .video-player.top-right {
    top: 0;
    right: 0;
  }
  .cmp-lottie.bg-animation.bg-container-size .lottie__wrapper__canvas.left,
  .cmp-lottie.bg-animation.bg-container-size .video-player.left {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .cmp-lottie.bg-animation.bg-container-size .lottie__wrapper__canvas.center,
  .cmp-lottie.bg-animation.bg-container-size .video-player.center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .cmp-lottie.bg-animation.bg-container-size .lottie__wrapper__canvas.right,
  .cmp-lottie.bg-animation.bg-container-size .video-player.right {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .cmp-lottie.bg-animation.bg-container-size
    .lottie__wrapper__canvas.bottom-left,
  .cmp-lottie.bg-animation.bg-container-size .video-player.bottom-left {
    bottom: 0;
    left: 0;
  }
  .cmp-lottie.bg-animation.bg-container-size
    .lottie__wrapper__canvas.bottom-center,
  .cmp-lottie.bg-animation.bg-container-size .video-player.bottom-center {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .cmp-lottie.bg-animation.bg-container-size
    .lottie__wrapper__canvas.bottom-right,
  .cmp-lottie.bg-animation.bg-container-size .video-player.bottom-right {
    bottom: 0;
    right: 0;
  }
}
.cmp-lottie.bg-animation.bg-fullsize .lottie__wrapper__canvas,
.cmp-lottie.bg-animation.bg-fullsize .video-player {
  top: 0;
  left: 0;
}
.cmp-lottie.bg-animation.bg-fullsize .top-center {
  align-items: flex-start;
}
.cmp-lottie.bg-animation.bg-fullsize .bottom-center {
  align-items: flex-end;
}
@media screen and (max-width: 991px) {
  .cmp-lottie.bg-animation.bg-fullsize .bg-mobile-top {
    align-items: flex-start;
  }
  .cmp-lottie.bg-animation.bg-fullsize .bg-mobile-bottom {
    align-items: flex-end;
  }
}
.cmp-lottie.bg-animation .fallback img {
  z-index: -1;
}
.cmp-lottie.container-animation {
  position: relative;
}
.cmp-lottie.container-animation .lottie__wrapper__canvas,
.cmp-lottie.container-animation .video-player {
  width: 100%;
}
.cmp-lottie.mobile-hide {
  display: none;
}
@media (min-width: 62em) {
  .cmp-lottie.mobile-hide {
    display: block;
  }
}

.section-v3:has(.cmp-lottie-controls.background.bg-containersize)
  .cmp-section-v3:hover
  .cmp-lottie-controls.only-on-hover
  button,
.section-v3:has(.cmp-lottie-controls.background.bg-containersize)
  .cmp-section-v3:hover
  .cmp-lottie-controls.always-off
  button,
.section-v3:has(.cmp-lottie-controls.background.bg-containersize)
  .cmp-section-v3
  *:hover
  .cmp-lottie-controls.only-on-hover
  button,
.section-v3:has(.cmp-lottie-controls.background.bg-containersize)
  .cmp-section-v3
  *:hover
  .cmp-lottie-controls.always-off
  button {
  display: block;
}
.section-v3:has(.cmp-lottie-controls.background.bg-containersize)
  .cmp-section-v3
  > .aem-Grid {
  position: relative;
  overflow: hidden;
}
.section-v3:has(.cmp-lottie-controls.background.bg-fullsize) .cmp-section-v3 {
  position: unset;
}
.section-v3:has(.cmp-lottie-controls.background.bg-fullsize):hover
  .cmp-lottie-controls.only-on-hover
  button,
.section-v3:has(.cmp-lottie-controls.background.bg-fullsize):hover
  .cmp-lottie-controls.always-off
  button,
.section-v3:has(.cmp-lottie-controls.background.bg-fullsize)
  *:hover
  .cmp-lottie-controls.only-on-hover
  button,
.section-v3:has(.cmp-lottie-controls.background.bg-fullsize)
  *:hover
  .cmp-lottie-controls.always-off
  button {
  display: block;
}

.section {
  padding: 64px 0;
  padding: 4rem 0rem;
}
@media (min-width: 75em) {
  .section {
    padding: 96px 0;
    padding: 6rem 0rem;
  }
}
@media (min-width: 100em) {
  .section {
    padding: 128px 0;
    padding: 8rem 0rem;
  }
}

.section-v2.padding-top-sm {
  padding-top: 32px;
  padding-top: 2rem;
}
.section-v2.padding-top-md {
  padding-top: 48px;
  padding-top: 3rem;
}
@media (min-width: 70.25em) {
  .section-v2.padding-top-md {
    padding-top: 64px;
    padding-top: 4rem;
  }
}
.section-v2.padding-top-lg {
  padding-top: 64px;
  padding-top: 4rem;
}
@media (min-width: 70.25em) {
  .section-v2.padding-top-lg {
    padding-top: 96px;
    padding-top: 6rem;
  }
}
.section-v2.padding-bottom-sm {
  padding-bottom: 32px;
  padding-bottom: 2rem;
}
.section-v2.padding-bottom-md {
  padding-bottom: 48px;
  padding-bottom: 3rem;
}
@media (min-width: 70.25em) {
  .section-v2.padding-bottom-md {
    padding-bottom: 64px;
    padding-bottom: 4rem;
  }
}
.section-v2.padding-bottom-lg {
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media (min-width: 70.25em) {
  .section-v2.padding-bottom-lg {
    padding-bottom: 96px;
    padding-bottom: 6rem;
  }
}
.section-v2.inverted-curve {
  position: relative;
  overflow: visible;
}
.section-v2.inverted-curve:before {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20class%3D%22the-curve%22%20preserveAspectRatio%3D%22xMinYMax%20meet%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20height%3D%22100%22%20width%3D%221920%22%20viewBox%3D%220%200%201920%20100%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20class%3D%22path%22%20d%3D%22M14143.5-13148.5C14143.5-5867.454%2C8241.046%2C35%2C960%2C35s-13183.5-5902.454-13183.5-13183.5H14143.5z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 100%;
  content: "";
  margin-bottom: -1px;
  padding-bottom: 5.2083333%;
  pointer-events: none;
  position: absolute;
  transform: rotate(180deg);
  width: 100%;
  z-index: 0;
}
.section-v2.inverted-curve.bg-blue:before {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20class%3D%22the-curve%22%20preserveAspectRatio%3D%22xMinYMax%20meet%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20height%3D%22100%22%20width%3D%221920%22%20viewBox%3D%220%200%201920%20100%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%230875E1%22%20class%3D%22path%22%20d%3D%22M14143.5-13148.5C14143.5-5867.454%2C8241.046%2C35%2C960%2C35s-13183.5-5902.454-13183.5-13183.5H14143.5z%22%2F%3E%3C%2Fsvg%3E");
}
.section-v2.inverted-curve.bg-gray:before {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20class%3D%22the-curve%22%20preserveAspectRatio%3D%22xMinYMax%20meet%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20height%3D%22100%22%20width%3D%221920%22%20viewBox%3D%220%200%201920%20100%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23F0F1F2%22%20class%3D%22path%22%20d%3D%22M14143.5-13148.5C14143.5-5867.454%2C8241.046%2C35%2C960%2C35s-13183.5-5902.454-13183.5-13183.5H14143.5z%22%2F%3E%3C%2Fsvg%3E");
}

.cmp-horizontal-tabs__tabpanel > .section-v3 > .section__wrapper,
.cmp-horizontal-tabs__tabpanel
  > .section-v3
  > .section__wrapper--inverted-curve,
.cmp-horizontal-tabs__tabpanel > .section-v3 > .section__wrapper--horizon,
.cmp-horizontal-tabs__tabpanel
  > .section-v3
  > .section__wrapper--horizon-bottom {
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.cmp-horizontal-tabs__tabpanel > .section-v3 > .section__wrapper,
.cmp-horizontal-tabs__tabpanel
  > .section-v3
  > .section__wrapper--inverted-curve,
.cmp-horizontal-tabs__tabpanel > .section-v3 > .section__wrapper--horizon,
.cmp-horizontal-tabs__tabpanel
  > .section-v3
  > .section__wrapper--horizon-bottom {
  width: 100vw !important;
}

.customer-story .morecustomerstories + main > .aem-Grid--default--12 {
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
}

.customer-story main .lightTheme,
.customer-story main .quote .quote-component,
.quote .customer-story main .quote-component,
.customer-story
  main
  .lightTheme
  :where(
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    li,
    .title-1,
    .title-2,
    .title-3,
    .cmp-about-author .about-author__title,
    .title-4,
    .title-5,
    .cmp-hub-hero .hub-hero__wrapper-have-hero .hero-card__title,
    .title-6,
    .cmp-hub-hero .hero-card__title,
    .body-0,
    .body-1,
    .cmp-hub-hero__one .hub-hero__wrapper-video .hero-card__description,
    .cmp-about-author .about-author__user-details .user-name,
    .body-2,
    .cmp-about-author .about-author__user-details,
    .body-3,
    .cmp-hub-hero .hub-hero__wrapper-list .hub-hero__card .hero-card__eyebrow,
    .cmp-hub-hero .hero-card__type,
    .cmp-share-component--copied,
    .cmp-share-component--date,
    .cmp-share-component--share,
    .statistic,
    .display,
    .overline,
    .cmp-article-hero .article-hero__eyebrow,
    .eyebrow .cmp-title__text
  ),
.customer-story
  main
  .quote
  .quote-component
  :where(
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    li,
    .title-1,
    .title-2,
    .title-3,
    .cmp-about-author .about-author__title,
    .title-4,
    .title-5,
    .cmp-hub-hero .hub-hero__wrapper-have-hero .hero-card__title,
    .title-6,
    .cmp-hub-hero .hero-card__title,
    .body-0,
    .body-1,
    .cmp-hub-hero__one .hub-hero__wrapper-video .hero-card__description,
    .cmp-about-author .about-author__user-details .user-name,
    .body-2,
    .cmp-about-author .about-author__user-details,
    .body-3,
    .cmp-hub-hero .hub-hero__wrapper-list .hub-hero__card .hero-card__eyebrow,
    .cmp-hub-hero .hero-card__type,
    .cmp-share-component--copied,
    .cmp-share-component--date,
    .cmp-share-component--share,
    .statistic,
    .display,
    .overline,
    .cmp-article-hero .article-hero__eyebrow,
    .eyebrow .cmp-title__text
  ),
.quote
  .customer-story
  main
  .quote-component
  :where(
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    li,
    .title-1,
    .title-2,
    .title-3,
    .cmp-about-author .about-author__title,
    .title-4,
    .title-5,
    .cmp-hub-hero .hub-hero__wrapper-have-hero .hero-card__title,
    .title-6,
    .cmp-hub-hero .hero-card__title,
    .body-0,
    .body-1,
    .cmp-hub-hero__one .hub-hero__wrapper-video .hero-card__description,
    .cmp-about-author .about-author__user-details .user-name,
    .body-2,
    .cmp-about-author .about-author__user-details,
    .body-3,
    .cmp-hub-hero .hub-hero__wrapper-list .hub-hero__card .hero-card__eyebrow,
    .cmp-hub-hero .hero-card__type,
    .cmp-share-component--copied,
    .cmp-share-component--date,
    .cmp-share-component--share,
    .statistic,
    .display,
    .overline,
    .cmp-article-hero .article-hero__eyebrow,
    .eyebrow .cmp-title__text
  ) {
  color: #022043 !important;
}
.customer-story main .darkTheme,
.customer-story
  main
  .darkTheme
  :where(
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    li,
    .title-1,
    .title-2,
    .title-3,
    .cmp-about-author .about-author__title,
    .title-4,
    .title-5,
    .cmp-hub-hero .hub-hero__wrapper-have-hero .hero-card__title,
    .title-6,
    .cmp-hub-hero .hero-card__title,
    .body-0,
    .body-1,
    .cmp-hub-hero__one .hub-hero__wrapper-video .hero-card__description,
    .cmp-about-author .about-author__user-details .user-name,
    .body-2,
    .cmp-about-author .about-author__user-details,
    .body-3,
    .cmp-hub-hero .hub-hero__wrapper-list .hub-hero__card .hero-card__eyebrow,
    .cmp-hub-hero .hero-card__type,
    .cmp-share-component--copied,
    .cmp-share-component--date,
    .cmp-share-component--share,
    .statistic,
    .display,
    .overline,
    .cmp-article-hero .article-hero__eyebrow,
    .eyebrow .cmp-title__text
  ) {
  color: #ffffff !important;
}

.section-v3 {
  position: relative;
  z-index: 2;
}
.section-v3.higher-z-index {
  z-index: 9;
}
.section-v3.section__wrapper--show-desktop.section__wrapper--published {
  display: none;
}
@media (min-width: 992px) {
  .section-v3.section__wrapper--show-desktop.section__wrapper--published {
    display: block;
  }
}
@media (min-width: 992px) {
  .section-v3.section__wrapper--show-mobile.section__wrapper--published {
    display: none;
  }
}
.section-v3 .section__wrapper,
.section-v3 .section__wrapper--horizon,
.section-v3 .section__wrapper--horizon-bottom,
.section-v3 .section__wrapper--inverted-curve {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.section-v3 .section__wrapper.section__wrapper-max-width--100,
.section-v3 .section__wrapper--horizon.section__wrapper-max-width--100,
.section-v3 .section__wrapper--horizon-bottom.section__wrapper-max-width--100,
.section-v3 .section__wrapper--inverted-curve.section__wrapper-max-width--100 {
  width: 100%;
}
.section-v3 .section__wrapper.section__wrapper-max-width--1920,
.section-v3 .section__wrapper--horizon.section__wrapper-max-width--1920,
.section-v3 .section__wrapper--horizon-bottom.section__wrapper-max-width--1920,
.section-v3 .section__wrapper--inverted-curve.section__wrapper-max-width--1920 {
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  width: 1920px;
}
.section-v3
  .section__wrapper.section__wrapper-max-width--1920
  + .section__container,
.section-v3
  .section__wrapper.section__wrapper-max-width--1920
  + .section__container--fluid,
.section-v3
  .section__wrapper--horizon.section__wrapper-max-width--1920
  + .section__container,
.section-v3
  .section__wrapper--horizon.section__wrapper-max-width--1920
  + .section__container--fluid,
.section-v3
  .section__wrapper--horizon-bottom.section__wrapper-max-width--1920
  + .section__container,
.section-v3
  .section__wrapper--horizon-bottom.section__wrapper-max-width--1920
  + .section__container--fluid,
.section-v3
  .section__wrapper--inverted-curve.section__wrapper-max-width--1920
  + .section__container,
.section-v3
  .section__wrapper--inverted-curve.section__wrapper-max-width--1920
  + .section__container--fluid {
  box-sizing: border-box;
}
.section-v3
  .section__wrapper.section__wrapper-max-width--1920
  + .section__container--fluid,
.section-v3
  .section__wrapper--horizon.section__wrapper-max-width--1920
  + .section__container--fluid,
.section-v3
  .section__wrapper--horizon-bottom.section__wrapper-max-width--1920
  + .section__container--fluid,
.section-v3
  .section__wrapper--inverted-curve.section__wrapper-max-width--1920
  + .section__container--fluid {
  max-width: 1920px;
}
.section-v3 .section__wrapper--inverted-curve {
  display: none;
}
.section-v3.inverted-curve .section__wrapper--inverted-curve {
  display: block;
}
.section-v3 .section__wrapper--horizon {
  pointer-events: none;
}
.section-v3 .section__wrapper.section__wrapper--border-radius-8 {
  border-radius: 8px;
}
.section-v3
  .section__wrapper.section__wrapper--border-radius-8
  + .cmp-section-v3 {
  border-radius: 8px;
  overflow: hidden;
}
.section-v3 .section__wrapper.section__wrapper--border-radius-12 {
  border-radius: 12px;
}
.section-v3
  .section__wrapper.section__wrapper--border-radius-12
  + .cmp-section-v3 {
  border-radius: 12px;
  overflow: hidden;
}
.section-v3 .section__wrapper.section__wrapper--border-radius-24 {
  border-radius: 24px;
}
.section-v3
  .section__wrapper.section__wrapper--border-radius-24
  + .cmp-section-v3 {
  border-radius: 24px;
  overflow: hidden;
}
.section-v3 .section__wrapper.section__wrapper--border-radius-800 {
  border-radius: 800px;
}
.section-v3
  .section__wrapper.section__wrapper--border-radius-800
  + .cmp-section-v3 {
  border-radius: 800px;
  overflow: hidden;
}
.section-v3 .section__wrapper.section__wrapper--opacity-8 {
  opacity: 0.08;
}
.section-v3 .section__wrapper.section__wrapper--opacity-16 {
  opacity: 0.16;
}
.section-v3 .section__wrapper.section__wrapper--opacity-24 {
  opacity: 0.24;
}
.section-v3 .section__wrapper.section__wrapper--opacity-32 {
  opacity: 0.32;
}
.section-v3 .section__wrapper.section__wrapper--opacity-40 {
  opacity: 0.4;
}
.section-v3 .section__wrapper.section__wrapper--opacity-48 {
  opacity: 0.48;
}
.section-v3 .section__wrapper.section__wrapper--opacity-56 {
  opacity: 0.56;
}
.section-v3 .section__wrapper.section__wrapper--opacity-64 {
  opacity: 0.64;
}
.section-v3 .section__wrapper.section__wrapper--opacity-72 {
  opacity: 0.72;
}
.section-v3 .section__wrapper.section__wrapper--opacity-80 {
  opacity: 0.8;
}
.section-v3 .section__wrapper.section__wrapper--opacity-88 {
  opacity: 0.88;
}
.section-v3 .section__wrapper.section__wrapper--opacity-100 {
  opacity: 1;
}
.section-v3 .section__wrapper.section__wrapper--blur-0 {
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
}
.section-v3 .section__wrapper.section__wrapper--blur-8 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.section-v3 .section__wrapper.section__wrapper--blur-12 {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.section-v3 .section__wrapper.section__wrapper--blur-16 {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
.section-v3 .section__wrapper.section__wrapper--blur-20 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.section-v3 .section__wrapper.section__wrapper--blur-24 {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
}
.section-v3 .section__wrapper.section__wrapper--blur-28 {
  -webkit-backdrop-filter: blur(28px);
  backdrop-filter: blur(28px);
}
.section-v3 .section__wrapper.section__wrapper--blur-32 {
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
}
.section-v3 .section__wrapper.section__wrapper--blur-40 {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
}
.section-v3 .section__wrapper.section__wrapper--blur-48 {
  -webkit-backdrop-filter: blur(48px);
  backdrop-filter: blur(48px);
}
.section-v3 .section__wrapper.section__wrapper--blur-56 {
  -webkit-backdrop-filter: blur(56px);
  backdrop-filter: blur(56px);
}
.section-v3 .section__wrapper.section__wrapper--blur-64 {
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
}
.section-v3 .section__wrapper--border-0 {
  --box-shadow-width: 0px;
}
.section-v3 .section__wrapper--border-1 {
  --box-shadow-width: 1px;
}
.section-v3 .section__wrapper--border-2 {
  --box-shadow-width: 2px;
}
.section-v3 .section__wrapper--border-inset {
  --box-shadow-style: inset;
}
.section-v3 .section__wrapper--border-outset {
  --box-shadow-style: outset;
}
.section-v3 .section__wrapper--border-color-none {
  --box-shadow-color: transparent;
}
.section-v3 .section__wrapper--border-color-desk {
  --box-shadow-color: #b6c1cc;
}
.section-v3 .section__wrapper--border-color-paper {
  --box-shadow-color: #ffffff;
}
.section-v3 .section__wrapper--border-color-after-hours {
  --box-shadow-color: #022043;
}
.section-v3 .section__wrapper--border-color-translucent-black {
  --box-shadow-color: rgba(0, 0, 0, 0.24);
}
.section-v3 .section__wrapper--border-color-translucent-white {
  --box-shadow-color: rgba(255, 255, 255, 0.24);
}
.section-v3 .section__wrapper--border-outset.section__wrapper--has-box-shadow {
  box-shadow: 0 0 0 var(--box-shadow-width, 0)
    var(--box-shadow-color, transparent);
}
.section-v3 .section__wrapper--border-inset.section__wrapper--has-box-shadow {
  box-shadow: inset 0 0 0 var(--box-shadow-width, 0)
    var(--box-shadow-color, transparent);
}
@media (min-width: 992px) {
  .section-v3 .cmp-section-v3.section__container--padding-desktop-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .section-v3 .cmp-section-v3.section__container--padding-desktop-24 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .section-v3 .cmp-section-v3.section__container--padding-desktop-32 {
    padding-left: 32px;
    padding-right: 32px;
  }
  .section-v3 .cmp-section-v3.section__container--padding-desktop-48 {
    padding-left: 48px;
    padding-right: 48px;
  }
  .section-v3 .cmp-section-v3.section__container--padding-desktop-64 {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 991px) {
  .section-v3 .cmp-section-v3.section__container--padding-mobile-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .section-v3 .cmp-section-v3.section__container--padding-mobile-24 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .section-v3 .cmp-section-v3.section__container--padding-mobile-32 {
    padding-left: 32px;
    padding-right: 32px;
  }
  .section-v3 .cmp-section-v3.section__container--padding-mobile-48 {
    padding-left: 48px;
    padding-right: 48px;
  }
  .section-v3 .cmp-section-v3.section__container--padding-mobile-64 {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.section-v3 .cmp-section-v3.horizon-padding-top {
  padding-top: var(--horizon-height, 0px);
}
.section-v3 .cmp-section-v3.horizon-padding-bottom {
  padding-bottom: var(--horizon-height, 0px);
}
@media (min-width: 992px) {
  .section-v3 .cmp-section-v3.section__container--desktop-ratio-916 {
    aspect-ratio: 9 / 16;
  }
  .section-v3 .cmp-section-v3.section__container--desktop-ratio-169 {
    aspect-ratio: 16 / 9;
  }
  .section-v3 .cmp-section-v3.section__container--desktop-ratio-43 {
    aspect-ratio: 4 / 3;
  }
  .section-v3 .cmp-section-v3.section__container--desktop-ratio-11 {
    aspect-ratio: 1 / 1;
  }
  .section-v3 .cmp-section-v3.section__container--desktop-ratio-auto {
    aspect-ratio: auto;
  }
}
@media (max-width: 991px) {
  .section-v3 .cmp-section-v3.section__container--mobile-ratio-916 {
    aspect-ratio: 9 / 16;
  }
  .section-v3 .cmp-section-v3.section__container--mobile-ratio-169 {
    aspect-ratio: 16 / 9;
  }
  .section-v3 .cmp-section-v3.section__container--mobile-ratio-43 {
    aspect-ratio: 4 / 3;
  }
  .section-v3 .cmp-section-v3.section__container--mobile-ratio-11 {
    aspect-ratio: 1 / 1;
  }
  .section-v3 .cmp-section-v3.section__container--mobile-ratio-auto {
    aspect-ratio: auto;
  }
}
.section-v3 .cmp-section-v3.section__container--align-top {
  display: flex;
  align-items: flex-start;
}
.section-v3 .cmp-section-v3.section__container--align-center {
  display: flex;
  align-items: center;
}
.section-v3 .cmp-section-v3.section__container--align-bottom {
  display: flex;
  align-items: flex-end;
}
.section-v3 .cmp-section-v3.section__container--justify-start {
  display: flex;
  justify-content: flex-start;
}
.section-v3 .cmp-section-v3.section__container--justify-space-between {
  display: flex;
  justify-content: space-between;
}
.section-v3 .cmp-section-v3 .lightTheme,
.section-v3 .cmp-section-v3 .quote .quote-component,
.quote .section-v3 .cmp-section-v3 .quote-component,
.section-v3
  .cmp-section-v3
  .lightTheme
  :where(
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    li,
    .title-1,
    .title-2,
    .title-3,
    .cmp-about-author .about-author__title,
    .title-4,
    .title-5,
    .cmp-hub-hero .hub-hero__wrapper-have-hero .hero-card__title,
    .title-6,
    .cmp-hub-hero .hero-card__title,
    .body-0,
    .body-1,
    .cmp-hub-hero__one .hub-hero__wrapper-video .hero-card__description,
    .cmp-about-author .about-author__user-details .user-name,
    .body-2,
    .cmp-about-author .about-author__user-details,
    .body-3,
    .cmp-hub-hero .hub-hero__wrapper-list .hub-hero__card .hero-card__eyebrow,
    .cmp-hub-hero .hero-card__type,
    .cmp-share-component--copied,
    .cmp-share-component--date,
    .cmp-share-component--share,
    .statistic,
    .display,
    .overline,
    .cmp-article-hero .article-hero__eyebrow,
    .eyebrow .cmp-title__text
  ),
.section-v3
  .cmp-section-v3
  .quote
  .quote-component
  :where(
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    li,
    .title-1,
    .title-2,
    .title-3,
    .cmp-about-author .about-author__title,
    .title-4,
    .title-5,
    .cmp-hub-hero .hub-hero__wrapper-have-hero .hero-card__title,
    .title-6,
    .cmp-hub-hero .hero-card__title,
    .body-0,
    .body-1,
    .cmp-hub-hero__one .hub-hero__wrapper-video .hero-card__description,
    .cmp-about-author .about-author__user-details .user-name,
    .body-2,
    .cmp-about-author .about-author__user-details,
    .body-3,
    .cmp-hub-hero .hub-hero__wrapper-list .hub-hero__card .hero-card__eyebrow,
    .cmp-hub-hero .hero-card__type,
    .cmp-share-component--copied,
    .cmp-share-component--date,
    .cmp-share-component--share,
    .statistic,
    .display,
    .overline,
    .cmp-article-hero .article-hero__eyebrow,
    .eyebrow .cmp-title__text
  ),
.quote
  .section-v3
  .cmp-section-v3
  .quote-component
  :where(
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    li,
    .title-1,
    .title-2,
    .title-3,
    .cmp-about-author .about-author__title,
    .title-4,
    .title-5,
    .cmp-hub-hero .hub-hero__wrapper-have-hero .hero-card__title,
    .title-6,
    .cmp-hub-hero .hero-card__title,
    .body-0,
    .body-1,
    .cmp-hub-hero__one .hub-hero__wrapper-video .hero-card__description,
    .cmp-about-author .about-author__user-details .user-name,
    .body-2,
    .cmp-about-author .about-author__user-details,
    .body-3,
    .cmp-hub-hero .hub-hero__wrapper-list .hub-hero__card .hero-card__eyebrow,
    .cmp-hub-hero .hero-card__type,
    .cmp-share-component--copied,
    .cmp-share-component--date,
    .cmp-share-component--share,
    .statistic,
    .display,
    .overline,
    .cmp-article-hero .article-hero__eyebrow,
    .eyebrow .cmp-title__text
  ) {
  color: #022043 !important;
}
.section-v3 .cmp-section-v3 .darkTheme,
.section-v3
  .cmp-section-v3
  .darkTheme
  :where(
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    li,
    .title-1,
    .title-2,
    .title-3,
    .cmp-about-author .about-author__title,
    .title-4,
    .title-5,
    .cmp-hub-hero .hub-hero__wrapper-have-hero .hero-card__title,
    .title-6,
    .cmp-hub-hero .hero-card__title,
    .body-0,
    .body-1,
    .cmp-hub-hero__one .hub-hero__wrapper-video .hero-card__description,
    .cmp-about-author .about-author__user-details .user-name,
    .body-2,
    .cmp-about-author .about-author__user-details,
    .body-3,
    .cmp-hub-hero .hub-hero__wrapper-list .hub-hero__card .hero-card__eyebrow,
    .cmp-hub-hero .hero-card__type,
    .cmp-share-component--copied,
    .cmp-share-component--date,
    .cmp-share-component--share,
    .statistic,
    .display,
    .overline,
    .cmp-article-hero .article-hero__eyebrow,
    .eyebrow .cmp-title__text
  ) {
  color: #ffffff !important;
}
.section-v3 .cmp-section-v3 {
  /* background: transparent !important; */
}
.section-v3 .cmp-section-v3 .overlaycard .cmp-overlaycard p,
.section-v3 .cmp-section-v3 .overlaycard .cmp-overlaycard li,
.section-v3 .cmp-section-v3 .overlaycard .cmp-overlaycard span {
  color: #022043 !important;
}
.section-v3 .section__wrapper-max-width--100 .cmp-section-v3.container-fluid,
.section-v3
  .section__wrapper-max-width--100
  .cmp-section-v3.section__container--fluid {
  max-width: 100%;
}
.section-v3.padding-top-mobile-0 {
  padding-top: 0;
  padding-top: 0rem;
}
.section-v3.padding-bottom-mobile-0 {
  padding-bottom: 0;
  padding-bottom: 0rem;
}
.section-v3.padding-top-mobile-8 {
  padding-top: 8;
  padding-top: 0.5rem;
}
.section-v3.padding-bottom-mobile-8 {
  padding-bottom: 8;
  padding-bottom: 0.5rem;
}
.section-v3.padding-top-mobile-12 {
  padding-top: 12;
  padding-top: 0.75rem;
}
.section-v3.padding-bottom-mobile-12 {
  padding-bottom: 12;
  padding-bottom: 0.75rem;
}
.section-v3.padding-top-mobile-16 {
  padding-top: 16;
  padding-top: 1rem;
}
.section-v3.padding-bottom-mobile-16 {
  padding-bottom: 16;
  padding-bottom: 1rem;
}
.section-v3.padding-top-mobile-24 {
  padding-top: 24;
  padding-top: 1.5rem;
}
.section-v3.padding-bottom-mobile-24 {
  padding-bottom: 24;
  padding-bottom: 1.5rem;
}
.section-v3.padding-top-mobile-32 {
  padding-top: 32;
  padding-top: 2rem;
}
.section-v3.padding-bottom-mobile-32 {
  padding-bottom: 32;
  padding-bottom: 2rem;
}
.section-v3.padding-top-mobile-48 {
  padding-top: 48;
  padding-top: 3rem;
}
.section-v3.padding-bottom-mobile-48 {
  padding-bottom: 48;
  padding-bottom: 3rem;
}
.section-v3.padding-top-mobile-64 {
  padding-top: 64;
  padding-top: 4rem;
}
.section-v3.padding-bottom-mobile-64 {
  padding-bottom: 64;
  padding-bottom: 4rem;
}
.section-v3.padding-top-mobile-96 {
  padding-top: 96;
  padding-top: 6rem;
}
.section-v3.padding-bottom-mobile-96 {
  padding-bottom: 96;
  padding-bottom: 6rem;
}
@media screen and (min-width: 992px) {
  .section-v3.padding-top-desktop-0 {
    padding-top: 0;
    padding-top: 0rem;
  }
  .section-v3.padding-bottom-desktop-0 {
    padding-bottom: 0;
    padding-bottom: 0rem;
  }
  .section-v3.padding-top-desktop-8 {
    padding-top: 8;
    padding-top: 0.5rem;
  }
  .section-v3.padding-bottom-desktop-8 {
    padding-bottom: 8;
    padding-bottom: 0.5rem;
  }
  .section-v3.padding-top-desktop-12 {
    padding-top: 12;
    padding-top: 0.75rem;
  }
  .section-v3.padding-bottom-desktop-12 {
    padding-bottom: 12;
    padding-bottom: 0.75rem;
  }
  .section-v3.padding-top-desktop-16 {
    padding-top: 16;
    padding-top: 1rem;
  }
  .section-v3.padding-bottom-desktop-16 {
    padding-bottom: 16;
    padding-bottom: 1rem;
  }
  .section-v3.padding-top-desktop-24 {
    padding-top: 24;
    padding-top: 1.5rem;
  }
  .section-v3.padding-bottom-desktop-24 {
    padding-bottom: 24;
    padding-bottom: 1.5rem;
  }
  .section-v3.padding-top-desktop-32 {
    padding-top: 32;
    padding-top: 2rem;
  }
  .section-v3.padding-bottom-desktop-32 {
    padding-bottom: 32;
    padding-bottom: 2rem;
  }
  .section-v3.padding-top-desktop-48 {
    padding-top: 48;
    padding-top: 3rem;
  }
  .section-v3.padding-bottom-desktop-48 {
    padding-bottom: 48;
    padding-bottom: 3rem;
  }
  .section-v3.padding-top-desktop-64 {
    padding-top: 64;
    padding-top: 4rem;
  }
  .section-v3.padding-bottom-desktop-64 {
    padding-bottom: 64;
    padding-bottom: 4rem;
  }
  .section-v3.padding-top-desktop-96 {
    padding-top: 96;
    padding-top: 6rem;
  }
  .section-v3.padding-bottom-desktop-96 {
    padding-bottom: 96;
    padding-bottom: 6rem;
  }
}
.section-v3.padding-top-xs {
  padding-top: 24px;
  padding-top: 1.5rem;
}
.section-v3.padding-top-sm {
  padding-top: 32px;
  padding-top: 2rem;
}
.section-v3.padding-top-md {
  padding-top: 48px;
  padding-top: 3rem;
}
@media (min-width: 70.25em) {
  .section-v3.padding-top-md {
    padding-top: 64px;
    padding-top: 4rem;
  }
}
.section-v3.padding-top-lg {
  padding-top: 64px;
  padding-top: 4rem;
}
@media (min-width: 70.25em) {
  .section-v3.padding-top-lg {
    padding-top: 96px;
    padding-top: 6rem;
  }
}
.section-v3.padding-bottom-xs {
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}
.section-v3.padding-bottom-sm {
  padding-bottom: 32px;
  padding-bottom: 2rem;
}
.section-v3.padding-bottom-md {
  padding-bottom: 48px;
  padding-bottom: 3rem;
}
@media (min-width: 70.25em) {
  .section-v3.padding-bottom-md {
    padding-bottom: 64px;
    padding-bottom: 4rem;
  }
}
.section-v3.padding-bottom-lg {
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media (min-width: 70.25em) {
  .section-v3.padding-bottom-lg {
    padding-bottom: 96px;
    padding-bottom: 6rem;
  }
}
.section-v3 .horizon {
  width: 100%;
  position: absolute;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
}
.section-v3 .horizon.section__wrapper-max-width--1920 {
  max-width: 1920px;
}
.section-v3 .horizon:not(.none) {
  height: var(--horizon-height, 0px);
}
.section-v3 .horizon.inward-up {
  clip-path: polygon(
    100% 0%,
    100% 0%,
    95.596% 17.826%,
    91.026% 33.902%,
    86.303% 48.2%,
    81.439% 60.689%,
    76.446% 71.339%,
    71.338% 80.12%,
    66.127% 87.002%,
    60.825% 91.955%,
    55.445% 94.949%,
    50% 95.953%,
    50% 95.953%,
    44.555% 94.949%,
    39.175% 91.955%,
    33.873% 87.002%,
    28.662% 80.12%,
    23.554% 71.339%,
    18.561% 60.689%,
    13.697% 48.2%,
    8.974% 33.902%,
    4.404% 17.826%,
    0% 0%,
    0% 100%,
    100% 100%,
    100% 0%
  );
}
.section-v3 .horizon.inward-down {
  clip-path: polygon(
    50% 4.195%,
    50% 4.195%,
    55.445% 5.198%,
    60.825% 8.187%,
    66.127% 13.132%,
    71.338% 20.004%,
    76.446% 28.771%,
    81.439% 39.404%,
    86.303% 51.874%,
    91.026% 66.15%,
    95.596% 82.202%,
    100% 100%,
    100% 0%,
    0% 0%,
    0% 100%,
    0% 100%,
    4.404% 82.202%,
    8.974% 66.15%,
    13.697% 51.874%,
    18.561% 39.404%,
    23.554% 28.771%,
    28.662% 20.004%,
    33.873% 13.132%,
    39.175% 8.187%,
    44.555% 5.198%,
    50% 4.195%
  );
}
.section-v3 .horizon.outward-up {
  clip-path: polygon(
    50% 0%,
    50% 0%,
    55.445% 1.005%,
    60.825% 3.999%,
    66.127% 8.953%,
    71.338% 15.837%,
    76.446% 24.619%,
    81.439% 35.272%,
    86.303% 47.763%,
    91.026% 62.064%,
    95.596% 78.144%,
    100% 95.974%,
    100% 100%,
    0% 100%,
    0% 95.974%,
    0% 95.974%,
    4.404% 78.144%,
    8.974% 62.064%,
    13.697% 47.763%,
    18.561% 35.272%,
    23.554% 24.619%,
    28.662% 15.837%,
    33.873% 8.953%,
    39.175% 3.999%,
    44.555% 1.005%,
    50% 0%
  );
}
.section-v3 .horizon.outward-down {
  clip-path: polygon(
    50% 100%,
    50% 100%,
    55.445% 98.987%,
    60.825% 95.971%,
    66.127% 90.985%,
    71.338% 84.062%,
    76.446% 75.238%,
    81.439% 64.544%,
    86.303% 52.014%,
    91.026% 37.683%,
    95.596% 21.584%,
    100% 3.75%,
    100% 0%,
    0% 0%,
    0% 3.75%,
    0% 3.75%,
    4.404% 21.584%,
    8.974% 37.683%,
    13.697% 52.014%,
    18.561% 64.544%,
    23.554% 75.238%,
    28.662% 84.062%,
    33.873% 90.985%,
    39.175% 95.971%,
    44.555% 98.987%,
    50% 100%
  );
}
.section-v3 .horizon.top-outside {
  bottom: calc(100% - 1px);
}
.section-v3 .horizon.top-inside {
  top: -1px;
}
.section-v3 .horizon.bottom-outside {
  top: calc(100% - 1px);
}
.section-v3 .horizon.bottom-inside {
  bottom: 0;
}
.section-v3 .bleeding-horizon .img-bleed__content {
  margin-bottom: 32px;
}
.section-v3
  .french-vanilla
  .accordian__wrapper-item.active
  .accordian__wrapper-item--title {
  color: #ffffff;
}
.section-v3 .french-vanilla .accordian__wrapper-item--icon {
  fill: #ffffff;
}

.cmp-horizontal-tabs__tabpanel .cmp-section-v3.section__wrapper--editor {
  padding-left: 16px !important;
  padding-left: 1rem !important;
  padding-right: 16px !important;
  padding-right: 1rem !important;
}

@media (min-width: 48em) {
  .cmp-image__landscape {
    width: auto;
    height: auto;
  }
}
@media (min-width: 70.25em) {
  .cmp-image__landscape {
    width: 528px;
    height: 352px;
  }
}
@media (min-width: 75em) {
  .cmp-image__landscape {
    width: 640px;
    height: 427px;
  }
}
@media (min-width: 100em) {
  .cmp-image__landscape {
    width: 928px;
    height: 619px;
  }
}
@media (min-width: 48em) {
  .cmp-image__square {
    width: auto;
    height: auto;
  }
}
@media (min-width: 70.25em) {
  .cmp-image__square {
    width: 528px;
    height: 528px;
  }
}
@media (min-width: 75em) {
  .cmp-image__square {
    width: 640px;
    height: 640px;
  }
}
@media (min-width: 100em) {
  .cmp-image__square {
    width: 808px;
    height: 808px;
  }
}
.cmp-image__circle {
  border-radius: 100%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.cmp-image__circle > img {
  margin: 0;
  display: block;
}
.cmp-image__rounded-corners {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  overflow: hidden;
}
.cmp-image__rounded-corners > img {
  margin: 0;
  display: block;
}
.cmp-image__image {
  display: block;
}
@media (min-width: 62em) {
  .cmp-image__image.hideimageondesktop {
    display: none;
  }
}
@media (max-width: 991px) {
  .cmp-image__image.hideimageonmobile {
    display: none;
  }
}
.cmp-image__image-border {
  border: 1px solid #b6c1cc;
}
.cmp-image__square--loading img {
  aspect-ratio: 1/1;
}
.cmp-image__landscape--loading img {
  aspect-ratio: 16/9;
}
.cmp-image__radius-0 {
  border-radius: 0px;
}
.cmp-image__radius-4 {
  border-radius: 4px;
}
.cmp-image__radius-8 {
  border-radius: 8px;
}
.cmp-image__radius-12 {
  border-radius: 12px;
}

@media (min-width: 48em) {
  .cmp-image__image--modal:focus {
    box-shadow:
      0 0 0 2px #ffffff,
      0 0 0 4px #0057ae;
    outline: 0;
  }
  .cmp-image__image--modal {
    cursor: pointer;
    cursor: zoom-in;
    position: relative;
    transition: transform 300ms cubic-bezier(0.2, 0, 0.2, 1) !important;
    z-index: 2;
  }
}

.cmp-image__image--modal-hidden {
  visibility: hidden;
}

.cmp-image__image--untreated {
  border-radius: 14px;
  border: 1px solid #dfe2e6;
  box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.08);
}

.cmp-image__image--untreated-mobile {
  max-width: 296px;
  max-width: 18.5rem;
  border-radius: 32px;
  border: 8px solid #ffffff;
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.08);
  margin: auto;
  display: block;
}

.cmp-image__image--modal-overlay {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  opacity: 0;
  transition: opacity 300ms;
  will-change: opacity;
  backdrop-filter: blur(17.5px);
}
@media (min-width: 48em) {
  .cmp-image__image--modal-overlay {
    cursor: pointer;
    cursor: zoom-out;
  }
}

.cmp-image__image--modal-opened {
  cursor: pointer;
  cursor: zoom-out;
  position: fixed;
  will-change: transform;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  max-height: calc(100vh - 144px);
  max-width: calc(100% - 48px);
}

.cmp-image__image--modal-close {
  background: transparent;
  border: none;
  border-radius: 100%;
  cursor: pointer;
  outline-style: none;
  position: fixed;
  text-indent: -999em;
  height: 48px;
  width: 48px;
  right: 24px;
  top: 24px;
  transition: background-color 250ms ease;
  z-index: 9998;
}
.cmp-image__image--modal-close:before,
.cmp-image__image--modal-close:after {
  background: #ffffff;
  content: " ";
  display: block;
  height: 2px;
  left: 50%;
  margin: -1px 0 0 -20%;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 250ms ease;
  width: 42%;
}
.cmp-image__image--modal-close:before {
  transform: rotate(45deg);
}
.cmp-image__image--modal-close:after {
  transform: rotate(135deg);
}
.cmp-image__image--modal-close:hover {
  background: rgba(0, 0, 0, 0.3215686275);
}
.cmp-image__image--modal-close:active {
  background: rgba(0, 0, 0, 0.3215686275);
}
.cmp-image__image--modal-close:focus {
  box-shadow: 0 0 0 2px #ffffff;
  outline: 0;
}

.image-modal--opened .cmp-image__image--modal-overlay {
  cursor: pointer;
  cursor: zoom-out;
  opacity: 1;
}

.bg-blue .cmp-image__image--modal:focus {
  box-shadow:
    0 0 0 2px #0057ae,
    0 0 0 4px #ffffff;
}

/**
 * Button sizes map - defines all button size configurations
 * Used to generate placeholder selectors and size modifier classes
 * 
 * Generates:
 * - Placeholder selectors: %btn-sm, %btn-md, %btn-lg
 * - Size modifier classes: .btn--size__sm, .btn--size__md, .btn--size__lg
 * 
 * Structure:
 *   size-name: (
 *     font-size: value,
 *     height: value,
 *     line-height: value,
 *     gap: value,
 *     padding-horizontal: value,
 *     icon-size: value
 *   )
 */
/**
 * Button Size Mixin
 * Generates consistent button sizing based on predefined size parameters
 * @param {Number} $font-size - Font size in pixels
 * @param {String} $padding - Horizontal padding (e.g., "0px 12px")
 * @param {Number} $height - Button height in pixels
 * @param {Number} $line-height - Line height in pixels
 * @param {Number} $gap - Gap between icon and text in pixels
 */
/**
 * Button State Interactions Mixin
 * Applies consistent focus, hover, and active states
 * @param {Color} $bg-color - Background color for interactive states
 * @param {Color} $text-color - Text color for interactive states
 */
/**
 * Button Alignment Mixin
 * Centers content both horizontally and vertically
 */
/**
 * Background Button Variant Mixin
 * Creates a solid background button variant
 * @param {Color} $bg-color - Background color
 * @param {Color} $text-color - Text color
 * @param {Color} $hover-bg-color - Background color on hover
 * @param {Color} $hover-text-color - Text color on hover
 */
/**
 * Outline Button Variant Mixin
 * Creates an outlined button variant
 * @param {Color} $border-color - Border/outline color
 * @param {Color} $text-color - Text color
 * @param {Color} $hover-bg-color - Background color on hover
 * @param {Color} $hover-text-color - Text color on hover
 */
/**
 * Button Focus Base Mixin
 * Common focus styles shared by all focus variants
 * Removes default focus outline and border
 */
/**
 * Button Focus Ring Mixin
 * Creates a visible focus ring for keyboard navigation
 * @param {Color} $inner-color - Inner ring color (2px width)
 * @param {Color} $outer-color - Outer ring color (4px width)
 */
/**
 * Button Focus States Mixin (Standard)
 * Handles focus and focus-visible states for accessibility on light backgrounds
 * - Removes default focus outline and border
 * - Adds visible focus ring with white inner and blue outer ring
 * - Removes focus ring on hover when using keyboard navigation
 */
/**
 * Button Focus States Mixin (Inverse)
 * Handles focus and focus-visible states for accessibility on dark backgrounds
 * - Removes default focus outline and border
 * - Adds visible focus ring with dark inner and white outer ring
 * - Removes focus ring on hover when using keyboard navigation
 */
/**
 * Button Size Placeholders
 * Generated from $btn-sizes map for consistent sizing
 * 
 * Generates the following placeholder selectors:
 * - %btn-sm - Small button size (14px font, 36px height, 4px gap, 12px padding)
 * - %btn-md - Medium button size (14px font, 40px height, 6px gap, 16px padding)
 * - %btn-lg - Large button size (16px font, 48px height, 8px gap, 20px padding)
 * 
 * These placeholders are extended by the .btn--size__* modifier classes
 */
.wd-btn.btn--size__sm,
.textarea video-js .vjs-text-track-settings .btn--size__sm.vjs-default-button,
.textarea video-js .vjs-text-track-settings .btn--size__sm.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--size__sm.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--size__sm.vjs-done-button,
.customer-content a.btn--size__sm,
.cmp-subnavigation .sub-navigation__container--cta a.btn--size__sm,
.cmp-resourcebar .btn--size__sm.content-fragment__cards-cta,
.cmp-customercarousel .customer-carousel .contentfragment .btn--size__sm.cta,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.btn--size__sm {
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 14px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 0.875rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  padding: 0px 12px;
  padding: 0rem 0.75rem;
  height: 36px;
  line-height: 20px;
  gap: 4px;
}

.wd-btn.btn--size__md,
.textarea video-js .vjs-text-track-settings .btn--size__md.vjs-default-button,
.textarea video-js .vjs-text-track-settings .btn--size__md.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--size__md.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--size__md.vjs-done-button,
.customer-content a.btn--size__md,
.cmp-subnavigation .sub-navigation__container--cta a.btn--size__md,
.cmp-resourcebar .btn--size__md.content-fragment__cards-cta,
.cmp-customercarousel .customer-carousel .contentfragment .btn--size__md.cta,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.btn--size__md {
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 14px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 0.875rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  padding: 0px 16px;
  padding: 0rem 1rem;
  height: 40px;
  line-height: 20px;
  gap: 6px;
}

.wd-btn.btn--size__lg,
.textarea video-js .vjs-text-track-settings .wd-btn.vjs-default-button,
.textarea video-js .vjs-text-track-settings .wd-btn.vjs-done-button,
.brightcove-player__wrapper .vjs-text-track-settings .wd-btn.vjs-default-button,
.brightcove-player__wrapper .vjs-text-track-settings .wd-btn.vjs-done-button,
.textarea video-js .vjs-text-track-settings .btn--size__lg.vjs-default-button,
.textarea video-js .vjs-text-track-settings .vjs-default-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button.vjs-done-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button.vjs-done-button,
.textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button,
.textarea video-js .vjs-text-track-settings .btn--size__lg.vjs-done-button,
.textarea video-js .vjs-text-track-settings .vjs-done-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button.vjs-default-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button.vjs-default-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button,
.textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--size__lg.vjs-default-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button,
.brightcove-player__wrapper .vjs-text-track-settings .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button.vjs-done-button,
.brightcove-player__wrapper.vjs-v8 .vjs-text-track-settings .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--size__lg.vjs-done-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button.vjs-default-button,
.brightcove-player__wrapper .vjs-text-track-settings .vjs-done-button,
.brightcove-player__wrapper.vjs-v8 .vjs-text-track-settings .vjs-done-button,
.customer-content a.btn--size__lg,
.customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  a.vjs-default-button,
.customer-content .textarea video-js .vjs-text-track-settings a.vjs-done-button,
.textarea video-js .vjs-text-track-settings .customer-content a.vjs-done-button,
.customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.vjs-default-button,
.customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.vjs-done-button,
.customer-content
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a.vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .customer-content
  a.vjs-default-button,
.customer-content
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a.vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .customer-content
  a.vjs-done-button,
.cmp-subnavigation .sub-navigation__container--cta a.wd-btn,
.cmp-subnavigation
  .sub-navigation__container--cta
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  a.vjs-default-button,
.cmp-subnavigation
  .sub-navigation__container--cta
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  a.vjs-done-button,
.cmp-subnavigation
  .sub-navigation__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  a.vjs-default-button,
.cmp-subnavigation
  .sub-navigation__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  a.vjs-done-button,
.cmp-subnavigation
  .sub-navigation__container--cta
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a.vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  a.vjs-default-button,
.cmp-subnavigation
  .sub-navigation__container--cta
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a.vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  a.vjs-done-button,
.cmp-subnavigation .sub-navigation__container--cta a,
.cmp-resourcebar .btn--size__lg.content-fragment__cards-cta,
.cmp-resourcebar
  .textarea
  video-js
  .vjs-text-track-settings
  .content-fragment__cards-cta.vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-resourcebar
  .content-fragment__cards-cta.vjs-default-button,
.cmp-resourcebar
  .textarea
  video-js
  .vjs-text-track-settings
  .content-fragment__cards-cta.vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-resourcebar
  .content-fragment__cards-cta.vjs-done-button,
.cmp-resourcebar
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .content-fragment__cards-cta.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-resourcebar
  .content-fragment__cards-cta.vjs-default-button,
.cmp-resourcebar
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .content-fragment__cards-cta.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-resourcebar
  .content-fragment__cards-cta.vjs-done-button,
.cmp-customercarousel .customer-carousel .contentfragment .btn--size__lg.cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .textarea
  video-js
  .vjs-text-track-settings
  .cta.vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta.vjs-default-button,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .textarea
  video-js
  .vjs-text-track-settings
  .cta.vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta.vjs-done-button,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .cta.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta.vjs-default-button,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .cta.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta.vjs-done-button,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cmp-subnavigation
  .sub-navigation__container--cta
  a.cta,
.cmp-subnavigation
  .sub-navigation__container--cta
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  a.cta,
.cmp-page__skiptomaincontent .skiptomaincontent__container--cta a.wd-btn,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.vjs-default-button,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.vjs-done-button,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.vjs-default-button,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.vjs-done-button,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a.vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.vjs-default-button,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a.vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.vjs-done-button,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  a.cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.cta,
.cmp-page__skiptomaincontent .skiptomaincontent__container--cta a,
.wd-btn.btn--bg__blue.btn--text__md,
.textarea
  video-js
  .vjs-text-track-settings
  .wd-btn.btn--text__md.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .wd-btn.btn--text__md.vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--bg__blue.btn--text__md.vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--text__md.vjs-default-button.vjs-done-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--text__md.vjs-default-button.vjs-done-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .btn--text__md.vjs-default-button.vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--bg__blue.btn--text__md.vjs-done-button,
.textarea video-js .vjs-text-track-settings .btn--text__md.vjs-done-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--text__md.vjs-done-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .btn--text__md.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--bg__blue.btn--text__md.vjs-default-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .btn--text__md.vjs-default-button.vjs-done-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--text__md.vjs-default-button.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--text__md.vjs-default-button.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--bg__blue.btn--text__md.vjs-done-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .btn--text__md.vjs-done-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--text__md.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--text__md.vjs-done-button,
.customer-content a.wd-btn.btn--bg__blue,
.customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a.wd-btn.vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  a.wd-btn.vjs-done-button,
.customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.wd-btn.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.wd-btn.vjs-done-button,
.customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a.btn--bg__blue.vjs-default-button,
.customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-default-button.vjs-done-button,
.customer-content
  .textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-default-button.vjs-done-button,
.brightcove-player__wrapper
  .customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-default-button.vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  a.btn--bg__blue.vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  a.vjs-default-button.vjs-done-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.vjs-default-button.vjs-done-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  a.vjs-default-button.vjs-done-button,
.customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a.btn--bg__blue.vjs-done-button,
.customer-content .textarea video-js .vjs-text-track-settings a.vjs-done-button,
.customer-content
  .textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-done-button,
.brightcove-player__wrapper
  .customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-done-button,
.customer-content
  .textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a.vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  a.btn--bg__blue.vjs-done-button,
.textarea video-js .vjs-text-track-settings .customer-content a.vjs-done-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.vjs-done-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  a.vjs-done-button,
.textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .customer-content
  a.vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  a.vjs-done-button,
.customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.btn--bg__blue.vjs-default-button,
.customer-content
  .brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-default-button.vjs-done-button,
.textarea
  video-js
  .customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-default-button.vjs-done-button,
.customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-default-button.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.btn--bg__blue.vjs-default-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  a.vjs-default-button.vjs-done-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.vjs-default-button.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.vjs-default-button.vjs-done-button,
.customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.btn--bg__blue.vjs-done-button,
.customer-content
  .brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-done-button,
.textarea
  video-js
  .customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-done-button,
.customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-done-button,
.customer-content
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.btn--bg__blue.vjs-done-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  a.vjs-done-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .customer-content
  a.vjs-done-button,
.customer-content a.btn--bg__blue.btn--text__md,
.customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a.btn--text__md.vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  a.btn--text__md.vjs-done-button,
.customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.btn--text__md.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.btn--text__md.vjs-done-button,
.customer-content a.btn--bg__blue,
.customer-content .textarea video-js .vjs-text-track-settings a.vjs-done-button,
.textarea video-js .vjs-text-track-settings .customer-content a.vjs-done-button,
.customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.vjs-done-button,
.customer-content
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a.vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .customer-content
  a.vjs-done-button,
.cmp-subnavigation .sub-navigation__container--cta a.btn--text__md,
.cmp-resourcebar .btn--bg__blue.content-fragment__cards-cta,
.cmp-resourcebar
  .textarea
  video-js
  .vjs-text-track-settings
  .content-fragment__cards-cta.vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-resourcebar
  .content-fragment__cards-cta.vjs-done-button,
.cmp-resourcebar
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .content-fragment__cards-cta.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-resourcebar
  .content-fragment__cards-cta.vjs-done-button,
.cmp-customercarousel .customer-carousel .contentfragment .btn--bg__blue.cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .textarea
  video-js
  .vjs-text-track-settings
  .cta.vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta.vjs-done-button,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .cta.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta.vjs-done-button,
.cmp-page__skiptomaincontent .skiptomaincontent__container--cta a.btn--text__md,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .cmp-resourcebar
  a.content-fragment__cards-cta,
.cmp-resourcebar
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.content-fragment__cards-cta,
.wd-btn.btn--bg__white.btn--text__md,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--bg__white.btn--text__md.vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--bg__white.btn--text__md.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--bg__white.btn--text__md.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--bg__white.btn--text__md.vjs-done-button,
.customer-content a.wd-btn.btn--bg__white,
.customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a.btn--bg__white.vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  a.btn--bg__white.vjs-default-button,
.customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a.btn--bg__white.vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  a.btn--bg__white.vjs-done-button,
.customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.btn--bg__white.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.btn--bg__white.vjs-default-button,
.customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.btn--bg__white.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.btn--bg__white.vjs-done-button,
.customer-content a.btn--bg__white.btn--text__md,
.customer-content a.btn--bg__white,
.cmp-resourcebar .btn--bg__white.content-fragment__cards-cta,
.cmp-customercarousel .customer-carousel .contentfragment .btn--bg__white.cta,
.wd-btn.btn--outline__gray.btn--text__md,
.textarea
  video-js
  .vjs-text-track-settings
  .wd-btn.btn--text__md.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .wd-btn.btn--text__md.vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--outline__gray.btn--text__md.vjs-default-button,
.textarea video-js .vjs-text-track-settings .btn--text__md.vjs-default-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--text__md.vjs-default-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .btn--text__md.vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--outline__gray.btn--text__md.vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--text__md.vjs-done-button.vjs-default-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--text__md.vjs-done-button.vjs-default-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .btn--text__md.vjs-done-button.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--outline__gray.btn--text__md.vjs-default-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .btn--text__md.vjs-default-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--text__md.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--text__md.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--outline__gray.btn--text__md.vjs-done-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .btn--text__md.vjs-done-button.vjs-default-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--text__md.vjs-done-button.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--text__md.vjs-done-button.vjs-default-button,
.customer-content a.wd-btn.btn--outline__gray,
.customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a.wd-btn.vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  a.wd-btn.vjs-default-button,
.customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.wd-btn.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.wd-btn.vjs-default-button,
.customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a.btn--outline__gray.vjs-default-button,
.customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-default-button,
.customer-content
  .textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-default-button,
.brightcove-player__wrapper
  .customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-default-button,
.customer-content
  .textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a.vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  a.btn--outline__gray.vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  a.vjs-default-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.vjs-default-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  a.vjs-default-button,
.textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .customer-content
  a.vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  a.vjs-default-button,
.customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a.btn--outline__gray.vjs-done-button,
.customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-done-button.vjs-default-button,
.customer-content
  .textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-done-button.vjs-default-button,
.brightcove-player__wrapper
  .customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-done-button.vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  a.btn--outline__gray.vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  a.vjs-done-button.vjs-default-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.vjs-done-button.vjs-default-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  a.vjs-done-button.vjs-default-button,
.customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.btn--outline__gray.vjs-default-button,
.customer-content
  .brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-default-button,
.textarea
  video-js
  .customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-default-button,
.customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-default-button,
.customer-content
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.btn--outline__gray.vjs-default-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  a.vjs-default-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .customer-content
  a.vjs-default-button,
.customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.btn--outline__gray.vjs-done-button,
.customer-content
  .brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-done-button.vjs-default-button,
.textarea
  video-js
  .customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-done-button.vjs-default-button,
.customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-done-button.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.btn--outline__gray.vjs-done-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  a.vjs-done-button.vjs-default-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.vjs-done-button.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.vjs-done-button.vjs-default-button,
.customer-content a.btn--outline__gray.btn--text__md,
.customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a.btn--text__md.vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  a.btn--text__md.vjs-default-button,
.customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.btn--text__md.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.btn--text__md.vjs-default-button,
.customer-content a.btn--outline__gray,
.customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  a.vjs-default-button,
.customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.vjs-default-button,
.customer-content
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a.vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .customer-content
  a.vjs-default-button,
.cmp-resourcebar .btn--outline__gray.content-fragment__cards-cta,
.cmp-resourcebar
  .textarea
  video-js
  .vjs-text-track-settings
  .content-fragment__cards-cta.vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-resourcebar
  .content-fragment__cards-cta.vjs-default-button,
.cmp-resourcebar
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .content-fragment__cards-cta.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-resourcebar
  .content-fragment__cards-cta.vjs-default-button,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .btn--outline__gray.cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .textarea
  video-js
  .vjs-text-track-settings
  .cta.vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta.vjs-default-button,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .cta.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta.vjs-default-button,
.wd-btn.btn--outline__white.btn--text__md,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--outline__white.btn--text__md.vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--outline__white.btn--text__md.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--outline__white.btn--text__md.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--outline__white.btn--text__md.vjs-done-button,
.customer-content a.wd-btn.btn--outline__white,
.customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a.btn--outline__white.vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  a.btn--outline__white.vjs-default-button,
.customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a.btn--outline__white.vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  a.btn--outline__white.vjs-done-button,
.customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.btn--outline__white.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.btn--outline__white.vjs-default-button,
.customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.btn--outline__white.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.btn--outline__white.vjs-done-button,
.customer-content a.btn--outline__white.btn--text__md,
.customer-content a.btn--outline__white,
.cmp-resourcebar .btn--outline__white.content-fragment__cards-cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .btn--outline__white.cta {
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 16px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  padding: 0px 20px;
  padding: 0rem 1.25rem;
  height: 48px;
  line-height: 24px;
  gap: 8px;
}

/**
 * Button container component
 * Handles layout and alignment of button groups
 */
.button + .button {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.button > div,
.button > .btn-group {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.button.align-left {
  justify-content: flex-start !important;
}
.button.align-center {
  text-align: center;
}
.button.align-center > div {
  align-items: center !important;
  justify-content: center !important;
  margin-left: auto;
  margin-right: auto;
}
.button.align-center > div a {
  align-items: center !important;
  justify-content: center !important;
}
.button.align-right > div {
  justify-content: flex-end !important;
}

/**
 * Main button component class
 * Base styles for all Workday button variants
 */
.wd-btn,
.textarea video-js .vjs-text-track-settings .vjs-default-button,
.textarea video-js .vjs-text-track-settings .vjs-done-button,
.brightcove-player__wrapper .vjs-text-track-settings .vjs-default-button,
.brightcove-player__wrapper .vjs-text-track-settings .vjs-done-button,
.brightcove-player__wrapper.vjs-v8 .vjs-text-track-settings .vjs-default-button,
.brightcove-player__wrapper.vjs-v8 .vjs-text-track-settings .vjs-done-button,
.customer-content a,
.cmp-subnavigation .sub-navigation__container--cta a,
.cmp-resourcebar .content-fragment__cards-cta,
.cmp-customercarousel .customer-carousel .contentfragment .cta,
.cmp-page__skiptomaincontent .skiptomaincontent__container--cta a {
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  line-height: 24px;
  text-align: left;
  display: flex;
  white-space: nowrap;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  margin-right: 16px;
  margin-right: 1rem;
}
.wd-btn svg,
.textarea video-js .vjs-text-track-settings .vjs-default-button svg,
.textarea video-js .vjs-text-track-settings .vjs-done-button svg,
.brightcove-player__wrapper .vjs-text-track-settings .vjs-default-button svg,
.brightcove-player__wrapper .vjs-text-track-settings .vjs-done-button svg,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  svg,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  svg,
.customer-content a svg,
.cmp-subnavigation .sub-navigation__container--cta a svg,
.cmp-resourcebar .content-fragment__cards-cta svg,
.cmp-customercarousel .customer-carousel .contentfragment .cta svg,
.cmp-page__skiptomaincontent .skiptomaincontent__container--cta a svg {
  flex-shrink: 0;
  fill: currentColor;
  height: 24px;
  height: 1.5rem;
  width: 24px;
  width: 1.5rem;
}
.wd-btn .cmp-button__text,
.textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  .cmp-button__text,
.textarea video-js .vjs-text-track-settings .vjs-done-button .cmp-button__text,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  .cmp-button__text,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  .cmp-button__text,
.customer-content a .cmp-button__text,
.cmp-subnavigation .sub-navigation__container--cta a .cmp-button__text,
.cmp-resourcebar .content-fragment__cards-cta .cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  .cmp-button__text,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  .cmp-button__text {
  white-space: normal;
}
.wd-btn.btn,
.brightcove-player__wrapper .vjs-text-track-settings .btn.vjs-default-button,
.brightcove-player__wrapper .vjs-text-track-settings .btn.vjs-done-button,
.textarea video-js .vjs-text-track-settings .vjs-default-button,
.textarea video-js .vjs-text-track-settings .vjs-done-button,
.brightcove-player__wrapper .vjs-text-track-settings .wd-btn.vjs-default-button,
.brightcove-player__wrapper .vjs-text-track-settings .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button.vjs-done-button,
.brightcove-player__wrapper.vjs-v8 .vjs-text-track-settings .vjs-default-button,
.brightcove-player__wrapper .vjs-text-track-settings .wd-btn.vjs-done-button,
.brightcove-player__wrapper .vjs-text-track-settings .vjs-done-button,
.brightcove-player__wrapper.vjs-v8 .vjs-text-track-settings .vjs-done-button,
.customer-content a.btn,
.customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.vjs-default-button,
.customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.vjs-done-button,
.cmp-subnavigation .sub-navigation__container--cta a.wd-btn,
.cmp-subnavigation
  .sub-navigation__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  a.vjs-default-button,
.cmp-subnavigation
  .sub-navigation__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  a.vjs-done-button,
.cmp-subnavigation .sub-navigation__container--cta a,
.cmp-resourcebar .btn.content-fragment__cards-cta,
.cmp-resourcebar
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .content-fragment__cards-cta.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-resourcebar
  .content-fragment__cards-cta.vjs-default-button,
.cmp-resourcebar
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .content-fragment__cards-cta.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-resourcebar
  .content-fragment__cards-cta.vjs-done-button,
.cmp-customercarousel .customer-carousel .contentfragment .btn.cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .textarea
  video-js
  .vjs-text-track-settings
  .cta.vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta.vjs-default-button,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .textarea
  video-js
  .vjs-text-track-settings
  .cta.vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta.vjs-done-button,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .cta.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta.vjs-default-button,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .cta.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta.vjs-done-button,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cmp-subnavigation
  .sub-navigation__container--cta
  a.cta,
.cmp-subnavigation
  .sub-navigation__container--cta
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  a.cta,
.cmp-page__skiptomaincontent .skiptomaincontent__container--cta a {
  -webkit-border-radius: 24px 24px 24px 24px;
  -moz-border-radius: 24px 24px 24px 24px;
  border-radius: 24px 24px 24px 24px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-clip: border-box;
  outline: 0;
  transition: all 150ms ease;
}
.wd-btn.btn--bg__blue:focus,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--bg__blue.vjs-default-button:focus,
.textarea video-js .vjs-text-track-settings .vjs-done-button:focus,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--bg__blue.vjs-default-button:focus,
.brightcove-player__wrapper .vjs-text-track-settings .vjs-done-button:focus,
.customer-content a.btn--bg__blue:focus,
.cmp-subnavigation .sub-navigation__container--cta a:focus,
.cmp-resourcebar .btn--bg__blue.content-fragment__cards-cta:focus,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .btn--bg__blue.cta:focus,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cmp-subnavigation
  .sub-navigation__container--cta
  a.cta:focus,
.cmp-subnavigation
  .sub-navigation__container--cta
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  a.cta:focus,
.cmp-page__skiptomaincontent .skiptomaincontent__container--cta a:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.wd-btn.btn--bg__blue:focus-visible,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--bg__blue.vjs-default-button:focus-visible,
.textarea video-js .vjs-text-track-settings .vjs-done-button:focus-visible,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--bg__blue.vjs-default-button:focus-visible,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button:focus-visible,
.customer-content a.btn--bg__blue:focus-visible,
.cmp-subnavigation .sub-navigation__container--cta a:focus-visible,
.cmp-resourcebar .btn--bg__blue.content-fragment__cards-cta:focus-visible,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .btn--bg__blue.cta:focus-visible,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cmp-subnavigation
  .sub-navigation__container--cta
  a.cta:focus-visible,
.cmp-subnavigation
  .sub-navigation__container--cta
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  a.cta:focus-visible,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a:focus-visible {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0057ae !important;
  outline: 0 !important;
}
.wd-btn.btn--bg__blue:focus-visible:hover,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--bg__blue.vjs-default-button:focus-visible:hover,
.textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button:focus-visible:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--bg__blue.vjs-default-button:focus-visible:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button:focus-visible:hover,
.customer-content a.btn--bg__blue:focus-visible:hover,
.cmp-subnavigation .sub-navigation__container--cta a:focus-visible:hover,
.cmp-resourcebar .btn--bg__blue.content-fragment__cards-cta:focus-visible:hover,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .btn--bg__blue.cta:focus-visible:hover,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a:focus-visible:hover {
  box-shadow: none !important;
}
.wd-btn.btn--bg__blue,
.brightcove-player__wrapper .vjs-text-track-settings .wd-btn.vjs-done-button,
.textarea video-js .vjs-text-track-settings .btn--bg__blue.vjs-default-button,
.textarea video-js .vjs-text-track-settings .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--bg__blue.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--bg__blue.vjs-done-button,
.brightcove-player__wrapper .vjs-text-track-settings .vjs-done-button,
.brightcove-player__wrapper.vjs-v8 .vjs-text-track-settings .vjs-done-button,
.customer-content a.btn--bg__blue,
.customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.vjs-done-button,
.cmp-subnavigation .sub-navigation__container--cta a.wd-btn,
.cmp-subnavigation
  .sub-navigation__container--cta
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  a.vjs-default-button,
.cmp-subnavigation
  .sub-navigation__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  a.vjs-default-button,
.cmp-subnavigation
  .sub-navigation__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  a.vjs-done-button,
.cmp-subnavigation .sub-navigation__container--cta a,
.cmp-resourcebar .btn--bg__blue.content-fragment__cards-cta,
.cmp-resourcebar
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .content-fragment__cards-cta.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-resourcebar
  .content-fragment__cards-cta.vjs-done-button,
.cmp-customercarousel .customer-carousel .contentfragment .btn--bg__blue.cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .textarea
  video-js
  .vjs-text-track-settings
  .cta.vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta.vjs-done-button,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .cta.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta.vjs-done-button,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cmp-subnavigation
  .sub-navigation__container--cta
  a.cta,
.cmp-subnavigation
  .sub-navigation__container--cta
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  a.cta,
.cmp-page__skiptomaincontent .skiptomaincontent__container--cta a.wd-btn,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.vjs-default-button,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.vjs-default-button,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.vjs-done-button,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  a.cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.cta,
.cmp-page__skiptomaincontent .skiptomaincontent__container--cta a {
  background-color: #0057ae;
  color: #ffffff !important;
}
.wd-btn.btn--bg__blue:focus,
.textarea video-js .vjs-text-track-settings .wd-btn.vjs-done-button:focus,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .wd-btn.vjs-done-button:focus,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--bg__blue.vjs-default-button:focus,
.textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button.vjs-done-button:focus,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button.vjs-done-button:focus,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button.vjs-done-button:focus,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--bg__blue.vjs-done-button:focus,
.textarea video-js .vjs-text-track-settings .vjs-done-button:focus,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button:focus,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button:focus,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--bg__blue.vjs-default-button:focus,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button.vjs-done-button:focus,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button.vjs-done-button:focus,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button.vjs-done-button:focus,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--bg__blue.vjs-done-button:focus,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button:focus,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button:focus,
.brightcove-player__wrapper .vjs-text-track-settings .vjs-done-button:focus,
.customer-content a.btn--bg__blue:focus,
.customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-done-button:focus,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  a.vjs-done-button:focus,
.customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-done-button:focus,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.vjs-done-button:focus,
.cmp-subnavigation .sub-navigation__container--cta a:focus,
.cmp-resourcebar .btn--bg__blue.content-fragment__cards-cta:focus,
.cmp-resourcebar
  .textarea
  video-js
  .vjs-text-track-settings
  .content-fragment__cards-cta.vjs-done-button:focus,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-resourcebar
  .content-fragment__cards-cta.vjs-done-button:focus,
.cmp-resourcebar
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .content-fragment__cards-cta.vjs-done-button:focus,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-resourcebar
  .content-fragment__cards-cta.vjs-done-button:focus,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .btn--bg__blue.cta:focus,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .textarea
  video-js
  .vjs-text-track-settings
  .cta.vjs-done-button:focus,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta.vjs-done-button:focus,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .cta.vjs-done-button:focus,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta.vjs-done-button:focus,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cmp-subnavigation
  .sub-navigation__container--cta
  a.cta:focus,
.cmp-subnavigation
  .sub-navigation__container--cta
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  a.cta:focus,
.cmp-page__skiptomaincontent .skiptomaincontent__container--cta a:focus,
.wd-btn.btn--bg__blue:focus-visible,
.textarea
  video-js
  .vjs-text-track-settings
  .wd-btn.vjs-done-button:focus-visible,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .wd-btn.vjs-done-button:focus-visible,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--bg__blue.vjs-default-button:focus-visible,
.textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button.vjs-done-button:focus-visible,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button.vjs-done-button:focus-visible,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button.vjs-done-button:focus-visible,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--bg__blue.vjs-done-button:focus-visible,
.textarea video-js .vjs-text-track-settings .vjs-done-button:focus-visible,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button:focus-visible,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button:focus-visible,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--bg__blue.vjs-default-button:focus-visible,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button.vjs-done-button:focus-visible,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button.vjs-done-button:focus-visible,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button.vjs-done-button:focus-visible,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--bg__blue.vjs-done-button:focus-visible,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button:focus-visible,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button:focus-visible,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button:focus-visible,
.customer-content a.btn--bg__blue:focus-visible,
.customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-done-button:focus-visible,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  a.vjs-done-button:focus-visible,
.customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-done-button:focus-visible,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.vjs-done-button:focus-visible,
.cmp-subnavigation .sub-navigation__container--cta a:focus-visible,
.cmp-resourcebar .btn--bg__blue.content-fragment__cards-cta:focus-visible,
.cmp-resourcebar
  .textarea
  video-js
  .vjs-text-track-settings
  .content-fragment__cards-cta.vjs-done-button:focus-visible,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-resourcebar
  .content-fragment__cards-cta.vjs-done-button:focus-visible,
.cmp-resourcebar
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .content-fragment__cards-cta.vjs-done-button:focus-visible,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-resourcebar
  .content-fragment__cards-cta.vjs-done-button:focus-visible,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .btn--bg__blue.cta:focus-visible,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .textarea
  video-js
  .vjs-text-track-settings
  .cta.vjs-done-button:focus-visible,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta.vjs-done-button:focus-visible,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .cta.vjs-done-button:focus-visible,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta.vjs-done-button:focus-visible,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cmp-subnavigation
  .sub-navigation__container--cta
  a.cta:focus-visible,
.cmp-subnavigation
  .sub-navigation__container--cta
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  a.cta:focus-visible,
.cmp-page__skiptomaincontent .skiptomaincontent__container--cta a:focus-visible,
.wd-btn.btn--bg__blue:hover,
.textarea video-js .vjs-text-track-settings .wd-btn.vjs-done-button:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .wd-btn.vjs-done-button:hover,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--bg__blue.vjs-default-button:hover,
.textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button.vjs-done-button:hover,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button.vjs-done-button:hover,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button.vjs-done-button:hover,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--bg__blue.vjs-done-button:hover,
.textarea video-js .vjs-text-track-settings .vjs-done-button:hover,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button:hover,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--bg__blue.vjs-default-button:hover,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button.vjs-done-button:hover,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button.vjs-done-button:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button.vjs-done-button:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--bg__blue.vjs-done-button:hover,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button:hover,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button:hover,
.brightcove-player__wrapper .vjs-text-track-settings .vjs-done-button:hover,
.customer-content a.btn--bg__blue:hover,
.customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-done-button:hover,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  a.vjs-done-button:hover,
.customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-done-button:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.vjs-done-button:hover,
.cmp-subnavigation .sub-navigation__container--cta a:hover,
.cmp-resourcebar .btn--bg__blue.content-fragment__cards-cta:hover,
.cmp-resourcebar
  .textarea
  video-js
  .vjs-text-track-settings
  .content-fragment__cards-cta.vjs-done-button:hover,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-resourcebar
  .content-fragment__cards-cta.vjs-done-button:hover,
.cmp-resourcebar
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .content-fragment__cards-cta.vjs-done-button:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-resourcebar
  .content-fragment__cards-cta.vjs-done-button:hover,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .btn--bg__blue.cta:hover,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .textarea
  video-js
  .vjs-text-track-settings
  .cta.vjs-done-button:hover,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta.vjs-done-button:hover,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .cta.vjs-done-button:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta.vjs-done-button:hover,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cmp-subnavigation
  .sub-navigation__container--cta
  a.cta:hover,
.cmp-subnavigation
  .sub-navigation__container--cta
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  a.cta:hover,
.cmp-page__skiptomaincontent .skiptomaincontent__container--cta a:hover,
.wd-btn.btn--bg__blue:active,
.textarea video-js .vjs-text-track-settings .wd-btn.vjs-done-button:active,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .wd-btn.vjs-done-button:active,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--bg__blue.vjs-default-button:active,
.textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button.vjs-done-button:active,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button.vjs-done-button:active,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button.vjs-done-button:active,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--bg__blue.vjs-done-button:active,
.textarea video-js .vjs-text-track-settings .vjs-done-button:active,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button:active,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button:active,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--bg__blue.vjs-default-button:active,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button.vjs-done-button:active,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button.vjs-done-button:active,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button.vjs-done-button:active,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--bg__blue.vjs-done-button:active,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button:active,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button:active,
.brightcove-player__wrapper .vjs-text-track-settings .vjs-done-button:active,
.customer-content a.btn--bg__blue:active,
.customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-done-button:active,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  a.vjs-done-button:active,
.customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-done-button:active,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.vjs-done-button:active,
.cmp-subnavigation .sub-navigation__container--cta a:active,
.cmp-resourcebar .btn--bg__blue.content-fragment__cards-cta:active,
.cmp-resourcebar
  .textarea
  video-js
  .vjs-text-track-settings
  .content-fragment__cards-cta.vjs-done-button:active,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-resourcebar
  .content-fragment__cards-cta.vjs-done-button:active,
.cmp-resourcebar
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .content-fragment__cards-cta.vjs-done-button:active,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-resourcebar
  .content-fragment__cards-cta.vjs-done-button:active,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .btn--bg__blue.cta:active,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .textarea
  video-js
  .vjs-text-track-settings
  .cta.vjs-done-button:active,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta.vjs-done-button:active,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .cta.vjs-done-button:active,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta.vjs-done-button:active,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cmp-subnavigation
  .sub-navigation__container--cta
  a.cta:active,
.cmp-subnavigation
  .sub-navigation__container--cta
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  a.cta:active,
.cmp-page__skiptomaincontent .skiptomaincontent__container--cta a:active {
  background-color: #022043;
  color: #ffffff !important;
}
.wd-btn.btn--outline__gray:focus,
.textarea video-js .vjs-text-track-settings .vjs-default-button:focus,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--outline__gray.vjs-done-button:focus,
.brightcove-player__wrapper .vjs-text-track-settings .vjs-default-button:focus,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--outline__gray.vjs-done-button:focus,
.customer-content a.btn--outline__gray:focus,
.cmp-subnavigation .sub-navigation__container--cta a.btn--outline__gray:focus,
.cmp-resourcebar .btn--outline__gray.content-fragment__cards-cta:focus,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .btn--outline__gray.cta:focus,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.btn--outline__gray:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.wd-btn.btn--outline__gray:focus-visible,
.textarea video-js .vjs-text-track-settings .vjs-default-button:focus-visible,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--outline__gray.vjs-done-button:focus-visible,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button:focus-visible,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--outline__gray.vjs-done-button:focus-visible,
.customer-content a.btn--outline__gray:focus-visible,
.cmp-subnavigation
  .sub-navigation__container--cta
  a.btn--outline__gray:focus-visible,
.cmp-resourcebar .btn--outline__gray.content-fragment__cards-cta:focus-visible,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .btn--outline__gray.cta:focus-visible,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.btn--outline__gray:focus-visible {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0057ae !important;
  outline: 0 !important;
}
.wd-btn.btn--outline__gray:focus-visible:hover,
.textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button:focus-visible:hover,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--outline__gray.vjs-done-button:focus-visible:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button:focus-visible:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--outline__gray.vjs-done-button:focus-visible:hover,
.customer-content a.btn--outline__gray:focus-visible:hover,
.cmp-subnavigation
  .sub-navigation__container--cta
  a.btn--outline__gray:focus-visible:hover,
.cmp-resourcebar
  .btn--outline__gray.content-fragment__cards-cta:focus-visible:hover,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .btn--outline__gray.cta:focus-visible:hover,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.btn--outline__gray:focus-visible:hover {
  box-shadow: none !important;
}
.wd-btn.btn--outline__gray,
.brightcove-player__wrapper .vjs-text-track-settings .wd-btn.vjs-default-button,
.textarea video-js .vjs-text-track-settings .vjs-default-button,
.textarea video-js .vjs-text-track-settings .btn--outline__gray.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--outline__gray.vjs-default-button,
.brightcove-player__wrapper .vjs-text-track-settings .vjs-default-button,
.brightcove-player__wrapper.vjs-v8 .vjs-text-track-settings .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--outline__gray.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button.vjs-default-button,
.customer-content a.btn--outline__gray,
.customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.vjs-default-button,
.cmp-subnavigation .sub-navigation__container--cta a.btn--outline__gray,
.cmp-subnavigation
  .sub-navigation__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  a.vjs-default-button,
.cmp-resourcebar .btn--outline__gray.content-fragment__cards-cta,
.cmp-resourcebar
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .content-fragment__cards-cta.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-resourcebar
  .content-fragment__cards-cta.vjs-default-button,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .btn--outline__gray.cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .textarea
  video-js
  .vjs-text-track-settings
  .cta.vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta.vjs-default-button,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .cta.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta.vjs-default-button,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.btn--outline__gray,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.vjs-default-button {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #022043;
  color: #022043 !important;
}
.wd-btn.btn--outline__gray:focus,
.textarea video-js .vjs-text-track-settings .wd-btn.vjs-default-button:focus,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .wd-btn.vjs-default-button:focus,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--outline__gray.vjs-default-button:focus,
.textarea video-js .vjs-text-track-settings .vjs-default-button:focus,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button:focus,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button:focus,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--outline__gray.vjs-done-button:focus,
.textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button.vjs-default-button:focus,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button.vjs-default-button:focus,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button.vjs-default-button:focus,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--outline__gray.vjs-default-button:focus,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button:focus,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button:focus,
.brightcove-player__wrapper .vjs-text-track-settings .vjs-default-button:focus,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--outline__gray.vjs-done-button:focus,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button.vjs-default-button:focus,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button.vjs-default-button:focus,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button.vjs-default-button:focus,
.customer-content a.btn--outline__gray:focus,
.customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-default-button:focus,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  a.vjs-default-button:focus,
.customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-default-button:focus,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.vjs-default-button:focus,
.cmp-subnavigation .sub-navigation__container--cta a.btn--outline__gray:focus,
.cmp-subnavigation
  .sub-navigation__container--cta
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-default-button:focus,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  a.vjs-default-button:focus,
.cmp-subnavigation
  .sub-navigation__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-default-button:focus,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  a.vjs-default-button:focus,
.cmp-resourcebar .btn--outline__gray.content-fragment__cards-cta:focus,
.cmp-resourcebar
  .textarea
  video-js
  .vjs-text-track-settings
  .content-fragment__cards-cta.vjs-default-button:focus,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-resourcebar
  .content-fragment__cards-cta.vjs-default-button:focus,
.cmp-resourcebar
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .content-fragment__cards-cta.vjs-default-button:focus,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-resourcebar
  .content-fragment__cards-cta.vjs-default-button:focus,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .btn--outline__gray.cta:focus,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .textarea
  video-js
  .vjs-text-track-settings
  .cta.vjs-default-button:focus,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta.vjs-default-button:focus,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .cta.vjs-default-button:focus,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta.vjs-default-button:focus,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.btn--outline__gray:focus,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-default-button:focus,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.vjs-default-button:focus,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-default-button:focus,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.vjs-default-button:focus,
.wd-btn.btn--outline__gray:focus-visible,
.textarea
  video-js
  .vjs-text-track-settings
  .wd-btn.vjs-default-button:focus-visible,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .wd-btn.vjs-default-button:focus-visible,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--outline__gray.vjs-default-button:focus-visible,
.textarea video-js .vjs-text-track-settings .vjs-default-button:focus-visible,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button:focus-visible,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button:focus-visible,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--outline__gray.vjs-done-button:focus-visible,
.textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button.vjs-default-button:focus-visible,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button.vjs-default-button:focus-visible,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button.vjs-default-button:focus-visible,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--outline__gray.vjs-default-button:focus-visible,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button:focus-visible,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button:focus-visible,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button:focus-visible,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--outline__gray.vjs-done-button:focus-visible,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button.vjs-default-button:focus-visible,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button.vjs-default-button:focus-visible,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button.vjs-default-button:focus-visible,
.customer-content a.btn--outline__gray:focus-visible,
.customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-default-button:focus-visible,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  a.vjs-default-button:focus-visible,
.customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-default-button:focus-visible,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.vjs-default-button:focus-visible,
.cmp-subnavigation
  .sub-navigation__container--cta
  a.btn--outline__gray:focus-visible,
.cmp-subnavigation
  .sub-navigation__container--cta
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-default-button:focus-visible,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  a.vjs-default-button:focus-visible,
.cmp-subnavigation
  .sub-navigation__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-default-button:focus-visible,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  a.vjs-default-button:focus-visible,
.cmp-resourcebar .btn--outline__gray.content-fragment__cards-cta:focus-visible,
.cmp-resourcebar
  .textarea
  video-js
  .vjs-text-track-settings
  .content-fragment__cards-cta.vjs-default-button:focus-visible,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-resourcebar
  .content-fragment__cards-cta.vjs-default-button:focus-visible,
.cmp-resourcebar
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .content-fragment__cards-cta.vjs-default-button:focus-visible,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-resourcebar
  .content-fragment__cards-cta.vjs-default-button:focus-visible,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .btn--outline__gray.cta:focus-visible,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .textarea
  video-js
  .vjs-text-track-settings
  .cta.vjs-default-button:focus-visible,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta.vjs-default-button:focus-visible,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .cta.vjs-default-button:focus-visible,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta.vjs-default-button:focus-visible,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.btn--outline__gray:focus-visible,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-default-button:focus-visible,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.vjs-default-button:focus-visible,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-default-button:focus-visible,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.vjs-default-button:focus-visible,
.wd-btn.btn--outline__gray:hover,
.textarea video-js .vjs-text-track-settings .wd-btn.vjs-default-button:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .wd-btn.vjs-default-button:hover,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--outline__gray.vjs-default-button:hover,
.textarea video-js .vjs-text-track-settings .vjs-default-button:hover,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button:hover,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button:hover,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--outline__gray.vjs-done-button:hover,
.textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button.vjs-default-button:hover,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button.vjs-default-button:hover,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button.vjs-default-button:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--outline__gray.vjs-default-button:hover,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button:hover,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button:hover,
.brightcove-player__wrapper .vjs-text-track-settings .vjs-default-button:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--outline__gray.vjs-done-button:hover,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button.vjs-default-button:hover,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button.vjs-default-button:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button.vjs-default-button:hover,
.customer-content a.btn--outline__gray:hover,
.customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-default-button:hover,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  a.vjs-default-button:hover,
.customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-default-button:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.vjs-default-button:hover,
.cmp-subnavigation .sub-navigation__container--cta a.btn--outline__gray:hover,
.cmp-subnavigation
  .sub-navigation__container--cta
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-default-button:hover,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  a.vjs-default-button:hover,
.cmp-subnavigation
  .sub-navigation__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-default-button:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  a.vjs-default-button:hover,
.cmp-resourcebar .btn--outline__gray.content-fragment__cards-cta:hover,
.cmp-resourcebar
  .textarea
  video-js
  .vjs-text-track-settings
  .content-fragment__cards-cta.vjs-default-button:hover,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-resourcebar
  .content-fragment__cards-cta.vjs-default-button:hover,
.cmp-resourcebar
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .content-fragment__cards-cta.vjs-default-button:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-resourcebar
  .content-fragment__cards-cta.vjs-default-button:hover,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .btn--outline__gray.cta:hover,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .textarea
  video-js
  .vjs-text-track-settings
  .cta.vjs-default-button:hover,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta.vjs-default-button:hover,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .cta.vjs-default-button:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta.vjs-default-button:hover,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.btn--outline__gray:hover,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-default-button:hover,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.vjs-default-button:hover,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-default-button:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.vjs-default-button:hover,
.wd-btn.btn--outline__gray:active,
.textarea video-js .vjs-text-track-settings .wd-btn.vjs-default-button:active,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .wd-btn.vjs-default-button:active,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--outline__gray.vjs-default-button:active,
.textarea video-js .vjs-text-track-settings .vjs-default-button:active,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button:active,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button:active,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--outline__gray.vjs-done-button:active,
.textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button.vjs-default-button:active,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button.vjs-default-button:active,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button.vjs-default-button:active,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--outline__gray.vjs-default-button:active,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button:active,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button:active,
.brightcove-player__wrapper .vjs-text-track-settings .vjs-default-button:active,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--outline__gray.vjs-done-button:active,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button.vjs-default-button:active,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button.vjs-default-button:active,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button.vjs-default-button:active,
.customer-content a.btn--outline__gray:active,
.customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-default-button:active,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  a.vjs-default-button:active,
.customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-default-button:active,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.vjs-default-button:active,
.cmp-subnavigation .sub-navigation__container--cta a.btn--outline__gray:active,
.cmp-subnavigation
  .sub-navigation__container--cta
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-default-button:active,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  a.vjs-default-button:active,
.cmp-subnavigation
  .sub-navigation__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-default-button:active,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  a.vjs-default-button:active,
.cmp-resourcebar .btn--outline__gray.content-fragment__cards-cta:active,
.cmp-resourcebar
  .textarea
  video-js
  .vjs-text-track-settings
  .content-fragment__cards-cta.vjs-default-button:active,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-resourcebar
  .content-fragment__cards-cta.vjs-default-button:active,
.cmp-resourcebar
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .content-fragment__cards-cta.vjs-default-button:active,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-resourcebar
  .content-fragment__cards-cta.vjs-default-button:active,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .btn--outline__gray.cta:active,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .textarea
  video-js
  .vjs-text-track-settings
  .cta.vjs-default-button:active,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta.vjs-default-button:active,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .cta.vjs-default-button:active,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta.vjs-default-button:active,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.btn--outline__gray:active,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-default-button:active,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.vjs-default-button:active,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-default-button:active,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.vjs-default-button:active {
  background-color: #022043;
  color: #ffffff !important;
}
.wd-btn.btn--bg__white:focus,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--bg__white.vjs-default-button:focus,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--bg__white.vjs-done-button:focus,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--bg__white.vjs-default-button:focus,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--bg__white.vjs-done-button:focus,
.customer-content a.btn--bg__white:focus,
.cmp-subnavigation .sub-navigation__container--cta a.btn--bg__white:focus,
.cmp-resourcebar .btn--bg__white.content-fragment__cards-cta:focus,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .btn--bg__white.cta:focus,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.btn--bg__white:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.wd-btn.btn--bg__white:focus-visible,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--bg__white.vjs-default-button:focus-visible,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--bg__white.vjs-done-button:focus-visible,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--bg__white.vjs-default-button:focus-visible,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--bg__white.vjs-done-button:focus-visible,
.customer-content a.btn--bg__white:focus-visible,
.cmp-subnavigation
  .sub-navigation__container--cta
  a.btn--bg__white:focus-visible,
.cmp-resourcebar .btn--bg__white.content-fragment__cards-cta:focus-visible,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .btn--bg__white.cta:focus-visible,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.btn--bg__white:focus-visible {
  box-shadow:
    0 0 0 2px #022043,
    0 0 0 4px #ffffff !important;
  outline: 0 !important;
}
.wd-btn.btn--bg__white:focus-visible:hover,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--bg__white.vjs-default-button:focus-visible:hover,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--bg__white.vjs-done-button:focus-visible:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--bg__white.vjs-default-button:focus-visible:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--bg__white.vjs-done-button:focus-visible:hover,
.customer-content a.btn--bg__white:focus-visible:hover,
.cmp-subnavigation
  .sub-navigation__container--cta
  a.btn--bg__white:focus-visible:hover,
.cmp-resourcebar
  .btn--bg__white.content-fragment__cards-cta:focus-visible:hover,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .btn--bg__white.cta:focus-visible:hover,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.btn--bg__white:focus-visible:hover {
  box-shadow: none !important;
}
.wd-btn.btn--bg__white,
.textarea video-js .vjs-text-track-settings .btn--bg__white.vjs-default-button,
.textarea video-js .vjs-text-track-settings .btn--bg__white.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--bg__white.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--bg__white.vjs-done-button,
.customer-content a.btn--bg__white,
.cmp-subnavigation .sub-navigation__container--cta a.btn--bg__white,
.cmp-resourcebar .btn--bg__white.content-fragment__cards-cta,
.cmp-customercarousel .customer-carousel .contentfragment .btn--bg__white.cta,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.btn--bg__white {
  background-color: #ffffff;
  color: #022043 !important;
}
.wd-btn.btn--bg__white:focus,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--bg__white.vjs-default-button:focus,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--bg__white.vjs-done-button:focus,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--bg__white.vjs-default-button:focus,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--bg__white.vjs-done-button:focus,
.customer-content a.btn--bg__white:focus,
.cmp-subnavigation .sub-navigation__container--cta a.btn--bg__white:focus,
.cmp-resourcebar .btn--bg__white.content-fragment__cards-cta:focus,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .btn--bg__white.cta:focus,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.btn--bg__white:focus,
.wd-btn.btn--bg__white:focus-visible,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--bg__white.vjs-default-button:focus-visible,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--bg__white.vjs-done-button:focus-visible,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--bg__white.vjs-default-button:focus-visible,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--bg__white.vjs-done-button:focus-visible,
.customer-content a.btn--bg__white:focus-visible,
.cmp-subnavigation
  .sub-navigation__container--cta
  a.btn--bg__white:focus-visible,
.cmp-resourcebar .btn--bg__white.content-fragment__cards-cta:focus-visible,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .btn--bg__white.cta:focus-visible,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.btn--bg__white:focus-visible,
.wd-btn.btn--bg__white:hover,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--bg__white.vjs-default-button:hover,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--bg__white.vjs-done-button:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--bg__white.vjs-default-button:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--bg__white.vjs-done-button:hover,
.customer-content a.btn--bg__white:hover,
.cmp-subnavigation .sub-navigation__container--cta a.btn--bg__white:hover,
.cmp-resourcebar .btn--bg__white.content-fragment__cards-cta:hover,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .btn--bg__white.cta:hover,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.btn--bg__white:hover,
.wd-btn.btn--bg__white:active,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--bg__white.vjs-default-button:active,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--bg__white.vjs-done-button:active,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--bg__white.vjs-default-button:active,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--bg__white.vjs-done-button:active,
.customer-content a.btn--bg__white:active,
.cmp-subnavigation .sub-navigation__container--cta a.btn--bg__white:active,
.cmp-resourcebar .btn--bg__white.content-fragment__cards-cta:active,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .btn--bg__white.cta:active,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.btn--bg__white:active {
  background-color: #b6c1cc;
  color: #022043 !important;
}
.wd-btn.btn--outline__white:focus,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--outline__white.vjs-default-button:focus,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--outline__white.vjs-done-button:focus,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--outline__white.vjs-default-button:focus,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--outline__white.vjs-done-button:focus,
.customer-content a.btn--outline__white:focus,
.cmp-subnavigation .sub-navigation__container--cta a.btn--outline__white:focus,
.cmp-resourcebar .btn--outline__white.content-fragment__cards-cta:focus,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .btn--outline__white.cta:focus,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.btn--outline__white:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.wd-btn.btn--outline__white:focus-visible,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--outline__white.vjs-default-button:focus-visible,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--outline__white.vjs-done-button:focus-visible,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--outline__white.vjs-default-button:focus-visible,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--outline__white.vjs-done-button:focus-visible,
.customer-content a.btn--outline__white:focus-visible,
.cmp-subnavigation
  .sub-navigation__container--cta
  a.btn--outline__white:focus-visible,
.cmp-resourcebar .btn--outline__white.content-fragment__cards-cta:focus-visible,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .btn--outline__white.cta:focus-visible,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.btn--outline__white:focus-visible {
  box-shadow:
    0 0 0 2px #022043,
    0 0 0 4px #ffffff !important;
  outline: 0 !important;
}
.wd-btn.btn--outline__white:focus-visible:hover,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--outline__white.vjs-default-button:focus-visible:hover,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--outline__white.vjs-done-button:focus-visible:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--outline__white.vjs-default-button:focus-visible:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--outline__white.vjs-done-button:focus-visible:hover,
.customer-content a.btn--outline__white:focus-visible:hover,
.cmp-subnavigation
  .sub-navigation__container--cta
  a.btn--outline__white:focus-visible:hover,
.cmp-resourcebar
  .btn--outline__white.content-fragment__cards-cta:focus-visible:hover,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .btn--outline__white.cta:focus-visible:hover,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.btn--outline__white:focus-visible:hover {
  box-shadow: none !important;
}
.wd-btn.btn--outline__white,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--outline__white.vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--outline__white.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--outline__white.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--outline__white.vjs-done-button,
.customer-content a.btn--outline__white,
.cmp-subnavigation .sub-navigation__container--cta a.btn--outline__white,
.cmp-resourcebar .btn--outline__white.content-fragment__cards-cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .btn--outline__white.cta,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.btn--outline__white {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #ffffff;
  color: #ffffff !important;
}
.wd-btn.btn--outline__white:focus,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--outline__white.vjs-default-button:focus,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--outline__white.vjs-done-button:focus,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--outline__white.vjs-default-button:focus,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--outline__white.vjs-done-button:focus,
.customer-content a.btn--outline__white:focus,
.cmp-subnavigation .sub-navigation__container--cta a.btn--outline__white:focus,
.cmp-resourcebar .btn--outline__white.content-fragment__cards-cta:focus,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .btn--outline__white.cta:focus,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.btn--outline__white:focus,
.wd-btn.btn--outline__white:focus-visible,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--outline__white.vjs-default-button:focus-visible,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--outline__white.vjs-done-button:focus-visible,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--outline__white.vjs-default-button:focus-visible,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--outline__white.vjs-done-button:focus-visible,
.customer-content a.btn--outline__white:focus-visible,
.cmp-subnavigation
  .sub-navigation__container--cta
  a.btn--outline__white:focus-visible,
.cmp-resourcebar .btn--outline__white.content-fragment__cards-cta:focus-visible,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .btn--outline__white.cta:focus-visible,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.btn--outline__white:focus-visible,
.wd-btn.btn--outline__white:hover,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--outline__white.vjs-default-button:hover,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--outline__white.vjs-done-button:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--outline__white.vjs-default-button:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--outline__white.vjs-done-button:hover,
.customer-content a.btn--outline__white:hover,
.cmp-subnavigation .sub-navigation__container--cta a.btn--outline__white:hover,
.cmp-resourcebar .btn--outline__white.content-fragment__cards-cta:hover,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .btn--outline__white.cta:hover,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.btn--outline__white:hover,
.wd-btn.btn--outline__white:active,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--outline__white.vjs-default-button:active,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--outline__white.vjs-done-button:active,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--outline__white.vjs-default-button:active,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--outline__white.vjs-done-button:active,
.customer-content a.btn--outline__white:active,
.cmp-subnavigation .sub-navigation__container--cta a.btn--outline__white:active,
.cmp-resourcebar .btn--outline__white.content-fragment__cards-cta:active,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .btn--outline__white.cta:active,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.btn--outline__white:active {
  background-color: #ffffff;
  color: #022043 !important;
}
.wd-btn.btn--text__blue,
.textarea video-js .vjs-text-track-settings .btn--text__blue.vjs-default-button,
.textarea video-js .vjs-text-track-settings .btn--text__blue.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--text__blue.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--text__blue.vjs-done-button,
.customer-content a.wd-btn,
.customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  a.vjs-default-button,
.customer-content .textarea video-js .vjs-text-track-settings a.vjs-done-button,
.textarea video-js .vjs-text-track-settings .customer-content a.vjs-done-button,
.customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.vjs-default-button,
.customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.vjs-done-button,
.customer-content a,
.cmp-subnavigation .sub-navigation__container--cta a.btn--text__blue,
.cmp-subnavigation .sub-navigation__container--cta .customer-content a,
.customer-content .cmp-subnavigation .sub-navigation__container--cta a,
.cmp-resourcebar .wd-btn.content-fragment__cards-cta,
.cmp-resourcebar
  .textarea
  video-js
  .vjs-text-track-settings
  .content-fragment__cards-cta.vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-resourcebar
  .content-fragment__cards-cta.vjs-default-button,
.cmp-resourcebar
  .textarea
  video-js
  .vjs-text-track-settings
  .content-fragment__cards-cta.vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-resourcebar
  .content-fragment__cards-cta.vjs-done-button,
.cmp-resourcebar
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .content-fragment__cards-cta.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-resourcebar
  .content-fragment__cards-cta.vjs-default-button,
.cmp-resourcebar
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .content-fragment__cards-cta.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-resourcebar
  .content-fragment__cards-cta.vjs-done-button,
.cmp-resourcebar
  .cmp-subnavigation
  .sub-navigation__container--cta
  a.content-fragment__cards-cta,
.cmp-subnavigation
  .sub-navigation__container--cta
  .cmp-resourcebar
  a.content-fragment__cards-cta,
.cmp-resourcebar .content-fragment__cards-cta,
.cmp-customercarousel .customer-carousel .contentfragment .cta,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.btn--text__blue,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .customer-content
  a,
.customer-content
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .cmp-resourcebar
  a.content-fragment__cards-cta,
.cmp-resourcebar
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.content-fragment__cards-cta {
  color: #0057ae !important;
}
.wd-btn.btn--text__blue:focus,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--text__blue.vjs-default-button:focus,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--text__blue.vjs-done-button:focus,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--text__blue.vjs-default-button:focus,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--text__blue.vjs-done-button:focus,
.customer-content a.wd-btn:focus,
.customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-default-button:focus,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  a.vjs-default-button:focus,
.customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-done-button:focus,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  a.vjs-done-button:focus,
.customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-default-button:focus,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.vjs-default-button:focus,
.customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-done-button:focus,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.vjs-done-button:focus,
.customer-content a:focus,
.cmp-subnavigation .sub-navigation__container--cta a.btn--text__blue:focus,
.cmp-resourcebar .content-fragment__cards-cta:focus,
.cmp-customercarousel .customer-carousel .contentfragment .cta:focus,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.btn--text__blue:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.wd-btn.btn--text__blue:focus-visible,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--text__blue.vjs-default-button:focus-visible,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--text__blue.vjs-done-button:focus-visible,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--text__blue.vjs-default-button:focus-visible,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--text__blue.vjs-done-button:focus-visible,
.customer-content a.wd-btn:focus-visible,
.customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-default-button:focus-visible,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  a.vjs-default-button:focus-visible,
.customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-done-button:focus-visible,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  a.vjs-done-button:focus-visible,
.customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-default-button:focus-visible,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.vjs-default-button:focus-visible,
.customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-done-button:focus-visible,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.vjs-done-button:focus-visible,
.customer-content a:focus-visible,
.cmp-subnavigation
  .sub-navigation__container--cta
  a.btn--text__blue:focus-visible,
.cmp-resourcebar .content-fragment__cards-cta:focus-visible,
.cmp-customercarousel .customer-carousel .contentfragment .cta:focus-visible,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.btn--text__blue:focus-visible {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0057ae !important;
  outline: 0 !important;
}
.wd-btn.btn--text__blue:focus-visible:hover,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--text__blue.vjs-default-button:focus-visible:hover,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--text__blue.vjs-done-button:focus-visible:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--text__blue.vjs-default-button:focus-visible:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--text__blue.vjs-done-button:focus-visible:hover,
.customer-content a:focus-visible:hover,
.cmp-subnavigation
  .sub-navigation__container--cta
  a.btn--text__blue:focus-visible:hover,
.cmp-resourcebar .content-fragment__cards-cta:focus-visible:hover,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus-visible:hover,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.btn--text__blue:focus-visible:hover {
  box-shadow: none !important;
}
.wd-btn.btn--text__blue:focus,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--text__blue.vjs-default-button:focus,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--text__blue.vjs-done-button:focus,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--text__blue.vjs-default-button:focus,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--text__blue.vjs-done-button:focus,
.customer-content a.wd-btn:focus,
.customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-default-button:focus,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  a.vjs-default-button:focus,
.customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-done-button:focus,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  a.vjs-done-button:focus,
.customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-default-button:focus,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.vjs-default-button:focus,
.customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-done-button:focus,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.vjs-done-button:focus,
.customer-content a:focus,
.cmp-subnavigation .sub-navigation__container--cta a.btn--text__blue:focus,
.cmp-resourcebar .content-fragment__cards-cta:focus,
.cmp-customercarousel .customer-carousel .contentfragment .cta:focus,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.btn--text__blue:focus,
.wd-btn.btn--text__blue:focus-visible,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--text__blue.vjs-default-button:focus-visible,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--text__blue.vjs-done-button:focus-visible,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--text__blue.vjs-default-button:focus-visible,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--text__blue.vjs-done-button:focus-visible,
.customer-content a.wd-btn:focus-visible,
.customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-default-button:focus-visible,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  a.vjs-default-button:focus-visible,
.customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-done-button:focus-visible,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  a.vjs-done-button:focus-visible,
.customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-default-button:focus-visible,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.vjs-default-button:focus-visible,
.customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-done-button:focus-visible,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.vjs-done-button:focus-visible,
.customer-content a:focus-visible,
.cmp-subnavigation
  .sub-navigation__container--cta
  a.btn--text__blue:focus-visible,
.cmp-resourcebar .content-fragment__cards-cta:focus-visible,
.cmp-customercarousel .customer-carousel .contentfragment .cta:focus-visible,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.btn--text__blue:focus-visible,
.wd-btn.btn--text__blue:hover,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--text__blue.vjs-default-button:hover,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--text__blue.vjs-done-button:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--text__blue.vjs-default-button:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--text__blue.vjs-done-button:hover,
.customer-content a.wd-btn:hover,
.customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-default-button:hover,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  a.vjs-default-button:hover,
.customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-done-button:hover,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  a.vjs-done-button:hover,
.customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-default-button:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.vjs-default-button:hover,
.customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-done-button:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.vjs-done-button:hover,
.customer-content a:hover,
.cmp-subnavigation .sub-navigation__container--cta a.btn--text__blue:hover,
.cmp-resourcebar .content-fragment__cards-cta:hover,
.cmp-customercarousel .customer-carousel .contentfragment .cta:hover,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.btn--text__blue:hover,
.wd-btn.btn--text__blue:active,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--text__blue.vjs-default-button:active,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--text__blue.vjs-done-button:active,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--text__blue.vjs-default-button:active,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--text__blue.vjs-done-button:active,
.customer-content a.wd-btn:active,
.customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-default-button:active,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  a.vjs-default-button:active,
.customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-done-button:active,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  a.vjs-done-button:active,
.customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-default-button:active,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.vjs-default-button:active,
.customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-done-button:active,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.vjs-done-button:active,
.customer-content a:active,
.cmp-subnavigation .sub-navigation__container--cta a.btn--text__blue:active,
.cmp-resourcebar .content-fragment__cards-cta:active,
.cmp-customercarousel .customer-carousel .contentfragment .cta:active,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.btn--text__blue:active {
  color: #022043 !important;
}
.wd-btn.btn--text__white:focus,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--text__white.vjs-default-button:focus,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--text__white.vjs-done-button:focus,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--text__white.vjs-default-button:focus,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--text__white.vjs-done-button:focus,
.customer-content a.btn--text__white:focus,
.cmp-subnavigation .sub-navigation__container--cta a.btn--text__white:focus,
.cmp-resourcebar .btn--text__white.content-fragment__cards-cta:focus,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .btn--text__white.cta:focus,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.btn--text__white:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.wd-btn.btn--text__white:focus-visible,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--text__white.vjs-default-button:focus-visible,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--text__white.vjs-done-button:focus-visible,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--text__white.vjs-default-button:focus-visible,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--text__white.vjs-done-button:focus-visible,
.customer-content a.btn--text__white:focus-visible,
.cmp-subnavigation
  .sub-navigation__container--cta
  a.btn--text__white:focus-visible,
.cmp-resourcebar .btn--text__white.content-fragment__cards-cta:focus-visible,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .btn--text__white.cta:focus-visible,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.btn--text__white:focus-visible {
  box-shadow:
    0 0 0 2px #022043,
    0 0 0 4px #ffffff !important;
  outline: 0 !important;
}
.wd-btn.btn--text__white:focus-visible:hover,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--text__white.vjs-default-button:focus-visible:hover,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--text__white.vjs-done-button:focus-visible:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--text__white.vjs-default-button:focus-visible:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--text__white.vjs-done-button:focus-visible:hover,
.customer-content a.btn--text__white:focus-visible:hover,
.cmp-subnavigation
  .sub-navigation__container--cta
  a.btn--text__white:focus-visible:hover,
.cmp-resourcebar
  .btn--text__white.content-fragment__cards-cta:focus-visible:hover,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .btn--text__white.cta:focus-visible:hover,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.btn--text__white:focus-visible:hover {
  box-shadow: none !important;
}
.wd-btn.btn--text__white,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--text__white.vjs-default-button,
.textarea video-js .vjs-text-track-settings .btn--text__white.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--text__white.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--text__white.vjs-done-button,
.customer-content a.btn--text__white,
.cmp-subnavigation .sub-navigation__container--cta a.btn--text__white,
.cmp-resourcebar .btn--text__white.content-fragment__cards-cta,
.cmp-customercarousel .customer-carousel .contentfragment .btn--text__white.cta,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.btn--text__white {
  color: #ffffff !important;
}
.wd-btn.btn--text__white:focus,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--text__white.vjs-default-button:focus,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--text__white.vjs-done-button:focus,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--text__white.vjs-default-button:focus,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--text__white.vjs-done-button:focus,
.customer-content a.btn--text__white:focus,
.cmp-subnavigation .sub-navigation__container--cta a.btn--text__white:focus,
.cmp-resourcebar .btn--text__white.content-fragment__cards-cta:focus,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .btn--text__white.cta:focus,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.btn--text__white:focus,
.wd-btn.btn--text__white:focus-visible,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--text__white.vjs-default-button:focus-visible,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--text__white.vjs-done-button:focus-visible,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--text__white.vjs-default-button:focus-visible,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--text__white.vjs-done-button:focus-visible,
.customer-content a.btn--text__white:focus-visible,
.cmp-subnavigation
  .sub-navigation__container--cta
  a.btn--text__white:focus-visible,
.cmp-resourcebar .btn--text__white.content-fragment__cards-cta:focus-visible,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .btn--text__white.cta:focus-visible,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.btn--text__white:focus-visible {
  color: #ffffff !important;
}
.wd-btn.btn--text__white:hover,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--text__white.vjs-default-button:hover,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--text__white.vjs-done-button:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--text__white.vjs-default-button:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--text__white.vjs-done-button:hover,
.customer-content a.btn--text__white:hover,
.cmp-subnavigation .sub-navigation__container--cta a.btn--text__white:hover,
.cmp-resourcebar .btn--text__white.content-fragment__cards-cta:hover,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .btn--text__white.cta:hover,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.btn--text__white:hover,
.wd-btn.btn--text__white:active,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--text__white.vjs-default-button:active,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--text__white.vjs-done-button:active,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--text__white.vjs-default-button:active,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--text__white.vjs-done-button:active,
.customer-content a.btn--text__white:active,
.cmp-subnavigation .sub-navigation__container--cta a.btn--text__white:active,
.cmp-resourcebar .btn--text__white.content-fragment__cards-cta:active,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .btn--text__white.cta:active,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.btn--text__white:active {
  color: #b6c1cc !important;
}
.wd-btn.btn--text,
.textarea video-js .vjs-text-track-settings .btn--text.vjs-default-button,
.textarea video-js .vjs-text-track-settings .btn--text.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--text.vjs-default-button,
.brightcove-player__wrapper .vjs-text-track-settings .btn--text.vjs-done-button,
.customer-content a.wd-btn,
.customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  a.vjs-default-button,
.customer-content .textarea video-js .vjs-text-track-settings a.vjs-done-button,
.textarea video-js .vjs-text-track-settings .customer-content a.vjs-done-button,
.customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.vjs-default-button,
.customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.vjs-done-button,
.customer-content a,
.cmp-subnavigation .sub-navigation__container--cta a.btn--text,
.cmp-subnavigation .sub-navigation__container--cta .customer-content a,
.customer-content .cmp-subnavigation .sub-navigation__container--cta a,
.cmp-resourcebar .wd-btn.content-fragment__cards-cta,
.cmp-resourcebar
  .textarea
  video-js
  .vjs-text-track-settings
  .content-fragment__cards-cta.vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-resourcebar
  .content-fragment__cards-cta.vjs-default-button,
.cmp-resourcebar
  .textarea
  video-js
  .vjs-text-track-settings
  .content-fragment__cards-cta.vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-resourcebar
  .content-fragment__cards-cta.vjs-done-button,
.cmp-resourcebar
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .content-fragment__cards-cta.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-resourcebar
  .content-fragment__cards-cta.vjs-default-button,
.cmp-resourcebar
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .content-fragment__cards-cta.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-resourcebar
  .content-fragment__cards-cta.vjs-done-button,
.cmp-resourcebar
  .cmp-subnavigation
  .sub-navigation__container--cta
  a.content-fragment__cards-cta,
.cmp-subnavigation
  .sub-navigation__container--cta
  .cmp-resourcebar
  a.content-fragment__cards-cta,
.cmp-resourcebar .content-fragment__cards-cta,
.cmp-customercarousel .customer-carousel .contentfragment .cta,
.cmp-page__skiptomaincontent .skiptomaincontent__container--cta a.btn--text,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .customer-content
  a,
.customer-content
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .cmp-resourcebar
  a.content-fragment__cards-cta,
.cmp-resourcebar
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.content-fragment__cards-cta {
  text-decoration-line: underline;
  height: auto;
  background-clip: border-box;
  outline: 0;
  transition: all 150ms ease;
  -webkit-border-radius: 24px 24px 24px 24px;
  -moz-border-radius: 24px 24px 24px 24px;
  border-radius: 24px 24px 24px 24px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 0px;
  padding: 0rem;
}
.wd-btn.btn--text__md,
.textarea video-js .vjs-text-track-settings .btn--text__md.vjs-default-button,
.textarea video-js .vjs-text-track-settings .btn--text__md.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--text__md.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--text__md.vjs-done-button,
.customer-content a.wd-btn,
.customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  a.vjs-default-button,
.customer-content .textarea video-js .vjs-text-track-settings a.vjs-done-button,
.textarea video-js .vjs-text-track-settings .customer-content a.vjs-done-button,
.customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.vjs-default-button,
.customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  a.vjs-done-button,
.customer-content a,
.cmp-subnavigation .sub-navigation__container--cta a.btn--text__md,
.cmp-subnavigation .sub-navigation__container--cta .customer-content a,
.customer-content .cmp-subnavigation .sub-navigation__container--cta a,
.cmp-resourcebar .wd-btn.content-fragment__cards-cta,
.cmp-resourcebar
  .textarea
  video-js
  .vjs-text-track-settings
  .content-fragment__cards-cta.vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-resourcebar
  .content-fragment__cards-cta.vjs-default-button,
.cmp-resourcebar
  .textarea
  video-js
  .vjs-text-track-settings
  .content-fragment__cards-cta.vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-resourcebar
  .content-fragment__cards-cta.vjs-done-button,
.cmp-resourcebar
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .content-fragment__cards-cta.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-resourcebar
  .content-fragment__cards-cta.vjs-default-button,
.cmp-resourcebar
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .content-fragment__cards-cta.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-resourcebar
  .content-fragment__cards-cta.vjs-done-button,
.cmp-resourcebar
  .cmp-subnavigation
  .sub-navigation__container--cta
  a.content-fragment__cards-cta,
.cmp-subnavigation
  .sub-navigation__container--cta
  .cmp-resourcebar
  a.content-fragment__cards-cta,
.cmp-resourcebar .content-fragment__cards-cta,
.cmp-customercarousel .customer-carousel .contentfragment .cta,
.cmp-page__skiptomaincontent .skiptomaincontent__container--cta a.btn--text__md,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .customer-content
  a,
.customer-content
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .cmp-resourcebar
  a.content-fragment__cards-cta,
.cmp-resourcebar
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.content-fragment__cards-cta {
  gap: 8px;
}
.wd-btn.btn--size__sm svg,
.textarea
  video-js
  .vjs-text-track-settings
  .btn--size__sm.vjs-default-button
  svg,
.textarea video-js .vjs-text-track-settings .btn--size__sm.vjs-done-button svg,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--size__sm.vjs-default-button
  svg,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .btn--size__sm.vjs-done-button
  svg,
.customer-content a.btn--size__sm svg,
.cmp-subnavigation .sub-navigation__container--cta a.btn--size__sm svg,
.cmp-resourcebar .btn--size__sm.content-fragment__cards-cta svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .btn--size__sm.cta
  svg,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.btn--size__sm
  svg {
  height: 20px;
  height: 1.25rem;
  width: 20px;
  width: 1.25rem;
}
.wd-btn:only-child,
.textarea video-js .vjs-text-track-settings .vjs-default-button:only-child,
.textarea video-js .vjs-text-track-settings .vjs-done-button:only-child,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button:only-child,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button:only-child,
.customer-content a:only-child,
.cmp-subnavigation .sub-navigation__container--cta a:only-child,
.cmp-resourcebar .content-fragment__cards-cta:only-child,
.cmp-customercarousel .customer-carousel .contentfragment .cta:only-child,
.cmp-page__skiptomaincontent .skiptomaincontent__container--cta a:only-child {
  margin: 0;
  margin: 0rem;
}

/**
 * Context-specific button text styling
 * Prevents text wrapping in specific component contexts
 */
.announcement-bar__wrapper-button .wd-btn .cmp-button__text,
.announcement-bar__wrapper-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  .cmp-button__text,
.textarea
  video-js
  .vjs-text-track-settings
  .announcement-bar__wrapper-button
  .vjs-default-button
  .cmp-button__text,
.announcement-bar__wrapper-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  .cmp-button__text,
.textarea
  video-js
  .vjs-text-track-settings
  .announcement-bar__wrapper-button
  .vjs-done-button
  .cmp-button__text,
.announcement-bar__wrapper-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  .cmp-button__text,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .announcement-bar__wrapper-button
  .vjs-default-button
  .cmp-button__text,
.announcement-bar__wrapper-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  .cmp-button__text,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .announcement-bar__wrapper-button
  .vjs-done-button
  .cmp-button__text,
.announcement-bar__wrapper-button .customer-content a .cmp-button__text,
.customer-content .announcement-bar__wrapper-button a .cmp-button__text,
.announcement-bar__wrapper-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  .cmp-button__text,
.cmp-subnavigation
  .sub-navigation__container--cta
  .announcement-bar__wrapper-button
  a
  .cmp-button__text,
.announcement-bar__wrapper-button
  .cmp-resourcebar
  .content-fragment__cards-cta
  .cmp-button__text,
.cmp-resourcebar
  .announcement-bar__wrapper-button
  .content-fragment__cards-cta
  .cmp-button__text,
.announcement-bar__wrapper-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  .cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .announcement-bar__wrapper-button
  .cta
  .cmp-button__text,
.announcement-bar__wrapper-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  .cmp-button__text,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .announcement-bar__wrapper-button
  a
  .cmp-button__text,
.cmp-getstarted .wd-btn .cmp-button__text,
.cmp-getstarted
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  .cmp-button__text,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-getstarted
  .vjs-default-button
  .cmp-button__text,
.cmp-getstarted
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  .cmp-button__text,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-getstarted
  .vjs-done-button
  .cmp-button__text,
.cmp-getstarted
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  .cmp-button__text,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-getstarted
  .vjs-default-button
  .cmp-button__text,
.cmp-getstarted
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  .cmp-button__text,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-getstarted
  .vjs-done-button
  .cmp-button__text,
.cmp-getstarted .customer-content a .cmp-button__text,
.customer-content .cmp-getstarted a .cmp-button__text,
.cmp-getstarted
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  .cmp-button__text,
.cmp-subnavigation
  .sub-navigation__container--cta
  .cmp-getstarted
  a
  .cmp-button__text,
.cmp-getstarted .cmp-resourcebar .content-fragment__cards-cta .cmp-button__text,
.cmp-resourcebar .cmp-getstarted .content-fragment__cards-cta .cmp-button__text,
.cmp-getstarted
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  .cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cmp-getstarted
  .cta
  .cmp-button__text,
.cmp-getstarted
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  .cmp-button__text,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .cmp-getstarted
  a
  .cmp-button__text {
  white-space: nowrap;
}

/**
 * Button icon component
 * Circular icon display for buttons
 */
.cmp-button__icon {
  height: 24px;
  height: 1.5rem;
  width: 24px;
  width: 1.5rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: inline-block;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.cmp-button__icon--play {
  background-color: red;
}
.cmp-button__icon--report {
  background-color: purple;
}

.eyebrow .cmp-title__text {
  margin: 0px;
  margin: 0rem;
}
.eyebrow .cmp-title {
  color: #022043;
  position: relative;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.eyebrow .cmp-title::after {
  bottom: 0;
  left: 0;
  border: 0;
  width: 60px;
  height: 3px;
  background: #fc5b05;
  border-radius: 1px;
}
.eyebrow .cmp-title--hide-overline {
  padding: 0;
  margin-bottom: 16px;
}
.eyebrow .cmp-title--hide-overline:after {
  content: unset;
}
.eyebrow.align-left {
  text-align: left;
}
.eyebrow.align-left .cmp-title::after {
  left: 0;
}
.eyebrow.align-right {
  text-align: right;
}
.eyebrow.align-right .cmp-title::after {
  right: 0;
  left: auto;
}
.center-xs .eyebrow,
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .announcement-bar-v2__wrapper-slides
  .eyebrow,
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .announcement-bar-v2__wrapper-box
  .eyebrow,
.announcement-bar__wrapper-slides .eyebrow,
.announcement-bar__wrapper-box .eyebrow,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-logo
  .eyebrow,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo
  .eyebrow,
.eyebrow.align-center {
  text-align: center;
}
.center-xs .eyebrow .cmp-title::after,
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .announcement-bar-v2__wrapper-slides
  .eyebrow
  .cmp-title::after,
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .announcement-bar-v2__wrapper-box
  .eyebrow
  .cmp-title::after,
.announcement-bar__wrapper-slides .eyebrow .cmp-title::after,
.announcement-bar__wrapper-box .eyebrow .cmp-title::after,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-logo
  .eyebrow
  .cmp-title::after,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo
  .eyebrow
  .cmp-title::after,
.eyebrow.align-center .cmp-title::after {
  margin-left: auto;
  margin-right: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Fix to avoid conflict with .section class.
 When a component is added into Workday Layout Container .section class is added.
 This class is defined for another component and causes the added component boilerplate
 to be bigger than it should unless the page is reloaded.*/
.section.cmp-text {
  padding: 0px 0px;
}

.cq-Editable-dom.cq-Editable-dom--container {
  width: 100% !important;
  clear: both;
  float: none;
}

.hero {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media (min-width: 75em) {
  .hero {
    padding-top: 96px;
    padding-top: 6rem;
    padding-bottom: 96px;
    padding-bottom: 6rem;
  }
}

.cmp-hero {
  position: relative;
  width: 100%;
}
.cmp-hero .row,
.cmp-hero .cmp-logo-wall .logo-container,
.cmp-logo-wall .cmp-hero .logo-container,
.cmp-hero .customer-story .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
.customer-story .cmp-hero .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
.cmp-hero
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12,
.perspective-article-page
  .cmp-hero
  .perspective-main-container
  > .aem-Grid--default--12 {
  position: relative;
  z-index: 2;
}
.cmp-hero .circles {
  z-index: 1;
}

.hero + div .container,
.hero + div .perspective-article-page .perspective-main-container,
.perspective-article-page .hero + div .perspective-main-container,
.hero + div .section-v3 .section__container,
.section-v3 .hero + div .section__container {
  z-index: 2;
  position: relative;
}

.cmp-hero .hero-content {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media (min-width: 48em) {
  .cmp-hero .hero-content {
    margin-bottom: 64px;
    margin-bottom: 4rem;
  }
}
@media (min-width: 70.25em) {
  .cmp-hero .hero-content {
    margin-bottom: 0;
    margin-bottom: 0rem;
  }
}

.cmp-hero .circles {
  position: absolute;
  display: block;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.cmp-hero .circles.circle-color__yellow {
  background-color: #ffc629;
}
.cmp-hero .circles.circle-color__gray {
  background-color: #f0f1f2;
}
.cmp-hero .circles.circle-color__blue {
  background-color: #0875e1;
}
.cmp-hero .circles.circle_one {
  width: 320px;
  height: 320px;
}
@media (min-width: 48em) {
  .cmp-hero .circles.circle_one {
    width: 768px;
    height: 768px;
  }
}
@media (min-width: 70.25em) {
  .cmp-hero .circles.circle_one {
    width: 1024px;
    height: 1024px;
  }
}
@media (min-width: 75em) {
  .cmp-hero .circles.circle_one {
    width: 1280px;
    height: 1280px;
  }
}
@media (min-width: 100em) {
  .cmp-hero .circles.circle_one {
    width: 1440px;
    height: 1440px;
  }
}
.cmp-hero .circles.circle_two {
  width: 192px;
  height: 192px;
}
@media (min-width: 48em) {
  .cmp-hero .circles.circle_two {
    width: 248px;
    height: 248px;
  }
}
@media (min-width: 70.25em) {
  .cmp-hero .circles.circle_two {
    width: 248px;
    height: 248px;
  }
}
@media (min-width: 75em) {
  .cmp-hero .circles.circle_two {
    width: 300px;
    height: 300px;
  }
}

.cmp-hero__tt-ib .circle_one,
.cmp-hero__tt-ib .circle_two,
.cmp-hero__tb-it .circle_one,
.cmp-hero__tb-it .circle_two {
  display: none;
}

.has-arc {
  overflow: hidden;
}
.has-arc .arc {
  position: relative;
}
.has-arc .arc::after {
  width: 350%;
  height: auto;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding-top: 350%;
  left: 50%;
  top: 0;
  height: auto;
  transform: translate(-50%, 0);
  z-index: 0;
}
.has-arc .arc > div {
  z-index: 2;
  position: relative;
}
.has-arc .arc.arc-color__blue::after {
  background-color: #0875e1;
}
.has-arc .arc.arc-color__gray::after {
  background: #f0f1f2;
}
.has-arc .arc.arc-color__yellow::after {
  background-color: #ffc629;
}
.has-arc > div {
  text-align: center;
}
.has-arc .eyebrow .cmp-title::after {
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
}
.has-arc .cmp-lottie {
  width: 100%;
  height: 100%;
}
.has-arc .cmp-image__image {
  max-width: 100%;
}
.has-arc .row + .row,
.has-arc .cmp-logo-wall .logo-container + .row,
.cmp-logo-wall .has-arc .logo-container + .row,
.has-arc .cmp-logo-wall .row + .logo-container,
.cmp-logo-wall .has-arc .row + .logo-container,
.has-arc .cmp-logo-wall .logo-container + .logo-container,
.cmp-logo-wall .has-arc .logo-container + .logo-container,
.has-arc
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .row,
.has-arc
  .customer-story
  .cmp-logo-wall
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container,
.cmp-logo-wall
  .has-arc
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container,
.customer-story
  .has-arc
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .row,
.customer-story
  .has-arc
  .cmp-logo-wall
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container,
.cmp-logo-wall
  .customer-story
  .has-arc
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container,
.has-arc
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .row,
.has-arc
  .perspective-article-page
  .cmp-logo-wall
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container,
.cmp-logo-wall
  .has-arc
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container,
.perspective-article-page
  .has-arc
  .perspective-main-container
  > .aem-Grid--default--12
  + .row,
.perspective-article-page
  .has-arc
  .cmp-logo-wall
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container,
.cmp-logo-wall
  .perspective-article-page
  .has-arc
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container,
.has-arc
  .customer-story
  .row
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
.has-arc
  .customer-story
  .cmp-logo-wall
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
.cmp-logo-wall
  .has-arc
  .customer-story
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
.customer-story
  .has-arc
  .row
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
.customer-story
  .has-arc
  .cmp-logo-wall
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
.cmp-logo-wall
  .customer-story
  .has-arc
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
.has-arc
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
.customer-story
  .has-arc
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
.has-arc
  .perspective-article-page
  .perspective-main-container
  > .row
  + .aem-Grid--default--12,
.has-arc
  .perspective-article-page
  .cmp-logo-wall
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12,
.cmp-logo-wall
  .has-arc
  .perspective-article-page
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12,
.perspective-article-page
  .has-arc
  .perspective-main-container
  > .row
  + .aem-Grid--default--12,
.perspective-article-page
  .has-arc
  .cmp-logo-wall
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12,
.cmp-logo-wall
  .perspective-article-page
  .has-arc
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12,
.has-arc
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid--default--12,
.perspective-article-page
  .has-arc
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid--default--12 {
  margin-top: 64px;
  margin-top: 4rem;
  padding-top: 64px;
  padding-top: 4rem;
}
@media (min-width: 75em) {
  .has-arc .row + .row,
  .has-arc .cmp-logo-wall .logo-container + .row,
  .cmp-logo-wall .has-arc .logo-container + .row,
  .has-arc .cmp-logo-wall .row + .logo-container,
  .cmp-logo-wall .has-arc .row + .logo-container,
  .has-arc .cmp-logo-wall .logo-container + .logo-container,
  .cmp-logo-wall .has-arc .logo-container + .logo-container,
  .has-arc
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    + .row,
  .has-arc
    .customer-story
    .cmp-logo-wall
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    + .logo-container,
  .cmp-logo-wall
    .has-arc
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    + .logo-container,
  .customer-story
    .has-arc
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    + .row,
  .customer-story
    .has-arc
    .cmp-logo-wall
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    + .logo-container,
  .cmp-logo-wall
    .customer-story
    .has-arc
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    + .logo-container,
  .has-arc
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    + .row,
  .has-arc
    .perspective-article-page
    .cmp-logo-wall
    .perspective-main-container
    > .aem-Grid--default--12
    + .logo-container,
  .cmp-logo-wall
    .has-arc
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    + .logo-container,
  .perspective-article-page
    .has-arc
    .perspective-main-container
    > .aem-Grid--default--12
    + .row,
  .perspective-article-page
    .has-arc
    .cmp-logo-wall
    .perspective-main-container
    > .aem-Grid--default--12
    + .logo-container,
  .cmp-logo-wall
    .perspective-article-page
    .has-arc
    .perspective-main-container
    > .aem-Grid--default--12
    + .logo-container,
  .has-arc
    .customer-story
    .row
    + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
  .has-arc
    .customer-story
    .cmp-logo-wall
    .logo-container
    + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
  .cmp-logo-wall
    .has-arc
    .customer-story
    .logo-container
    + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
  .customer-story
    .has-arc
    .row
    + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
  .customer-story
    .has-arc
    .cmp-logo-wall
    .logo-container
    + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
  .cmp-logo-wall
    .customer-story
    .has-arc
    .logo-container
    + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
  .has-arc
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
  .customer-story
    .has-arc
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
  .has-arc
    .perspective-article-page
    .perspective-main-container
    > .row
    + .aem-Grid--default--12,
  .has-arc
    .perspective-article-page
    .cmp-logo-wall
    .perspective-main-container
    > .logo-container
    + .aem-Grid--default--12,
  .cmp-logo-wall
    .has-arc
    .perspective-article-page
    .perspective-main-container
    > .logo-container
    + .aem-Grid--default--12,
  .perspective-article-page
    .has-arc
    .perspective-main-container
    > .row
    + .aem-Grid--default--12,
  .perspective-article-page
    .has-arc
    .cmp-logo-wall
    .perspective-main-container
    > .logo-container
    + .aem-Grid--default--12,
  .cmp-logo-wall
    .perspective-article-page
    .has-arc
    .perspective-main-container
    > .logo-container
    + .aem-Grid--default--12,
  .has-arc
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    + .aem-Grid--default--12,
  .perspective-article-page
    .has-arc
    .perspective-main-container
    > .aem-Grid--default--12
    + .aem-Grid--default--12 {
    margin-top: 96px;
    margin-top: 6rem;
    padding-top: 64px;
    padding-top: 4rem;
  }
}

.cmp-hero__tr-il .circle_one {
  right: 55vw;
  top: -256px;
}
@media (min-width: 48em) {
  .cmp-hero__tr-il .circle_one {
    right: 35vw;
    top: -665px;
  }
}
@media (min-width: 70.25em) {
  .cmp-hero__tr-il .circle_one {
    right: 55vw;
    top: -372px;
  }
}
@media (min-width: 75em) {
  .cmp-hero__tr-il .circle_one {
    top: -480px;
  }
}
@media (min-width: 100em) {
  .cmp-hero__tr-il .circle_one {
    top: -720px;
  }
}
.cmp-hero__tr-il .circle_two {
  right: -64px;
  bottom: 0;
  transform: translateY(45%);
}
@media (min-width: 48em) {
  .cmp-hero__tr-il .circle_two {
    right: -32px;
  }
}
@media (min-width: 70.25em) {
  .cmp-hero__tr-il .circle_two {
    right: -96px;
    bottom: 0;
  }
}
@media (min-width: 75em) {
  .cmp-hero__tr-il .circle_two {
    right: -96px;
  }
}
.cmp-hero__tl-ir .circle_one {
  left: 55vw;
  top: -256px;
}
@media (min-width: 48em) {
  .cmp-hero__tl-ir .circle_one {
    left: 35vw;
    top: -665px;
  }
}
@media (min-width: 70.25em) {
  .cmp-hero__tl-ir .circle_one {
    left: 55vw;
    top: -372px;
  }
}
@media (min-width: 75em) {
  .cmp-hero__tl-ir .circle_one {
    top: -480px;
  }
}
@media (min-width: 100em) {
  .cmp-hero__tl-ir .circle_one {
    top: -720px;
  }
}
.cmp-hero__tl-ir .circle_two {
  left: -55px;
  bottom: -175px;
}
@media (min-width: 48em) {
  .cmp-hero__tl-ir .circle_two {
    left: -32px;
    bottom: -35px;
  }
}
@media (min-width: 70.25em) {
  .cmp-hero__tl-ir .circle_two {
    left: -156px;
    bottom: -35px;
  }
}
@media (min-width: 75em) {
  .cmp-hero__tl-ir .circle_two {
    left: -200px;
    bottom: -190px;
  }
}
@media (min-width: 100em) {
  .cmp-hero__tl-ir .circle_two {
    left: -128px;
  }
}
@media (min-width: 48em) {
  .cmp-hero.suite {
    max-height: 904px;
    height: 100%;
  }
}
@media (min-width: 70.25em) {
  .cmp-hero.suite {
    min-height: initial;
  }
}
@media (min-width: 75em) {
  .cmp-hero.suite {
    min-height: 799px;
  }
  .cmp-hero.suite .row:first-of-type > .col:nth-child(2),
  .cmp-hero.suite .row:first-of-type > .icon-grid-resource:nth-child(2),
  .cmp-hero.suite
    .validation-component__wrapper--horizontal
    .row:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--horizontal
    .cmp-hero.suite
    .row:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .cmp-hero.suite
    .validation-component__wrapper--contentonWhiteBackground
    .row:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .cmp-hero.suite
    .row:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .cmp-hero.suite
    .validation-component__wrapper--horizontal
    .row:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--horizontal
    .cmp-hero.suite
    .row:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .cmp-hero.suite
    .validation-component__wrapper--contentonWhiteBackground
    .row:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .cmp-hero.suite
    .row:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .cmp-hero.suite
    .cmp-logo-wall
    .logo-container:first-of-type
    > .col:nth-child(2),
  .cmp-hero.suite
    .cmp-logo-wall
    .logo-container:first-of-type
    > .icon-grid-resource:nth-child(2),
  .cmp-hero.suite
    .cmp-logo-wall
    .validation-component__wrapper--horizontal
    .logo-container:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--horizontal
    .cmp-hero.suite
    .cmp-logo-wall
    .logo-container:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .cmp-hero.suite
    .cmp-logo-wall
    .validation-component__wrapper--contentonWhiteBackground
    .logo-container:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .cmp-hero.suite
    .cmp-logo-wall
    .logo-container:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .cmp-hero.suite
    .cmp-logo-wall
    .validation-component__wrapper--horizontal
    .logo-container:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--horizontal
    .cmp-hero.suite
    .cmp-logo-wall
    .logo-container:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .cmp-hero.suite
    .cmp-logo-wall
    .validation-component__wrapper--contentonWhiteBackground
    .logo-container:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .cmp-hero.suite
    .cmp-logo-wall
    .logo-container:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .cmp-logo-wall
    .cmp-hero.suite
    .logo-container:first-of-type
    > .col:nth-child(2),
  .cmp-logo-wall
    .cmp-hero.suite
    .logo-container:first-of-type
    > .icon-grid-resource:nth-child(2),
  .cmp-logo-wall
    .cmp-hero.suite
    .validation-component__wrapper--horizontal
    .logo-container:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--horizontal
    .cmp-logo-wall
    .cmp-hero.suite
    .logo-container:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .cmp-logo-wall
    .cmp-hero.suite
    .validation-component__wrapper--contentonWhiteBackground
    .logo-container:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .cmp-logo-wall
    .cmp-hero.suite
    .logo-container:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .cmp-logo-wall
    .cmp-hero.suite
    .validation-component__wrapper--horizontal
    .logo-container:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--horizontal
    .cmp-logo-wall
    .cmp-hero.suite
    .logo-container:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .cmp-logo-wall
    .cmp-hero.suite
    .validation-component__wrapper--contentonWhiteBackground
    .logo-container:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .cmp-logo-wall
    .cmp-hero.suite
    .logo-container:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .cmp-hero.suite
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .col:nth-child(2),
  .cmp-hero.suite
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .icon-grid-resource:nth-child(2),
  .cmp-hero.suite
    .customer-story
    .validation-component__wrapper--horizontal
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--horizontal
    .cmp-hero.suite
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .cmp-hero.suite
    .customer-story
    .validation-component__wrapper--contentonWhiteBackground
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .cmp-hero.suite
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .cmp-hero.suite
    .customer-story
    .validation-component__wrapper--horizontal
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--horizontal
    .cmp-hero.suite
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .cmp-hero.suite
    .customer-story
    .validation-component__wrapper--contentonWhiteBackground
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .cmp-hero.suite
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .customer-story
    .cmp-hero.suite
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .col:nth-child(2),
  .customer-story
    .cmp-hero.suite
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .icon-grid-resource:nth-child(2),
  .customer-story
    .cmp-hero.suite
    .validation-component__wrapper--horizontal
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--horizontal
    .customer-story
    .cmp-hero.suite
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .customer-story
    .cmp-hero.suite
    .validation-component__wrapper--contentonWhiteBackground
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .customer-story
    .cmp-hero.suite
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .customer-story
    .cmp-hero.suite
    .validation-component__wrapper--horizontal
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--horizontal
    .customer-story
    .cmp-hero.suite
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .customer-story
    .cmp-hero.suite
    .validation-component__wrapper--contentonWhiteBackground
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .customer-story
    .cmp-hero.suite
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .cmp-hero.suite
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .col:nth-child(2),
  .cmp-hero.suite
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .icon-grid-resource:nth-child(2),
  .cmp-hero.suite
    .perspective-article-page
    .validation-component__wrapper--horizontal
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--horizontal
    .cmp-hero.suite
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .cmp-hero.suite
    .perspective-article-page
    .validation-component__wrapper--contentonWhiteBackground
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .cmp-hero.suite
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .cmp-hero.suite
    .perspective-article-page
    .validation-component__wrapper--horizontal
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--horizontal
    .cmp-hero.suite
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .cmp-hero.suite
    .perspective-article-page
    .validation-component__wrapper--contentonWhiteBackground
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .cmp-hero.suite
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .perspective-article-page
    .cmp-hero.suite
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .col:nth-child(2),
  .perspective-article-page
    .cmp-hero.suite
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .icon-grid-resource:nth-child(2),
  .perspective-article-page
    .cmp-hero.suite
    .validation-component__wrapper--horizontal
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--horizontal
    .perspective-article-page
    .cmp-hero.suite
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .perspective-article-page
    .cmp-hero.suite
    .validation-component__wrapper--contentonWhiteBackground
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .perspective-article-page
    .cmp-hero.suite
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .perspective-article-page
    .cmp-hero.suite
    .validation-component__wrapper--horizontal
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--horizontal
    .perspective-article-page
    .cmp-hero.suite
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .perspective-article-page
    .cmp-hero.suite
    .validation-component__wrapper--contentonWhiteBackground
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .perspective-article-page
    .cmp-hero.suite
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .cmp-hero.suite
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .aem-GridColumn--default--8:nth-child(2),
  .customer-story
    .cmp-hero.suite
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .aem-GridColumn--default--8:nth-child(2),
  .cmp-hero.suite
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .aem-GridColumn--default--4:nth-child(2),
  .customer-story
    .cmp-hero.suite
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .aem-GridColumn--default--4:nth-child(2),
  .cmp-hero.suite
    .perspective-article-page
    .about-author
    .row:first-of-type
    > .cmp-upnext:nth-child(2),
  .cmp-hero.suite
    .perspective-article-page
    .about-author
    .cmp-logo-wall
    .logo-container:first-of-type
    > .cmp-upnext:nth-child(2),
  .cmp-logo-wall
    .cmp-hero.suite
    .perspective-article-page
    .about-author
    .logo-container:first-of-type
    > .cmp-upnext:nth-child(2),
  .perspective-article-page
    .about-author
    .cmp-hero.suite
    .row:first-of-type
    > .cmp-upnext:nth-child(2),
  .perspective-article-page
    .about-author
    .cmp-hero.suite
    .cmp-logo-wall
    .logo-container:first-of-type
    > .cmp-upnext:nth-child(2),
  .cmp-logo-wall
    .perspective-article-page
    .about-author
    .cmp-hero.suite
    .logo-container:first-of-type
    > .cmp-upnext:nth-child(2),
  .cmp-hero.suite
    .customer-story
    .perspective-article-page
    .about-author
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .perspective-article-page
    .about-author
    .cmp-hero.suite
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .customer-story
    .cmp-hero.suite
    .perspective-article-page
    .about-author
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .perspective-article-page
    .about-author
    .customer-story
    .cmp-hero.suite
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .cmp-hero.suite
    .perspective-article-page
    .about-author
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .perspective-article-page
    .cmp-hero.suite
    .about-author
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .perspective-article-page
    .about-author
    .cmp-hero.suite
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .cmp-hero.suite
    .perspective-article-page
    .upnext
    .row:first-of-type
    > .cmp-upnext:nth-child(2),
  .cmp-hero.suite
    .perspective-article-page
    .upnext
    .cmp-logo-wall
    .logo-container:first-of-type
    > .cmp-upnext:nth-child(2),
  .cmp-logo-wall
    .cmp-hero.suite
    .perspective-article-page
    .upnext
    .logo-container:first-of-type
    > .cmp-upnext:nth-child(2),
  .perspective-article-page
    .upnext
    .cmp-hero.suite
    .row:first-of-type
    > .cmp-upnext:nth-child(2),
  .perspective-article-page
    .upnext
    .cmp-hero.suite
    .cmp-logo-wall
    .logo-container:first-of-type
    > .cmp-upnext:nth-child(2),
  .cmp-logo-wall
    .perspective-article-page
    .upnext
    .cmp-hero.suite
    .logo-container:first-of-type
    > .cmp-upnext:nth-child(2),
  .cmp-hero.suite
    .customer-story
    .perspective-article-page
    .upnext
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .perspective-article-page
    .upnext
    .cmp-hero.suite
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .customer-story
    .cmp-hero.suite
    .perspective-article-page
    .upnext
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .perspective-article-page
    .upnext
    .customer-story
    .cmp-hero.suite
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .cmp-hero.suite
    .perspective-article-page
    .upnext
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .perspective-article-page
    .cmp-hero.suite
    .upnext
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .perspective-article-page
    .upnext
    .cmp-hero.suite
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .cmp-upnext:nth-child(2) {
    height: 0;
  }
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .row:first-of-type
    > .col:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .row:first-of-type
    > .icon-grid-resource:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .validation-component__wrapper--horizontal
    .row:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--horizontal
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .row:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .validation-component__wrapper--contentonWhiteBackground
    .row:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .row:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .validation-component__wrapper--horizontal
    .row:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--horizontal
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .row:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .validation-component__wrapper--contentonWhiteBackground
    .row:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .row:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .cmp-logo-wall
    .logo-container:first-of-type
    > .col:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .cmp-logo-wall
    .logo-container:first-of-type
    > .icon-grid-resource:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .cmp-logo-wall
    .validation-component__wrapper--horizontal
    .logo-container:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--horizontal
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .cmp-logo-wall
    .logo-container:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .cmp-logo-wall
    .validation-component__wrapper--contentonWhiteBackground
    .logo-container:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .cmp-logo-wall
    .logo-container:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .cmp-logo-wall
    .validation-component__wrapper--horizontal
    .logo-container:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--horizontal
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .cmp-logo-wall
    .logo-container:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .cmp-logo-wall
    .validation-component__wrapper--contentonWhiteBackground
    .logo-container:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .cmp-logo-wall
    .logo-container:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .cmp-logo-wall
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .logo-container:first-of-type
    > .col:nth-child(2),
  .cmp-logo-wall
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .logo-container:first-of-type
    > .icon-grid-resource:nth-child(2),
  .cmp-logo-wall
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .validation-component__wrapper--horizontal
    .logo-container:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--horizontal
    .cmp-logo-wall
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .logo-container:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .cmp-logo-wall
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .validation-component__wrapper--contentonWhiteBackground
    .logo-container:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .cmp-logo-wall
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .logo-container:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .cmp-logo-wall
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .validation-component__wrapper--horizontal
    .logo-container:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--horizontal
    .cmp-logo-wall
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .logo-container:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .cmp-logo-wall
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .validation-component__wrapper--contentonWhiteBackground
    .logo-container:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .cmp-logo-wall
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .logo-container:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .col:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .icon-grid-resource:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .customer-story
    .validation-component__wrapper--horizontal
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--horizontal
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .customer-story
    .validation-component__wrapper--contentonWhiteBackground
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .customer-story
    .validation-component__wrapper--horizontal
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--horizontal
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .customer-story
    .validation-component__wrapper--contentonWhiteBackground
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .customer-story
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .col:nth-child(2),
  .customer-story
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .icon-grid-resource:nth-child(2),
  .customer-story
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .validation-component__wrapper--horizontal
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--horizontal
    .customer-story
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .customer-story
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .validation-component__wrapper--contentonWhiteBackground
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .customer-story
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .customer-story
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .validation-component__wrapper--horizontal
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--horizontal
    .customer-story
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .customer-story
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .validation-component__wrapper--contentonWhiteBackground
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .customer-story
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .col:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .icon-grid-resource:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-article-page
    .validation-component__wrapper--horizontal
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--horizontal
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-article-page
    .validation-component__wrapper--contentonWhiteBackground
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-article-page
    .validation-component__wrapper--horizontal
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--horizontal
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-article-page
    .validation-component__wrapper--contentonWhiteBackground
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .perspective-article-page
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .col:nth-child(2),
  .perspective-article-page
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .icon-grid-resource:nth-child(2),
  .perspective-article-page
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .validation-component__wrapper--horizontal
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--horizontal
    .perspective-article-page
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .perspective-article-page
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .validation-component__wrapper--contentonWhiteBackground
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .perspective-article-page
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .perspective-article-page
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .validation-component__wrapper--horizontal
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--horizontal
    .perspective-article-page
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .perspective-article-page
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .validation-component__wrapper--contentonWhiteBackground
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .perspective-article-page
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .aem-GridColumn--default--8:nth-child(2),
  .customer-story
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .aem-GridColumn--default--8:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .aem-GridColumn--default--4:nth-child(2),
  .customer-story
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .aem-GridColumn--default--4:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-article-page
    .about-author
    .row:first-of-type
    > .cmp-upnext:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-article-page
    .about-author
    .cmp-logo-wall
    .logo-container:first-of-type
    > .cmp-upnext:nth-child(2),
  .cmp-logo-wall
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-article-page
    .about-author
    .logo-container:first-of-type
    > .cmp-upnext:nth-child(2),
  .perspective-article-page
    .about-author
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .row:first-of-type
    > .cmp-upnext:nth-child(2),
  .perspective-article-page
    .about-author
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .cmp-logo-wall
    .logo-container:first-of-type
    > .cmp-upnext:nth-child(2),
  .cmp-logo-wall
    .perspective-article-page
    .about-author
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .logo-container:first-of-type
    > .cmp-upnext:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .customer-story
    .perspective-article-page
    .about-author
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .perspective-article-page
    .about-author
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .customer-story
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-article-page
    .about-author
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .perspective-article-page
    .about-author
    .customer-story
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-article-page
    .about-author
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .perspective-article-page
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .about-author
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .perspective-article-page
    .about-author
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-article-page
    .upnext
    .row:first-of-type
    > .cmp-upnext:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-article-page
    .upnext
    .cmp-logo-wall
    .logo-container:first-of-type
    > .cmp-upnext:nth-child(2),
  .cmp-logo-wall
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-article-page
    .upnext
    .logo-container:first-of-type
    > .cmp-upnext:nth-child(2),
  .perspective-article-page
    .upnext
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .row:first-of-type
    > .cmp-upnext:nth-child(2),
  .perspective-article-page
    .upnext
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .cmp-logo-wall
    .logo-container:first-of-type
    > .cmp-upnext:nth-child(2),
  .cmp-logo-wall
    .perspective-article-page
    .upnext
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .logo-container:first-of-type
    > .cmp-upnext:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .customer-story
    .perspective-article-page
    .upnext
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .perspective-article-page
    .upnext
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .customer-story
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-article-page
    .upnext
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .perspective-article-page
    .upnext
    .customer-story
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-article-page
    .upnext
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .perspective-article-page
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .upnext
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .perspective-article-page
    .upnext
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .cmp-upnext:nth-child(2) {
    height: initial;
  }
}
@media (min-width: 100em) {
  .cmp-hero.suite {
    min-height: 988px;
  }
}
.cmp-hero.suite .hero-content {
  position: relative;
  z-index: 2;
}
.cmp-hero.suite .take-over__img {
  z-index: 0;
}
.cmp-hero.suite .take-over__img .cmp-image {
  height: 360px;
  height: 22.5rem;
  width: 621px;
  width: 38.8125rem;
}
@media (min-width: 48em) {
  .cmp-hero.suite .take-over__img .cmp-image {
    width: 1242px;
    width: 77.625rem;
    height: 720px;
    height: 45rem;
    transform: translate(0, -360px);
  }
}
@media (min-width: 70.25em) {
  .cmp-hero.suite .take-over__img .cmp-image {
    width: 1380px;
    width: 86.25rem;
    height: 800px;
    height: 50rem;
    transform: translate(-16.45%, 0);
  }
}
@media (min-width: 75em) {
  .cmp-hero.suite .take-over__img .cmp-image {
    width: 1655px;
    width: 103.4375rem;
    height: 960px;
    height: 60rem;
    transform: translate(-12.5%, -17%);
  }
}
@media (min-width: 100em) {
  .cmp-hero.suite .take-over__img .cmp-image {
    width: 2048px;
    width: 128rem;
    height: 1188px;
    height: 74.25rem;
  }
}
.cmp-hero.suite .take-over__img .cmp-lottie .imageerror {
  position: absolute;
  height: 300px;
  overflow: hidden;
  margin-top: 150px;
  left: 45%;
  right: 15%;
}
.cmp-hero.suite .take-over__img .imageerror {
  position: absolute;
  height: 300px;
  overflow: hidden;
  margin-top: 150px;
  left: 15%;
  right: 45%;
}
.cmp-hero.suite .take-over__img.reverse {
  float: right;
}
@media (min-width: 48em) {
  .cmp-hero.suite .take-over__img.reverse .cmp-image {
    transform: translate(0, -290px);
  }
}
@media (min-width: 70.25em) {
  .cmp-hero.suite .take-over__img.reverse .cmp-image {
    transform: translate(16.45%, 0);
  }
}
@media (min-width: 75em) {
  .cmp-hero.suite .take-over__img.reverse .cmp-image {
    transform: translate(12.5%, -17%);
  }
}
.cmp-hero.suite .take-over__img.reverse cmp-lottie .imageerror {
  position: absolute;
  height: 300px;
  overflow: hidden;
  margin-top: 150px;
  left: 15%;
  right: 45%;
}
.cmp-hero.suite .take-over__img.reverse .imageerror {
  position: absolute;
  height: 300px;
  overflow: hidden;
  margin-top: 150px;
  left: 45%;
  right: 15%;
}

@media (min-width: 48em) {
  .cmp-hero.animate > .row,
  .cmp-logo-wall .cmp-hero.animate > .logo-container,
  .customer-story
    .cmp-hero.animate
    > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
  .perspective-article-page
    .cmp-hero.animate.perspective-main-container
    > .aem-Grid--default--12 {
    position: relative;
    z-index: 2;
  }
  .cmp-hero.animate .circle_one {
    animation: bigUp 2s 1;
    animation-fill-mode: forwards;
  }
  .cmp-hero.animate .circle_two {
    animation: smallUp 2s 1;
    animation-fill-mode: forwards;
    z-index: 0;
  }
  .cmp-hero.animate .cmp-videomodal,
  .cmp-hero.animate .cmp-image {
    position: relative;
    animation: imageUp 2s 1;
    animation-delay: 200ms;
    opacity: 0;
    animation-fill-mode: forwards;
  }
  .cmp-hero.animate .hero-content {
    position: relative;
    animation: textUp 1.3s 1;
    animation-delay: 240ms;
    opacity: 0;
    animation-fill-mode: forwards;
  }
}

@keyframes bigUp {
  0% {
    top: 0;
    opacity: 0;
  }
  100% {
    top: -720px;
    opacity: 1;
  }
}
@keyframes smallUp {
  0% {
    bottom: -260px;
    transform: translateY(110%);
    opacity: 0;
  }
  100% {
    bottom: -260px;
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes imageUp {
  0% {
    top: 50px;
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes textUp {
  0% {
    top: 50px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.cq-Editable-dom.cq-Editable-dom--container {
  width: 100% !important;
  clear: both;
  float: none;
}

.cmp-hero-v2 {
  position: relative;
  width: 100%;
}
.cmp-hero-v2 .row,
.cmp-hero-v2 .cmp-logo-wall .logo-container,
.cmp-logo-wall .cmp-hero-v2 .logo-container,
.cmp-hero-v2
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
.customer-story
  .cmp-hero-v2
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
.cmp-hero-v2
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12,
.perspective-article-page
  .cmp-hero-v2
  .perspective-main-container
  > .aem-Grid--default--12 {
  position: relative;
  z-index: 2;
}
.cmp-hero-v2 .circles {
  z-index: 1;
}
.cmp-hero-v2.addOffset {
  padding-top: 88px;
  padding-top: 5.5rem;
}
@media (min-width: 48em) {
  .cmp-hero-v2.addOffset {
    padding-top: 112px;
    padding-top: 7rem;
  }
}
.cmp-hero-v2.padding-top-sm {
  padding-top: 32px;
  padding-top: 2rem;
}
.cmp-hero-v2.padding-top-md {
  padding-top: 48px;
  padding-top: 3rem;
}
@media (min-width: 70.25em) {
  .cmp-hero-v2.padding-top-md {
    padding-top: 64px;
    padding-top: 4rem;
  }
}
.cmp-hero-v2.padding-top-lg {
  padding-top: 64px;
  padding-top: 4rem;
}
@media (min-width: 70.25em) {
  .cmp-hero-v2.padding-top-lg {
    padding-top: 96px;
    padding-top: 6rem;
  }
}
.cmp-hero-v2.padding-bottom-sm {
  padding-bottom: 32px;
  padding-bottom: 2rem;
}
.cmp-hero-v2.padding-bottom-md {
  padding-bottom: 48px;
  padding-bottom: 3rem;
}
@media (min-width: 70.25em) {
  .cmp-hero-v2.padding-bottom-md {
    padding-bottom: 64px;
    padding-bottom: 4rem;
  }
}
.cmp-hero-v2.padding-bottom-lg {
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media (min-width: 70.25em) {
  .cmp-hero-v2.padding-bottom-lg {
    padding-bottom: 96px;
    padding-bottom: 6rem;
  }
}

.hero-v2 + div .container,
.hero-v2 + div .perspective-article-page .perspective-main-container,
.perspective-article-page .hero-v2 + div .perspective-main-container,
.hero-v2 + div .section-v3 .section__container,
.section-v3 .hero-v2 + div .section__container {
  z-index: 2;
  position: relative;
}

.cmp-hero-v2 .hero-content {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media (min-width: 48em) {
  .cmp-hero-v2 .hero-content {
    margin-bottom: 64px;
    margin-bottom: 4rem;
  }
}
@media (min-width: 70.25em) {
  .cmp-hero-v2 .hero-content {
    margin-bottom: 0;
    margin-bottom: 0rem;
  }
}

.cmp-hero-v2 .circles {
  position: absolute;
  display: block;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.cmp-hero-v2 .circles.circle-color__yellow {
  background-color: #ffc629;
}
.cmp-hero-v2 .circles.circle-color__gray {
  background-color: #f0f1f2;
}
.cmp-hero-v2 .circles.circle-color__blue {
  background-color: #0875e1;
}
.cmp-hero-v2 .circles.circle_one {
  width: 320px;
  height: 320px;
}
@media (min-width: 48em) {
  .cmp-hero-v2 .circles.circle_one {
    width: 768px;
    height: 768px;
  }
}
@media (min-width: 70.25em) {
  .cmp-hero-v2 .circles.circle_one {
    width: 1024px;
    height: 1024px;
  }
}
@media (min-width: 75em) {
  .cmp-hero-v2 .circles.circle_one {
    width: 1280px;
    height: 1280px;
  }
}
@media (min-width: 100em) {
  .cmp-hero-v2 .circles.circle_one {
    width: 1440px;
    height: 1440px;
  }
}
.cmp-hero-v2 .circles.circle_two {
  width: 192px;
  height: 192px;
}
@media (min-width: 48em) {
  .cmp-hero-v2 .circles.circle_two {
    width: 248px;
    height: 248px;
  }
}
@media (min-width: 70.25em) {
  .cmp-hero-v2 .circles.circle_two {
    width: 248px;
    height: 248px;
  }
}
@media (min-width: 75em) {
  .cmp-hero-v2 .circles.circle_two {
    width: 300px;
    height: 300px;
  }
}

.cmp-hero__tt-ib .circle_one,
.cmp-hero__tt-ib .circle_two,
.cmp-hero__tb-it .circle_one,
.cmp-hero__tb-it .circle_two {
  display: none;
}

.has-arc {
  overflow: hidden;
}
.has-arc .arc {
  position: relative;
}
.has-arc .arc::after {
  width: 350%;
  height: auto;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding-top: 350%;
  left: 50%;
  top: 0;
  height: auto;
  transform: translate(-50%, 0);
  z-index: 0;
}
.has-arc .arc > div {
  z-index: 2;
  position: relative;
}
.has-arc .arc.arc-color__blue::after {
  background-color: #0875e1;
}
.has-arc .arc.arc-color__gray::after {
  background: #f0f1f2;
}
.has-arc .arc.arc-color__yellow::after {
  background-color: #ffc629;
}
.has-arc > div {
  text-align: center;
}
.has-arc .eyebrow .cmp-title::after {
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
}
.has-arc .cmp-lottie {
  width: 100%;
  height: 100%;
}
.has-arc .cmp-image__image {
  max-width: 100%;
}
.has-arc .row + .row,
.has-arc .cmp-logo-wall .logo-container + .row,
.cmp-logo-wall .has-arc .logo-container + .row,
.has-arc .cmp-logo-wall .row + .logo-container,
.cmp-logo-wall .has-arc .row + .logo-container,
.has-arc .cmp-logo-wall .logo-container + .logo-container,
.cmp-logo-wall .has-arc .logo-container + .logo-container,
.has-arc
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .row,
.has-arc
  .customer-story
  .cmp-logo-wall
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container,
.cmp-logo-wall
  .has-arc
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container,
.customer-story
  .has-arc
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .row,
.customer-story
  .has-arc
  .cmp-logo-wall
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container,
.cmp-logo-wall
  .customer-story
  .has-arc
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container,
.has-arc
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .row,
.has-arc
  .perspective-article-page
  .cmp-logo-wall
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container,
.cmp-logo-wall
  .has-arc
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container,
.perspective-article-page
  .has-arc
  .perspective-main-container
  > .aem-Grid--default--12
  + .row,
.perspective-article-page
  .has-arc
  .cmp-logo-wall
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container,
.cmp-logo-wall
  .perspective-article-page
  .has-arc
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container,
.has-arc
  .customer-story
  .row
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
.has-arc
  .customer-story
  .cmp-logo-wall
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
.cmp-logo-wall
  .has-arc
  .customer-story
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
.customer-story
  .has-arc
  .row
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
.customer-story
  .has-arc
  .cmp-logo-wall
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
.cmp-logo-wall
  .customer-story
  .has-arc
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
.has-arc
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
.customer-story
  .has-arc
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
.has-arc
  .perspective-article-page
  .perspective-main-container
  > .row
  + .aem-Grid--default--12,
.has-arc
  .perspective-article-page
  .cmp-logo-wall
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12,
.cmp-logo-wall
  .has-arc
  .perspective-article-page
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12,
.perspective-article-page
  .has-arc
  .perspective-main-container
  > .row
  + .aem-Grid--default--12,
.perspective-article-page
  .has-arc
  .cmp-logo-wall
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12,
.cmp-logo-wall
  .perspective-article-page
  .has-arc
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12,
.has-arc
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid--default--12,
.perspective-article-page
  .has-arc
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid--default--12 {
  margin-top: 64px;
  margin-top: 4rem;
  padding-top: 64px;
  padding-top: 4rem;
}
@media (min-width: 75em) {
  .has-arc .row + .row,
  .has-arc .cmp-logo-wall .logo-container + .row,
  .cmp-logo-wall .has-arc .logo-container + .row,
  .has-arc .cmp-logo-wall .row + .logo-container,
  .cmp-logo-wall .has-arc .row + .logo-container,
  .has-arc .cmp-logo-wall .logo-container + .logo-container,
  .cmp-logo-wall .has-arc .logo-container + .logo-container,
  .has-arc
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    + .row,
  .has-arc
    .customer-story
    .cmp-logo-wall
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    + .logo-container,
  .cmp-logo-wall
    .has-arc
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    + .logo-container,
  .customer-story
    .has-arc
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    + .row,
  .customer-story
    .has-arc
    .cmp-logo-wall
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    + .logo-container,
  .cmp-logo-wall
    .customer-story
    .has-arc
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    + .logo-container,
  .has-arc
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    + .row,
  .has-arc
    .perspective-article-page
    .cmp-logo-wall
    .perspective-main-container
    > .aem-Grid--default--12
    + .logo-container,
  .cmp-logo-wall
    .has-arc
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    + .logo-container,
  .perspective-article-page
    .has-arc
    .perspective-main-container
    > .aem-Grid--default--12
    + .row,
  .perspective-article-page
    .has-arc
    .cmp-logo-wall
    .perspective-main-container
    > .aem-Grid--default--12
    + .logo-container,
  .cmp-logo-wall
    .perspective-article-page
    .has-arc
    .perspective-main-container
    > .aem-Grid--default--12
    + .logo-container,
  .has-arc
    .customer-story
    .row
    + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
  .has-arc
    .customer-story
    .cmp-logo-wall
    .logo-container
    + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
  .cmp-logo-wall
    .has-arc
    .customer-story
    .logo-container
    + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
  .customer-story
    .has-arc
    .row
    + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
  .customer-story
    .has-arc
    .cmp-logo-wall
    .logo-container
    + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
  .cmp-logo-wall
    .customer-story
    .has-arc
    .logo-container
    + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
  .has-arc
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
  .customer-story
    .has-arc
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
  .has-arc
    .perspective-article-page
    .perspective-main-container
    > .row
    + .aem-Grid--default--12,
  .has-arc
    .perspective-article-page
    .cmp-logo-wall
    .perspective-main-container
    > .logo-container
    + .aem-Grid--default--12,
  .cmp-logo-wall
    .has-arc
    .perspective-article-page
    .perspective-main-container
    > .logo-container
    + .aem-Grid--default--12,
  .perspective-article-page
    .has-arc
    .perspective-main-container
    > .row
    + .aem-Grid--default--12,
  .perspective-article-page
    .has-arc
    .cmp-logo-wall
    .perspective-main-container
    > .logo-container
    + .aem-Grid--default--12,
  .cmp-logo-wall
    .perspective-article-page
    .has-arc
    .perspective-main-container
    > .logo-container
    + .aem-Grid--default--12,
  .has-arc
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    + .aem-Grid--default--12,
  .perspective-article-page
    .has-arc
    .perspective-main-container
    > .aem-Grid--default--12
    + .aem-Grid--default--12 {
    margin-top: 96px;
    margin-top: 6rem;
    padding-top: 64px;
    padding-top: 4rem;
  }
}

.cmp-hero__tr-il .circle_one {
  right: 55vw;
  top: -256px;
}
@media (min-width: 48em) {
  .cmp-hero__tr-il .circle_one {
    right: 35vw;
    top: -665px;
  }
}
@media (min-width: 70.25em) {
  .cmp-hero__tr-il .circle_one {
    right: 55vw;
    top: -372px;
  }
}
@media (min-width: 75em) {
  .cmp-hero__tr-il .circle_one {
    top: -480px;
  }
}
@media (min-width: 100em) {
  .cmp-hero__tr-il .circle_one {
    top: -720px;
  }
}
.cmp-hero__tr-il .circle_two {
  right: -64px;
  bottom: 0;
  transform: translateY(45%);
}
@media (min-width: 48em) {
  .cmp-hero__tr-il .circle_two {
    right: -32px;
  }
}
@media (min-width: 70.25em) {
  .cmp-hero__tr-il .circle_two {
    right: -96px;
    bottom: 0;
  }
}
@media (min-width: 75em) {
  .cmp-hero__tr-il .circle_two {
    right: -96px;
  }
}
.cmp-hero__tl-ir .circle_one {
  left: 55vw;
  top: -256px;
}
@media (min-width: 48em) {
  .cmp-hero__tl-ir .circle_one {
    left: 35vw;
    top: -665px;
  }
}
@media (min-width: 70.25em) {
  .cmp-hero__tl-ir .circle_one {
    left: 55vw;
    top: -372px;
  }
}
@media (min-width: 75em) {
  .cmp-hero__tl-ir .circle_one {
    top: -480px;
  }
}
@media (min-width: 100em) {
  .cmp-hero__tl-ir .circle_one {
    top: -720px;
  }
}
.cmp-hero__tl-ir .circle_two {
  left: -55px;
  bottom: -175px;
}
@media (min-width: 48em) {
  .cmp-hero__tl-ir .circle_two {
    left: -32px;
    bottom: -35px;
  }
}
@media (min-width: 70.25em) {
  .cmp-hero__tl-ir .circle_two {
    left: -156px;
    bottom: -35px;
  }
}
@media (min-width: 75em) {
  .cmp-hero__tl-ir .circle_two {
    left: -200px;
    bottom: -190px;
  }
}
@media (min-width: 100em) {
  .cmp-hero__tl-ir .circle_two {
    left: -128px;
  }
}
@media (min-width: 48em) {
  .cmp-hero.suite {
    max-height: 904px;
    height: 100%;
  }
}
@media (min-width: 70.25em) {
  .cmp-hero.suite {
    min-height: initial;
  }
}
@media (min-width: 75em) {
  .cmp-hero.suite {
    min-height: 799px;
  }
  .cmp-hero.suite .row:first-of-type > .col:nth-child(2),
  .cmp-hero.suite .row:first-of-type > .icon-grid-resource:nth-child(2),
  .cmp-hero.suite
    .validation-component__wrapper--horizontal
    .row:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--horizontal
    .cmp-hero.suite
    .row:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .cmp-hero.suite
    .validation-component__wrapper--contentonWhiteBackground
    .row:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .cmp-hero.suite
    .row:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .cmp-hero.suite
    .validation-component__wrapper--horizontal
    .row:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--horizontal
    .cmp-hero.suite
    .row:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .cmp-hero.suite
    .validation-component__wrapper--contentonWhiteBackground
    .row:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .cmp-hero.suite
    .row:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .cmp-hero.suite
    .cmp-logo-wall
    .logo-container:first-of-type
    > .col:nth-child(2),
  .cmp-hero.suite
    .cmp-logo-wall
    .logo-container:first-of-type
    > .icon-grid-resource:nth-child(2),
  .cmp-hero.suite
    .cmp-logo-wall
    .validation-component__wrapper--horizontal
    .logo-container:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--horizontal
    .cmp-hero.suite
    .cmp-logo-wall
    .logo-container:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .cmp-hero.suite
    .cmp-logo-wall
    .validation-component__wrapper--contentonWhiteBackground
    .logo-container:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .cmp-hero.suite
    .cmp-logo-wall
    .logo-container:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .cmp-hero.suite
    .cmp-logo-wall
    .validation-component__wrapper--horizontal
    .logo-container:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--horizontal
    .cmp-hero.suite
    .cmp-logo-wall
    .logo-container:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .cmp-hero.suite
    .cmp-logo-wall
    .validation-component__wrapper--contentonWhiteBackground
    .logo-container:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .cmp-hero.suite
    .cmp-logo-wall
    .logo-container:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .cmp-logo-wall
    .cmp-hero.suite
    .logo-container:first-of-type
    > .col:nth-child(2),
  .cmp-logo-wall
    .cmp-hero.suite
    .logo-container:first-of-type
    > .icon-grid-resource:nth-child(2),
  .cmp-logo-wall
    .cmp-hero.suite
    .validation-component__wrapper--horizontal
    .logo-container:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--horizontal
    .cmp-logo-wall
    .cmp-hero.suite
    .logo-container:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .cmp-logo-wall
    .cmp-hero.suite
    .validation-component__wrapper--contentonWhiteBackground
    .logo-container:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .cmp-logo-wall
    .cmp-hero.suite
    .logo-container:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .cmp-logo-wall
    .cmp-hero.suite
    .validation-component__wrapper--horizontal
    .logo-container:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--horizontal
    .cmp-logo-wall
    .cmp-hero.suite
    .logo-container:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .cmp-logo-wall
    .cmp-hero.suite
    .validation-component__wrapper--contentonWhiteBackground
    .logo-container:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .cmp-logo-wall
    .cmp-hero.suite
    .logo-container:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .cmp-hero.suite
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .col:nth-child(2),
  .cmp-hero.suite
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .icon-grid-resource:nth-child(2),
  .cmp-hero.suite
    .customer-story
    .validation-component__wrapper--horizontal
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--horizontal
    .cmp-hero.suite
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .cmp-hero.suite
    .customer-story
    .validation-component__wrapper--contentonWhiteBackground
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .cmp-hero.suite
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .cmp-hero.suite
    .customer-story
    .validation-component__wrapper--horizontal
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--horizontal
    .cmp-hero.suite
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .cmp-hero.suite
    .customer-story
    .validation-component__wrapper--contentonWhiteBackground
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .cmp-hero.suite
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .customer-story
    .cmp-hero.suite
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .col:nth-child(2),
  .customer-story
    .cmp-hero.suite
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .icon-grid-resource:nth-child(2),
  .customer-story
    .cmp-hero.suite
    .validation-component__wrapper--horizontal
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--horizontal
    .customer-story
    .cmp-hero.suite
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .customer-story
    .cmp-hero.suite
    .validation-component__wrapper--contentonWhiteBackground
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .customer-story
    .cmp-hero.suite
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .customer-story
    .cmp-hero.suite
    .validation-component__wrapper--horizontal
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--horizontal
    .customer-story
    .cmp-hero.suite
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .customer-story
    .cmp-hero.suite
    .validation-component__wrapper--contentonWhiteBackground
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .customer-story
    .cmp-hero.suite
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .cmp-hero.suite
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .col:nth-child(2),
  .cmp-hero.suite
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .icon-grid-resource:nth-child(2),
  .cmp-hero.suite
    .perspective-article-page
    .validation-component__wrapper--horizontal
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--horizontal
    .cmp-hero.suite
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .cmp-hero.suite
    .perspective-article-page
    .validation-component__wrapper--contentonWhiteBackground
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .cmp-hero.suite
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .cmp-hero.suite
    .perspective-article-page
    .validation-component__wrapper--horizontal
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--horizontal
    .cmp-hero.suite
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .cmp-hero.suite
    .perspective-article-page
    .validation-component__wrapper--contentonWhiteBackground
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .cmp-hero.suite
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .perspective-article-page
    .cmp-hero.suite
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .col:nth-child(2),
  .perspective-article-page
    .cmp-hero.suite
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .icon-grid-resource:nth-child(2),
  .perspective-article-page
    .cmp-hero.suite
    .validation-component__wrapper--horizontal
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--horizontal
    .perspective-article-page
    .cmp-hero.suite
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .perspective-article-page
    .cmp-hero.suite
    .validation-component__wrapper--contentonWhiteBackground
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .perspective-article-page
    .cmp-hero.suite
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .perspective-article-page
    .cmp-hero.suite
    .validation-component__wrapper--horizontal
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--horizontal
    .perspective-article-page
    .cmp-hero.suite
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .perspective-article-page
    .cmp-hero.suite
    .validation-component__wrapper--contentonWhiteBackground
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .perspective-article-page
    .cmp-hero.suite
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .cmp-hero.suite
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .aem-GridColumn--default--8:nth-child(2),
  .customer-story
    .cmp-hero.suite
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .aem-GridColumn--default--8:nth-child(2),
  .cmp-hero.suite
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .aem-GridColumn--default--4:nth-child(2),
  .customer-story
    .cmp-hero.suite
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .aem-GridColumn--default--4:nth-child(2),
  .cmp-hero.suite
    .perspective-article-page
    .about-author
    .row:first-of-type
    > .cmp-upnext:nth-child(2),
  .cmp-hero.suite
    .perspective-article-page
    .about-author
    .cmp-logo-wall
    .logo-container:first-of-type
    > .cmp-upnext:nth-child(2),
  .cmp-logo-wall
    .cmp-hero.suite
    .perspective-article-page
    .about-author
    .logo-container:first-of-type
    > .cmp-upnext:nth-child(2),
  .perspective-article-page
    .about-author
    .cmp-hero.suite
    .row:first-of-type
    > .cmp-upnext:nth-child(2),
  .perspective-article-page
    .about-author
    .cmp-hero.suite
    .cmp-logo-wall
    .logo-container:first-of-type
    > .cmp-upnext:nth-child(2),
  .cmp-logo-wall
    .perspective-article-page
    .about-author
    .cmp-hero.suite
    .logo-container:first-of-type
    > .cmp-upnext:nth-child(2),
  .cmp-hero.suite
    .customer-story
    .perspective-article-page
    .about-author
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .perspective-article-page
    .about-author
    .cmp-hero.suite
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .customer-story
    .cmp-hero.suite
    .perspective-article-page
    .about-author
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .perspective-article-page
    .about-author
    .customer-story
    .cmp-hero.suite
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .cmp-hero.suite
    .perspective-article-page
    .about-author
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .perspective-article-page
    .cmp-hero.suite
    .about-author
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .perspective-article-page
    .about-author
    .cmp-hero.suite
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .cmp-hero.suite
    .perspective-article-page
    .upnext
    .row:first-of-type
    > .cmp-upnext:nth-child(2),
  .cmp-hero.suite
    .perspective-article-page
    .upnext
    .cmp-logo-wall
    .logo-container:first-of-type
    > .cmp-upnext:nth-child(2),
  .cmp-logo-wall
    .cmp-hero.suite
    .perspective-article-page
    .upnext
    .logo-container:first-of-type
    > .cmp-upnext:nth-child(2),
  .perspective-article-page
    .upnext
    .cmp-hero.suite
    .row:first-of-type
    > .cmp-upnext:nth-child(2),
  .perspective-article-page
    .upnext
    .cmp-hero.suite
    .cmp-logo-wall
    .logo-container:first-of-type
    > .cmp-upnext:nth-child(2),
  .cmp-logo-wall
    .perspective-article-page
    .upnext
    .cmp-hero.suite
    .logo-container:first-of-type
    > .cmp-upnext:nth-child(2),
  .cmp-hero.suite
    .customer-story
    .perspective-article-page
    .upnext
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .perspective-article-page
    .upnext
    .cmp-hero.suite
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .customer-story
    .cmp-hero.suite
    .perspective-article-page
    .upnext
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .perspective-article-page
    .upnext
    .customer-story
    .cmp-hero.suite
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .cmp-hero.suite
    .perspective-article-page
    .upnext
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .perspective-article-page
    .cmp-hero.suite
    .upnext
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .perspective-article-page
    .upnext
    .cmp-hero.suite
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .cmp-upnext:nth-child(2) {
    height: 0;
  }
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .row:first-of-type
    > .col:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .row:first-of-type
    > .icon-grid-resource:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .validation-component__wrapper--horizontal
    .row:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--horizontal
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .row:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .validation-component__wrapper--contentonWhiteBackground
    .row:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .row:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .validation-component__wrapper--horizontal
    .row:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--horizontal
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .row:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .validation-component__wrapper--contentonWhiteBackground
    .row:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .row:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .cmp-logo-wall
    .logo-container:first-of-type
    > .col:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .cmp-logo-wall
    .logo-container:first-of-type
    > .icon-grid-resource:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .cmp-logo-wall
    .validation-component__wrapper--horizontal
    .logo-container:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--horizontal
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .cmp-logo-wall
    .logo-container:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .cmp-logo-wall
    .validation-component__wrapper--contentonWhiteBackground
    .logo-container:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .cmp-logo-wall
    .logo-container:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .cmp-logo-wall
    .validation-component__wrapper--horizontal
    .logo-container:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--horizontal
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .cmp-logo-wall
    .logo-container:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .cmp-logo-wall
    .validation-component__wrapper--contentonWhiteBackground
    .logo-container:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .cmp-logo-wall
    .logo-container:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .cmp-logo-wall
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .logo-container:first-of-type
    > .col:nth-child(2),
  .cmp-logo-wall
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .logo-container:first-of-type
    > .icon-grid-resource:nth-child(2),
  .cmp-logo-wall
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .validation-component__wrapper--horizontal
    .logo-container:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--horizontal
    .cmp-logo-wall
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .logo-container:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .cmp-logo-wall
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .validation-component__wrapper--contentonWhiteBackground
    .logo-container:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .cmp-logo-wall
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .logo-container:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .cmp-logo-wall
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .validation-component__wrapper--horizontal
    .logo-container:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--horizontal
    .cmp-logo-wall
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .logo-container:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .cmp-logo-wall
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .validation-component__wrapper--contentonWhiteBackground
    .logo-container:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .cmp-logo-wall
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .logo-container:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .col:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .icon-grid-resource:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .customer-story
    .validation-component__wrapper--horizontal
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--horizontal
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .customer-story
    .validation-component__wrapper--contentonWhiteBackground
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .customer-story
    .validation-component__wrapper--horizontal
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--horizontal
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .customer-story
    .validation-component__wrapper--contentonWhiteBackground
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .customer-story
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .col:nth-child(2),
  .customer-story
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .icon-grid-resource:nth-child(2),
  .customer-story
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .validation-component__wrapper--horizontal
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--horizontal
    .customer-story
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .customer-story
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .validation-component__wrapper--contentonWhiteBackground
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .customer-story
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .customer-story
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .validation-component__wrapper--horizontal
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--horizontal
    .customer-story
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .customer-story
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .validation-component__wrapper--contentonWhiteBackground
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .customer-story
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .col:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .icon-grid-resource:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-article-page
    .validation-component__wrapper--horizontal
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--horizontal
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-article-page
    .validation-component__wrapper--contentonWhiteBackground
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-article-page
    .validation-component__wrapper--horizontal
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--horizontal
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-article-page
    .validation-component__wrapper--contentonWhiteBackground
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .perspective-article-page
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .col:nth-child(2),
  .perspective-article-page
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .icon-grid-resource:nth-child(2),
  .perspective-article-page
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .validation-component__wrapper--horizontal
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--horizontal
    .perspective-article-page
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .perspective-article-page
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .validation-component__wrapper--contentonWhiteBackground
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .perspective-article-page
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-content:nth-child(2),
  .perspective-article-page
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .validation-component__wrapper--horizontal
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--horizontal
    .perspective-article-page
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .perspective-article-page
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .validation-component__wrapper--contentonWhiteBackground
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .perspective-article-page
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .validation-component__wrapper-logo:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .aem-GridColumn--default--8:nth-child(2),
  .customer-story
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .aem-GridColumn--default--8:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .aem-GridColumn--default--4:nth-child(2),
  .customer-story
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .aem-GridColumn--default--4:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-article-page
    .about-author
    .row:first-of-type
    > .cmp-upnext:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-article-page
    .about-author
    .cmp-logo-wall
    .logo-container:first-of-type
    > .cmp-upnext:nth-child(2),
  .cmp-logo-wall
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-article-page
    .about-author
    .logo-container:first-of-type
    > .cmp-upnext:nth-child(2),
  .perspective-article-page
    .about-author
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .row:first-of-type
    > .cmp-upnext:nth-child(2),
  .perspective-article-page
    .about-author
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .cmp-logo-wall
    .logo-container:first-of-type
    > .cmp-upnext:nth-child(2),
  .cmp-logo-wall
    .perspective-article-page
    .about-author
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .logo-container:first-of-type
    > .cmp-upnext:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .customer-story
    .perspective-article-page
    .about-author
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .perspective-article-page
    .about-author
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .customer-story
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-article-page
    .about-author
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .perspective-article-page
    .about-author
    .customer-story
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-article-page
    .about-author
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .perspective-article-page
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .about-author
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .perspective-article-page
    .about-author
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-article-page
    .upnext
    .row:first-of-type
    > .cmp-upnext:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-article-page
    .upnext
    .cmp-logo-wall
    .logo-container:first-of-type
    > .cmp-upnext:nth-child(2),
  .cmp-logo-wall
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-article-page
    .upnext
    .logo-container:first-of-type
    > .cmp-upnext:nth-child(2),
  .perspective-article-page
    .upnext
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .row:first-of-type
    > .cmp-upnext:nth-child(2),
  .perspective-article-page
    .upnext
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .cmp-logo-wall
    .logo-container:first-of-type
    > .cmp-upnext:nth-child(2),
  .cmp-logo-wall
    .perspective-article-page
    .upnext
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .logo-container:first-of-type
    > .cmp-upnext:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .customer-story
    .perspective-article-page
    .upnext
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .perspective-article-page
    .upnext
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .customer-story
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-article-page
    .upnext
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .perspective-article-page
    .upnext
    .customer-story
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-article-page
    .upnext
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .perspective-article-page
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .upnext
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .cmp-upnext:nth-child(2),
  .perspective-article-page
    .upnext
    .cq-Editable-dom.cq-Editable-dom--container
    .cmp-hero.suite
    .perspective-main-container
    > .aem-Grid--default--12:first-of-type
    > .cmp-upnext:nth-child(2) {
    height: initial;
  }
}
@media (min-width: 100em) {
  .cmp-hero.suite {
    min-height: 988px;
  }
}
.cmp-hero.suite .hero-content {
  position: relative;
  z-index: 2;
}
.cmp-hero.suite .take-over__img {
  z-index: 0;
}
.cmp-hero.suite .take-over__img .cmp-image {
  height: 360px;
  height: 22.5rem;
  width: 621px;
  width: 38.8125rem;
}
@media (min-width: 48em) {
  .cmp-hero.suite .take-over__img .cmp-image {
    width: 1242px;
    width: 77.625rem;
    height: 720px;
    height: 45rem;
    transform: translate(0, -360px);
  }
}
@media (min-width: 70.25em) {
  .cmp-hero.suite .take-over__img .cmp-image {
    width: 1380px;
    width: 86.25rem;
    height: 800px;
    height: 50rem;
    transform: translate(-16.45%, 0);
  }
}
@media (min-width: 75em) {
  .cmp-hero.suite .take-over__img .cmp-image {
    width: 1655px;
    width: 103.4375rem;
    height: 960px;
    height: 60rem;
    transform: translate(-12.5%, -17%);
  }
}
@media (min-width: 100em) {
  .cmp-hero.suite .take-over__img .cmp-image {
    width: 2048px;
    width: 128rem;
    height: 1188px;
    height: 74.25rem;
  }
}
.cmp-hero.suite .take-over__img .cmp-lottie .imageerror {
  position: absolute;
  height: 300px;
  overflow: hidden;
  margin-top: 150px;
  left: 45%;
  right: 15%;
}
.cmp-hero.suite .take-over__img .imageerror {
  position: absolute;
  height: 300px;
  overflow: hidden;
  margin-top: 150px;
  left: 15%;
  right: 45%;
}
.cmp-hero.suite .take-over__img.reverse {
  float: right;
}
@media (min-width: 48em) {
  .cmp-hero.suite .take-over__img.reverse .cmp-image {
    transform: translate(0, -290px);
  }
}
@media (min-width: 70.25em) {
  .cmp-hero.suite .take-over__img.reverse .cmp-image {
    transform: translate(16.45%, 0);
  }
}
@media (min-width: 75em) {
  .cmp-hero.suite .take-over__img.reverse .cmp-image {
    transform: translate(12.5%, -17%);
  }
}
.cmp-hero.suite .take-over__img.reverse cmp-lottie .imageerror {
  position: absolute;
  height: 300px;
  overflow: hidden;
  margin-top: 150px;
  left: 15%;
  right: 45%;
}
.cmp-hero.suite .take-over__img.reverse .imageerror {
  position: absolute;
  height: 300px;
  overflow: hidden;
  margin-top: 150px;
  left: 45%;
  right: 15%;
}

@media (min-width: 48em) {
  .cmp-hero-v2.animate > .row,
  .cmp-logo-wall .cmp-hero-v2.animate > .logo-container,
  .customer-story
    .cmp-hero-v2.animate
    > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
  .perspective-article-page
    .cmp-hero-v2.animate.perspective-main-container
    > .aem-Grid--default--12 {
    position: relative;
    z-index: 2;
  }
  .cmp-hero-v2.animate .circle_one {
    animation: bigUp 2s 1;
    animation-fill-mode: forwards;
  }
  .cmp-hero-v2.animate .circle_two {
    animation: smallUp 2s 1;
    animation-fill-mode: forwards;
    z-index: 0;
  }
  .cmp-hero-v2.animate .cmp-videomodal,
  .cmp-hero-v2.animate .cmp-image {
    position: relative;
    animation: imageUp 2s 1;
    animation-delay: 200ms;
    opacity: 0;
    animation-fill-mode: forwards;
  }
  .cmp-hero-v2.animate .hero-content {
    position: relative;
    animation: textUp 1.3s 1;
    animation-delay: 240ms;
    opacity: 0;
    animation-fill-mode: forwards;
  }
}

@keyframes bigUp {
  0% {
    top: 0;
    opacity: 0;
  }
  100% {
    top: -720px;
    opacity: 1;
  }
}
@keyframes smallUp {
  0% {
    bottom: -260px;
    transform: translateY(110%);
    opacity: 0;
  }
  100% {
    bottom: -260px;
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes imageUp {
  0% {
    top: 50px;
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes textUp {
  0% {
    top: 50px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.hero.at-element-marker .container,
.hero.at-element-marker .perspective-article-page .perspective-main-container,
.perspective-article-page .hero.at-element-marker .perspective-main-container,
.hero.at-element-marker .section-v3 .section__container,
.section-v3 .hero.at-element-marker .section__container,
.hero-v2.at-element-marker .container,
.hero-v2.at-element-marker
  .perspective-article-page
  .perspective-main-container,
.perspective-article-page
  .hero-v2.at-element-marker
  .perspective-main-container,
.hero-v2.at-element-marker .section-v3 .section__container,
.section-v3 .hero-v2.at-element-marker .section__container {
  padding: 0;
  padding: 0rem;
  max-width: 100%;
}
.hero.at-element-marker .container .container,
.hero.at-element-marker
  .perspective-article-page
  .perspective-main-container
  .container,
.perspective-article-page
  .hero.at-element-marker
  .perspective-main-container
  .container,
.hero.at-element-marker .section-v3 .section__container .container,
.section-v3 .hero.at-element-marker .section__container .container,
.hero.at-element-marker
  .container
  .perspective-article-page
  .perspective-main-container,
.perspective-article-page
  .hero.at-element-marker
  .container
  .perspective-main-container,
.hero.at-element-marker
  .perspective-article-page
  .perspective-main-container
  .perspective-main-container,
.perspective-article-page
  .hero.at-element-marker
  .perspective-main-container
  .perspective-main-container,
.hero.at-element-marker
  .section-v3
  .section__container
  .perspective-article-page
  .perspective-main-container,
.perspective-article-page
  .hero.at-element-marker
  .section-v3
  .section__container
  .perspective-main-container,
.section-v3
  .hero.at-element-marker
  .section__container
  .perspective-article-page
  .perspective-main-container,
.perspective-article-page
  .section-v3
  .hero.at-element-marker
  .section__container
  .perspective-main-container,
.hero.at-element-marker .container .section-v3 .section__container,
.section-v3 .hero.at-element-marker .container .section__container,
.hero.at-element-marker
  .perspective-article-page
  .perspective-main-container
  .section-v3
  .section__container,
.section-v3
  .hero.at-element-marker
  .perspective-article-page
  .perspective-main-container
  .section__container,
.perspective-article-page
  .hero.at-element-marker
  .perspective-main-container
  .section-v3
  .section__container,
.section-v3
  .perspective-article-page
  .hero.at-element-marker
  .perspective-main-container
  .section__container,
.hero.at-element-marker .section-v3 .section__container .section__container,
.section-v3 .hero.at-element-marker .section__container .section__container,
.hero-v2.at-element-marker .container .container,
.hero-v2.at-element-marker
  .perspective-article-page
  .perspective-main-container
  .container,
.perspective-article-page
  .hero-v2.at-element-marker
  .perspective-main-container
  .container,
.hero-v2.at-element-marker .section-v3 .section__container .container,
.section-v3 .hero-v2.at-element-marker .section__container .container,
.hero-v2.at-element-marker
  .container
  .perspective-article-page
  .perspective-main-container,
.perspective-article-page
  .hero-v2.at-element-marker
  .container
  .perspective-main-container,
.hero-v2.at-element-marker
  .perspective-article-page
  .perspective-main-container
  .perspective-main-container,
.perspective-article-page
  .hero-v2.at-element-marker
  .perspective-main-container
  .perspective-main-container,
.hero-v2.at-element-marker
  .section-v3
  .section__container
  .perspective-article-page
  .perspective-main-container,
.perspective-article-page
  .hero-v2.at-element-marker
  .section-v3
  .section__container
  .perspective-main-container,
.section-v3
  .hero-v2.at-element-marker
  .section__container
  .perspective-article-page
  .perspective-main-container,
.perspective-article-page
  .section-v3
  .hero-v2.at-element-marker
  .section__container
  .perspective-main-container,
.hero-v2.at-element-marker .container .section-v3 .section__container,
.section-v3 .hero-v2.at-element-marker .container .section__container,
.hero-v2.at-element-marker
  .perspective-article-page
  .perspective-main-container
  .section-v3
  .section__container,
.section-v3
  .hero-v2.at-element-marker
  .perspective-article-page
  .perspective-main-container
  .section__container,
.perspective-article-page
  .hero-v2.at-element-marker
  .perspective-main-container
  .section-v3
  .section__container,
.section-v3
  .perspective-article-page
  .hero-v2.at-element-marker
  .perspective-main-container
  .section__container,
.hero-v2.at-element-marker .section-v3 .section__container .section__container,
.section-v3 .hero-v2.at-element-marker .section__container .section__container {
  padding-right: 32px;
  padding-right: 2rem;
  padding-left: 32px;
  padding-left: 2rem;
  max-width: 88rem;
}
.hero.at-element-marker .container .cmp-hero__tl-ir .circle_two,
.hero.at-element-marker
  .perspective-article-page
  .perspective-main-container
  .cmp-hero__tl-ir
  .circle_two,
.perspective-article-page
  .hero.at-element-marker
  .perspective-main-container
  .cmp-hero__tl-ir
  .circle_two,
.hero.at-element-marker
  .section-v3
  .section__container
  .cmp-hero__tl-ir
  .circle_two,
.section-v3
  .hero.at-element-marker
  .section__container
  .cmp-hero__tl-ir
  .circle_two,
.hero-v2.at-element-marker .container .cmp-hero__tl-ir .circle_two,
.hero-v2.at-element-marker
  .perspective-article-page
  .perspective-main-container
  .cmp-hero__tl-ir
  .circle_two,
.perspective-article-page
  .hero-v2.at-element-marker
  .perspective-main-container
  .cmp-hero__tl-ir
  .circle_two,
.hero-v2.at-element-marker
  .section-v3
  .section__container
  .cmp-hero__tl-ir
  .circle_two,
.section-v3
  .hero-v2.at-element-marker
  .section__container
  .cmp-hero__tl-ir
  .circle_two {
  bottom: -175px;
}
@media (min-width: 48em) {
  .hero.at-element-marker .container .cmp-hero__tl-ir .circle_two,
  .hero.at-element-marker
    .perspective-article-page
    .perspective-main-container
    .cmp-hero__tl-ir
    .circle_two,
  .perspective-article-page
    .hero.at-element-marker
    .perspective-main-container
    .cmp-hero__tl-ir
    .circle_two,
  .hero.at-element-marker
    .section-v3
    .section__container
    .cmp-hero__tl-ir
    .circle_two,
  .section-v3
    .hero.at-element-marker
    .section__container
    .cmp-hero__tl-ir
    .circle_two,
  .hero-v2.at-element-marker .container .cmp-hero__tl-ir .circle_two,
  .hero-v2.at-element-marker
    .perspective-article-page
    .perspective-main-container
    .cmp-hero__tl-ir
    .circle_two,
  .perspective-article-page
    .hero-v2.at-element-marker
    .perspective-main-container
    .cmp-hero__tl-ir
    .circle_two,
  .hero-v2.at-element-marker
    .section-v3
    .section__container
    .cmp-hero__tl-ir
    .circle_two,
  .section-v3
    .hero-v2.at-element-marker
    .section__container
    .cmp-hero__tl-ir
    .circle_two {
    bottom: -260px;
  }
}
@media (min-width: 70.25em) {
  .hero.at-element-marker .container .cmp-hero__tl-ir .circle_two,
  .hero.at-element-marker
    .perspective-article-page
    .perspective-main-container
    .cmp-hero__tl-ir
    .circle_two,
  .perspective-article-page
    .hero.at-element-marker
    .perspective-main-container
    .cmp-hero__tl-ir
    .circle_two,
  .hero.at-element-marker
    .section-v3
    .section__container
    .cmp-hero__tl-ir
    .circle_two,
  .section-v3
    .hero.at-element-marker
    .section__container
    .cmp-hero__tl-ir
    .circle_two,
  .hero-v2.at-element-marker .container .cmp-hero__tl-ir .circle_two,
  .hero-v2.at-element-marker
    .perspective-article-page
    .perspective-main-container
    .cmp-hero__tl-ir
    .circle_two,
  .perspective-article-page
    .hero-v2.at-element-marker
    .perspective-main-container
    .cmp-hero__tl-ir
    .circle_two,
  .hero-v2.at-element-marker
    .section-v3
    .section__container
    .cmp-hero__tl-ir
    .circle_two,
  .section-v3
    .hero-v2.at-element-marker
    .section__container
    .cmp-hero__tl-ir
    .circle_two {
    bottom: -260px;
  }
}
@media (min-width: 75em) {
  .hero.at-element-marker .container .cmp-hero__tl-ir .circle_two,
  .hero.at-element-marker
    .perspective-article-page
    .perspective-main-container
    .cmp-hero__tl-ir
    .circle_two,
  .perspective-article-page
    .hero.at-element-marker
    .perspective-main-container
    .cmp-hero__tl-ir
    .circle_two,
  .hero.at-element-marker
    .section-v3
    .section__container
    .cmp-hero__tl-ir
    .circle_two,
  .section-v3
    .hero.at-element-marker
    .section__container
    .cmp-hero__tl-ir
    .circle_two,
  .hero-v2.at-element-marker .container .cmp-hero__tl-ir .circle_two,
  .hero-v2.at-element-marker
    .perspective-article-page
    .perspective-main-container
    .cmp-hero__tl-ir
    .circle_two,
  .perspective-article-page
    .hero-v2.at-element-marker
    .perspective-main-container
    .cmp-hero__tl-ir
    .circle_two,
  .hero-v2.at-element-marker
    .section-v3
    .section__container
    .cmp-hero__tl-ir
    .circle_two,
  .section-v3
    .hero-v2.at-element-marker
    .section__container
    .cmp-hero__tl-ir
    .circle_two {
    bottom: -268px;
  }
}
@media (min-width: 100em) {
  .hero.at-element-marker .container .cmp-hero__tl-ir .circle_two,
  .hero.at-element-marker
    .perspective-article-page
    .perspective-main-container
    .cmp-hero__tl-ir
    .circle_two,
  .perspective-article-page
    .hero.at-element-marker
    .perspective-main-container
    .cmp-hero__tl-ir
    .circle_two,
  .hero.at-element-marker
    .section-v3
    .section__container
    .cmp-hero__tl-ir
    .circle_two,
  .section-v3
    .hero.at-element-marker
    .section__container
    .cmp-hero__tl-ir
    .circle_two,
  .hero-v2.at-element-marker .container .cmp-hero__tl-ir .circle_two,
  .hero-v2.at-element-marker
    .perspective-article-page
    .perspective-main-container
    .cmp-hero__tl-ir
    .circle_two,
  .perspective-article-page
    .hero-v2.at-element-marker
    .perspective-main-container
    .cmp-hero__tl-ir
    .circle_two,
  .hero-v2.at-element-marker
    .section-v3
    .section__container
    .cmp-hero__tl-ir
    .circle_two,
  .section-v3
    .hero-v2.at-element-marker
    .section__container
    .cmp-hero__tl-ir
    .circle_two {
    bottom: -268px;
  }
}

.hero-v2 .cmp-hero-v2 .cmp-image__image {
  max-width: 100%;
}

.cmp-customercarousel {
  background-color: #f0f1f2;
  padding: 96px 0px;
}
.cmp-customercarousel .cmp-customercarousel {
  background-color: transparent;
  padding: 0;
  padding: 0rem;
}
.cmp-customercarousel .cmp-customercarousel .row,
.cmp-customercarousel .cmp-customercarousel .cmp-logo-wall .logo-container,
.cmp-logo-wall .cmp-customercarousel .cmp-customercarousel .logo-container,
.cmp-customercarousel
  .cmp-customercarousel
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
.customer-story
  .cmp-customercarousel
  .cmp-customercarousel
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
.cmp-customercarousel
  .cmp-customercarousel
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12,
.perspective-article-page
  .cmp-customercarousel
  .cmp-customercarousel
  .perspective-main-container
  > .aem-Grid--default--12 {
  position: inherit !important;
}
.cmp-customercarousel .container.no-position,
.cmp-customercarousel
  .perspective-article-page
  .no-position.perspective-main-container,
.perspective-article-page
  .cmp-customercarousel
  .no-position.perspective-main-container,
.cmp-customercarousel .section-v3 .no-position.section__container,
.section-v3 .cmp-customercarousel .no-position.section__container {
  position: initial;
  z-index: inherit;
}
.cmp-customercarousel .customercarousel {
  overflow: hidden;
  min-height: 490px;
}
@media (min-width: 48em) {
  .cmp-customercarousel .customercarousel {
    overflow: visible;
  }
}
.cmp-customercarousel .customercarousel .row,
.cmp-customercarousel .customercarousel .cmp-logo-wall .logo-container,
.cmp-logo-wall .cmp-customercarousel .customercarousel .logo-container,
.cmp-customercarousel
  .customercarousel
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
.customer-story
  .cmp-customercarousel
  .customercarousel
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
.cmp-customercarousel
  .customercarousel
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12,
.perspective-article-page
  .cmp-customercarousel
  .customercarousel
  .perspective-main-container
  > .aem-Grid--default--12 {
  position: absolute;
}
@media (min-width: 70.25em) {
  .cmp-customercarousel .customercarousel .row,
  .cmp-customercarousel .customercarousel .cmp-logo-wall .logo-container,
  .cmp-logo-wall .cmp-customercarousel .customercarousel .logo-container,
  .cmp-customercarousel
    .customercarousel
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
  .customer-story
    .cmp-customercarousel
    .customercarousel
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
  .cmp-customercarousel
    .customercarousel
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12,
  .perspective-article-page
    .cmp-customercarousel
    .customercarousel
    .perspective-main-container
    > .aem-Grid--default--12 {
    position: inherit;
  }
}
.cmp-customercarousel .customer-carousel__controls {
  width: 100%;
  margin: 0;
  text-align: right;
}
.cmp-customercarousel .customer-carousel__controls .button {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #fff;
  display: inline-block;
  border: none;
  margin: 0px 8px;
}
@media (min-width: 48em) {
  .cmp-customercarousel .customer-carousel__controls .button {
    width: 48px;
    height: 48px;
  }
}
.cmp-customercarousel .customer-carousel__controls .button {
  cursor: pointer;
  transition: all 500ms;
}
.cmp-customercarousel .customer-carousel__controls .button:focus {
  border-radius: 100%;
  height: 48px;
  width: 48px;
}
.cmp-customercarousel .customer-carousel__controls .button:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.cmp-customercarousel .customer-carousel__controls .button:focus-visible {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  outline: 0;
}
.cmp-customercarousel .customer-carousel__controls .button:focus-visible:hover {
  box-shadow: none;
}
.cmp-customercarousel .customer-carousel__controls .button:disabled {
  background-color: #fff;
  cursor: default;
}
.cmp-customercarousel .customer-carousel__controls .button:disabled:hover {
  background-color: #fff;
}
.cmp-customercarousel .customer-carousel__controls .button:disabled svg {
  fill: #dfe2e6;
}
.cmp-customercarousel .customer-carousel__controls .button svg {
  fill: #7b858f;
  pointer-events: none;
  width: 24px;
  z-index: 0;
}
.cmp-customercarousel .customer-carousel {
  font-size: 20px;
  width: 100%;
  left: 0;
  transition: 500ms;
  display: flex;
  flex-direction: row;
  position: relative;
  padding: 48px 0 0 0;
  padding: 3rem 0rem 0rem 0rem;
}
.cmp-customercarousel .customer-carousel .contentfragment {
  width: 232px;
  padding: 24px;
  font-size: 16px;
  position: relative;
  background-color: #ffffff;
  flex: auto;
  border-radius: 8px;
  font-weight: normal;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  transition: all 500ms;
}
.cmp-customercarousel .customer-carousel .contentfragment + .contentfragment {
  margin-left: 32px;
  margin-left: 2rem;
}
.cmp-customercarousel .customer-carousel .contentfragment:hover,
.cmp-customercarousel .customer-carousel .contentfragment.active {
  transition: all 500ms;
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.cmp-customercarousel .customer-carousel .contentfragment:hover .customer_image,
.cmp-customercarousel
  .customer-carousel
  .contentfragment.active
  .customer_image {
  transform: scale(1.2);
}
.cmp-customercarousel .customer-carousel .contentfragment:hover div.cta,
.cmp-customercarousel .customer-carousel .contentfragment.active div.cta {
  opacity: 0.8;
  text-decoration: underline;
  transition: all 500ms;
}
.cmp-customercarousel .customer-carousel .contentfragment .customerfragment {
  margin: 0px;
  margin: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cmp-customercarousel .customer-carousel .contentfragment .cta {
  margin-bottom: 0 !important;
  white-space: normal !important;
}
.cmp-customercarousel .customer-carousel .contentfragment .quote {
  flex: 1;
  margin-bottom: 24px !important;
}
.cmp-customercarousel .customer-carousel .contentfragment .img-hover-zoom {
  width: 184px;
  height: 184px;
  margin: 0 auto;
  overflow: hidden;
}
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .img-hover-zoom
  .customer_image {
  width: 184px;
  height: 184px;
  transition: transform 0.5s ease;
}
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .img-hover-zoom
  .customer_image:focus {
  border: 2px solid #0875e1;
}
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .img-hover-zoom
  .customer_image:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .img-hover-zoom
  .customer_image:focus-visible {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  outline: 0;
}
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .img-hover-zoom
  .customer_image:focus-visible:hover {
  box-shadow: none;
}
.cmp-customercarousel .customer-carousel .contentfragment .logo-container {
  margin-top: 16px;
  margin-top: 1rem;
}
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .logo-container
  .logo:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .logo-container
  .logo:focus-visible {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  outline: 0;
}
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .logo-container
  .logo:focus-visible:hover {
  box-shadow: none;
}
.cmp-customercarousel .customer-carousel .contentfragment:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.cmp-customercarousel .customer-carousel .contentfragment:focus-visible {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  outline: 0;
}
.cmp-customercarousel .customer-carousel .contentfragment:focus-visible:hover {
  box-shadow: none;
}
@media (min-width: 70.25em) {
  .cmp-customercarousel .customer-carousel .contentfragment {
    width: 328px;
    padding: 32px;
    font-size: 20px;
  }
  .cmp-customercarousel .customer-carousel .contentfragment .img-hover-zoom {
    width: 265px;
    height: 265px;
  }
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .img-hover-zoom
    .customer_image {
    width: 265px;
    height: 265px;
  }
}
.cmp-customercarousel
  .customer-carousel
  .contentfragment.isVideo
  .img-hover-zoom {
  position: relative;
}
.cmp-customercarousel
  .customer-carousel
  .contentfragment.isVideo
  .img-hover-zoom:after,
.cmp-customercarousel
  .customer-carousel
  .contentfragment.isVideo
  .img-hover-zoom:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
}
.cmp-customercarousel
  .customer-carousel
  .contentfragment.isVideo
  .img-hover-zoom:after {
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-left: 20px solid #fff;
  margin-top: -18px;
  margin-left: -7px;
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.25));
}
.cmp-customercarousel
  .customer-carousel
  .contentfragment.isVideo
  .img-hover-zoom:before {
  margin-top: -32px;
  margin-left: -32px;
  width: 60px;
  height: 60px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
  background: rgba(0, 0, 0, 0.42);
}
.cmp-customercarousel
  .customer-carousel
  .contentfragment.isVideo
  .img-hover-zoom:hover:before {
  background: rgba(0, 0, 0, 0.7);
}
.cmp-customercarousel .sub-components {
  position: relative;
  z-index: 2;
}
.cmp-customercarousel .sub-components--button .cmp-button__text {
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 48em) {
  .cmp-customercarousel .sub-components--button .cmp-button__text {
    max-width: initial;
    overflow: auto;
    text-overflow: initial;
  }
}

/* author styling to edit content fragments */
.cmp-customercarousel-author .customer-carousel {
  display: block;
  width: 100% !important;
}
.cmp-customercarousel-author .customer-carousel .contentfragment {
  width: 100% !important;
  margin: 25px 0;
}
.cmp-customercarousel-author
  .customer-carousel
  .contentfragment
  .customer_image {
  max-width: 300px;
}
.cmp-customercarousel-author .customer-carousel .contentfragment .logo {
  max-width: 100px;
}

.cmp-customercarousel.at-element-marker .container,
.cmp-customercarousel.at-element-marker
  .perspective-article-page
  .perspective-main-container,
.perspective-article-page
  .cmp-customercarousel.at-element-marker
  .perspective-main-container,
.cmp-customercarousel.at-element-marker .section-v3 .section__container,
.section-v3 .cmp-customercarousel.at-element-marker .section__container {
  padding: 0;
  padding: 0rem;
  max-width: 100%;
}
.cmp-customercarousel.at-element-marker .container .container,
.cmp-customercarousel.at-element-marker
  .perspective-article-page
  .perspective-main-container
  .container,
.perspective-article-page
  .cmp-customercarousel.at-element-marker
  .perspective-main-container
  .container,
.cmp-customercarousel.at-element-marker
  .section-v3
  .section__container
  .container,
.section-v3
  .cmp-customercarousel.at-element-marker
  .section__container
  .container,
.cmp-customercarousel.at-element-marker
  .container
  .perspective-article-page
  .perspective-main-container,
.perspective-article-page
  .cmp-customercarousel.at-element-marker
  .container
  .perspective-main-container,
.cmp-customercarousel.at-element-marker
  .perspective-article-page
  .perspective-main-container
  .perspective-main-container,
.perspective-article-page
  .cmp-customercarousel.at-element-marker
  .perspective-main-container
  .perspective-main-container,
.cmp-customercarousel.at-element-marker
  .section-v3
  .section__container
  .perspective-article-page
  .perspective-main-container,
.perspective-article-page
  .cmp-customercarousel.at-element-marker
  .section-v3
  .section__container
  .perspective-main-container,
.section-v3
  .cmp-customercarousel.at-element-marker
  .section__container
  .perspective-article-page
  .perspective-main-container,
.perspective-article-page
  .section-v3
  .cmp-customercarousel.at-element-marker
  .section__container
  .perspective-main-container,
.cmp-customercarousel.at-element-marker
  .container
  .section-v3
  .section__container,
.section-v3
  .cmp-customercarousel.at-element-marker
  .container
  .section__container,
.cmp-customercarousel.at-element-marker
  .perspective-article-page
  .perspective-main-container
  .section-v3
  .section__container,
.section-v3
  .cmp-customercarousel.at-element-marker
  .perspective-article-page
  .perspective-main-container
  .section__container,
.perspective-article-page
  .cmp-customercarousel.at-element-marker
  .perspective-main-container
  .section-v3
  .section__container,
.section-v3
  .perspective-article-page
  .cmp-customercarousel.at-element-marker
  .perspective-main-container
  .section__container,
.cmp-customercarousel.at-element-marker
  .section-v3
  .section__container
  .section__container,
.section-v3
  .cmp-customercarousel.at-element-marker
  .section__container
  .section__container {
  padding-right: 32px;
  padding-right: 2rem;
  padding-left: 32px;
  padding-left: 2rem;
  max-width: 88rem;
}

.new-carousel-publish
  .aem-Grid
  .contentfragment
  .customerfragment
  .card-link
  .content
  .btn-cta
  .cta {
  color: #0057ae !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
}
.new-carousel-publish
  .aem-Grid
  .contentfragment
  .customerfragment
  .card-link
  .content
  .btn-cta
  .cta:hover,
.new-carousel-publish
  .aem-Grid
  .contentfragment
  .customerfragment
  .card-link
  .content
  .btn-cta
  .cta:active {
  color: #022043 !important;
}
.new-carousel-publish
  .aem-Grid
  .contentfragment
  .customerfragment
  .card-link
  .content
  .btn-cta
  .cta:focus {
  border-radius: 24px;
  border: 2px solid #0057ae !important;
  padding: 4px;
  margin-bottom: -4px;
  color: #022043 !important;
  width: fit-content;
}

.cmp-animatedscroll {
  position: relative;
}
.cmp-animatedscroll .cmp-image__image {
  --imgWidth: 100%;
  height: auto;
  width: var(--imgWidth) !important;
}
.cmp-animatedscroll .animated-lock-element {
  z-index: 2;
  position: relative;
}
.cmp-animatedscroll .eyebrow::before,
.cmp-animatedscroll h1::before,
.cmp-animatedscroll .title-1::before,
.cmp-animatedscroll h2::before,
.cmp-animatedscroll .title-2::before,
.cmp-animatedscroll h3::before,
.cmp-animatedscroll .title-3::before,
.cmp-animatedscroll .cmp-about-author .about-author__title::before,
.cmp-about-author .cmp-animatedscroll .about-author__title::before,
.cmp-animatedscroll h4::before,
.cmp-animatedscroll .title-4::before,
.cmp-animatedscroll h5::before,
.cmp-animatedscroll .title-5::before,
.cmp-animatedscroll h6::before,
.cmp-animatedscroll .title-6::before,
.cmp-animatedscroll .cmp-hub-hero .hero-card__title::before,
.cmp-hub-hero .cmp-animatedscroll .hero-card__title::before,
.cmp-animatedscroll .body-1::before,
.cmp-animatedscroll
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description::before,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-animatedscroll
  .hero-card__description::before,
.cmp-animatedscroll
  .cmp-about-author
  .about-author__user-details
  .user-name::before,
.cmp-about-author
  .about-author__user-details
  .cmp-animatedscroll
  .user-name::before,
.cmp-animatedscroll .body-2::before,
.cmp-animatedscroll .cmp-about-author .about-author__user-details::before,
.cmp-about-author .cmp-animatedscroll .about-author__user-details::before,
.cmp-animatedscroll .body-3::before,
.cmp-animatedscroll
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow::before,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-animatedscroll
  .hero-card__eyebrow::before,
.cmp-animatedscroll .cmp-hub-hero .hero-card__type::before,
.cmp-hub-hero .cmp-animatedscroll .hero-card__type::before,
.cmp-animatedscroll .cmp-share-component--copied::before,
.cmp-animatedscroll .cmp-share-component--date::before,
.cmp-animatedscroll .cmp-share-component--share::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.45) * 0.5em);
}
.cmp-animatedscroll .cmp-image__landscape {
  width: 100%;
  height: auto !important;
}
@media (max-width: 991px) {
  .cmp-animatedscroll .animated-scroll__text {
    padding-top: 2.5rem;
  }
}

.cmp-animatedscroll-v2 .flex {
  width: 100%;
  display: flex;
  width: 100%;
  position: relative;
  flex-wrap: wrap;
}
.cmp-animatedscroll-v2 .flex.row-reverse {
  flex-direction: row-reverse;
}
.cmp-animatedscroll-v2 .flex__edit .flex-item {
  max-width: 50%;
}
.cmp-animatedscroll-v2 .flex {
  gap: 40px;
}
@media (max-width: 991px) {
  .cmp-animatedscroll-v2 .flex:has(.media .cmp-image__image.hideimageonmobile),
  .cmp-animatedscroll-v2
    .flex:has(.media .mosaic__wrapper.mosaic__wrapper--mobile-hidden) {
    gap: 0;
  }
}
@media (max-width: 1123px) {
  .cmp-animatedscroll-v2 .flex:has(.media .cmp-lottie .mobile-hide) {
    gap: 0;
  }
  .cmp-animatedscroll-v2 .flex:has(.media .cmp-lottie .mobile-hide) .media {
    flex: unset !important;
  }
}
@media (min-width: 62em) {
  .cmp-animatedscroll-v2 .flex {
    flex-wrap: nowrap;
    gap: 32px;
  }
  .cmp-animatedscroll-v2
    .flex:has(.media .cmp-image__image.hideimageondesktop) {
    gap: 0;
  }
  .cmp-animatedscroll-v2
    .flex:has(.media .cmp-image__image.hideimageondesktop)
    .media {
    flex: unset !important;
  }
}
.cmp-animatedscroll-v2 .flex__publish .flex-item {
  width: 0;
  flex: 1 1 100%;
}
.cmp-animatedscroll-v2 .flex__publish .flex-item.media {
  position: relative;
}
.cmp-animatedscroll-v2 .flex__publish .flex-item.content .display {
  width: 100%;
}
@media (min-width: 992px) {
  .cmp-animatedscroll-v2 .flex__publish .flex-item-1 {
    flex: 1 1 0%;
  }
  .cmp-animatedscroll-v2 .flex__publish .flex-item-2 {
    flex: 2 1 0%;
  }
  .cmp-animatedscroll-v2 .flex__publish .flex-item-3 {
    flex: 3 1 0%;
  }
  .cmp-animatedscroll-v2 .flex__publish .flex-item-4 {
    flex: 4 1 0%;
  }
  .cmp-animatedscroll-v2 .flex__publish .flex-item-5 {
    flex: 5 1 0%;
  }
  .cmp-animatedscroll-v2 .flex__publish .flex-item-6 {
    flex: 6 1 0%;
  }
  .cmp-animatedscroll-v2 .flex__publish .flex-item-7 {
    flex: 7 1 0%;
  }
  .cmp-animatedscroll-v2 .flex__publish .flex-item-8 {
    flex: 8 1 0%;
  }
}

.timedtab__wrapper .timedtab__wrapper-title {
  margin-bottom: 48px;
  margin-bottom: 3rem;
  color: #000000;
}
@media (min-width: 75em) {
  .timedtab__wrapper .timedtab__wrapper-title {
    margin-bottom: 64px;
    margin-bottom: 4rem;
  }
}
@media (min-width: 70.25em) {
  .timedtab__wrapper .timedtab__wrapper-content .timedtab__content-items {
    display: none;
  }
}
.timedtab__wrapper
  .timedtab__wrapper-content
  .timedtab__content-items:nth-child(1) {
  display: block;
}
.timedtab__wrapper .timedtab__wrapper-content .timedtab__content-items img {
  width: 100%;
}
.timedtab__wrapper .timedtab__tabs-items {
  cursor: pointer;
  display: flex;
  transition: all 2s ease-out;
}
.timedtab__wrapper .timedtab__tabs-items:focus {
  transition: none;
}
.timedtab__wrapper .timedtab__tabs-items:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.timedtab__wrapper .timedtab__tabs-items:focus-visible {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  outline: 0;
}
.timedtab__wrapper .timedtab__tabs-items:focus-visible:hover {
  box-shadow: none;
}
@media (min-width: 70.25em) {
  .timedtab__wrapper .timedtab__tabs-items {
    padding: 16px 20px;
    padding: 1rem 1.25rem;
  }
  .timedtab__wrapper .timedtab__tabs-items:focus {
    transition: none;
  }
  .timedtab__wrapper .timedtab__tabs-items:focus {
    border: none;
    outline: none;
    box-shadow: none;
  }
  .timedtab__wrapper .timedtab__tabs-items:focus-visible {
    box-shadow:
      0 0 0 2px #ffffff,
      0 0 0 4px #0875e1;
    outline: 0;
  }
  .timedtab__wrapper .timedtab__tabs-items:focus-visible:hover {
    box-shadow: none;
  }
}
.timedtab__wrapper .timedtab__tabs-items .timedtab__tabs-items--title {
  color: #525d6a;
}
.timedtab__wrapper .timedtab__tabs-items .timedtab__tabs-items--desc {
  color: #525d6a;
}
.timedtab__wrapper
  .timedtab__tabs-items
  .timedtab__tabs-items--desc
  ul
  li
  span {
  display: block;
}
@keyframes progressBar {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.timedtab__wrapper
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  p,
.timedtab__wrapper
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  span {
  color: #0057ae;
}
.timedtab__wrapper
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--desc {
  color: #022043;
}
.timedtab__wrapper
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items-progress-fill {
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #0057ae;
  animation: progressBar 4s linear;
}
.timedtab__wrapper .timedtab__tabs-items-progress {
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #dfe2e6;
  display: none;
  width: 4px;
}
@media (min-width: 70.25em) {
  .timedtab__wrapper .timedtab__tabs-items-progress {
    display: block;
  }
}
.timedtab__wrapper .timedtab__tabs-items-container {
  max-width: calc(100% - 4px);
}
@media (min-width: 70.25em) {
  .timedtab__wrapper .timedtab__tabs-items-container {
    padding-left: 20px;
    padding-left: 1.25rem;
    display: block;
  }
}

.timedtab__wrapper--left-variant .reverse-variant {
  flex-direction: row-reverse;
}

.section.bg-blue .timedtab__wrapper .timedtab__tabs-items:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.section.bg-blue .timedtab__wrapper .timedtab__tabs-items:focus-visible {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  outline: 0;
}
.section.bg-blue .timedtab__wrapper .timedtab__tabs-items:focus-visible:hover {
  box-shadow: none;
}
.section.bg-blue
  .timedtab__wrapper
  .timedtab__tabs-items
  .timedtab__tabs-items--title,
.section.bg-blue
  .timedtab__wrapper
  .timedtab__tabs-items
  .timedtab__tabs-items--desc {
  color: #ffffff;
  opacity: 0.55;
}
.section.bg-blue
  .timedtab__wrapper
  .timedtab__tabs-items
  .timedtab__tabs-items-progress {
  background: transparent;
}
.section.bg-blue
  .timedtab__wrapper
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title,
.section.bg-blue
  .timedtab__wrapper
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--desc {
  color: #ffffff;
  opacity: 1;
}
.section.bg-blue
  .timedtab__wrapper
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items-progress-fill {
  background: #ffc629;
}

.timedtab__wrapper-tabs {
  margin-top: 32px;
  margin-top: 2rem;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
@media (min-width: 70.25em) {
  .timedtab__wrapper-tabs {
    margin-top: 0;
    margin-top: 0rem;
    margin-bottom: 0;
    margin-bottom: 0rem;
  }
}

.timedtab__wrapper--desktop {
  display: none;
}
@media (min-width: 70.25em) {
  .timedtab__wrapper--desktop {
    display: block;
  }
}

@media (min-width: 70.25em) {
  .timedtab__wrapper--mobile {
    display: none;
  }
}

.lightTheme .timedtab__tabs-items .timedtab__tabs-items-progress,
.quote .quote-component .timedtab__tabs-items .timedtab__tabs-items-progress {
  background-color: #b6c1cc;
  -webkit-border-radius: 1px 1px 1px 1px;
  -moz-border-radius: 1px 1px 1px 1px;
  border-radius: 1px 1px 1px 1px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.lightTheme
  .timedtab__tabs-items
  .timedtab__tabs-items-progress
  .timedtab__tabs-items-progress-fill,
.quote
  .quote-component
  .timedtab__tabs-items
  .timedtab__tabs-items-progress
  .timedtab__tabs-items-progress-fill {
  background-color: #0057ae;
}
.lightTheme .timedtab__tabs-items .timedtab__tabs-items--title h1,
.quote .quote-component .timedtab__tabs-items .timedtab__tabs-items--title h1,
.lightTheme .timedtab__tabs-items .timedtab__tabs-items--title h2,
.quote .quote-component .timedtab__tabs-items .timedtab__tabs-items--title h2,
.lightTheme .timedtab__tabs-items .timedtab__tabs-items--title h3,
.quote .quote-component .timedtab__tabs-items .timedtab__tabs-items--title h3,
.lightTheme .timedtab__tabs-items .timedtab__tabs-items--title h4,
.quote .quote-component .timedtab__tabs-items .timedtab__tabs-items--title h4,
.lightTheme .timedtab__tabs-items .timedtab__tabs-items--title h5,
.quote .quote-component .timedtab__tabs-items .timedtab__tabs-items--title h5,
.lightTheme .timedtab__tabs-items .timedtab__tabs-items--title h6,
.quote .quote-component .timedtab__tabs-items .timedtab__tabs-items--title h6,
.lightTheme .timedtab__tabs-items .timedtab__tabs-items--title .title-1,
.quote
  .quote-component
  .timedtab__tabs-items
  .timedtab__tabs-items--title
  .title-1,
.lightTheme .timedtab__tabs-items .timedtab__tabs-items--title .title-2,
.quote
  .quote-component
  .timedtab__tabs-items
  .timedtab__tabs-items--title
  .title-2,
.lightTheme .timedtab__tabs-items .timedtab__tabs-items--title .title-3,
.lightTheme
  .timedtab__tabs-items
  .timedtab__tabs-items--title
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .lightTheme
  .timedtab__tabs-items
  .timedtab__tabs-items--title
  .about-author__title,
.quote
  .quote-component
  .timedtab__tabs-items
  .timedtab__tabs-items--title
  .title-3,
.quote
  .quote-component
  .timedtab__tabs-items
  .timedtab__tabs-items--title
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .quote
  .quote-component
  .timedtab__tabs-items
  .timedtab__tabs-items--title
  .about-author__title,
.lightTheme .timedtab__tabs-items .timedtab__tabs-items--title .title-4,
.quote
  .quote-component
  .timedtab__tabs-items
  .timedtab__tabs-items--title
  .title-4,
.lightTheme .timedtab__tabs-items .timedtab__tabs-items--title .title-5,
.quote
  .quote-component
  .timedtab__tabs-items
  .timedtab__tabs-items--title
  .title-5,
.lightTheme .timedtab__tabs-items .timedtab__tabs-items--title .title-6,
.lightTheme
  .timedtab__tabs-items
  .timedtab__tabs-items--title
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .lightTheme
  .timedtab__tabs-items
  .timedtab__tabs-items--title
  .hero-card__title,
.quote
  .quote-component
  .timedtab__tabs-items
  .timedtab__tabs-items--title
  .title-6,
.quote
  .quote-component
  .timedtab__tabs-items
  .timedtab__tabs-items--title
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .quote
  .quote-component
  .timedtab__tabs-items
  .timedtab__tabs-items--title
  .hero-card__title,
.lightTheme .timedtab__tabs-items .timedtab__tabs-items--title p,
.quote .quote-component .timedtab__tabs-items .timedtab__tabs-items--title p {
  color: #525d6a !important;
}
.lightTheme .timedtab__tabs-items .timedtab__tabs-items--title .title-6,
.lightTheme
  .timedtab__tabs-items
  .timedtab__tabs-items--title
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .lightTheme
  .timedtab__tabs-items
  .timedtab__tabs-items--title
  .hero-card__title,
.quote
  .quote-component
  .timedtab__tabs-items
  .timedtab__tabs-items--title
  .title-6,
.quote
  .quote-component
  .timedtab__tabs-items
  .timedtab__tabs-items--title
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .quote
  .quote-component
  .timedtab__tabs-items
  .timedtab__tabs-items--title
  .hero-card__title {
  font-weight: 700;
  line-height: 28px;
}
.lightTheme .timedtab__tabs-items .timedtab__tabs-items--desc .body-1,
.lightTheme
  .timedtab__tabs-items
  .timedtab__tabs-items--desc
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .lightTheme
  .timedtab__tabs-items
  .timedtab__tabs-items--desc
  .hero-card__description,
.lightTheme
  .timedtab__tabs-items
  .timedtab__tabs-items--desc
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .lightTheme
  .timedtab__tabs-items
  .timedtab__tabs-items--desc
  .user-name,
.quote
  .quote-component
  .timedtab__tabs-items
  .timedtab__tabs-items--desc
  .body-1,
.quote
  .quote-component
  .timedtab__tabs-items
  .timedtab__tabs-items--desc
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .quote
  .quote-component
  .timedtab__tabs-items
  .timedtab__tabs-items--desc
  .hero-card__description,
.quote
  .quote-component
  .timedtab__tabs-items
  .timedtab__tabs-items--desc
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .quote
  .quote-component
  .timedtab__tabs-items
  .timedtab__tabs-items--desc
  .user-name,
.lightTheme .timedtab__tabs-items .timedtab__tabs-items--desc .body-2,
.lightTheme
  .timedtab__tabs-items
  .timedtab__tabs-items--desc
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .lightTheme
  .timedtab__tabs-items
  .timedtab__tabs-items--desc
  .about-author__user-details,
.quote
  .quote-component
  .timedtab__tabs-items
  .timedtab__tabs-items--desc
  .body-2,
.quote
  .quote-component
  .timedtab__tabs-items
  .timedtab__tabs-items--desc
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .quote
  .quote-component
  .timedtab__tabs-items
  .timedtab__tabs-items--desc
  .about-author__user-details,
.lightTheme .timedtab__tabs-items .timedtab__tabs-items--desc p,
.quote .quote-component .timedtab__tabs-items .timedtab__tabs-items--desc p {
  color: #525d6a !important;
}
.lightTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  h1,
.quote
  .quote-component
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  h1,
.lightTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  h2,
.quote
  .quote-component
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  h2,
.lightTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  h3,
.quote
  .quote-component
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  h3,
.lightTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  h4,
.quote
  .quote-component
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  h4,
.lightTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  h5,
.quote
  .quote-component
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  h5,
.lightTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  h6,
.quote
  .quote-component
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  h6,
.lightTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  .title-1,
.quote
  .quote-component
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  .title-1,
.lightTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  .title-2,
.quote
  .quote-component
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  .title-2,
.lightTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  .title-3,
.lightTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .lightTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  .about-author__title,
.quote
  .quote-component
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  .title-3,
.quote
  .quote-component
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .quote
  .quote-component
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  .about-author__title,
.lightTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  .title-4,
.quote
  .quote-component
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  .title-4,
.lightTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  .title-5,
.quote
  .quote-component
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  .title-5,
.lightTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  .title-6,
.lightTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .lightTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  .hero-card__title,
.quote
  .quote-component
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  .title-6,
.quote
  .quote-component
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .quote
  .quote-component
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  .hero-card__title,
.lightTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  p,
.quote
  .quote-component
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  p {
  color: #0057ae !important;
}
.lightTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  .title-6,
.lightTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .lightTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  .hero-card__title,
.quote
  .quote-component
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  .title-6,
.quote
  .quote-component
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .quote
  .quote-component
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  .hero-card__title {
  font-weight: 700;
  line-height: 28px;
}
.lightTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--desc
  .body-1,
.lightTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--desc
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .lightTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--desc
  .hero-card__description,
.lightTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--desc
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .lightTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--desc
  .user-name,
.quote
  .quote-component
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--desc
  .body-1,
.quote
  .quote-component
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--desc
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .quote
  .quote-component
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--desc
  .hero-card__description,
.quote
  .quote-component
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--desc
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .quote
  .quote-component
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--desc
  .user-name,
.lightTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--desc
  .body-2,
.lightTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--desc
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .lightTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--desc
  .about-author__user-details,
.quote
  .quote-component
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--desc
  .body-2,
.quote
  .quote-component
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--desc
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .quote
  .quote-component
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--desc
  .about-author__user-details,
.lightTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--desc
  p,
.quote
  .quote-component
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--desc
  p {
  color: #022043 !important;
}

.darkTheme .timedtab__tabs-items .timedtab__tabs-items-progress {
  background-color: #b6c1cc;
  -webkit-border-radius: 1px 1px 1px 1px;
  -moz-border-radius: 1px 1px 1px 1px;
  border-radius: 1px 1px 1px 1px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.darkTheme
  .timedtab__tabs-items
  .timedtab__tabs-items-progress
  .timedtab__tabs-items-progress-fill {
  background-color: #ffffff;
}
.darkTheme .timedtab__tabs-items .timedtab__tabs-items--title h1,
.darkTheme .timedtab__tabs-items .timedtab__tabs-items--title h2,
.darkTheme .timedtab__tabs-items .timedtab__tabs-items--title h3,
.darkTheme .timedtab__tabs-items .timedtab__tabs-items--title h4,
.darkTheme .timedtab__tabs-items .timedtab__tabs-items--title h5,
.darkTheme .timedtab__tabs-items .timedtab__tabs-items--title h6,
.darkTheme .timedtab__tabs-items .timedtab__tabs-items--title .title-1,
.darkTheme .timedtab__tabs-items .timedtab__tabs-items--title .title-2,
.darkTheme .timedtab__tabs-items .timedtab__tabs-items--title .title-3,
.darkTheme
  .timedtab__tabs-items
  .timedtab__tabs-items--title
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .darkTheme
  .timedtab__tabs-items
  .timedtab__tabs-items--title
  .about-author__title,
.darkTheme .timedtab__tabs-items .timedtab__tabs-items--title .title-4,
.darkTheme .timedtab__tabs-items .timedtab__tabs-items--title .title-5,
.darkTheme .timedtab__tabs-items .timedtab__tabs-items--title .title-6,
.darkTheme
  .timedtab__tabs-items
  .timedtab__tabs-items--title
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .darkTheme
  .timedtab__tabs-items
  .timedtab__tabs-items--title
  .hero-card__title,
.darkTheme .timedtab__tabs-items .timedtab__tabs-items--title p {
  color: #b6c1cc !important;
}
.darkTheme .timedtab__tabs-items .timedtab__tabs-items--title .title-6,
.darkTheme
  .timedtab__tabs-items
  .timedtab__tabs-items--title
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .darkTheme
  .timedtab__tabs-items
  .timedtab__tabs-items--title
  .hero-card__title {
  font-weight: 700;
  line-height: 28px;
}
.darkTheme .timedtab__tabs-items .timedtab__tabs-items--desc .body-1,
.darkTheme
  .timedtab__tabs-items
  .timedtab__tabs-items--desc
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .darkTheme
  .timedtab__tabs-items
  .timedtab__tabs-items--desc
  .hero-card__description,
.darkTheme
  .timedtab__tabs-items
  .timedtab__tabs-items--desc
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .darkTheme
  .timedtab__tabs-items
  .timedtab__tabs-items--desc
  .user-name,
.darkTheme .timedtab__tabs-items .timedtab__tabs-items--desc .body-2,
.darkTheme
  .timedtab__tabs-items
  .timedtab__tabs-items--desc
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .darkTheme
  .timedtab__tabs-items
  .timedtab__tabs-items--desc
  .about-author__user-details,
.darkTheme .timedtab__tabs-items .timedtab__tabs-items--desc p {
  color: #b6c1cc !important;
}
.darkTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  h1,
.darkTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  h2,
.darkTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  h3,
.darkTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  h4,
.darkTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  h5,
.darkTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  h6,
.darkTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  .title-1,
.darkTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  .title-2,
.darkTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  .title-3,
.darkTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .darkTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  .about-author__title,
.darkTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  .title-4,
.darkTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  .title-5,
.darkTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  .title-6,
.darkTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .darkTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  .hero-card__title,
.darkTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  p {
  color: #ffffff !important;
}
.darkTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  .title-6,
.darkTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .darkTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--title
  .hero-card__title {
  font-weight: 700;
  line-height: 28px;
}
.darkTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--desc
  .body-1,
.darkTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--desc
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .darkTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--desc
  .hero-card__description,
.darkTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--desc
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .darkTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--desc
  .user-name,
.darkTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--desc
  .body-2,
.darkTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--desc
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .darkTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--desc
  .about-author__user-details,
.darkTheme
  .timedtab__tabs-items[data-state="active"]
  .timedtab__tabs-items--desc
  p {
  color: #ffffff !important;
}

.resource-bar__wrapper {
  margin-top: 48px;
  margin-top: 3rem;
}
@media (min-width: 75em) {
  .resource-bar__wrapper {
    margin-top: 64px;
    margin-top: 4rem;
  }
}

.cmp-resourcebar {
  height: 100%;
}
.cmp-resourcebar .content-fragment__cards {
  padding: 24px;
  padding: 1.5rem;
  min-height: 200px;
  min-height: 12.5rem;
  background: #ffffff;
  border: 1px solid #b6c1cc;
  border-radius: 8px !important;
  cursor: pointer;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  text-decoration: none;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0);
  transition: box-shadow 0.2s ease-in-out;
}
.cmp-resourcebar .content-fragment__cards:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.cmp-resourcebar .content-fragment__cards:focus-visible {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  outline: 0;
}
.cmp-resourcebar .content-fragment__cards:focus-visible:hover {
  box-shadow: none;
}
.cmp-resourcebar .content-fragment__cards:hover {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}
.cmp-resourcebar .content-fragment__cards:focus {
  box-shadow: none !important;
  outline: 0;
  border: 1px solid #b6c1cc;
}
.cmp-resourcebar .content-fragment__cards .content-fragment__cards-container {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.cmp-resourcebar .content-fragment__cards-title {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 14px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 0.875rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  display: flex;
  color: #022043;
  font-weight: 700;
  letter-spacing: 1.12px;
  line-height: 20px;
  text-transform: uppercase;
}
.cmp-resourcebar .content-fragment__cards-desc {
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 20px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1.25rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  color: #022043;
  font-weight: 400;
  line-height: 28px;
  display: flex;
}
.cmp-resourcebar .content-fragment__cards-desc p {
  color: inherit;
}
.cmp-resourcebar .content-fragment__cards-cta {
  align-items: center;
  cursor: pointer;
  margin: 0 !important;
  white-space: normal !important;
}
.cmp-resourcebar .content-fragment__cards-cta:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.cmp-resourcebar .content-fragment__cards-cta:focus-visible {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  outline: 0;
}
.cmp-resourcebar .content-fragment__cards-cta:focus-visible:hover {
  box-shadow: none;
}
.cmp-resourcebar .content-fragment__cards-cta img,
.cmp-resourcebar .content-fragment__cards-cta svg {
  margin-right: 8px;
  margin-right: 0.5rem;
  width: 24px;
  height: 24px;
}
.cmp-resourcebar .content-fragment__cards-cta svg {
  fill: #0875e1;
}
.cmp-resourcebar .content-fragment__cards-cta:focus {
  box-shadow: 0 0 0 2px #0057ae;
  outline: 0;
}
.cmp-resourcebar .content-fragment__cards-cta:hover svg,
.cmp-resourcebar .content-fragment__cards-cta:focus svg,
.cmp-resourcebar .content-fragment__cards-cta:active svg {
  fill: #022043 !important;
}
.cmp-resourcebar .content-fragment__cards-cta:hover span,
.cmp-resourcebar .content-fragment__cards-cta:focus span,
.cmp-resourcebar .content-fragment__cards-cta:active span {
  color: #022043 !important;
}
.cmp-resourcebar .content-fragment__cards-cta span {
  text-decoration: underline;
  font-weight: 700;
}
.cmp-resourcebar.cmp-resourcebar-author {
  height: auto;
}

.section.bg-blue .content-fragment__cards-title {
  color: #000000;
}
.section.bg-blue .content-fragment__cards:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.section.bg-blue .content-fragment__cards:focus-visible {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  outline: 0;
}
.section.bg-blue .content-fragment__cards:focus-visible:hover {
  box-shadow: none;
}
.section.bg-blue .content-fragment__cards:hover {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

.cmp-resourcebar
  .content-fragment__cards:hover
  .content-fragment__cards-cta
  svg {
  fill: #022043 !important;
}
.cmp-resourcebar
  .content-fragment__cards:hover
  .content-fragment__cards-cta
  span {
  color: #022043 !important;
}

.lightTheme .cmp-resourcebar .content-fragment__cards-cta span,
.quote .quote-component .cmp-resourcebar .content-fragment__cards-cta span,
.darkTheme .cmp-resourcebar .content-fragment__cards-cta span {
  color: #0057ae;
  text-decoration: underline;
}
.lightTheme .cmp-resourcebar .content-fragment__cards-cta svg,
.quote .quote-component .cmp-resourcebar .content-fragment__cards-cta svg,
.darkTheme .cmp-resourcebar .content-fragment__cards-cta svg {
  fill: #0057ae;
}

.lightTheme .resource-bar-header__wrapper span.title-2,
.quote .quote-component .resource-bar-header__wrapper span.title-2 {
  color: #022043;
}

.cmp-resourcebar .content-fragment__cards:focus {
  border: 1px solid #b6c1cc;
}

.cmp-tabanimation {
  background-color: #0875e1;
  color: #ffffff;
  transition: all 500ms;
  padding: 96px 0px;
}
.cmp-tabanimation span {
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 13px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 0.8125rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
}
.cmp-tabanimation h1,
.cmp-tabanimation .title-1,
.cmp-tabanimation h2,
.cmp-tabanimation .title-2,
.cmp-tabanimation h3,
.cmp-tabanimation .title-3,
.cmp-tabanimation .cmp-about-author .about-author__title,
.cmp-about-author .cmp-tabanimation .about-author__title,
.cmp-tabanimation h4,
.cmp-tabanimation .title-4,
.cmp-tabanimation h5,
.cmp-tabanimation .title-5,
.cmp-tabanimation h6,
.cmp-tabanimation .title-6,
.cmp-tabanimation .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .cmp-tabanimation .hero-card__title {
  font-family: "Acid Grotesk", Arial, Helvetica, sans-serif;
  color: #ffffff !important;
}
.cmp-tabanimation h1,
.cmp-tabanimation .title-1,
.cmp-tabanimation h2,
.cmp-tabanimation .title-2,
.cmp-tabanimation h3,
.cmp-tabanimation .title-3,
.cmp-tabanimation .cmp-about-author .about-author__title,
.cmp-about-author .cmp-tabanimation .about-author__title,
.cmp-tabanimation h4,
.cmp-tabanimation .title-4,
.cmp-tabanimation h5,
.cmp-tabanimation .title-5,
.cmp-tabanimation h6,
.cmp-tabanimation .title-6,
.cmp-tabanimation .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .cmp-tabanimation .hero-card__title {
  font-family: "Acid Grotesk", Arial, Helvetica, sans-serif;
  color: #ffffff !important;
}
.cmp-tabanimation h1,
.cmp-tabanimation .title-1 {
  margin-top: 0;
  margin-top: 0rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 32px;
  font-size: 2rem;
  color: #ffffff !important;
  line-height: 40px;
  font-weight: 500;
}
@media (min-width: 48em) {
  .cmp-tabanimation h1,
  .cmp-tabanimation .title-1 {
    margin-top: 0;
    margin-top: 0rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    font-size: 40px;
    font-size: 2.5rem;
    color: #ffffff !important;
    line-height: 50px;
  }
}
@media (min-width: 75em) {
  .cmp-tabanimation h1,
  .cmp-tabanimation .title-1 {
    margin-top: 0;
    margin-top: 0rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    font-size: 56px;
    font-size: 3.5rem;
    color: #ffffff !important;
    line-height: 70px;
  }
}
.cmp-tabanimation h2,
.cmp-tabanimation .title-2 {
  margin-top: 0;
  margin-top: 0rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 32px;
  font-size: 2rem;
  color: #ffffff !important;
  line-height: 40px;
  font-weight: 500;
}
@media (min-width: 48em) {
  .cmp-tabanimation h2,
  .cmp-tabanimation .title-2 {
    margin-top: 0;
    margin-top: 0rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    font-size: 40px;
    font-size: 2.5rem;
    color: #ffffff !important;
    line-height: 50px;
  }
}
@media (min-width: 75em) {
  .cmp-tabanimation h2,
  .cmp-tabanimation .title-2 {
    margin-top: 0;
    margin-top: 0rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    font-size: 48px;
    font-size: 3rem;
    color: #ffffff !important;
    line-height: 60px;
  }
}
.cmp-tabanimation h3,
.cmp-tabanimation .title-3,
.cmp-tabanimation .cmp-about-author .about-author__title,
.cmp-about-author .cmp-tabanimation .about-author__title {
  font-weight: 500;
  margin-top: 0;
  margin-top: 0rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 32px;
  font-size: 2rem;
  color: #ffffff !important;
  line-height: 40px;
}
@media (min-width: 75em) {
  .cmp-tabanimation h3,
  .cmp-tabanimation .title-3,
  .cmp-tabanimation .cmp-about-author .about-author__title,
  .cmp-about-author .cmp-tabanimation .about-author__title {
    margin-top: 0;
    margin-top: 0rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    font-size: 40px;
    font-size: 2.5rem;
    color: #ffffff !important;
    line-height: 50px;
  }
}
.cmp-tabanimation h4,
.cmp-tabanimation .title-4 {
  margin-top: 0;
  margin-top: 0rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff !important;
  line-height: 25px;
  font-weight: 500;
}
@media (min-width: 75em) {
  .cmp-tabanimation h4,
  .cmp-tabanimation .title-4 {
    margin-top: 0;
    margin-top: 0rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    font-size: 32px;
    font-size: 2rem;
    color: #ffffff !important;
    line-height: 40px;
  }
}
.cmp-tabanimation h5,
.cmp-tabanimation .title-5,
.cmp-tabanimation .cmp-hub-hero .hub-hero__wrapper-have-hero .hero-card__title,
.cmp-hub-hero .hub-hero__wrapper-have-hero .cmp-tabanimation .hero-card__title {
  font-weight: 500;
  margin-top: 0;
  margin-top: 0rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff !important;
  line-height: 25px;
}
@media (min-width: 75em) {
  .cmp-tabanimation h5,
  .cmp-tabanimation .title-5,
  .cmp-tabanimation
    .cmp-hub-hero
    .hub-hero__wrapper-have-hero
    .hero-card__title,
  .cmp-hub-hero
    .hub-hero__wrapper-have-hero
    .cmp-tabanimation
    .hero-card__title {
    margin-top: 0;
    margin-top: 0rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    font-size: 24px;
    font-size: 1.5rem;
    color: #ffffff !important;
    line-height: 30px;
  }
}
.cmp-tabanimation h6,
.cmp-tabanimation .title-6,
.cmp-tabanimation .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .cmp-tabanimation .hero-card__title {
  margin-top: 0;
  margin-top: 0rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 25px;
  font-weight: 500;
  color: #ffffff !important;
}
.cmp-tabanimation .tabanimation-container .lower-container {
  padding-top: 10px;
}
.cmp-tabanimation .tabanimation-container .lower-container h2 {
  margin: 0;
}
.cmp-tabanimation .tabanimation-container .lower-container a {
  color: #ffffff;
}
.cmp-tabanimation .tabanimation-container .lower-container a:hover {
  color: #ffffff;
}
.cmp-tabanimation .tabanimation-container .lower-container a:active {
  color: #e8ebed;
}
.cmp-tabanimation .tabanimation-container .lower-container a:visited {
  color: #ffffff;
}
.cmp-tabanimation .tabanimation-container .lower-container a:visited:hover {
  color: #e8ebed;
}
.cmp-tabanimation .tabanimation-container .lower-container a:visited:active {
  color: #e8ebed;
}
.cmp-tabanimation .tabanimation-container .lower-container a.cmp-button {
  background-color: #ffffff;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 16px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  color: #0875e1;
  text-align: center;
  padding: 12px 31px;
  border: none;
  border-radius: 24px;
  font-weight: bold;
  text-decoration: none;
  margin: 0;
}
.cmp-tabanimation .tabanimation-container .tab-image-row {
  padding: 128px 0px 30px 0px;
}
.cmp-tabanimation .tabanimation-container .tab-image-row .tab-container {
  color: #ffffff;
  text-align: left;
  transition: all 500ms;
  position: relative;
}
@media (min-width: 70.25em) {
  .cmp-tabanimation .tabanimation-container .tab-image-row .tab-container {
    color: rgba(255, 255, 255, 0.5);
  }
}
.cmp-tabanimation .tabanimation-container .tab-image-row .tab-container h6 {
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 24px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1.5rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 15px !important;
}
.cmp-tabanimation .tabanimation-container .tab-image-row .tab-container p {
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 16px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  margin: 0;
}
.cmp-tabanimation
  .tabanimation-container
  .tab-image-row
  .tab-container
  .tab-item-active-line {
  width: 4px;
  height: 0px;
  background-color: #ffc629;
  top: 20px;
  position: absolute;
  transition: all 500ms;
  display: none;
}
@media (min-width: 70.25em) {
  .cmp-tabanimation
    .tabanimation-container
    .tab-image-row
    .tab-container
    .tab-item-active-line {
    display: block;
  }
}
.cmp-tabanimation
  .tabanimation-container
  .tab-image-row
  .tab-container
  .tab-item {
  padding-left: 28px;
  margin: 32px 0px;
  transition: all 500ms;
}
@media (min-width: 70.25em) {
  .cmp-tabanimation
    .tabanimation-container
    .tab-image-row
    .tab-container
    .tab-item {
    cursor: pointer;
    max-width: 416px;
  }
}
.cmp-tabanimation
  .tabanimation-container
  .tab-image-row
  .tab-container
  .tab-item
  .title {
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 24px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1.5rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  margin: 0;
}
.cmp-tabanimation
  .tabanimation-container
  .tab-image-row
  .tab-container
  .tab-item
  .description {
  font-size: 16px;
}
.cmp-tabanimation
  .tabanimation-container
  .tab-image-row
  .tab-container
  .tab-item:hover,
.cmp-tabanimation
  .tabanimation-container
  .tab-image-row
  .tab-container
  .tab-item.active {
  color: #ffffff;
  transition: all 500ms;
}
.cmp-tabanimation .tabanimation-container .tab-image-row .image-container {
  position: relative;
}
.cmp-tabanimation
  .tabanimation-container
  .tab-image-row
  .image-container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.cmp-tabanimation
  .tabanimation-container
  .tab-image-row
  .image-container
  > iframe,
.cmp-tabanimation
  .tabanimation-container
  .tab-image-row
  .image-container
  > embed,
.cmp-tabanimation
  .tabanimation-container
  .tab-image-row
  .image-container
  > object,
.cmp-tabanimation
  .tabanimation-container
  .tab-image-row
  .image-container
  > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 70.25em) {
  .cmp-tabanimation .tabanimation-container .tab-image-row .image-container {
    position: relative;
  }
  .cmp-tabanimation
    .tabanimation-container
    .tab-image-row
    .image-container:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  .cmp-tabanimation
    .tabanimation-container
    .tab-image-row
    .image-container
    > iframe,
  .cmp-tabanimation
    .tabanimation-container
    .tab-image-row
    .image-container
    > embed,
  .cmp-tabanimation
    .tabanimation-container
    .tab-image-row
    .image-container
    > object,
  .cmp-tabanimation
    .tabanimation-container
    .tab-image-row
    .image-container
    > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 75em) {
  .cmp-tabanimation .tabanimation-container .tab-image-row .image-container {
    position: relative;
  }
  .cmp-tabanimation
    .tabanimation-container
    .tab-image-row
    .image-container:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%;
  }
  .cmp-tabanimation
    .tabanimation-container
    .tab-image-row
    .image-container
    > iframe,
  .cmp-tabanimation
    .tabanimation-container
    .tab-image-row
    .image-container
    > embed,
  .cmp-tabanimation
    .tabanimation-container
    .tab-image-row
    .image-container
    > object,
  .cmp-tabanimation
    .tabanimation-container
    .tab-image-row
    .image-container
    > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
}
.cmp-tabanimation
  .tabanimation-container
  .tab-image-row
  .image-container
  .image-yellow-circle {
  width: 75%;
  height: auto;
  padding-top: 75%;
  margin: 0 auto;
  display: block;
  background-color: #ffc629;
  border-radius: 50%;
}
.cmp-tabanimation .tabanimation-container .tab-image-row .image-container {
  text-align: center;
}
.cmp-tabanimation
  .tabanimation-container
  .tab-image-row
  .image-container
  .image {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 290px;
  width: 100%;
  opacity: 1;
  transition: all 500ms;
}
@media (min-width: 48em) {
  .cmp-tabanimation
    .tabanimation-container
    .tab-image-row
    .image-container
    .image {
    max-width: 740px;
    width: auto;
  }
}
@media (min-width: 70.25em) {
  .cmp-tabanimation
    .tabanimation-container
    .tab-image-row
    .image-container
    .image {
    max-width: 830px;
    opacity: 0;
    top: -20px;
    width: auto;
  }
}
@media (min-width: 75em) {
  .cmp-tabanimation
    .tabanimation-container
    .tab-image-row
    .image-container
    .image {
    max-width: 830px;
    opacity: 0;
    top: -20px;
  }
}
@media (min-width: 100em) {
  .cmp-tabanimation
    .tabanimation-container
    .tab-image-row
    .image-container
    .image {
    max-width: 980px;
    opacity: 0;
    top: -20px;
  }
}
.cmp-tabanimation
  .tabanimation-container
  .tab-image-row
  .image-container
  .image.active {
  opacity: 1;
  top: 0;
  transition: all 1000ms;
}

.logo-wall.logo-container--two-grid,
.logo-wall.logo-container--three-grid,
.logo-wall.logo-container--four-grid,
.logo-wall.logo-container--six-grid,
.logo-wall {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.logo-wall.logo-container--two-grid .cmp-logowall-logo {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.logo-wall.logo-container--three-grid .cmp-logowall-logo {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
@media (min-width: 48em) {
  .logo-wall.logo-container--three-grid .cmp-logowall-logo {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
}
.logo-wall.logo-container--four-grid .cmp-logowall-logo {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
@media (min-width: 48em) {
  .logo-wall.logo-container--four-grid .cmp-logowall-logo {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (min-width: 75em) {
  .logo-wall.logo-container--four-grid .cmp-logowall-logo {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}
.logo-wall.logo-container--six-grid .cmp-logowall-logo,
.logo-wall .cmp-logowall-logo {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
@media (min-width: 48em) {
  .logo-wall.logo-container--six-grid .cmp-logowall-logo,
  .logo-wall .cmp-logowall-logo {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (min-width: 75em) {
  .logo-wall.logo-container--six-grid .cmp-logowall-logo,
  .logo-wall .cmp-logowall-logo {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
}

.cmp-logo-wall .heading {
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 16px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  margin-bottom: 16px;
  margin-bottom: 1rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.cmp-logo-wall .logo-container .logo-content__wrapper {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.cmp-logo-wall .logo-container img:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.cmp-logo-wall .logo-container img:focus-visible {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  outline: 0;
}
.cmp-logo-wall .logo-container img:focus-visible:hover {
  box-shadow: none;
}
.cmp-logo-wall .logo-container img {
  margin: auto;
}

@media (min-width: 1px) {
  header.cmp-header-container:before {
    content: "nav-xs";
  }
}
@media (min-width: 768px) {
  header.cmp-header-container:before {
    content: "nav-sm";
  }
}
@media (min-width: 1025px) {
  header.cmp-header-container:before {
    content: "nav-md";
  }
}
@media (min-width: 1200px) {
  header.cmp-header-container:before {
    content: "nav-lg";
  }
}
@media (min-width: 1600px) {
  header.cmp-header-container:before {
    content: "nav-xl";
  }
}
body:not(.legacy):not(.has-breadcrumb).author
  .experience-fragment.experiencefragment:first-child {
  padding-top: 72px;
}
body:not(.legacy):not(.has-breadcrumb):not(.author) {
  padding-top: 72px;
}

body.has-breadcrumb
  .experience-fragment.experiencefragment:first-child
  + .responsivegrid,
body.has-breadcrumb .page-wrap {
  padding-top: 72px;
}
body.has-breadcrumb .l3b {
  margin-bottom: -73px;
}
body.has-breadcrumb header.cmp-header-container {
  position: relative;
  width: auto;
}

/*=== Header ===*/
header.cmp-header-container::before {
  height: 0;
}
header.cmp-header-container {
  /* header styles */
  background: #ffffff;
  display: flex;
  z-index: 900;
  flex-flow: column nowrap;
  position: fixed;
  width: 100%;
  border-bottom: 1px solid #f0f1f2;
  top: 0;
  left: 0;
  /* general image style */
}
header.cmp-header-container img {
  margin-top: 3px;
  margin-top: 0.1875rem;
  width: 33px;
  width: 2.0625rem;
  vertical-align: top;
}
header.cmp-header-container img .cmp-image__image {
  width: 64px;
  width: 4rem;
}
header.cmp-header-container .icon.external {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  display: inline-block;
  fill: #7b858f;
  vertical-align: top;
}
header.cmp-header-container .cmp-getstarted {
  display: block;
}
header.cmp-header-container {
  /* anchor, span styling. Make sure it's not conflicting generic button styling */
}
header.cmp-header-container a:not(.wd-btn),
header.cmp-header-container span:not(.cmp-button__text) {
  display: block;
  line-height: 1.5;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  padding: 0;
  padding: 0rem;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 14px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 0.875rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  color: #000000;
  font-weight: normal;
  line-height: 24px;
  text-decoration: none;
}
header.cmp-header-container a:not(.wd-btn) span,
header.cmp-header-container span:not(.cmp-button__text) span {
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 12px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 0.75rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  line-height: 1;
}
header.cmp-header-container {
  /*===== Header container =====*/
}
header.cmp-header-container .header-container {
  height: 80px;
  height: 5rem;
  padding: 16px;
  padding: 1rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  align-items: center;
  background-color: #ffffff;
  display: flex;
  flex-flow: row nowrap;
  position: relative;
  z-index: 900;
  /*===== L0: Order of components =====*/
}
header.cmp-header-container .header-container .logo-wrapper {
  flex-basis: 20%;
  order: 0;
}
header.cmp-header-container .header-container nav.menu {
  border-left: 1px solid #dfe2e6;
  flex-basis: auto;
  order: 2;
}
header.cmp-header-container .header-container .menu-options {
  margin-right: 20px;
  margin-right: 1.25rem;
  flex-basis: 70%;
  order: 1;
}
@media (min-width: 1025px) {
  header.cmp-header-container .header-container {
    padding: 15px 20px 0 20px;
    padding: 0.9375rem 1.25rem 0rem 1.25rem;
  }
  header.cmp-header-container .header-container .logo-wrapper {
    flex-basis: auto;
  }
  header.cmp-header-container .header-container nav.menu {
    border-left: 0;
    display: block;
    flex-basis: 80%;
    order: 1;
  }
  header.cmp-header-container .header-container .menu-options {
    margin-right: 0;
    margin-right: 0rem;
    flex-basis: 10%;
    justify-content: space-around;
    order: 2;
  }
}
@media (min-width: 1200px) {
  header.cmp-header-container .header-container .logo-wrapper {
    flex-basis: auto;
  }
  header.cmp-header-container .header-container nav.menu {
    flex-basis: 75%;
  }
  header.cmp-header-container .header-container .menu-options {
    flex-basis: 20%;
  }
}
header.cmp-header-container .header-container {
  /*===== end L0: Order of components =====*/
  /*===== Logo =====*/
}
header.cmp-header-container .header-container .logo-wrapper {
  min-height: 60px;
  min-height: 3.75rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  vertical-align: middle;
}
header.cmp-header-container .header-container .logo-wrapper a:focus {
  border-radius: 0;
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  outline: 0;
}
header.cmp-header-container .header-container .logo-wrapper a:focus:hover {
  box-shadow: none;
}
header.cmp-header-container .header-container .logo-wrapper svg {
  height: 40px;
  height: 2.5rem;
  width: 100px;
  width: 6.25rem;
}
@media (min-width: 768px) {
  header.cmp-header-container .header-container .logo-wrapper {
    padding: 0 32px 0 0;
    padding: 0rem 2rem 0rem 0rem;
  }
  header.cmp-header-container .header-container .logo-wrapper svg {
    height: 48px;
    height: 3rem;
    width: 128px;
    width: 8rem;
  }
}
header.cmp-header-container .header-container {
  /*===== end Logo =====*/
  /*==== nav.menu ====*/
}
header.cmp-header-container .header-container nav.menu {
  width: 60px;
  width: 3.75rem;
  height: 40px;
  height: 2.5rem;
}
@media (min-width: 1025px) {
  header.cmp-header-container .header-container nav.menu {
    width: auto;
  }
}
header.cmp-header-container .header-container nav.menu .hamburger {
  height: 40px;
  height: 2.5rem;
  width: 40px;
  width: 2.5rem;
  margin-left: 20px;
  margin-left: 1.25rem;
  background-color: transparent;
  border: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  display: block;
  font: inherit;
  outline-style: none;
  overflow: visible;
  position: relative;
  text-align: center;
}
header.cmp-header-container
  .header-container
  nav.menu
  .hamburger
  .hamburger-svg-icon {
  display: block;
  width: 24px;
  height: 24px;
}
header.cmp-header-container
  .header-container
  nav.menu
  .hamburger
  .hamburger-svg-icon:focus {
  border-radius: 100%;
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  outline: 0;
}
header.cmp-header-container
  .header-container
  nav.menu
  .hamburger
  .hamburger-svg-icon:focus:hover {
  box-shadow: none;
}
header.cmp-header-container
  .header-container
  nav.menu
  .hamburger
  .hamburger-svg-icon
  svg {
  fill: #7b858f;
}
header.cmp-header-container .header-container nav.menu .hamburger .nav-close {
  display: none;
}
header.cmp-header-container
  .header-container
  nav.menu
  .hamburger.hamburger--3dy.is-active
  .nav-close {
  width: 24px;
  height: 24px;
  display: block;
}
header.cmp-header-container
  .header-container
  nav.menu
  .hamburger.hamburger--3dy.is-active
  .nav-close
  svg {
  background: #0875e1;
  border-radius: 100%;
  fill: #ffffff;
  width: 24px;
  height: 24px;
  background: #0875e1;
}
header.cmp-header-container
  .header-container
  nav.menu
  .hamburger.hamburger--3dy.is-active
  .nav-close:focus {
  width: 24px;
  height: 24px;
}
header.cmp-header-container
  .header-container
  nav.menu
  .hamburger.hamburger--3dy.is-active
  .hamburger-svg-icon {
  display: none;
}
header.cmp-header-container
  .header-container
  nav.menu
  .hamburger.hamburger--3dy.is-active {
  border-radius: 100%;
}
header.cmp-header-container
  .header-container
  nav.menu
  .hamburger.hamburger--3dy.is-active:focus
  .nav-close {
  border-radius: 100%;
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  outline: 0;
}
header.cmp-header-container
  .header-container
  nav.menu
  .hamburger.hamburger--3dy.is-active:focus
  .nav-close:hover {
  box-shadow: none;
}
@media (min-width: 1025px) {
  header.cmp-header-container .header-container nav.menu .hamburger {
    display: none;
  }
}
header.cmp-header-container .header-container nav.menu .icon.product,
header.cmp-header-container .header-container nav.menu img {
  display: none;
}
header.cmp-header-container .header-container nav.menu {
  /*==== Top most UL: L0 ====*/
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group {
  margin: 0px;
  margin: 0rem;
  padding: 0px;
  padding: 0rem;
  height: 0px;
  height: 0rem;
  background: #ffffff;
  flex-flow: column;
  justify-content: left;
  overflow: hidden;
  top: 72px;
  transition: height 0.2s ease-in;
}
@media (min-width: 1025px) {
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group {
    padding: 0 20px 32px 20px;
    padding: 0rem 1.25rem 2rem 1.25rem;
    display: none;
    height: auto;
    overflow: visible;
    transition: initial;
  }
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group.open {
  padding: 0 20px 130px 20px;
  padding: 0rem 1.25rem 8.125rem 1.25rem;
  border-top: 1px solid #f0f1f2;
  height: calc(100vh - 81px);
  overflow-y: scroll;
  -ms-overflow-style: none;
}
@media (min-width: 1025px) {
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group.open {
    display: none;
    height: auto;
    overflow: visible;
    padding: 0;
    transition: initial;
  }
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group.open::-webkit-scrollbar {
  display: none;
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-getstarted {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media (max-width: 1024px) {
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-getstarted {
    margin: 0 auto;
    margin-top: 16px;
    margin-top: 1rem;
    width: 496px;
  }
}
@media (max-width: 767px) {
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-getstarted {
    width: 311px;
  }
}
@media (max-width: 350px) {
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-getstarted {
    min-width: 280px;
    min-width: 17.5rem;
  }
}
@media (min-width: 1025px) {
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-getstarted {
    display: none;
  }
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-getstarted
  a {
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 14px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 0.875rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-getstarted
  a
  span {
  color: #ffffff;
  margin: 0 auto;
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group {
  /* general menu settings */
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  a {
  color: #0875e1;
  text-decoration: none;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 16px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  a:active,
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  ahover {
  outline: 0;
  cursor: pointer;
}
@media (min-width: 1025px) {
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group {
    display: block;
    line-height: 1.5;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    left: auto;
    max-width: none;
    transform: none;
    top: 0;
  }
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group {
  /*==== General menu li ====*/
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  li {
  display: block;
  line-height: 1.5;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
  cursor: default;
  line-height: 2;
  list-style: none;
  padding-left: 0;
  outline: 0;
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  li
  a {
  min-height: 32px;
  min-height: 2rem;
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 14px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 0.875rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  color: #000000;
  font-weight: 500;
}
@media (min-width: 1025px) {
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    li
    a {
    padding-top: 4px;
    padding-top: 0.25rem;
    padding-bottom: 4px;
    padding-bottom: 0.25rem;
    width: 272px;
  }
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  li
  a
  span {
  padding-left: 0;
  padding-left: 0rem;
  padding-right: 0;
  padding-right: 0rem;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 13px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 0.8125rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  display: none;
  line-height: 1.5;
}
@media (min-width: 1025px) {
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    li
    a
    span {
    display: block;
  }
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  li
  a:hover {
  color: #0875e1;
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  li
  a:hover
  .icon.external {
  fill: #0875e1;
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  li
  a:active {
  color: #005cb9;
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  li
  a:active
  .icon.external {
  fill: #005cb9;
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group {
  /*==== end General menu li ====*/
  /*==== Anchor, span styling ====*/
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  a,
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  span {
  padding: 0 10px;
  padding: 0rem 0.625rem;
  color: #000000;
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group {
  /*==== end Anchor, span styling ====*/
  /*=== mobile: L0 dropdown layout ===*/
  left: 0;
  position: absolute;
  transform: translateX(0%);
  width: 100%;
}
@media (min-width: 1025px) {
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group {
    left: 0;
    max-width: 100%;
    transform: none;
  }
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group {
  /*=== end mobile: L0 dropdown layout ===*/
  /*==== L0 item ====*/
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0 {
  border-top: 1px solid #f0f1f2;
  vertical-align: unset;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@media (max-width: 1024px) {
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0 {
    width: 496px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0 {
    min-width: 300px;
    min-width: 18.75rem;
    width: 311px;
  }
}
@media (max-width: 350px) {
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0 {
    min-width: 280px;
    min-width: 17.5rem;
  }
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  span:focus {
  border-radius: 0;
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  outline: 0;
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  span:focus:hover {
  box-shadow: none;
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0:hover {
  cursor: pointer;
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0:first-child {
  border-top: 0;
}
@media (min-width: 1025px) {
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0 {
    margin-right: 32px;
    margin-right: 2rem;
    border-top: none;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0:hover {
    cursor: default;
  }
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0 {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  > ul {
  padding-left: 8px;
  padding-left: 0.5rem;
  height: 0px;
  height: 0rem;
  max-height: 0px;
  max-height: 0rem;
  box-shadow: none;
  display: none;
  overflow: hidden;
  transition: max-height 0.25s ease-out;
}
@media (min-width: 1025px) {
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    > ul {
    -moz-box-shadow: 0 0 3px #ccc;
    -webkit-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 3px #ccc;
    z-index: 900;
  }
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  > ul
  .cmp-navigation__item--level-2
  .l2-arrow-down-icon {
  display: none;
}
@media (min-width: 1025px) {
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    > ul
    .cmp-navigation__item--level-2 {
    border-top: 1px solid #dfe2e6;
  }
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  > ul
  .cmp-navigation__item--level-2:first-child,
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  > ul
  .cmp-navigation__item--level-2:last-child {
  border-top: 0;
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  > ul
  .cmp-navigation__item--level-2:first-child {
  margin-top: 0px;
  margin-top: 0rem;
}
@media (min-width: 1025px) {
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    > ul
    .cmp-navigation__item--level-2:first-child {
    margin-top: 8px;
    margin-top: 0.5rem;
  }
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  > ul
  .cmp-navigation__item--level-2
  a {
  margin-top: 5px;
  margin-top: 0.3125rem;
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  > ul
  .cmp-navigation__item--level-2
  .header-group {
  margin-bottom: 16px;
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  > ul
  .cmp-navigation__item--level-2
  .header-group
  .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 4px;
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  > ul
  .cmp-navigation__item--level-2
  .header-group
  .description {
  color: #666666;
  line-height: 1.5;
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0 {
  /*==== L0 -> L1 menu ====*/
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  .cmp-navigation__item--level-1 {
  vertical-align: top;
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  .cmp-navigation__item--level-1:last-child {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media (min-width: 1025px) {
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .cmp-navigation__item--level-1:last-child {
    margin-bottom: 0;
    margin-bottom: 0rem;
  }
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  .cmp-navigation__item--level-1
  > ul {
  padding-left: 0;
  padding-left: 0rem;
  margin-bottom: 0;
  margin-bottom: 0rem;
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0 {
  /*==== end L0 -> L1 menu ====*/
  /*==== L0 -> L2 menu ====*/
}
@media (min-width: 1025px) {
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .cmp-navigation__item--level-2 {
    padding: 3px 0;
    padding: 0.1875rem 0rem;
  }
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  .cmp-navigation__item--level-2:not(.group)
  a {
  min-height: 32px;
  min-height: 2rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 32px;
  padding-right: 2rem;
  width: 279px;
  width: 17.4375rem;
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  .cmp-navigation__item--level-2:not(.group)
  a:focus {
  border-radius: 0;
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  outline: 0;
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  .cmp-navigation__item--level-2:not(.group)
  a:focus:hover {
  box-shadow: none;
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  .cmp-navigation__item--level-2:not(.group)
  a {
  outline: none;
}
@media (min-width: 768px) {
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .cmp-navigation__item--level-2:not(.group)
    a {
    width: 464px;
    width: 29rem;
  }
}
@media (min-width: 1025px) {
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .cmp-navigation__item--level-2:not(.group)
    a {
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
    width: 272px;
    width: 17rem;
  }
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  .cmp-navigation__item--level-2:not(.group):hover
  a {
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #f0f1f2;
  border-color: #f0f1f2;
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  .cmp-navigation__item--level-2
  > .cmp-navigation__group {
  padding-left: 0px;
  padding-left: 0rem;
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0 {
  /*==== end L0 -> L2 menu ====*/
  /*==== L0 -> L3 menu ====*/
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  .cmp-navigation__item--level-3:hover
  a {
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #f0f1f2;
  border-color: #f0f1f2;
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0 {
  /*==== end L0 -> L3 menu ====*/
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  .new-design
  .first-col
  .cmp-navigation__item--level-3,
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  .new-design
  .second-col
  .cmp-navigation__item--level-3 {
  display: flex;
  padding: 12px;
  margin-bottom: 4px;
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  .new-design
  .first-col
  .cmp-navigation__item--level-3:last-of-type,
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  .new-design
  .second-col
  .cmp-navigation__item--level-3:last-of-type {
  margin-bottom: 0;
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  .new-design
  .first-col
  .cmp-navigation__item--level-3:hover,
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  .new-design
  .second-col
  .cmp-navigation__item--level-3:hover {
  background-color: #f0f1f2;
  border-radius: 8px;
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  .new-design
  .first-col
  .cmp-navigation__item--level-3
  .icon.product,
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  .new-design
  .second-col
  .cmp-navigation__item--level-3
  .icon.product {
  display: inline-block;
  fill: #0875e1;
  width: 48px;
  min-width: 48px;
  height: 48px;
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  .new-design
  .first-col
  .cmp-navigation__item--level-3
  a,
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  .new-design
  .second-col
  .cmp-navigation__item--level-3
  a {
  display: inline-block;
  margin-top: 0 !important;
  padding: 0 10px 8px 12px;
  vertical-align: top;
  font-size: 16px;
  color: #333333;
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  .new-design
  .first-col
  .cmp-navigation__item--level-3
  a
  span,
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  .new-design
  .second-col
  .cmp-navigation__item--level-3
  a
  span {
  display: block;
  color: #666666 !important;
  font-size: 14px;
  line-height: 1.4;
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  .new-design
  .second-col
  .cmp-navigation__item--level-3
  .icon.product {
  width: 24px;
  fill: #0875e1;
  min-width: 24px;
  height: 24px;
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  .new-design
  .second-col
  .cmp-navigation__item--level-3
  a
  span {
  display: none;
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  .new-design
  .highlight
  .cmp-navigation__group {
  background: #f0f1f2;
  border-radius: 8px;
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  .new-design
  .highlight
  .cmp-navigation__item--level-2 {
  display: flex;
  padding: 12px;
  margin-bottom: 4px;
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  .new-design
  .highlight
  .cmp-navigation__item--level-2:last-of-type {
  margin-bottom: 0;
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  .new-design
  .highlight
  .cmp-navigation__item--level-2
  .icon.product {
  display: inline-block;
  fill: #0875e1;
  width: 48px;
  min-width: 48px;
  height: 48px;
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  .new-design
  .highlight
  .cmp-navigation__item--level-2
  a {
  display: inline-block;
  margin-top: 0 !important;
  padding: 0 10px 8px 12px;
  vertical-align: top;
  font-size: 16px;
  color: #333333;
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  .new-design
  .highlight
  .cmp-navigation__item--level-2
  a
  span {
  display: block;
  color: #666666 !important;
  font-size: 14px;
  line-height: 1.4;
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0 {
  /*==== L0 -> .col-2/.col-3 -> L2.group menu ====*/
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  .col-2
  .cmp-navigation__item--level-2.group
  span,
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  .col-3
  .cmp-navigation__item--level-2.group
  span {
  min-height: 24px;
  min-height: 1.5rem;
  color: #0875e1;
  font-weight: 500;
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0 {
  /*==== end L0 -> .col-2 -> L2.group menu ====*/
  /*==== L0 -> .col-1 -> L3 menu ====*/
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  .col-1
  .cmp-navigation__item--level-3 {
  margin-top: 0;
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  .col-1
  .cmp-navigation__item--level-3
  a {
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 32px;
  padding-right: 2rem;
  width: 279px;
  width: 17.4375rem;
  outline: none;
}
@media (min-width: 768px) {
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-1
    .cmp-navigation__item--level-3
    a {
    width: 464px;
    width: 29rem;
  }
}
@media (min-width: 1025px) {
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-1
    .cmp-navigation__item--level-3
    a {
    padding-right: 16px;
    padding-right: 1rem;
    width: 272px;
    width: 17rem;
  }
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  .col-1
  .cmp-navigation__item--level-3:hover
  a {
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #f0f1f2;
  border-color: #f0f1f2;
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0 {
  /*==== end L0 -> .col-1 -> L3 menu ====*/
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  .icon.product {
  cursor: pointer;
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  > span {
  margin: 20px 0 10px 0;
  margin: 1.25rem 0rem 0.625rem 0rem;
  min-height: 24px;
  min-height: 1.5rem;
  color: #000000;
  display: flex;
  font-weight: 500;
  justify-content: space-between;
  outline: 0;
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  > span.footer-nav-title-sm {
  display: flex;
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  > span.footer-nav-title {
  display: none;
}
@media (min-width: 768px) {
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    > span {
    padding-left: 0px;
    padding-left: 0rem;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    > span {
    min-height: 24px;
    min-height: 1.5rem;
    margin: 10px 0;
    margin: 0.625rem 0rem;
    padding-right: 0px;
    padding-right: 0rem;
    width: auto;
    white-space: nowrap;
  }
}
@media (min-width: 1025px) {
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    span.l2-arrow-down-icon {
    display: none;
  }
}
@media (max-width: 1024px) {
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0.expand
    > ul {
    max-height: 2500px;
    max-height: 156.25rem;
    display: block;
    height: auto;
    opacity: 1;
    transition: max-height 0.25s ease-in;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0.expand
    > span:after {
    -webkit-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    -o-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    border-left: 1px solid #0875e1;
    border-top: 1px solid #0875e1;
    top: 50%;
    right: 5px;
    margin-top: 0px;
    margin-top: 0rem;
  }
}
@media (min-width: 1025px) {
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    > span:after {
    display: none;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    > ul.cmp-navigation__group {
    padding: 0;
    padding: 0rem;
    max-height: 80vh;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    > ul.cmp-navigation__group::-webkit-scrollbar {
    display: none;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0.expand
    > ul.cmp-navigation__group {
    margin-top: -1px;
    margin-top: -0.0625rem;
    padding-bottom: 8px;
    padding-bottom: 0.5rem;
    display: block;
    opacity: 1;
    height: auto;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0 {
    /*====  L0:hover ====*/
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0:hover
    > a,
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0:hover
    > span {
    color: #0875e1;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0:hover
    > a {
    cursor: pointer;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0:hover {
    /* L0:hover -> (col-1, col-2, col-3, row-) hover */
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0:hover
    .col-1,
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0:hover
    .col-2,
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0:hover
    .col-3,
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0:hover
    [class*=" row-"] {
    margin-top: -1px;
    margin-top: -0.0625rem;
    color: #0875e1;
    display: block;
    height: auto;
    left: 0px;
    opacity: 1;
    display: block;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0:hover
    [class*=" row-"] {
    display: flex;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0:hover
    > ul.cmp-navigation__group {
    padding-bottom: 8px;
    padding-bottom: 0.5rem;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0 {
    /*====  end L0:hover ====*/
    /*==== L0 -> col-1 menu layout ====*/
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-1 {
    padding-left: 0px;
    padding-left: 0rem;
    min-width: min-content;
    /*==== L0 -> col-1 -> level-1  ====*/
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-1
    .cmp-navigation__item--level-1
    > ul {
    /*==== L0 -> col-1 -> level-1 -> level-2  ====*/
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-1
    .cmp-navigation__item--level-1
    > ul
    .cmp-navigation__item--level-2 {
    padding: 0 8px;
    padding: 0rem 0.5rem;
    align-items: center;
    border: none;
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-1
    .cmp-navigation__item--level-1
    > ul
    .cmp-navigation__item--level-2
    > ul.cmp-navigation__group {
    margin-bottom: 0px;
    margin-bottom: 0rem;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-1
    .cmp-navigation__item--level-1
    > ul
    .cmp-navigation__item--level-2
    a:not(.group) {
    min-height: 32px;
    min-height: 2rem;
    margin: 0px;
    margin: 0rem;
    padding: 4px 32px 4px 16px;
    padding: 0.25rem 2rem 0.25rem 1rem;
    box-sizing: border-box;
    outline: none;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-1
    .cmp-navigation__item--level-1
    > ul
    .cmp-navigation__item--level-2 {
    /*==== L0 -> col-1 -> level-1 -> level-2 -> level-3 ====*/
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0 {
    /*==== end L0 -> col-1 menu layout ====*/
    /*==== L0 -> col-2/3 menu layout ==== */
    /*==== end L0 -> col-2 menu layout ====*/
    /*==== L0 -> col-3 menu layout ==== */
    /*==== end L0 -> col-3 menu layout ==== */
    /*==== L0 -> row-* menu layout ====*/
    /*==== end L0 -> row-* menu layout ====*/
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-1
    .cmp-navigation__item--level-1
    > ul
    .cmp-navigation__item--level-2
    a:not(.group) {
    padding: 4px 16px;
    padding: 0.25rem 1rem;
  }
}
@media (min-width: 1025px) {
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-1
    .cmp-navigation__item--level-1
    > ul
    .cmp-navigation__item--level-2.group {
    padding-left: 0px;
    padding-left: 0rem;
    padding-right: 0px;
    padding-right: 0rem;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-1
    .cmp-navigation__item--level-1
    > ul
    .cmp-navigation__item--level-2.group {
    margin-top: 0px;
    margin-top: 0rem;
  }
}
@media (min-width: 1025px) {
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-1
    .cmp-navigation__item--level-1
    > ul
    .cmp-navigation__item--level-2.group:hover {
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    /* Prevent background color leak outs */
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background: #ffffff;
    border-color: #ffffff;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-1
    .cmp-navigation__item--level-1
    > ul
    .cmp-navigation__item--level-2.group
    .cmp-navigation__item--level-3 {
    padding: 0px;
    padding: 0rem;
    align-items: center;
    border: none;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-1
    .cmp-navigation__item--level-1
    > ul
    .cmp-navigation__item--level-2.group
    .cmp-navigation__item--level-3
    a {
    padding: 8px 32px 8px 16px;
    padding: 0.5rem 2rem 0.5rem 1rem;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-1
    .cmp-navigation__item--level-1
    > ul
    .cmp-navigation__item--level-2.group
    .cmp-navigation__item--level-3
    a {
    padding: 4px 16px;
    padding: 0.25rem 1rem;
  }
}
@media (min-width: 1025px) {
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-1
    .cmp-navigation__item--level-1
    > ul
    .cmp-navigation__item--level-2.group
    .cmp-navigation__item--level-3:hover
    a {
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    /* Prevent background color leak outs */
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background: #f0f1f2;
    border-color: #f0f1f2;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-1
    .cmp-navigation__item--level-1
    > ul
    .cmp-navigation__item--level-2
    .cmp-navigation__item--level-3 {
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 0 8px;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-1
    .cmp-navigation__item--level-1
    > ul
    .cmp-navigation__item--level-2
    .cmp-navigation__item--level-3:hover
    a {
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    /* Prevent background color leak outs */
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background: #f0f1f2;
    border-color: #f0f1f2;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-2,
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-3 {
    min-width: 340px;
    min-width: 21.25rem;
    padding-left: 0px;
    padding-left: 0rem;
    white-space: nowrap;
    /*==== L0 -> col-2 -> level-1  ====*/
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-2
    .cmp-navigation__item--level-1,
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-3
    .cmp-navigation__item--level-1 {
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
    display: inline-block;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-2
    .cmp-navigation__item--level-1
    > ul,
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-3
    .cmp-navigation__item--level-1
    > ul {
    margin-bottom: 0px;
    margin-bottom: 0rem;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-2,
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-3 {
    /*==== end L0 -> col-2 -> level-1  ====*/
    /*==== L0 -> col-2 -> level-2  ====*/
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-2
    .cmp-navigation__item--level-2,
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-3
    .cmp-navigation__item--level-2 {
    border: none;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 0 8px;
    white-space: normal;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-2
    .cmp-navigation__item--level-2
    > ul.cmp-navigation__group,
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-3
    .cmp-navigation__item--level-2
    > ul.cmp-navigation__group {
    margin-bottom: 0px;
    margin-bottom: 0rem;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-2
    .cmp-navigation__item--level-2,
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-3
    .cmp-navigation__item--level-2 {
    /* group header */
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-2
    .cmp-navigation__item--level-2
    span,
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-3
    .cmp-navigation__item--level-2
    span {
    font-weight: 500;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-2
    .cmp-navigation__item--level-2.group,
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-3
    .cmp-navigation__item--level-2.group {
    padding-left: 0px;
    padding-left: 0rem;
    padding-right: 0px;
    padding-right: 0rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-2
    .cmp-navigation__item--level-2.group:hover,
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-3
    .cmp-navigation__item--level-2.group:hover {
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    /* Prevent background color leak outs */
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background: #ffffff;
    border-color: #ffffff;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-2
    .cmp-navigation__item--level-2.group
    span,
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-3
    .cmp-navigation__item--level-2.group
    span {
    margin: 24px 32px 8px 24px;
    margin: 1.5rem 2rem 0.5rem 1.5rem;
    padding: 0px;
    padding: 0rem;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-2
    .cmp-navigation__item--level-2,
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-3
    .cmp-navigation__item--level-2 {
    /*==== L0 -> col-2 -> level-3  ====*/
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-2
    .cmp-navigation__item--level-2
    .cmp-navigation__item--level-3,
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-3
    .cmp-navigation__item--level-2
    .cmp-navigation__item--level-3 {
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 0 8px;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-2
    .cmp-navigation__item--level-2
    .cmp-navigation__item--level-3:first-child,
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-3
    .cmp-navigation__item--level-2
    .cmp-navigation__item--level-3:first-child {
    margin-top: 0px;
    margin-top: 0rem;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-2
    .cmp-navigation__item--level-2
    .cmp-navigation__item--level-3
    a,
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-3
    .cmp-navigation__item--level-2
    .cmp-navigation__item--level-3
    a {
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-2
    .cmp-navigation__item--level-2
    .cmp-navigation__item--level-3
    a:focus,
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-3
    .cmp-navigation__item--level-2
    .cmp-navigation__item--level-3
    a:focus {
    border-radius: 0;
    box-shadow:
      0 0 0 2px #ffffff,
      0 0 0 4px #0875e1;
    outline: 0;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-2
    .cmp-navigation__item--level-2
    .cmp-navigation__item--level-3
    a:focus:hover,
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-3
    .cmp-navigation__item--level-2
    .cmp-navigation__item--level-3
    a:focus:hover {
    box-shadow: none;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-2
    .cmp-navigation__item--level-2
    .cmp-navigation__item--level-3:hover
    a,
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-3
    .cmp-navigation__item--level-2
    .cmp-navigation__item--level-3:hover
    a {
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    /* Prevent background color leak outs */
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background: #f0f1f2;
    border-color: #f0f1f2;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-2
    .cmp-navigation__item--level-2,
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-3
    .cmp-navigation__item--level-2 {
    /*==== end L0 -> col-2 -> level-3  ====*/
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-2,
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-3 {
    /*==== end L0 -> col-2 -> level-2  ====*/
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .col-3 {
    min-width: 584px;
    min-width: 36.5rem;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    [class*=" row-"] {
    padding-left: 0px;
    padding-left: 0rem;
    min-width: 870px;
    min-width: 54.375rem;
    display: none;
    flex-flow: column;
    /*==== L0 -> row-* -> level-1 ====*/
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    [class*=" row-"]
    .cmp-navigation__item--level-1 {
    margin-top: 16px;
    margin-top: 1rem;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    [class*=" row-"]
    .cmp-navigation__item--level-1:last-child {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    [class*=" row-"]
    .cmp-navigation__item--level-1
    > ul {
    margin-bottom: 0px;
    margin-bottom: 0rem;
    display: flex;
    flex-flow: row;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    [class*=" row-"]
    .cmp-navigation__item--level-1
    .forth-row
    .cmp-navigation__item--level-2 {
    margin: 0px 0px 0px 16px;
    margin: 0rem 0rem 0rem 1rem;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    [class*=" row-"]
    .cmp-navigation__item--level-1.highlight
    hr {
    margin-left: 24px;
    margin-left: 1.5rem;
    margin-right: 24px;
    margin-right: 1.5rem;
    width: auto;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    [class*=" row-"]
    .cmp-navigation__item--level-1.highlight
    .cmp-navigation__item--level-2 {
    margin: 16px;
    margin: 1rem;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    [class*=" row-"] {
    /*==== end L0 -> row-* -> level-1 ====*/
    /*==== L0 -> row-* -> level-2  ====*/
    /*==== end L0 -> row-* -> level-2  ====*/
  }
}
@media (min-width: 1025px) and (min-width: 1600px) {
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    [class*=" row-"]
    .cmp-navigation__item--level-1.highlight
    .cmp-navigation__item--level-2 {
    width: 1024px;
    width: 64rem;
  }
}
@media (min-width: 1025px) {
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    [class*=" row-"]
    .cmp-navigation__item--level-1.highlight
    .cmp-navigation__item--level-2
    a {
    width: 830px;
    width: 51.875rem;
  }
}
@media (min-width: 1025px) and (min-width: 1600px) {
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    [class*=" row-"]
    .cmp-navigation__item--level-1.highlight
    .cmp-navigation__item--level-2
    a {
    width: 1024px;
    width: 64rem;
  }
}
@media (min-width: 1025px) {
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    [class*=" row-"]
    .cmp-navigation__item--level-2 {
    margin: 0px 16px;
    margin: 0rem 1rem;
    padding: 0px;
    padding: 0rem;
    border: none;
    box-sizing: border-box;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    [class*=" row-"]
    .cmp-navigation__item--level-2:first-child {
    margin: 0 0 0 16px;
    margin: 0rem 0rem 0rem 1rem;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    [class*=" row-"]
    .cmp-navigation__item--level-2:last-child {
    margin: 0 16px 0 0;
    margin: 0rem 1rem 0rem 0rem;
  }
}
@media (min-width: 1025px) and (min-width: 1600px) {
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    [class*=" row-"]
    .cmp-navigation__item--level-2 {
    display: flex;
  }
}
@media (min-width: 1025px) {
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    [class*=" row-"]
    .cmp-navigation__item--level-2
    .icon.product {
    fill: #0875e1;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    [class*=" row-"]
    .cmp-navigation__item--level-2
    .icon.product,
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    [class*=" row-"]
    .cmp-navigation__item--level-2
    img {
    height: 40px;
    height: 2.5rem;
    width: 40px;
    width: 2.5rem;
    margin: 8px 8px 0 8px;
    margin: 0.5rem 0.5rem 0rem 0.5rem;
    display: none;
  }
}
@media (min-width: 1025px) and (min-width: 1600px) {
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    [class*=" row-"]
    .cmp-navigation__item--level-2
    .icon.product,
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    [class*=" row-"]
    .cmp-navigation__item--level-2
    img {
    display: inline-block;
  }
}
@media (min-width: 1025px) {
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    [class*=" row-"]
    .cmp-navigation__item--level-2
    a {
    padding: 8px 16px;
    padding: 0.5rem 1rem;
    width: 272px;
    width: 17rem;
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
  }
}
@media (min-width: 1025px) and (min-width: 1600px) {
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    [class*=" row-"]
    .cmp-navigation__item--level-2
    a {
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 8px;
    padding-right: 0.5rem;
  }
}
@media (min-width: 1025px) {
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    [class*=" row-"]
    .cmp-navigation__item--level-2
    a
    span {
    color: #333333;
    font-weight: 400;
  }
}
@media (min-width: 1025px) and (min-width: 1600px) {
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    [class*=" row-"]
    .cmp-navigation__item--level-2 {
    width: 320px;
    width: 20rem;
  }
}
@media (min-width: 1025px) {
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    [class*=" row-"]
    .cmp-navigation__item--level-2:hover {
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    /* Prevent background color leak outs */
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background: #f0f1f2;
    border-color: #f0f1f2;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .new-design
    hr {
    display: none;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .new-design.col-2 {
    padding: 32px 32px 0;
    left: -250px;
    border-radius: 8px;
  }
}
@media (min-width: 1025px) and (min-width: 1200px) {
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .new-design.col-2 {
    left: -130px;
  }
}
@media (min-width: 1025px) {
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .new-design.col-2
    .header-group {
    margin-bottom: 16px;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .new-design.col-2
    .header-group
    .title {
    color: #333333;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .new-design.col-2
    .header-group
    .description {
    max-width: 395px;
    line-height: 1.5;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .new-design.col-2
    .highlight {
    display: block;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .new-design
    .highlight {
    display: flex;
    justify-content: left;
    flex-flow: row;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .new-design
    .highlight
    ul {
    margin-left: -33px;
    margin-right: -33px;
    flex-grow: 1;
    border-radius: 0;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .new-design
    .highlight
    ul
    li {
    display: flex;
    flex-flow: row;
    justify-content: start;
    padding: 20px 44px;
    margin-top: 32px;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .new-design
    .highlight
    ul
    li
    a {
    width: 100%;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .new-design
    .highlight
    ul
    li
    a
    span {
    font-weight: 400;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .new-design
    .first-col {
    padding-right: 31px;
    border-right: 1px solid #dfe2e6;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .new-design
    .second-col {
    padding-left: 32px;
    padding-right: 32px;
    margin-right: -8px;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .new-design
    .first-col,
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .new-design
    .second-col {
    min-width: 395px;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .new-design
    .first-col
    .cmp-navigation__item--level-2,
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .new-design
    .second-col
    .cmp-navigation__item--level-2 {
    margin-top: 0;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .new-design
    .first-col
    .cmp-navigation__item--level-3,
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .new-design
    .second-col
    .cmp-navigation__item--level-3 {
    justify-content: left;
    flex-flow: row;
    padding: 12px;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .new-design
    .first-col
    .cmp-navigation__item--level-3:hover,
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .new-design
    .second-col
    .cmp-navigation__item--level-3:hover {
    background-color: #f0f1f2;
    border-radius: 8px;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .new-design
    .first-col
    a,
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .new-design
    .second-col
    a {
    min-width: 311px !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    margin-left: 12px;
    min-height: 0;
  }
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .new-design
    .first-col
    a
    span,
  header.cmp-header-container
    .header-container
    nav.menu
    > ul.cmp-navigation__group
    .cmp-navigation__item--level-0
    .new-design
    .second-col
    a
    span {
    margin: 0 !important;
    font-weight: 400 !important;
  }
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  .l2-arrow-down-icon {
  padding: 0;
  padding: 0rem;
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0
  .l2-arrow-down-icon
  svg {
  fill: #7b858f;
  transition: all 150ms ease;
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group
  .cmp-navigation__item--level-0.expand
  .l2-arrow-down-icon
  svg {
  fill: #0875e1;
  transform: rotate(180deg);
}
header.cmp-header-container
  .header-container
  nav.menu
  > ul.cmp-navigation__group {
  /*==== end L0 item ====*/
}
header.cmp-header-container .header-container nav.menu {
  /*==== end Top most UL: L0 ====*/
  /*==== col and row general list styles ====*/
}
header.cmp-header-container .header-container nav.menu .col-1,
header.cmp-header-container .header-container nav.menu .col-2,
header.cmp-header-container .header-container nav.menu .col-3,
header.cmp-header-container .header-container nav.menu [class*=" row-"] {
  padding-left: 0px;
  padding-left: 0rem;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: block;
  line-height: 1.5;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  background: #ffffff;
  box-sizing: border-box;
  display: none;
  list-style: none;
  opacity: 0;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}
@media (min-width: 1025px) {
  header.cmp-header-container .header-container nav.menu .col-1,
  header.cmp-header-container .header-container nav.menu .col-2,
  header.cmp-header-container .header-container nav.menu .col-3,
  header.cmp-header-container .header-container nav.menu [class*=" row-"] {
    position: absolute;
    top: 45px;
    left: 0px;
  }
}
header.cmp-header-container .header-container nav.menu {
  /*==== end col and row general list styles ====*/
}
header.cmp-header-container .header-container nav.menu hr {
  height: 1px;
  height: 0.0625rem;
  margin: 8px 0;
  margin: 0.5rem 0rem;
  padding: 0px;
  padding: 0rem;
  border: 0;
  display: none;
}
@media (min-width: 1025px) {
  header.cmp-header-container .header-container nav.menu hr {
    border-top: 1px solid #dfe2e6;
    display: block;
    width: 272px;
  }
}
header.cmp-header-container .header-container {
  /*==== end nav.menu ====*/
  /*==== menu-options: lang, search, start ====*/
}
header.cmp-header-container .header-container .menu-options {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
}
header.cmp-header-container .header-container .menu-options .cmp-getstarted {
  display: none;
}
header.cmp-header-container
  .header-container
  .menu-options
  .cmp-getstarted
  a
  span {
  color: #ffffff;
}
@media (min-width: 1200px) {
  header.cmp-header-container .header-container .menu-options .cmp-getstarted {
    display: block;
  }
}
header.cmp-header-container .header-container {
  /*==== end menu-options: lang, search, start ====*/
}
header.cmp-header-container {
  /*===== end Header container =====*/
  /*===== L3 menu and breadcrumb =====*/
}
header.cmp-header-container .l3b {
  height: 56px;
  height: 3.5rem;
  background: #ffffff;
  box-sizing: border-box;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  header.cmp-header-container .l3b {
    height: 72px;
    height: 4.5rem;
  }
}
header.cmp-header-container .l3b.hide {
  display: none;
}
header.cmp-header-container .l3b.docked {
  position: fixed;
  top: 0;
  z-index: 900;
}
header.cmp-header-container .l3b.docked ul {
  margin: 0;
  margin: 0rem;
}
@media (min-width: 768px) {
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  header.cmp-header-container .l3b.docked .cmp-getstarted {
    padding-right: 20px;
    padding-right: 1.25rem;
    display: flex;
    animation: fade-in 0.5s;
    -webkit-animation: fade-in 0.5s;
  }
  header.cmp-header-container .l3b.docked .cmp-getstarted a span {
    color: #ffffff;
  }
}
header.cmp-header-container .l3b.undocked {
  position: relative;
}
header.cmp-header-container .l3b .l3-menu {
  padding-top: 14px;
  padding-top: 0.875rem;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
  min-width: 170px;
  min-width: 10.625rem;
  align-self: center;
  order: 0;
}
header.cmp-header-container .l3b .l3-menu > ul {
  margin-top: 0;
  margin-top: 0rem;
  padding-left: 0;
  padding-left: 0rem;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  box-shadow: 0 0 3px #dfe2e6;
  display: none;
  -moz-box-shadow: 0 0 3px #dfe2e6;
  -webkit-box-shadow: 0 0 3px #dfe2e6;
  background: #ffffff;
  left: 0;
  list-style: none;
  min-width: inherit;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 905;
}
@media (min-width: 1025px) {
  header.cmp-header-container .l3b .l3-menu > ul {
    min-width: 288px;
    min-width: 18rem;
    position: fixed;
    width: auto;
    top: 110px;
    left: 10px;
  }
}
header.cmp-header-container .l3b .l3-menu > ul li {
  margin: 10px;
  margin: 0.625rem;
}
header.cmp-header-container .l3b .l3-menu > ul li a:focus {
  border-radius: 0;
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  outline: 0;
}
header.cmp-header-container .l3b .l3-menu > ul li a:focus:hover {
  box-shadow: none;
}
header.cmp-header-container .l3b .l3-menu > ul li a {
  min-height: 30px;
  min-height: 1.875rem;
  padding: 0 10px;
  padding: 0rem 0.625rem;
  line-height: 2.5;
}
header.cmp-header-container .l3b .l3-menu > ul li a:active {
  color: #005cb9;
}
header.cmp-header-container .l3b .l3-menu > ul li:hover a {
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #f0f1f2;
  color: #0875e1;
}
header.cmp-header-container .l3b .l3-menu.expand .hotspot {
  color: #0875e1;
}
header.cmp-header-container .l3b .l3-menu.expand .hotspot span {
  transform: rotateX(180deg);
}
header.cmp-header-container .l3b .l3-menu.expand .hotspot span .nav-arrow-down {
  fill: #0875e1;
}
header.cmp-header-container .l3b .l3-menu.expand ul {
  display: block;
}
header.cmp-header-container .l3b .breadcrumb {
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  padding-left: 32px;
  padding-left: 2rem;
  align-self: center;
  display: none;
  flex-flow: row nowrap;
  justify-content: flex-start;
  order: 1;
}
@media (min-width: 1025px) {
  header.cmp-header-container .l3b .breadcrumb {
    display: flex;
  }
}
header.cmp-header-container .l3b .breadcrumb span.breadcrumb-slash::before {
  margin-left: 17px;
  margin-left: 1.0625rem;
  margin-right: 16px;
  margin-right: 1rem;
  content: "/";
}
header.cmp-header-container .l3b .breadcrumb a.l3-parent {
  cursor: pointer;
}
header.cmp-header-container .l3b .breadcrumb a.l3-parent:hover {
  color: #0875e1;
}
header.cmp-header-container .l3b .breadcrumb span.l3-parent::before {
  display: none;
}
header.cmp-header-container .l3b .cmp-getstarted {
  display: none;
  flex-flow: column;
  justify-content: center;
  margin-left: auto;
  order: 2;
}
header.cmp-header-container .l3b .cmp-getstarted a span {
  color: #ffffff;
}
header.cmp-header-container .l3b .jump-to {
  width: 30px;
  width: 1.875rem;
}
header.cmp-header-container .l3b .jump-to .gg-arrow-up {
  margin: 0 0 0 4px;
  align-self: center;
  fill: #7b858f;
  justify-content: center;
  vertical-align: middle;
}
header.cmp-header-container .l3b .jump-to {
  align-self: center;
  display: none;
  order: 3;
}
header.cmp-header-container .l3b .jump-to:hover {
  cursor: pointer;
}
header.cmp-header-container .l3b .jump-to.show-jumpto {
  margin-right: 10px;
  margin-right: 0.625rem;
}
@media (min-width: 768px) {
  header.cmp-header-container .l3b .jump-to.show-jumpto {
    display: block;
  }
}
header.cmp-header-container .l3b {
  /*==== Breadcrumb hover menu ====*/
}
header.cmp-header-container .l3b .l3-menu {
  cursor: pointer;
  width: 100%;
}
@media (min-width: 768px) {
  header.cmp-header-container .l3b .l3-menu {
    width: auto;
  }
}
header.cmp-header-container .l3b .l3-menu .hotspot {
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 14px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 0.875rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
}
header.cmp-header-container .l3b .l3-menu .hotspot:focus {
  border-radius: 0;
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  outline: 0;
}
header.cmp-header-container .l3b .l3-menu .hotspot:focus:hover {
  box-shadow: none;
}
header.cmp-header-container .l3b .l3-menu .hotspot {
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 32px;
  padding-right: 2rem;
  min-width: 100px;
  min-width: 6.25rem;
  max-width: 310px;
  max-width: 19.375rem;
  align-items: center;
  color: #000000;
  display: flex;
  font-weight: 500;
  line-height: inherit;
  vertical-align: middle;
}
header.cmp-header-container .l3b .l3-menu .hotspot span {
  margin-left: 14px;
  margin-left: 0.875rem;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
}
header.cmp-header-container .l3b .l3-menu .hotspot span .nav-arrow-down {
  fill: #7b858f;
}
header.cmp-header-container .l3b .l3-menu .hotspot span {
  display: inline-block;
  vertical-align: middle;
}
header.cmp-header-container .l3b .l3-menu:hover span {
  justify-content: center;
  align-items: center;
  fill: #0875e1;
  transition: ease-in-out;
}
@media (min-width: 1025px) {
  header.cmp-header-container .l3b .l3-menu:hover span {
    transform: rotateX(180deg);
  }
}
@media (min-width: 1025px) {
  header.cmp-header-container .l3b .l3-menu .hotspot {
    border-right: 1px solid #dfe2e6;
  }
}
header.cmp-header-container .l3b {
  /*==== end Breadcrumb hover menu ====*/
}
header.cmp-header-container .l3b.not-touch .l3-menu:hover .hotspot {
  color: #0875e1;
}
header.cmp-header-container .l3b.not-touch .l3-menu:hover .hotspot svg {
  fill: #0875e1;
}
header.cmp-header-container .l3b.not-touch .l3-menu:hover ul {
  display: block;
}
header.cmp-header-container .l3b _:-ms-fullscreen .l3-menu:hover .hotspot,
:root header.cmp-header-container .l3b.touch .l3-menu:hover .hotspot {
  color: #0875e1;
}
header.cmp-header-container .l3b _:-ms-fullscreen .l3-menu:hover .hotspot svg,
:root header.cmp-header-container .l3b.touch .l3-menu:hover .hotspot svg {
  fill: #0875e1;
}
header.cmp-header-container .l3b _:-ms-fullscreen .l3-menu:hover ul,
:root header.cmp-header-container .l3b.touch .l3-menu:hover ul {
  display: block;
}
header.cmp-header-container .l3b {
  /*==== Mobile: Breadcrumb click expand menu only when enabled by js ====*/
}
header.cmp-header-container .l3b.touch .l3-menu {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
header.cmp-header-container .l3b.touch .l3-menu .hotspot.is-active {
  color: #0875e1;
}
header.cmp-header-container .l3b.touch .l3-menu .hotspot.is-active svg {
  fill: #0875e1;
  transform: rotate(180deg);
}
header.cmp-header-container .l3b.touch .l3-menu .hotspot.is-active + ul {
  display: block;
  height: calc(100vh - 130px);
  overflow-y: scroll;
  -ms-overflow-style: none;
}
header.cmp-header-container .l3b.touch .l3-menu .hotspot span:hover {
  cursor: pointer;
}
header.cmp-header-container .l3b.touch .l3-menu ul {
  padding-left: 20px;
  padding-left: 1.25rem;
}
header.cmp-header-container .l3b {
  /*==== end Mobile: Breadcrumb click expand menu only when enabled by js ====*/
}
header.cmp-header-container {
  /*===== end L3 menu and breadcrumb =====*/
} /*=== end Header ===*/
/*=== footer.cmp-footer-container ===*/
footer.cmp-footer-container {
  position: relative;
  padding: 20px;
}
footer.cmp-footer-container.gradient::before {
  content: "";
  position: absolute;
  width: 372px;
  height: 4px;
  background: #ffc629;
  background: linear-gradient(
    to right,
    #ffc629 0%,
    #ffc629 33%,
    #ffa126 33%,
    #ffa126 66%,
    #ffa126 66%,
    #ffa126 66%,
    #0875e1 66%,
    #0875e1 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$color1, endColorstr=$color3, GradientType=1 );
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  footer.cmp-footer-container.gradient::before {
    width: 704px;
    height: 4px;
    background: #ffc629;
    background: linear-gradient(
      to right,
      #ffc629 0%,
      #ffc629 33%,
      #ffa126 33%,
      #ffa126 66%,
      #ffa126 66%,
      #ffa126 66%,
      #0875e1 66%,
      #0875e1 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$color1, endColorstr=$color3, GradientType=1 );
  }
}
@media (min-width: 1025px) {
  footer.cmp-footer-container.gradient::before {
    width: 928px;
    height: 4px;
    background: #ffc629;
    background: linear-gradient(
      to right,
      #ffc629 0%,
      #ffc629 33%,
      #ffa126 33%,
      #ffa126 66%,
      #ffa126 66%,
      #ffa126 66%,
      #0875e1 66%,
      #0875e1 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$color1, endColorstr=$color3, GradientType=1 );
  }
}
@media (min-width: 1200px) {
  footer.cmp-footer-container.gradient::before {
    width: 1120px;
    height: 4px;
    background: #ffc629;
    background: linear-gradient(
      to right,
      #ffc629 0%,
      #ffc629 33%,
      #ffa126 33%,
      #ffa126 66%,
      #ffa126 66%,
      #ffa126 66%,
      #0875e1 66%,
      #0875e1 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$color1, endColorstr=$color3, GradientType=1 );
  }
}
@media (min-width: 1600px) {
  footer.cmp-footer-container.gradient::before {
    width: 1408px;
    height: 4px;
    background: #ffc629;
    background: linear-gradient(
      to right,
      #ffc629 0%,
      #ffc629 33%,
      #ffa126 33%,
      #ffa126 66%,
      #ffa126 66%,
      #ffa126 66%,
      #0875e1 66%,
      #0875e1 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$color1, endColorstr=$color3, GradientType=1 );
  }
}
footer.cmp-footer-container .footer-container-top {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 48px;
  width: 311px;
}
@media (min-width: 768px) {
  footer.cmp-footer-container .footer-container-top {
    width: 704px;
  }
}
@media (min-width: 1025px) {
  footer.cmp-footer-container .footer-container-top {
    width: 928px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  footer.cmp-footer-container .footer-container-top {
    margin-top: 96px;
    width: 1120px;
  }
}
@media (min-width: 1600px) {
  footer.cmp-footer-container .footer-container-top {
    margin-top: 96px;
    width: 1408px;
  }
}
footer.cmp-footer-container .footer-container-top .logo-wrapper {
  order: 1;
  margin: 20px auto;
  width: 120px;
}
@media (min-width: 1025px) {
  footer.cmp-footer-container .footer-container-top .logo-wrapper {
    width: 928px;
    margin: 64px auto 32px;
    padding-left: 16px;
  }
}
@media (min-width: 1200px) {
  footer.cmp-footer-container .footer-container-top .logo-wrapper {
    margin: 0;
    width: 120px;
  }
}
footer.cmp-footer-container .footer-container-top .logo-wrapper a:focus {
  border-radius: 0;
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  outline: 0;
}
footer.cmp-footer-container .footer-container-top .logo-wrapper a:focus:hover {
  box-shadow: none;
}
footer.cmp-footer-container .footer-container-top .logo-wrapper a {
  display: inline-block;
}
footer.cmp-footer-container .footer-container-top .logo-wrapper a svg {
  height: 40px;
  width: 100px;
}
@media (min-width: 768px) {
  footer.cmp-footer-container .footer-container-top .logo-wrapper a svg {
    height: 48px;
    width: 128px;
  }
}
footer.cmp-footer-container .footer-container-top .menu {
  order: 0;
  overflow: hidden;
  margin-top: 30px;
  margin: 0 auto;
}
footer.cmp-footer-container
  .footer-container-top
  .menu
  > ul.cmp-navigation__group {
  display: flex;
  flex-flow: column;
  padding-left: 0;
}
footer.cmp-footer-container
  .footer-container-top
  .menu
  > ul.cmp-navigation__group
  .cmp-navigation__item-link:focus {
  border-radius: 0;
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  outline: 0;
}
footer.cmp-footer-container
  .footer-container-top
  .menu
  > ul.cmp-navigation__group
  .cmp-navigation__item-link:focus:hover {
  box-shadow: none;
}
@media (min-width: 1025px) {
  footer.cmp-footer-container .footer-container-top .menu {
    order: 1;
  }
  footer.cmp-footer-container
    .footer-container-top
    .menu
    > ul.cmp-navigation__group {
    display: block;
  }
}
@media (min-width: 1200px) {
  footer.cmp-footer-container .footer-container-top .menu {
    width: 832px;
    margin: 0;
  }
}
@media (min-width: 1600px) {
  footer.cmp-footer-container .footer-container-top .menu {
    width: 1048px;
  }
}
footer.cmp-footer-container .footer-container-top .menu .icon.external {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  fill: #7b858f;
}
footer.cmp-footer-container .footer-container-top .menu {
  /* general list style */
}
footer.cmp-footer-container .footer-container-top .menu ul {
  list-style: none;
  overflow: hidden;
  margin: 0;
  font-size: 0;
}
@media (min-width: 1025px) {
  footer.cmp-footer-container .footer-container-top .menu ul {
    padding: 0 0 20px 0;
  }
}
footer.cmp-footer-container .footer-container-top .menu ul li {
  line-height: 2;
  padding: 0;
  cursor: pointer;
}
@media (min-width: 1025px) {
  footer.cmp-footer-container .footer-container-top .menu ul li {
    padding-right: 10px;
    cursor: default;
  }
}
footer.cmp-footer-container .footer-container-top .menu ul a {
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 14px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 0.875rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  color: #000;
  line-height: normal;
  margin: 0;
  text-decoration: none;
  white-space: initial;
  cursor: pointer;
}
footer.cmp-footer-container .footer-container-top .menu ul a:hover {
  color: #0875e1;
}
footer.cmp-footer-container
  .footer-container-top
  .menu
  ul
  a:hover
  .icon.external {
  fill: #0875e1;
}
footer.cmp-footer-container .footer-container-top .menu ul a:active {
  color: #005cb9;
}
footer.cmp-footer-container
  .footer-container-top
  .menu
  ul
  a:active
  .icon.external {
  fill: #005cb9;
}
footer.cmp-footer-container .footer-container-top .menu {
  /* end general list style */
  /*=== L0 ===*/
}
footer.cmp-footer-container
  .footer-container-top
  .menu
  .cmp-navigation__item--level-0 {
  color: #000;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  min-height: 30px;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
footer.cmp-footer-container
  .footer-container-top
  .menu
  .cmp-navigation__item--level-0:first-child {
  border-top: 1px solid #ccc;
}
@media (min-width: 1025px) {
  footer.cmp-footer-container
    .footer-container-top
    .menu
    .cmp-navigation__item--level-0:first-child {
    border-top: none;
  }
}
footer.cmp-footer-container
  .footer-container-top
  .menu
  .cmp-navigation__item--level-0:hover {
  cursor: pointer;
}
@media (min-width: 1025px) {
  footer.cmp-footer-container
    .footer-container-top
    .menu
    .cmp-navigation__item--level-0:hover {
    cursor: default;
  }
}
footer.cmp-footer-container
  .footer-container-top
  .menu
  .cmp-navigation__item--level-0
  .col-1 {
  width: 100%;
}
footer.cmp-footer-container
  .footer-container-top
  .menu
  .cmp-navigation__item--level-0
  .col-2
  .cmp-navigation__item--level-1 {
  margin-top: 0;
}
footer.cmp-footer-container
  .footer-container-top
  .menu
  .cmp-navigation__item--level-0
  .col-2
  .cmp-navigation__item--level-1:first-child {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  footer.cmp-footer-container
    .footer-container-top
    .menu
    .cmp-navigation__item--level-0
    .col-2
    .cmp-navigation__item--level-1:nth-child(2) {
    margin-top: 0;
  }
}
footer.cmp-footer-container
  .footer-container-top
  .menu
  .cmp-navigation__item--level-0
  .col-2
  .cmp-navigation__item--level-1
  .first-col
  .cmp-navigation__item--level-2:last-child {
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  footer.cmp-footer-container
    .footer-container-top
    .menu
    .cmp-navigation__item--level-0 {
    display: inline-block;
    width: 33%;
    vertical-align: top;
    border-bottom: none;
  }
  footer.cmp-footer-container
    .footer-container-top
    .menu
    .cmp-navigation__item--level-0
    .cmp-navigation__item--level-1 {
    width: 100%;
  }
  footer.cmp-footer-container
    .footer-container-top
    .menu
    .cmp-navigation__item--level-0 {
    /* products */
  }
  footer.cmp-footer-container
    .footer-container-top
    .menu
    .cmp-navigation__item--level-0:nth-child(2) {
    width: 66%;
    overflow: hidden;
    margin: 0;
  }
  footer.cmp-footer-container
    .footer-container-top
    .menu
    .cmp-navigation__item--level-0:nth-child(2)
    .col-2 {
    display: block;
    white-space: nowrap;
  }
  footer.cmp-footer-container
    .footer-container-top
    .menu
    .cmp-navigation__item--level-0:nth-child(2)
    .col-2
    .cmp-navigation__item--level-1 {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    width: 50%;
  }
  footer.cmp-footer-container
    .footer-container-top
    .menu
    .cmp-navigation__item--level-0 {
    /* end products */
  }
}
@media (min-width: 1025px) and (min-width: 1200px) {
  footer.cmp-footer-container
    .footer-container-top
    .menu
    .cmp-navigation__item--level-0:nth-child(2)
    .col-2
    .cmp-navigation__item--level-1 {
    margin-top: 0;
  }
}
footer.cmp-footer-container
  .footer-container-top
  .menu
  .cmp-navigation__item--level-0
  a,
footer.cmp-footer-container
  .footer-container-top
  .menu
  .cmp-navigation__item--level-0
  span {
  display: inline-block;
  width: 100%;
  font-weight: normal;
}
@media (min-width: 1025px) {
  footer.cmp-footer-container
    .footer-container-top
    .menu
    .cmp-navigation__item--level-0
    a,
  footer.cmp-footer-container
    .footer-container-top
    .menu
    .cmp-navigation__item--level-0
    span {
    margin: 0;
  }
}
footer.cmp-footer-container
  .footer-container-top
  .menu
  .cmp-navigation__item--level-0
  .l2-arrow-down-icon {
  display: none;
}
footer.cmp-footer-container
  .footer-container-top
  .menu
  .cmp-navigation__item--level-0
  a {
  cursor: pointer;
}
footer.cmp-footer-container
  .footer-container-top
  .menu
  .cmp-navigation__item--level-0 {
  /* column heading */
}
footer.cmp-footer-container
  .footer-container-top
  .menu
  .cmp-navigation__item--level-0
  > span {
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 14px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 0.875rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  padding: 0 12px;
  padding: 0rem 0.75rem;
  margin: 15px 4px;
  margin: 0.9375rem 0.25rem;
  font-weight: normal;
  line-height: normal;
  outline: 0;
  width: 311px;
  line-height: 24px;
  position: relative;
  font-weight: 500;
}
footer.cmp-footer-container
  .footer-container-top
  .menu
  .cmp-navigation__item--level-0
  > span.footer-nav-title-sm {
  display: flex;
}
@media (min-width: 1025px) {
  footer.cmp-footer-container
    .footer-container-top
    .menu
    .cmp-navigation__item--level-0
    > span.footer-nav-title-sm {
    display: none;
  }
}
footer.cmp-footer-container
  .footer-container-top
  .menu
  .cmp-navigation__item--level-0
  > span.footer-nav-title {
  display: none;
}
@media (min-width: 1025px) {
  footer.cmp-footer-container
    .footer-container-top
    .menu
    .cmp-navigation__item--level-0
    > span.footer-nav-title {
    display: flex;
  }
}
@media (min-width: 768px) {
  footer.cmp-footer-container
    .footer-container-top
    .menu
    .cmp-navigation__item--level-0
    > span {
    width: 704px;
  }
}
@media (min-width: 1025px) {
  footer.cmp-footer-container
    .footer-container-top
    .menu
    .cmp-navigation__item--level-0
    > span {
    margin: 4px 4px 8px;
    margin: 0.25rem 0.25rem 0.5rem;
    color: #0875e1;
    width: 288px;
  }
}
@media (min-width: 1200px) {
  footer.cmp-footer-container
    .footer-container-top
    .menu
    .cmp-navigation__item--level-0
    > span {
    width: auto;
  }
}
footer.cmp-footer-container
  .footer-container-top
  .menu
  .cmp-navigation__item--level-0
  > span:after {
  -webkit-transform: rotate(225deg) translateY(-50%);
  -moz-transform: rotate(225deg) translateY(-50%);
  -ms-transform: rotate(225deg) translateY(-50%);
  -o-transform: rotate(225deg) translateY(-50%);
  transform: rotate(225deg) translateY(-50%);
  border-left: 1px solid #7b858f;
  border-top: 1px solid #7b858f;
  content: "";
  height: 8px;
  right: 0;
  position: absolute;
  top: 25%;
  transform-origin: 50% 50%;
  width: 8px;
  top: 50%;
  margin-top: -12px;
}
@media (min-width: 1025px) {
  footer.cmp-footer-container
    .footer-container-top
    .menu
    .cmp-navigation__item--level-0
    > span:after {
    display: none;
  }
}
footer.cmp-footer-container
  .footer-container-top
  .menu
  .cmp-navigation__item--level-0
  > span:focus {
  border-radius: 0;
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  outline: 0;
}
footer.cmp-footer-container
  .footer-container-top
  .menu
  .cmp-navigation__item--level-0
  > span:focus:hover {
  box-shadow: none;
}
footer.cmp-footer-container
  .footer-container-top
  .menu
  .cmp-navigation__item--level-0
  > span:hover {
  border: 0;
}
footer.cmp-footer-container
  .footer-container-top
  .menu
  .cmp-navigation__item--level-0
  > ul.cmp-navigation__group {
  display: none;
  opacity: 0;
  padding: 0;
}
@media (min-width: 1025px) {
  footer.cmp-footer-container
    .footer-container-top
    .menu
    .cmp-navigation__item--level-0
    > ul.cmp-navigation__group {
    display: flex;
    opacity: 1;
    padding: 0;
  }
}
footer.cmp-footer-container
  .footer-container-top
  .menu
  .cmp-navigation__item--level-0.expand
  > ul.cmp-navigation__group {
  display: block;
  opacity: 1;
}
footer.cmp-footer-container
  .footer-container-top
  .menu
  .cmp-navigation__item--level-0.expand
  > span:after {
  -webkit-transform: rotate(45deg) translateY(-50%);
  -moz-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  -o-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  border-left: 1px solid #0875e1;
  border-top: 1px solid #0875e1;
  top: 50%;
  right: 5px;
  margin-top: 0;
}
footer.cmp-footer-container
  .footer-container-top
  .menu
  .cmp-navigation__item--level-0
  .cmp-navigation__item--level-1 {
  vertical-align: top;
}
footer.cmp-footer-container
  .footer-container-top
  .menu
  .cmp-navigation__item--level-0
  .cmp-navigation__item--level-1:last-child {
  margin-bottom: 15px;
}
footer.cmp-footer-container
  .footer-container-top
  .menu
  .cmp-navigation__item--level-0
  .cmp-navigation__item--level-1
  > ul {
  padding-left: 0;
}
footer.cmp-footer-container
  .footer-container-top
  .menu
  .cmp-navigation__item--level-0
  .cmp-navigation__item--level-2 {
  margin: 0px;
  margin: 0rem;
  padding: 4px;
  padding: 0.25rem;
  box-sizing: border-box;
  display: block;
  line-height: normal;
  outline: 0;
  overflow: hidden;
}
footer.cmp-footer-container
  .footer-container-top
  .menu
  .cmp-navigation__item--level-0
  .cmp-navigation__item--level-2
  a {
  font-weight: 500;
  width: 311px;
}
@media (min-width: 768px) {
  footer.cmp-footer-container
    .footer-container-top
    .menu
    .cmp-navigation__item--level-0
    .cmp-navigation__item--level-2
    a {
    width: 704px;
  }
}
@media (min-width: 1025px) {
  footer.cmp-footer-container
    .footer-container-top
    .menu
    .cmp-navigation__item--level-0
    .cmp-navigation__item--level-2
    a {
    width: 288px;
  }
}
@media (min-width: 1200px) {
  footer.cmp-footer-container
    .footer-container-top
    .menu
    .cmp-navigation__item--level-0
    .cmp-navigation__item--level-2
    a {
    width: 1120px;
  }
}
footer.cmp-footer-container
  .footer-container-top
  .menu
  .cmp-navigation__item--level-0
  .cmp-navigation__item--level-2
  a {
  line-height: 24px;
  display: table-cell;
  vertical-align: middle;
}
footer.cmp-footer-container
  .footer-container-top
  .menu
  .cmp-navigation__item--level-0
  .cmp-navigation__item--level-2:hover
  > a,
footer.cmp-footer-container
  .footer-container-top
  .menu
  .cmp-navigation__item--level-0
  .cmp-navigation__item--level-2:hover
  > span {
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #f0f1f2;
  color: #005cb9;
}
footer.cmp-footer-container .footer-container-top .menu {
  /*=== end L0 ===*/
}
footer.cmp-footer-container .footer-container-bottom {
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 0;
  margin: 0 auto;
  width: 311px;
}
@media (min-width: 768px) {
  footer.cmp-footer-container .footer-container-bottom {
    width: 704px;
  }
}
@media (min-width: 1025px) {
  footer.cmp-footer-container .footer-container-bottom {
    width: 928px;
    padding-top: 30px;
    flex-flow: row nowrap;
    justify-content: space-between;
    border-top: 1px solid #dfe2e6;
  }
}
@media (min-width: 1200px) {
  footer.cmp-footer-container .footer-container-bottom {
    margin-top: 96px;
    width: 1120px;
  }
}
@media (min-width: 1600px) {
  footer.cmp-footer-container .footer-container-bottom {
    margin-top: 96px;
    width: 1408px;
  }
}
footer.cmp-footer-container .footer-container-bottom .icon {
  transition: fill 100ms ease;
  fill: #333333;
  position: relative;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 24px;
  width: 24px;
}
footer.cmp-footer-container .footer-container-bottom .cmp-socialmedia {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  border-bottom: 1px solid #dfe2e6;
  padding-bottom: 30px;
}
@media (min-width: 1025px) {
  footer.cmp-footer-container .footer-container-bottom .cmp-socialmedia {
    flex-basis: auto;
    justify-content: flex-start;
    border-bottom: 0;
    padding-bottom: 0;
  }
}
footer.cmp-footer-container .footer-container-bottom .cmp-socialmedia a {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 15px;
}
footer.cmp-footer-container
  .footer-container-bottom
  .cmp-socialmedia
  a
  a:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  footer.cmp-footer-container .footer-container-bottom .cmp-socialmedia a {
    margin-right: 30px;
  }
}
@media (min-width: 1025px) {
  footer.cmp-footer-container .footer-container-bottom .cmp-socialmedia a {
    width: 48px;
    height: 48px;
  }
}
footer.cmp-footer-container .footer-container-bottom .cmp-socialmedia a {
  -webkit-transition: background-color 100ms ease !important;
  -moz-transition: background-color 100ms ease !important;
  transition: background-color 100ms ease !important;
  text-align: center;
  background-color: transparent;
  position: relative;
  border-radius: 100%;
}
footer.cmp-footer-container .footer-container-bottom .cmp-socialmedia a:hover {
  background-color: #f0f1f2;
}
footer.cmp-footer-container
  .footer-container-bottom
  .cmp-socialmedia
  a:hover
  .icon {
  fill: #333333;
}
footer.cmp-footer-container .footer-container-bottom .cmp-socialmedia a:active {
  background-color: #dfe2e6;
}
footer.cmp-footer-container
  .footer-container-bottom
  .cmp-socialmedia
  a:active
  .icon {
  fill: #333333;
}
footer.cmp-footer-container .footer-container-bottom .cmp-socialmedia a:focus {
  background-color: #ffffff;
  outline: none;
  border: 2px solid #0875e1;
}
footer.cmp-footer-container
  .footer-container-bottom
  .cmp-socialmedia
  a:focus
  .icon {
  fill: #333333;
}
footer.cmp-footer-container .footer-container-bottom .cmp-misc {
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  footer.cmp-footer-container .footer-container-bottom .cmp-misc {
    flex-flow: column nowrap;
    justify-content: center;
    justify-content: space-between;
  }
}
@media (min-width: 1025px) {
  footer.cmp-footer-container .footer-container-bottom .cmp-misc {
    display: flex;
    flex-flow: row nowrap;
    flex-basis: auto;
    justify-content: flex-end;
    margin: 0;
  }
}
footer.cmp-footer-container .footer-container-bottom .cmp-misc > div {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  footer.cmp-footer-container .footer-container-bottom .cmp-misc > div {
    display: flex;
    justify-content: space-evenly;
    flex-flow: row nowrap;
  }
}
@media (min-width: 1025px) {
  footer.cmp-footer-container .footer-container-bottom .cmp-misc > div {
    margin-bottom: 0;
  }
}
footer.cmp-footer-container .footer-container-bottom .cmp-misc a,
footer.cmp-footer-container .footer-container-bottom .cmp-misc .copyright {
  display: inline-block;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 12px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 0.75rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  text-decoration: none;
  color: #000;
  margin: 0 10px 0 0;
  vertical-align: top;
  font-weight: normal;
  white-space: nowrap;
}
@media (min-width: 1025px) {
  footer.cmp-footer-container .footer-container-bottom .cmp-misc a,
  footer.cmp-footer-container .footer-container-bottom .cmp-misc .copyright {
    margin: 0;
    margin-left: 20px;
    line-height: 3.5;
    height: 40px;
  }
}
footer.cmp-footer-container .footer-container-bottom .cmp-misc a:focus,
footer.cmp-footer-container
  .footer-container-bottom
  .cmp-misc
  .copyright:focus {
  border-radius: 0;
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  outline: 0;
}
footer.cmp-footer-container .footer-container-bottom .cmp-misc a:focus:hover,
footer.cmp-footer-container
  .footer-container-bottom
  .cmp-misc
  .copyright:focus:hover {
  box-shadow: none;
}
footer.cmp-footer-container .footer-container-bottom .cmp-misc span:focus {
  border-radius: 0;
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  outline: 0;
}
footer.cmp-footer-container
  .footer-container-bottom
  .cmp-misc
  span:focus:hover {
  box-shadow: none;
}
footer.cmp-footer-container .footer-container-bottom .cmp-misc .copyright {
  padding-bottom: 30px;
  text-align: center;
}
@media (min-width: 1025px) {
  footer.cmp-footer-container .footer-container-bottom .cmp-misc .copyright {
    padding: 0;
  }
}
footer.cmp-footer-container .privacy-cookie-with-icon {
  display: flex;
  align-items: center;
}
footer.cmp-footer-container .privacy-cookie-with-icon .privacy-icon {
  margin-right: 4px;
  margin-right: 0.25rem;
  height: 14px;
  width: 29px;
  transform: translateY(10%);
}

/*=== end footer.cmp-footer-container ===*/
/*===== footer =====*/
@media (min-width: 1025px) and (min-width: 1200px) {
  footer.cmp-footer-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1025px) and (min-width: 1200px) {
  footer.cmp-footer-container .footer-container-top {
    flex-flow: row nowrap;
  }
}
@media (min-width: 1025px) and (min-width: 1200px) {
  footer.cmp-footer-container .footer-container-bottom .cmp-socialmedia {
    flex-basis: 40%;
  }
}

/* end footer */
@media (min-width: 1025px) and (min-width: 1200px) {
  .customer-story.container footer.cmp-footer-container,
  .perspective-article-page
    .customer-story.perspective-main-container
    footer.cmp-footer-container,
  .section-v3 .customer-story.section__container footer.cmp-footer-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.customer-story .footer-container__wrapper .container,
.customer-story
  .footer-container__wrapper
  .perspective-article-page
  .perspective-main-container,
.perspective-article-page
  .customer-story
  .footer-container__wrapper
  .perspective-main-container,
.customer-story .footer-container__wrapper .section-v3 .section__container,
.section-v3 .customer-story .footer-container__wrapper .section__container {
  width: calc(100vw - 48px);
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* header structure
cmp-header-container.search-open
- header-container
-- logo-wrapper
-- nav.menu
-- search-dropdown
-- menu-option
--- cmp-languagenavigation
--- cmp-search
--- cmp-getstarted
- quicklinks
nav-overlay
*/
header.cmp-header-container .cmp-search-dropdown {
  position: relative;
  height: 60px;
  width: auto;
  left: auto;
  right: auto;
  top: auto;
  display: none;
  padding: 0 10px;
  flex-basis: 100%;
  flex-flow: column;
  justify-content: center;
}
@media (min-width: 1025px) {
  header.cmp-header-container .cmp-search-dropdown #searchform {
    width: 400px;
    margin: 0 auto;
  }
}
@media (min-width: 1600px) {
  header.cmp-header-container .cmp-search-dropdown #searchform {
    width: 544px;
    margin: 0 auto;
  }
}
header.cmp-header-container
  .cmp-search-dropdown
  #searchform
  .cmp-search-controls {
  border: 2px solid #0875e1;
  border-radius: 4px;
  background-color: transparent;
  display: flex;
  flex-flow: row;
  height: 40px;
  justify-content: space-between;
  line-height: normal;
  margin: 0 auto;
  opacity: 1;
  padding: 5px 0;
  text-align: left;
  width: 100%;
}
header.cmp-header-container
  .cmp-search-dropdown
  #searchform
  .cmp-search-controls
  .cmp-search-inputBox {
  margin: 0px 16px 0px 7px;
}
header.cmp-header-container
  .cmp-search-dropdown
  #searchform
  .cmp-search-controls
  .cmp-search-inputBox
  .cmp-search-svg {
  fill: #7b858f;
}
header.cmp-header-container
  .cmp-search-dropdown
  #searchform
  .cmp-search-controls
  img {
  margin-right: 0;
  vertical-align: middle;
  width: 22px;
  fill: #84888b;
  height: 22px;
  margin-right: 20px;
  margin-top: -5px;
}
header.cmp-header-container
  .cmp-search-dropdown
  #searchform
  .cmp-search-controls
  input {
  height: 30px;
  font-size: 14px;
  line-height: normal;
  box-shadow: none;
  width: 85%;
  border: none;
  color: #7b858f;
  background: transparent;
  padding-left: 10px;
  outline: 0;
  align-self: center;
  margin-left: -14px;
}
@media (min-width: 1025px) {
  header.cmp-header-container
    .cmp-search-dropdown
    #searchform
    .cmp-search-controls
    input {
    margin-left: -30px;
  }
}
header.cmp-header-container
  .cmp-search-dropdown
  #searchform
  .cmp-search-controls
  input[type="text"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
header.cmp-header-container
  .cmp-search-dropdown
  #searchform
  .cmp-search-controls
  .gg-search {
  align-self: center;
}
header.cmp-header-container
  .cmp-search-dropdown
  #searchform
  .cmp-search-controls
  .searchform-input-clear {
  cursor: pointer;
  margin-right: 5px;
  margin-right: 0.3125rem;
}
header.cmp-header-container
  .cmp-search-dropdown
  #searchform
  .cmp-search-controls
  .searchform-input-clear
  svg {
  width: 24px;
  height: 24px;
  fill: #7b858f;
}
header.cmp-header-container
  .cmp-search-dropdown
  #searchform
  .cmp-search-controls
  .searchform-input-clear:focus {
  width: 24px;
  height: 24px;
}
header.cmp-header-container
  .cmp-search-dropdown
  #searchform
  .cmp-search-controls
  .searchform-input-clear:focus {
  border-radius: 100%;
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  outline: 0;
}
header.cmp-header-container
  .cmp-search-dropdown
  #searchform
  .cmp-search-controls
  .searchform-input-clear:focus:hover {
  box-shadow: none;
}
header.cmp-header-container .menu-options {
  padding: 0 10;
  justify-content: center;
}
header.cmp-header-container .menu-options .cmp-search {
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 40px;
}
@media (min-width: 1025px) {
  header.cmp-header-container .menu-options .cmp-search {
    padding-top: 0px;
    padding-top: 0rem;
    margin-right: 8px;
    margin-right: 0.5rem;
  }
}
header.cmp-header-container .menu-options .cmp-search .cmp-search-click {
  height: 40px;
  height: 2.5rem;
  width: 40px;
  width: 2.5rem;
  top: 0;
  position: relative;
  display: block;
}
header.cmp-header-container .menu-options .cmp-search .cmp-search-click.hide {
  display: none;
}
header.cmp-header-container .menu-options .cmp-search .cmp-search-click:focus {
  border-radius: 100%;
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  outline: 0;
}
header.cmp-header-container
  .menu-options
  .cmp-search
  .cmp-search-click:focus:hover {
  box-shadow: none;
}
header.cmp-header-container .menu-options .cmp-search .cmp-search-click img {
  margin-top: 0;
}
header.cmp-header-container
  .menu-options
  .cmp-search
  .cmp-search-click
  .cmp-search-icon
  .cmp-search-svg {
  fill: #7b858f;
}
header.cmp-header-container
  .menu-options
  .cmp-search
  .cmp-search-click
  .cmp-search-icon {
  padding: 8px 8px 1px;
  padding: 0.5rem 0.5rem 0.0625rem;
  position: absolute;
}
header.cmp-header-container
  .menu-options
  .cmp-search
  .cmp-search-click
  .cmp-search-icon:focus {
  border-radius: 100%;
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  outline: 0;
}
header.cmp-header-container
  .menu-options
  .cmp-search
  .cmp-search-click
  .cmp-search-icon:focus:hover {
  box-shadow: none;
}
header.cmp-header-container
  .menu-options
  .cmp-search
  .cmp-search-click
  .cmp-search-icon:hover {
  cursor: pointer;
  border-radius: 100%;
  background-color: #f0f1f2;
}
@media (min-width: 1025px) {
  header.cmp-header-container
    .menu-options
    .cmp-search
    .cmp-search-click
    .cmp-search-icon.mobile-search-icon {
    display: none;
  }
}
header.cmp-header-container
  .menu-options
  .cmp-search
  .cmp-search-click
  .cmp-search-icon.desktop-search-icon {
  display: none;
}
@media (min-width: 1025px) {
  header.cmp-header-container
    .menu-options
    .cmp-search
    .cmp-search-click
    .cmp-search-icon.desktop-search-icon {
    display: block;
  }
}
header.cmp-header-container
  .menu-options
  .cmp-search
  .cmp-search-click
  .cmp-search-close {
  cursor: pointer;
  margin-top: 8px;
  margin-top: 0.5rem;
}
header.cmp-header-container
  .menu-options
  .cmp-search
  .cmp-search-click
  .cmp-search-close:focus {
  width: 24px;
  height: 24px;
}
header.cmp-header-container
  .menu-options
  .cmp-search
  .cmp-search-click
  .cmp-search-close:focus {
  border-radius: 100%;
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  outline: 0;
}
header.cmp-header-container
  .menu-options
  .cmp-search
  .cmp-search-click
  .cmp-search-close:focus:hover {
  box-shadow: none;
}
header.cmp-header-container
  .menu-options
  .cmp-search
  .cmp-search-click
  .cmp-search-close
  svg {
  background: #0875e1;
  border-radius: 100%;
  fill: #ffffff;
  width: 24px;
  height: 24px;
}
header.cmp-header-container .quicklinks {
  display: none;
  padding: 20px 60px;
}
header.cmp-header-container .quicklinks a,
header.cmp-header-container .quicklinks span {
  color: #333333;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 14px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 0.875rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  line-height: 2;
  font-weight: normal;
  padding: 0 10px;
  text-decoration: none;
  display: block;
  line-height: 1.5;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
header.cmp-header-container .quicklinks > span {
  margin: 0 auto;
  min-height: 30px;
  color: #0875e1;
}
@media (min-width: 1025px) {
  header.cmp-header-container .quicklinks > span {
    width: 400px;
    padding-left: 50px;
  }
}
@media (min-width: 1600px) {
  header.cmp-header-container .quicklinks > span {
    width: 544px;
    padding-left: 35px;
  }
}
header.cmp-header-container .quicklinks {
  /*==== General listing ====*/
}
header.cmp-header-container .quicklinks ul {
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 1025px) {
  header.cmp-header-container .quicklinks ul {
    width: 400px;
    padding-left: 45px;
  }
}
@media (min-width: 1600px) {
  header.cmp-header-container .quicklinks ul {
    width: 544px;
    padding-left: 30px;
  }
}
header.cmp-header-container .quicklinks ul li {
  box-sizing: border-box;
  cursor: default;
  line-height: 2;
  list-style: none;
  min-height: 30px;
  padding-left: 0;
  padding: 20px;
  display: block;
  line-height: 1.5;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
header.cmp-header-container .quicklinks ul li a {
  color: #333333;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 14px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 0.875rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  min-height: 30px;
  line-height: 2.5;
  padding-left: 10px;
}
header.cmp-header-container .quicklinks ul li:hover {
  background-color: #f0f1f2;
}
header.cmp-header-container .quicklinks ul li:hover a {
  color: #0875e1;
}
header.cmp-header-container .quicklinks {
  /*==== end General listing ====*/
}
header.cmp-header-container a.cmp-search-close {
  display: none;
}
header.cmp-header-container.search-open {
  position: fixed;
  width: 100%;
}
header.cmp-header-container.search-open a.cmp-search-close {
  display: block;
}
header.cmp-header-container.search-open a.cmp-search-icon {
  display: none;
}
@media (min-width: 1025px) {
  header.cmp-header-container.search-open .quicklinks {
    display: block;
  }
}
header.cmp-header-container.search-open .cmp-search-dropdown {
  display: flex;
}
header.cmp-header-container.search-open nav.menu {
  display: none;
}
header.cmp-header-container.search-open
  .menu-options
  .cmp-search
  .cmp-search-click
  .cmp-search-icon.desktop-search-icon,
header.cmp-header-container.search-open
  .header-container
  .menu-options
  .cmp-getstarted {
  display: none;
}
header.cmp-header-container nav.menu.hide-left-border {
  border-left-color: #fff;
}

/* === end header.cmp-header-container */
/***** Search.html *****/
body.search-locked-open .input-container input[type="text"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

body.search-locked-open header.cmp-header-container.search-open .quicklinks,
body.search-locked-open header.cmp-header-container .quicklinks {
  display: none;
}
body.search-locked-open header.cmp-header-container.search-open {
  position: fixed;
}
@media (min-width: 1200px) {
  body.search-locked-open
    header.cmp-header-container.search-open
    .header-container
    .menu-options
    .cmp-getstarted {
    display: block;
  }
}
body.search-locked-open header.cmp-header-container .cmp-search-dropdown {
  position: fixed;
  height: 80px;
  width: 100%;
  left: 0;
  right: 0;
  top: 80px;
  background-color: #fff;
  display: none;
}
@media (min-width: 1025px) {
  body.search-locked-open header.cmp-header-container .cmp-search-dropdown {
    display: flex;
  }
}
body.search-locked-open
  header.cmp-header-container
  .cmp-search-dropdown
  #searchform {
  width: 60%;
  margin: 0 auto;
}
body.search-locked-open header.cmp-header-container nav.menu {
  display: block;
}
body.search-locked-open header.cmp-header-container .menu-options .cmp-search {
  display: none;
}

/***** end Search.html *****/
body:not(.search-locked-open)
  header.cmp-header-container.search-open
  .menu-options {
  display: none;
  flex-basis: 5%;
  justify-content: center;
}
@media (min-width: 768px) {
  body:not(.search-locked-open)
    header.cmp-header-container.search-open
    .menu-options {
    display: flex;
  }
}
body:not(.search-locked-open)
  header.cmp-header-container.search-open
  .menu-options
  .get-started,
body:not(.search-locked-open)
  header.cmp-header-container.search-open
  .menu-options
  .cmp-languagenavigation {
  display: none;
}
@media (min-width: 768px) {
  body:not(.search-locked-open)
    header.cmp-header-container.search-open
    .menu-options
    .cmp-search
    .cmp-search-click
    .cmp-search-icon {
    width: 24px;
    height: 24px;
  }
}
body:not(.search-locked-open)
  header.cmp-header-container.search-open
  .header-container
  .logo-wrapper {
  display: none;
}
@media (min-width: 1025px) {
  body:not(.search-locked-open)
    header.cmp-header-container.search-open
    .header-container
    .logo-wrapper {
    display: block;
  }
}

.atlas-overlay {
  background-color: rgba(30, 36, 43, 0.8);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.atlas-overlay.hide {
  display: none;
}

ul.cmp-languagenavigation__group {
  height: 329px;
  height: 20.5625rem;
  padding: 0px;
  padding: 0rem;
  background-color: #ffffff;
  list-style: none;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
}
ul.cmp-languagenavigation__group::-webkit-scrollbar {
  display: none;
}
ul.cmp-languagenavigation__group li.lang-separator {
  border-bottom: 1px solid #dfe2e6;
  margin: 8px 16px;
  margin: 0.5rem 1rem;
}
ul.cmp-languagenavigation__group li.cmp-languagenavigation__item:last-child {
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
ul.cmp-languagenavigation__group li.cmp-languagenavigation__item a:focus {
  border-radius: 0;
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  outline: 0;
}
ul.cmp-languagenavigation__group li.cmp-languagenavigation__item a:focus:hover {
  box-shadow: none;
}
ul.cmp-languagenavigation__group li.cmp-languagenavigation__item a {
  margin: 0;
  margin: 0rem;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 14px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 0.875rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  color: #333333;
  line-height: 24px;
  font-weight: normal;
  text-decoration: none;
  vertical-align: middle;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
ul.cmp-languagenavigation__group li.cmp-languagenavigation__item a i,
ul.cmp-languagenavigation__group li.cmp-languagenavigation__item a img,
ul.cmp-languagenavigation__group li.cmp-languagenavigation__item a span {
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 14px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 0.875rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  display: inline-block;
  line-height: 1.5;
  vertical-align: middle;
}
ul.cmp-languagenavigation__group li.cmp-languagenavigation__item a img {
  height: 24px;
  height: 1.5rem;
  margin: 0px;
  margin: 0rem;
  margin-left: 16px;
  margin-left: 1rem;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 24px;
  width: 1.5rem;
  box-sizing: border-box;
}
ul.cmp-languagenavigation__group li.cmp-languagenavigation__item a .region {
  min-height: 24px;
  min-height: 1.5rem;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  color: #000000;
  line-height: 24px;
  vertical-align: middle;
}
ul.cmp-languagenavigation__group li.cmp-languagenavigation__item a .check {
  height: 24px;
  height: 1.5rem;
  margin-right: 8px;
  margin-right: 0.5rem;
  padding: 0px;
  padding: 0rem;
  width: 24px;
  width: 1.5rem;
  display: inline-block;
  vertical-align: middle;
}
ul.cmp-languagenavigation__group li.cmp-languagenavigation__item a .check svg {
  fill: #022043;
}
ul.cmp-languagenavigation__group li.cmp-languagenavigation__item a:hover {
  cursor: pointer;
  background-color: #f1f3f6;
  transition: all 450ms ease;
}
ul.cmp-languagenavigation__group li.cmp-languagenavigation__item a:hover span {
  color: #0057ae;
}
ul.cmp-languagenavigation__group li.cmp-languagenavigation__item a:hover svg {
  fill: #0057ae;
}
ul.cmp-languagenavigation__group li.cmp-languagenavigation__item a:active span {
  color: #0f2e66;
}
ul.cmp-languagenavigation__group
  li.cmp-languagenavigation__item--active
  a
  span {
  color: #000000;
  display: flex;
  white-space: nowrap;
  align-items: center;
}
ul.cmp-languagenavigation__group
  li.cmp-languagenavigation__item--active
  .gg-check {
  margin-left: 10px;
  margin-left: 0.625rem;
  vertical-align: middle;
}

header.cmp-header-container .header-container .rs-click-wrapper {
  margin-top: 20px;
  margin-top: 1.25rem;
  cursor: pointer;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
@media (min-width: 1025px) {
  header.cmp-header-container .header-container .rs-click-wrapper {
    margin-top: 0px;
    margin-top: 0rem;
  }
}
header.cmp-header-container .header-container .rs-click-wrapper .rs-click {
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 14px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 0.875rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  align-items: center;
  background-color: #f1f3f6;
  border: none;
  justify-content: center;
  outline: none;
  text-indent: -9999;
  width: 100%;
}
@media (min-width: 1025px) {
  header.cmp-header-container
    .header-container
    .rs-click-wrapper
    .rs-click:focus {
    border-radius: 100%;
    box-shadow:
      0 0 0 2px #ffffff,
      0 0 0 4px #0875e1;
    outline: 0;
  }
  header.cmp-header-container
    .header-container
    .rs-click-wrapper
    .rs-click:focus:hover {
    box-shadow: none;
  }
  header.cmp-header-container .header-container .rs-click-wrapper .rs-click {
    height: 48px;
    height: 3rem;
    width: 48px;
    width: 3rem;
    background-color: transparent;
    border-radius: 100%;
    cursor: pointer;
    padding: 0px;
    padding: 0rem;
    display: block;
  }
}
header.cmp-header-container .header-container .rs-click-wrapper .rs-click span {
  font-weight: 700;
  text-align: center;
}
@media (min-width: 1025px) {
  header.cmp-header-container
    .header-container
    .rs-click-wrapper
    .rs-click
    span {
    display: none;
  }
}
header.cmp-header-container
  .header-container
  .rs-click-wrapper
  .rs-click
  svg.icon {
  height: 24px;
  height: 1.5rem;
  width: 24px;
  width: 1.5rem;
  display: none;
  fill: #022043;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  header.cmp-header-container
    .header-container
    .rs-click-wrapper
    .rs-click
    svg.icon {
    display: block;
  }
}
header.cmp-header-container .header-container .rs-click-wrapper .rs-click img {
  height: 24px;
  height: 1.5rem;
  width: 24px;
  width: 1.5rem;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  margin: 0;
  display: inline-block;
}
@media (min-width: 1025px) {
  header.cmp-header-container
    .header-container
    .rs-click-wrapper
    .rs-click
    img {
    margin: 0 auto;
    display: none;
  }
}
header.cmp-header-container .header-container .cmp-languagenavigation {
  position: relative;
  display: none;
}
@media (min-width: 1025px) {
  header.cmp-header-container .header-container .cmp-languagenavigation {
    margin-right: 20px;
    margin-right: 1.25rem;
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
  header.cmp-header-container
    .header-container
    .cmp-languagenavigation:hover
    .rs-click,
  header.cmp-header-container
    .header-container
    .cmp-languagenavigation.expand
    .rs-click {
    background-color: rgba(0, 0, 0, 0.08);
  }
  header.cmp-header-container
    .header-container
    .cmp-languagenavigation:hover
    .rs-click
    svg.icon,
  header.cmp-header-container
    .header-container
    .cmp-languagenavigation.expand
    .rs-click
    svg.icon {
    fill: #022043;
  }
  header.cmp-header-container
    .header-container
    .cmp-languagenavigation:hover
    .rs-invisible-wrap,
  header.cmp-header-container
    .header-container
    .cmp-languagenavigation.expand
    .rs-invisible-wrap {
    -moz-box-shadow: 0 0 3px #ccc;
    -webkit-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 3px #ccc;
    padding: 12px;
    padding: 0.75rem;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    /* Prevent background color leak outs */
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background-color: #ffffff;
    display: block;
    top: 100%;
  }
}
header.cmp-header-container
  .header-container
  .cmp-languagenavigation
  .rs-invisible-wrap {
  height: 370px;
  height: 23.125rem;
  padding: 20px 0 0 0;
  padding: 1.25rem 0rem 0rem 0rem;
  width: 288px;
  width: 18rem;
  background-color: transparent;
  display: none;
  position: absolute;
  right: 0;
}
header.cmp-header-container .header-container .cmp-languagenavigation {
  /* Custom CrossBrowser Scrollbar */
  /*For Chrome and webkit browsers */
  /* Total scrollbar width */
}
header.cmp-header-container
  .header-container
  .cmp-languagenavigation
  .cmp-languagenavigation__group--scrollbar::-webkit-scrollbar {
  width: 16px;
  width: 1rem;
  background-color: transparent;
}
header.cmp-header-container .header-container .cmp-languagenavigation {
  /* Background of the scrollbar except button or resizer */
}
header.cmp-header-container
  .header-container
  .cmp-languagenavigation
  .cmp-languagenavigation__group--scrollbar::-webkit-scrollbar-track {
  background-color: #ffffff;
}
header.cmp-header-container .header-container .cmp-languagenavigation {
  /* scrollbar itself */
}
header.cmp-header-container
  .header-container
  .cmp-languagenavigation
  .cmp-languagenavigation__group--scrollbar::-webkit-scrollbar-thumb {
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #dfe2e6;
  border: 8px solid #ffffff;
  border-left-width: 0;
}
header.cmp-header-container .header-container .cmp-languagenavigation {
  /* Scrollbar itself Hover */
}
header.cmp-header-container
  .header-container
  .cmp-languagenavigation
  .cmp-languagenavigation__group--scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #dfe2e6;
}
header.cmp-header-container .header-container .cmp-languagenavigation {
  /* set button(top and bottom of the scrollbar) */
}
header.cmp-header-container
  .header-container
  .cmp-languagenavigation
  .cmp-languagenavigation__group--scrollbar::-webkit-scrollbar-button {
  display: none;
}
header.cmp-header-container
  .header-container
  .cmp-languagenavigation
  .cmp-languagenavigation__group--scrollbar {
  background: #ffffff;
  overflow-y: scroll;
  overflow-x: hidden;
}
header.cmp-header-container .header-container .cmp-languagenavigation {
  /* For FireFox only  */
}
@-moz-document url-prefix() {
  header.cmp-header-container
    .header-container
    .cmp-languagenavigation
    .cmp-languagenavigation__group--scrollbar {
    scrollbar-width: thin;
    scrollbar-color: #dfe2e6 transparent;
  }
  header.cmp-header-container
    .header-container
    .cmp-languagenavigation
    .cmp-languagenavigation__group--overflow {
    height: 100%;
    overflow-y: auto;
  }
}
header.cmp-header-container
  .header-container
  .cmp-languagenavigation
  .cmp-languagenavigation__group--overflow {
  scrollbar-width: thin;
  height: auto;
}
header.cmp-header-container
  .header-container
  .cmp-languagenavigation
  ul.cmp-languagenavigation__group {
  margin: 0px;
  margin: 0rem;
}
header.cmp-header-container
  .header-container
  .cmp-languagenavigation
  ul.cmp-languagenavigation__group
  .cmp-languagenavigation__item {
  margin: 0px;
  margin: 0rem;
}
header.cmp-header-container
  .header-container
  nav.menu
  ul.cmp-navigation__group
  .rs-click-wrapper {
  display: block;
}
@media (max-width: 1024px) {
  header.cmp-header-container
    .header-container
    nav.menu
    ul.cmp-navigation__group
    .rs-click-wrapper {
    margin: 0 auto;
    width: 496px;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
}
@media (max-width: 767px) {
  header.cmp-header-container
    .header-container
    nav.menu
    ul.cmp-navigation__group
    .rs-click-wrapper {
    width: 311px;
  }
}
@media (min-width: 1025px) {
  header.cmp-header-container
    .header-container
    nav.menu
    ul.cmp-navigation__group
    .rs-click-wrapper {
    display: none;
  }
}

.atlas-rsm {
  min-height: 400px;
  min-height: 25rem;
  background-color: #ffffff;
  display: block;
  height: 100vh;
  position: fixed;
  transform: translateX(200%);
  -webkit-transform: translateX(200%);
  transform: scale(0);
  top: 0;
  overflow: hidden;
  width: 100%;
  z-index: 800;
}
@media (min-width: 1025px) {
  .atlas-rsm {
    display: none;
  }
}
.atlas-rsm .rsm-header {
  height: 80px;
  height: 5rem;
  margin: 0px;
  margin: 0rem;
  padding: 0px;
  padding: 0rem;
  border-bottom: 1px solid #f1f3f6;
  box-sizing: border-box;
  display: flex;
  flex-flow: row;
  font-size: 0;
  justify-content: space-between;
  width: 100%;
}
.atlas-rsm .rsm-header .rsm-close,
.atlas-rsm .rsm-header .rsm-back-arrow,
.atlas-rsm .rsm-header .rsm-heading {
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 14px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 0.875rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
}
.atlas-rsm .rsm-header .rsm-close .nav-icon-x,
.atlas-rsm .rsm-header .rsm-back-arrow .nav-icon-x,
.atlas-rsm .rsm-header .rsm-heading .nav-icon-x {
  margin: 5px 7px 0 0;
  margin: 0.3125rem 0.4375rem 0rem 0rem;
}
.atlas-rsm .rsm-header .rsm-close {
  align-self: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin: 0 16px;
}
.atlas-rsm .rsm-header .rsm-close:focus {
  width: 24px;
  height: 24px;
}
.atlas-rsm .rsm-header .rsm-close:focus {
  border-radius: 100%;
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  outline: 0;
}
.atlas-rsm .rsm-header .rsm-close:focus:hover {
  box-shadow: none;
}
.atlas-rsm .rsm-header .rsm-close svg {
  background: #0875e1;
  border-radius: 100%;
  fill: #ffffff;
  width: 24px;
  height: 24px;
  background: #0875e1;
}
.atlas-rsm .rsm-header .rsm-back-arrow {
  height: 40px;
  height: 2.5rem;
  margin: 0px 16px;
  margin: 0rem 1rem;
  align-self: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.atlas-rsm .rsm-header .rsm-back-arrow .gg-arrow-left:focus {
  border-radius: 0;
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  outline: 0;
}
.atlas-rsm .rsm-header .rsm-back-arrow .gg-arrow-left:focus:hover {
  box-shadow: none;
}
.atlas-rsm .rsm-header .rsm-heading {
  min-height: 24px;
  min-height: 1.5rem;
  max-height: 70px;
  max-height: 4.375rem;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 14px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 0.875rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  padding-top: 28px;
  padding-top: 1.75rem;
  padding-bottom: 28px;
  padding-bottom: 1.75rem;
  width: 169px;
  width: 10.5625rem;
  color: #000000;
  display: table-cell;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 768px) {
  .atlas-rsm .rsm-header .rsm-heading {
    width: 250px;
    width: 15.625rem;
  }
}
.atlas-rsm .rsm-header .gg-arrow-left {
  fill: #7b858f;
  margin: 0 auto;
  cursor: pointer;
}
.atlas-rsm ul.cmp-languagenavigation__group {
  height: calc(100vh - 200px);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .atlas-rsm ul.cmp-languagenavigation__group {
    width: 496px;
  }
}
.atlas-rsm ul.cmp-languagenavigation__group li.lang-separator {
  margin: 0 auto;
  margin-top: 8px;
  margin-top: 0.5rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #dfe2e6;
  width: 311px;
}
@media (min-width: 768px) {
  .atlas-rsm ul.cmp-languagenavigation__group li.lang-separator {
    width: 100%;
  }
}
.atlas-rsm ul.cmp-languagenavigation__group li.cmp-languagenavigation__item {
  margin: 0 auto;
  width: 311px;
}
@media (min-width: 768px) {
  .atlas-rsm ul.cmp-languagenavigation__group li.cmp-languagenavigation__item {
    width: 496px;
  }
  .atlas-rsm
    ul.cmp-languagenavigation__group
    li.cmp-languagenavigation__item
    a {
    width: 496px;
  }
  .atlas-rsm
    ul.cmp-languagenavigation__group
    li.cmp-languagenavigation__item
    a
    .region {
    width: 407px;
  }
  .atlas-rsm
    ul.cmp-languagenavigation__group
    li.cmp-languagenavigation__item
    a
    .check {
    margin-right: 16px;
    margin-right: 1rem;
  }
}
.atlas-rsm
  ul.cmp-languagenavigation__group
  li.cmp-languagenavigation__item--active {
  margin-top: 16px;
  margin-top: 1rem;
}
.atlas-rsm.slide-in {
  animation: slide-in 0.5s forwards;
  -webkit-animation: slide-in 0.5s forwards;
}
.atlas-rsm.slide-out {
  animation: slide-out 0.5s forwards;
  -webkit-animation: slide-out 0.5s forwards;
}
@keyframes slide-in {
  0% {
    z-index: 910;
    transform: scale(1);
    transform: translateX(200%);
  }
  100% {
    z-index: 910;
    transform: scale(1);
    transform: translateX(0%);
  }
}
@-webkit-keyframes slide-in {
  0% {
    z-index: 910;
    -webkit-transform: scale(1);
    -webkit-transform: translateX(200%);
  }
  100% {
    z-index: 910;
    -webkit-transform: scale(1);
    -webkit-transform: translateX(0%);
  }
}
@keyframes slide-out {
  0% {
    z-index: 910;
    transform: translateX(0%);
  }
  99% {
    z-index: 910;
    transform: translateX(200%);
  }
  100% {
    transform: scale(0);
    z-index: 800;
  }
}
@-webkit-keyframes slide-out {
  0% {
    z-index: 910;
    -webkit-transform: translateX(0%);
  }
  99% {
    z-index: 910;
    -webkit-transform: translateX(200%);
  }
  100% {
    -webkit-transform: scale(0);
    z-index: 800;
  }
}

@-moz-document url-prefix() {
  .cmp-languagenavigation__group {
    scrollbar-width: none;
    overflow: auto;
  }
}
@supports (-ms-ime-align: auto) {
  ul.cmp-languagenavigation__group {
    overflow: hidden;
  }
}
.cmp-sign-in {
  margin: 0px;
  margin: 0rem;
}
.cmp-sign-in .cmp-sign-in-menu {
  display: none;
}
@media (min-width: 70.25em) {
  .cmp-sign-in .cmp-sign-in-menu {
    display: flex;
    padding-bottom: 20px;
    margin-bottom: -20px;
  }
}
.cmp-sign-in .cmp-sign-in-menu {
  position: relative;
}
.cmp-sign-in .cmp-sign-in-menu__toggle {
  display: flex;
  border: 0;
  cursor: pointer;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 24px;
  padding: 10px;
}
.cmp-sign-in .cmp-sign-in-menu__toggle:hover {
  background-color: #f0f1f2;
}
.cmp-sign-in .cmp-sign-in-menu__toggle:active {
  background-color: #dfe2e6;
}
.cmp-sign-in .cmp-sign-in-menu__toggle svg {
  width: 24px;
  height: 24px;
  pointer-events: none;
  fill: #022043;
}
.cmp-sign-in .cmp-sign-in-menu__toggle {
  background: transparent;
}
.cmp-sign-in .cmp-sign-in-menu__toggle:focus {
  outline: none;
  box-shadow: none;
}
.cmp-sign-in .cmp-sign-in-menu__toggle:focus-visible {
  box-shadow: 0 0 0 2px #0875e1;
  outline: 0;
}
.cmp-sign-in .cmp-sign-in-menu__toggle.open {
  background-color: #f0f1f2;
}
.cmp-sign-in .cmp-sign-in-menu__toggle #unifiedUserIcon {
  display: none;
}
.cmp-sign-in .cmp-sign-in-menu__intial-message {
  align-items: flex-start;
  background-color: #9fcfff;
  border-radius: 8px;
  color: #022043;
  display: none;
  flex-direction: column;
  padding: 24px;
  position: absolute;
  right: -8px;
  top: 59px;
  width: 384px;
  max-width: calc(100dvw - 48px);
}
.cmp-sign-in .cmp-sign-in-menu__intial-message::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='13' viewBox='0 0 32 13' fill='none'%3E%3Cpath d='M13.6 2.3C15.0222 1.23333 16.9778 1.23333 18.4 2.3L32 12.5H0L13.6 2.3Z' fill='%239FCFFF'/%3E%3C/svg%3E");
  position: absolute;
  right: 16px;
  top: -16px;
}
.cmp-sign-in .cmp-sign-in-menu__content {
  position: relative;
}
.cmp-sign-in .cmp-sign-in-menu__content-close-button {
  align-items: center;
  background-color: transparent;
  border: 0;
  border-radius: 24px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-direction: column;
  margin: -4px;
  padding: 8px;
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 28px;
}
.cmp-sign-in .cmp-sign-in-menu__content-close-button svg {
  height: 24px;
  width: 24px;
  flex-shrink: 0;
  fill: #022043;
}
.cmp-sign-in .cmp-sign-in-menu__content-close-button:focus-within {
  border: 0;
  box-shadow: 0 0 0 2px #0057ae;
  outline: 0;
}
.cmp-sign-in .cmp-sign-in-menu__content-close-button:hover {
  background-color: rgba(0, 0, 0, 0.16);
}
.cmp-sign-in .cmp-sign-in-menu__content-close-button:active {
  background-color: rgba(0, 0, 0, 0.32);
}
.cmp-sign-in .cmp-sign-in-menu__content h2 {
  color: #022043;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 16px;
  max-width: 300px;
}
.cmp-sign-in .cmp-sign-in-menu__content p {
  margin: 0 0 12px;
  font-weight: 400;
  line-height: 1.5;
}
.cmp-sign-in .cmp-sign-in-menu__content p:last-of-type {
  margin-bottom: 24px;
}
.cmp-sign-in .cmp-sign-in-menu__content .wd-btn,
.cmp-sign-in
  .cmp-sign-in-menu__content
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .vjs-default-button,
.cmp-sign-in
  .cmp-sign-in-menu__content
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .vjs-done-button,
.cmp-sign-in
  .cmp-sign-in-menu__content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .vjs-default-button,
.cmp-sign-in
  .cmp-sign-in-menu__content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .vjs-done-button,
.cmp-sign-in .cmp-sign-in-menu__content .customer-content a,
.customer-content .cmp-sign-in .cmp-sign-in-menu__content a,
.cmp-sign-in
  .cmp-sign-in-menu__content
  .cmp-subnavigation
  .sub-navigation__container--cta
  a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .cmp-sign-in
  .cmp-sign-in-menu__content
  a,
.cmp-sign-in
  .cmp-sign-in-menu__content
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .cmp-sign-in
  .cmp-sign-in-menu__content
  a,
.cmp-sign-in
  .cmp-sign-in-menu__content
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .cta,
.cmp-sign-in
  .cmp-sign-in-menu__content
  .cmp-resourcebar
  .content-fragment__cards-cta,
.cmp-resourcebar
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .content-fragment__cards-cta {
  color: #ffffff;
  background-color: #0057ae;
  cursor: pointer;
  border: none;
  box-shadow: none;
  font-size: 16px;
  line-height: 1.5;
}
.cmp-sign-in .cmp-sign-in-menu__content .wd-btn:focus-within,
.cmp-sign-in
  .cmp-sign-in-menu__content
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button:focus-within,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .vjs-default-button:focus-within,
.cmp-sign-in
  .cmp-sign-in-menu__content
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button:focus-within,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .vjs-done-button:focus-within,
.cmp-sign-in
  .cmp-sign-in-menu__content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button:focus-within,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .vjs-default-button:focus-within,
.cmp-sign-in
  .cmp-sign-in-menu__content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button:focus-within,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .vjs-done-button:focus-within,
.cmp-sign-in .cmp-sign-in-menu__content .customer-content a:focus-within,
.customer-content .cmp-sign-in .cmp-sign-in-menu__content a:focus-within,
.cmp-sign-in
  .cmp-sign-in-menu__content
  .cmp-subnavigation
  .sub-navigation__container--cta
  a:focus-within,
.cmp-subnavigation
  .sub-navigation__container--cta
  .cmp-sign-in
  .cmp-sign-in-menu__content
  a:focus-within,
.cmp-sign-in
  .cmp-sign-in-menu__content
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a:focus-within,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .cmp-sign-in
  .cmp-sign-in-menu__content
  a:focus-within,
.cmp-sign-in
  .cmp-sign-in-menu__content
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus-within,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .cta:focus-within,
.cmp-sign-in
  .cmp-sign-in-menu__content
  .cmp-resourcebar
  .content-fragment__cards-cta:focus-within,
.cmp-resourcebar
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .content-fragment__cards-cta:focus-within {
  background-color: #022043;
  color: #ffffff;
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0057ae;
}
.cmp-sign-in .cmp-sign-in-menu__content .wd-btn:hover,
.cmp-sign-in
  .cmp-sign-in-menu__content
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button:hover,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .vjs-default-button:hover,
.cmp-sign-in
  .cmp-sign-in-menu__content
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button:hover,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .vjs-done-button:hover,
.cmp-sign-in
  .cmp-sign-in-menu__content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .vjs-default-button:hover,
.cmp-sign-in
  .cmp-sign-in-menu__content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .vjs-done-button:hover,
.cmp-sign-in .cmp-sign-in-menu__content .customer-content a:hover,
.customer-content .cmp-sign-in .cmp-sign-in-menu__content a:hover,
.cmp-sign-in
  .cmp-sign-in-menu__content
  .cmp-subnavigation
  .sub-navigation__container--cta
  a:hover,
.cmp-subnavigation
  .sub-navigation__container--cta
  .cmp-sign-in
  .cmp-sign-in-menu__content
  a:hover,
.cmp-sign-in
  .cmp-sign-in-menu__content
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a:hover,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .cmp-sign-in
  .cmp-sign-in-menu__content
  a:hover,
.cmp-sign-in
  .cmp-sign-in-menu__content
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:hover,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .cta:hover,
.cmp-sign-in
  .cmp-sign-in-menu__content
  .cmp-resourcebar
  .content-fragment__cards-cta:hover,
.cmp-resourcebar
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .content-fragment__cards-cta:hover,
.cmp-sign-in .cmp-sign-in-menu__content .wd-btn:active,
.cmp-sign-in
  .cmp-sign-in-menu__content
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button:active,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .vjs-default-button:active,
.cmp-sign-in
  .cmp-sign-in-menu__content
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button:active,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .vjs-done-button:active,
.cmp-sign-in
  .cmp-sign-in-menu__content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button:active,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .vjs-default-button:active,
.cmp-sign-in
  .cmp-sign-in-menu__content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button:active,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .vjs-done-button:active,
.cmp-sign-in .cmp-sign-in-menu__content .customer-content a:active,
.customer-content .cmp-sign-in .cmp-sign-in-menu__content a:active,
.cmp-sign-in
  .cmp-sign-in-menu__content
  .cmp-subnavigation
  .sub-navigation__container--cta
  a:active,
.cmp-subnavigation
  .sub-navigation__container--cta
  .cmp-sign-in
  .cmp-sign-in-menu__content
  a:active,
.cmp-sign-in
  .cmp-sign-in-menu__content
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a:active,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .cmp-sign-in
  .cmp-sign-in-menu__content
  a:active,
.cmp-sign-in
  .cmp-sign-in-menu__content
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:active,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .cta:active,
.cmp-sign-in
  .cmp-sign-in-menu__content
  .cmp-resourcebar
  .content-fragment__cards-cta:active,
.cmp-resourcebar
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .content-fragment__cards-cta:active {
  background-color: #022043;
}

.cmp-sign-in .cmp-sign-in-menu__drop-down {
  padding: 12px;
  padding: 0.75rem;
  display: none;
  position: absolute;
  flex-direction: column;
  top: 50px;
  right: 0;
  width: 320px;
  background-color: #ffffff;
  color: #022043;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  overflow-y: auto;
  max-height: calc(100dvh - 73px);
}
.cmp-sign-in .cmp-sign-in-menu__drop-down.open {
  display: flex;
}
.cmp-sign-in .cmp-sign-in-menu__drop-down.mobile {
  border: none;
}
.cmp-sign-in
  .cmp-sign-in-menu__drop-down.mobile
  .cmp-sign-in-menu__top-content {
  display: flex;
  flex-direction: column;
}
.cmp-sign-in .cmp-sign-in-menu__drop-down.mobile .cmp-sign-in-menu__sections {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cmp-sign-in
  .cmp-sign-in-menu__drop-down.mobile
  .cmp-sign-in-menu__sections
  ul {
  margin-top: 1px;
}
.cmp-sign-in .cmp-sign-in-menu__drop-down.mobile .cmp-sign-in-menu__unified {
  width: 100%;
}
.cmp-sign-in
  .cmp-sign-in-menu__drop-down.mobile
  .cmp-sign-in-menu__unified-user
  svg
  circle {
  fill: #0057ae !important;
}
.cmp-sign-in .cmp-sign-in-menu__top-content {
  padding: 12px;
  padding: 0.75rem;
}

.cmp-sign-in .cmp-sign-in-menu__icon {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  width: 48px;
  height: 48px;
}
.cmp-sign-in .cmp-sign-in-menu__icon svg {
  fill: #0875e1;
}

.cmp-sign-in .cmp-sign-in-menu__description {
  color: #333333;
}
.cmp-sign-in .cmp-sign-in-menu__description b {
  font-weight: 500;
}
.cmp-sign-in .cmp-sign-in-menu__description p {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.5;
}
.cmp-sign-in .cmp-sign-in-menu__description p strong {
  font-weight: 700;
  text-transform: uppercase;
}
.cmp-sign-in .cmp-sign-in-menu__description a {
  margin: 0 !important;
  display: inline-flex !important;
  flex-flow: row !important;
}
.cmp-sign-in .cmp-sign-in-menu__description a svg {
  margin-left: 8px;
  margin-left: 0.5rem;
}

.cmp-sign-in .cmp-sign-in-menu__sections__separator {
  padding: 12px;
  padding: 0.75rem;
}
.cmp-sign-in .cmp-sign-in-menu__sections__separator div {
  height: 1px;
  width: 100%;
  background-color: #dfe2e6;
}
.cmp-sign-in .cmp-sign-in-menu__sections__section-title {
  padding: 4px 12px;
  padding: 0.25rem 0.75rem;
  line-height: 1.5;
}
.cmp-sign-in .cmp-sign-in-menu__sections__section-title span {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
}
.cmp-sign-in .cmp-sign-in-menu__sections ul {
  margin: 0px;
  margin: 0rem;
  padding: 0px;
  padding: 0rem;
  list-style-type: none;
}
.cmp-sign-in .cmp-sign-in-menu__sections ul li {
  margin: 0;
  line-height: 1.5;
}
.cmp-sign-in .cmp-sign-in-menu__sections ul li a {
  padding: 12px;
  padding: 0.75rem;
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 16px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  display: block;
  color: #022043;
  text-decoration: none;
  font-weight: 500;
  width: 100%;
  line-height: 1.5;
}
.cmp-sign-in .cmp-sign-in-menu__sections ul li a::after {
  content: none;
}
.cmp-sign-in .cmp-sign-in-menu__sections ul li a:hover {
  background: #f0f1f2;
  border-radius: 8px;
}
.cmp-sign-in .cmp-sign-in-menu__sections ul li a svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.cmp-sign-in .cmp-sign-in-menu__sections ul li a[target="_blank"] svg {
  display: inline-block;
  height: 24px;
  width: 24px;
  vertical-align: middle;
  margin-left: 4px;
  fill: #333333;
  margin-top: -1px;
}
.cmp-sign-in .cmp-sign-in-menu__sections ul li a:focus {
  outline: none;
  box-shadow: none;
}
.cmp-sign-in .cmp-sign-in-menu__sections ul li a:focus-visible {
  box-shadow: 0 0 0 2px #0875e1;
  outline: 0;
}
.cmp-sign-in .cmp-sign-in-menu__sections ul li a:active {
  background: #dfe2e6;
}

.cmp-sign-in .cmp-sign-in-menu__unified {
  display: none;
}
.cmp-sign-in .cmp-sign-in-menu__unified-user {
  display: flex;
  align-items: center;
  padding: 12px 0;
  gap: 12px;
}
.cmp-sign-in .cmp-sign-in-menu__unified-user > svg {
  fill: red;
  background: linear-gradient(180deg, #0875e1 20.49%, #005cb9 100%);
  border-radius: 50%;
}
.cmp-sign-in .cmp-sign-in-menu__unified-user > svg text {
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
}
.cmp-sign-in .cmp-sign-in-menu__unified-user-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  word-break: break-word;
}
.cmp-sign-in .cmp-sign-in-menu__unified-user-profile a {
  text-decoration: none;
  font-weight: 500;
  color: #0875e1;
}
.cmp-sign-in .cmp-sign-in-menu__unified-user-profile a:hover {
  text-decoration: underline;
}
.cmp-sign-in .cmp-sign-in-menu__unified-user-profile a:focus-visible {
  box-shadow: 0 0 0 2px #0875e1;
  outline: 0;
  border-radius: 24px;
}
.cmp-sign-in .cmp-sign-in-menu__unified-signout-title {
  padding: 4px 12px;
  padding: 0.25rem 0.75rem;
  line-height: 1.5;
}
.cmp-sign-in .cmp-sign-in-menu__unified-signout-title span {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
}
.cmp-sign-in .cmp-sign-in-menu__unified-signout-content a {
  padding: 12px;
  padding: 0.75rem;
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 16px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  display: block;
  color: #022043;
  text-decoration: none;
  font-weight: 500;
  width: 100%;
  line-height: 1.5;
}
.cmp-sign-in .cmp-sign-in-menu__unified-signout-content a::after {
  content: none;
}
.cmp-sign-in .cmp-sign-in-menu__unified-signout-content a:hover {
  background: #f0f1f2;
  border-radius: 8px;
}
.cmp-sign-in .cmp-sign-in-menu__unified-signout-content a svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.cmp-sign-in .cmp-sign-in-menu__unified-signout-content a[target="_blank"] svg {
  display: inline-block;
  height: 24px;
  width: 24px;
  vertical-align: middle;
  margin-left: 4px;
  fill: #333333;
  margin-top: -1px;
}
.cmp-sign-in .cmp-sign-in-menu__unified-signout-content a:focus {
  outline: none;
  box-shadow: none;
}
.cmp-sign-in .cmp-sign-in-menu__unified-signout-content a:focus-visible {
  box-shadow: 0 0 0 2px #0875e1;
  outline: 0;
}
.cmp-sign-in .cmp-sign-in-menu__unified-signout-content a:active {
  background: #dfe2e6;
}
.cmp-sign-in .cmp-sign-in-menu__unified-links-title {
  padding: 4px 12px;
  padding: 0.25rem 0.75rem;
  line-height: 1.5;
}
.cmp-sign-in .cmp-sign-in-menu__unified-links-title span {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
}
.cmp-sign-in .cmp-sign-in-menu__unified-links-content ul {
  margin: 0px;
  margin: 0rem;
  padding: 0px;
  padding: 0rem;
  list-style-type: none;
}
.cmp-sign-in .cmp-sign-in-menu__unified-links-content ul li {
  margin: 0;
  line-height: 1.5;
}
.cmp-sign-in .cmp-sign-in-menu__unified-links-content ul li a {
  padding: 12px;
  padding: 0.75rem;
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 16px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  display: block;
  color: #022043;
  text-decoration: none;
  font-weight: 500;
  width: 100%;
  line-height: 1.5;
}
.cmp-sign-in .cmp-sign-in-menu__unified-links-content ul li a::after {
  content: none;
}
.cmp-sign-in .cmp-sign-in-menu__unified-links-content ul li a:hover {
  background: #f0f1f2;
  border-radius: 8px;
}
.cmp-sign-in .cmp-sign-in-menu__unified-links-content ul li a svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.cmp-sign-in
  .cmp-sign-in-menu__unified-links-content
  ul
  li
  a[target="_blank"]
  svg {
  display: inline-block;
  height: 24px;
  width: 24px;
  vertical-align: middle;
  margin-left: 4px;
  fill: #333333;
  margin-top: -1px;
}
.cmp-sign-in .cmp-sign-in-menu__unified-links-content ul li a:focus {
  outline: none;
  box-shadow: none;
}
.cmp-sign-in .cmp-sign-in-menu__unified-links-content ul li a:focus-visible {
  box-shadow: 0 0 0 2px #0875e1;
  outline: 0;
}
.cmp-sign-in .cmp-sign-in-menu__unified-links-content ul li a:active {
  background: #dfe2e6;
}
.cmp-sign-in .cmp-sign-in-menu__unified__separator {
  padding: 12px;
  padding: 0.75rem;
}
.cmp-sign-in .cmp-sign-in-menu__unified__separator div {
  height: 1px;
  width: 100%;
  background-color: #dfe2e6;
}
.cmp-sign-in .cmp-sign-in-menu--hidden {
  display: none;
}

.no-scroll {
  overflow: hidden !important;
}

@media (min-width: 70.25em) {
  .stable-gutter {
    scrollbar-gutter: stable;
  }
}

.header-wrapper .container,
.header-wrapper .perspective-article-page .perspective-main-container,
.perspective-article-page .header-wrapper .perspective-main-container,
.header-wrapper .section-v3 .section__container,
.section-v3 .header-wrapper .section__container {
  padding: 0px 12px 0px 24px;
  padding: 0rem 0.75rem 0rem 1.5rem;
}
@media (min-width: 70.25em) {
  .header-wrapper .container,
  .header-wrapper .perspective-article-page .perspective-main-container,
  .perspective-article-page .header-wrapper .perspective-main-container,
  .header-wrapper .section-v3 .section__container,
  .section-v3 .header-wrapper .section__container {
    padding: 0 32px;
  }
}
.header-wrapper {
  width: 100%;
  background: #ffffff;
  box-shadow: inset 0px -1px 0px #dfe2e6;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
}
@media (min-width: 70.25em) {
  .header-wrapper.fix-gutter .container,
  .header-wrapper.fix-gutter
    .perspective-article-page
    .perspective-main-container,
  .perspective-article-page
    .header-wrapper.fix-gutter
    .perspective-main-container,
  .header-wrapper.fix-gutter .section-v3 .section__container,
  .section-v3 .header-wrapper.fix-gutter .section__container {
    padding-right: 47px;
  }
}
.header-wrapper .menu-options,
.header-wrapper .atlas-rsm {
  display: none !important;
}
.header-wrapper .cmp-header-container-v2 {
  height: 72px;
  display: flex;
  justify-content: space-between;
  float: none !important;
  flex: auto;
  position: relative;
  padding: 12px 32px;
  box-shadow: inset 0px -1px 0px #dfe2e6;
  background-color: #ffffff;
  max-width: 1408px;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 70.25em) {
  .header-wrapper .cmp-header-container-v2 {
    justify-content: unset;
  }
}
.header-wrapper .cmp-header-container-v2 .mobile-drawer {
  margin: 0px;
  margin: 0rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header-wrapper .cmp-header-container-v2 .mobile-drawer button {
  cursor: pointer;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 24px;
  padding: 10px;
}
.header-wrapper .cmp-header-container-v2 .mobile-drawer button:hover {
  background-color: #f0f1f2;
}
.header-wrapper .cmp-header-container-v2 .mobile-drawer button:active {
  background-color: #dfe2e6;
}
.header-wrapper .cmp-header-container-v2 .mobile-drawer button svg {
  width: 24px;
  height: 24px;
  pointer-events: none;
  fill: #022043;
}
.header-wrapper .cmp-header-container-v2 .mobile-drawer button {
  padding: 12px;
  padding: 0.75rem;
  cursor: pointer;
  justify-content: center;
  background-color: transparent;
  border: none;
}
.header-wrapper .cmp-header-container-v2 .mobile-drawer button::before {
  display: block;
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6.5C4 6.22386 4.22386 6 4.5 6H19.5C19.7761 6 20 6.22386 20 6.5V7.5C20 7.77614 19.7761 8 19.5 8H4.5C4.22386 8 4 7.77614 4 7.5V6.5Z' fill='%23333333' /%3E%3Cpath d='M4 16.5C4 16.2239 4.22386 16 4.5 16H19.5C19.7761 16 20 16.2239 20 16.5V17.5C20 17.7761 19.7761 18 19.5 18H4.5C4.22386 18 4 17.7761 4 17.5V16.5Z' fill='%23333333' /%3E%3Cpath d='M4.5 11C4.22386 11 4 11.2239 4 11.5V12.5C4 12.7761 4.22386 13 4.5 13H19.5C19.7761 13 20 12.7761 20 12.5V11.5C20 11.2239 19.7761 11 19.5 11H4.5Z' fill='%23333333' /%3E%3C/svg%3E");
  height: 24px;
  width: 24px;
}
.header-wrapper .cmp-header-container-v2 .mobile-drawer button:focus {
  outline: none;
  box-shadow: none;
}
.header-wrapper .cmp-header-container-v2 .mobile-drawer button:focus-visible {
  box-shadow: 0 0 0 2px #0875e1;
  outline: 0;
}
.header-wrapper .cmp-header-container-v2 .mobile-drawer button .svg-icon {
  display: none;
}
.header-wrapper .cmp-header-container-v2 .mobile-drawer button.open .svg-icon {
  width: 24px;
  height: 24px;
  display: flex;
}
.header-wrapper .cmp-header-container-v2 .mobile-drawer button.open::before {
  content: none;
}
@media (min-width: 70.25em) {
  .header-wrapper .cmp-header-container-v2 .mobile-drawer {
    display: none;
  }
}
.header-wrapper .cmp-header-container-v2 .back-button-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header-wrapper .cmp-header-container-v2 .back-button-wrapper .back-button {
  cursor: pointer;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 24px;
  padding: 10px;
}
.header-wrapper
  .cmp-header-container-v2
  .back-button-wrapper
  .back-button:hover {
  background-color: #f0f1f2;
}
.header-wrapper
  .cmp-header-container-v2
  .back-button-wrapper
  .back-button:active {
  background-color: #dfe2e6;
}
.header-wrapper .cmp-header-container-v2 .back-button-wrapper .back-button svg {
  width: 24px;
  height: 24px;
  pointer-events: none;
  fill: #022043;
}
.header-wrapper .cmp-header-container-v2 .back-button-wrapper .back-button {
  padding: 12px;
  padding: 0.75rem;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  font-size: 24px;
  height: 24px;
  width: 24px;
  justify-content: center;
  vertical-align: middle;
  box-sizing: content-box;
  margin-left: -12px;
}
.header-wrapper
  .cmp-header-container-v2
  .back-button-wrapper
  .back-button:focus {
  outline: none;
  box-shadow: none;
}
.header-wrapper
  .cmp-header-container-v2
  .back-button-wrapper
  .back-button:focus-visible {
  box-shadow: 0 0 0 2px #0875e1;
  outline: 0;
}
.header-wrapper
  .cmp-header-container-v2
  .back-button-wrapper
  .back-button::before {
  pointer-events: none;
  border-style: solid;
  border-color: #333333;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 0.45em;
  left: 8px;
  position: relative;
  transform: rotate(-135deg);
  width: 0.45em;
  top: 0px;
}
.header-wrapper .cmp-header-container-v2 .menu-title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 6;
  text-align: center;
  margin: 0;
}
.header-wrapper .cmp-header-container-v2 .menu-title-wrapper h2 {
  all: unset;
  font-size: 16px;
  font-weight: 500;
}
.header-wrapper .cmp-header-container-v2 .header-container {
  flex-grow: 1;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  list-style: none;
  padding: 12px 0;
  margin: 0;
}
@media (min-width: 70.25em) {
  .header-wrapper .cmp-header-container-v2 .header-container {
    flex-grow: 1;
  }
}
.header-wrapper .cmp-header-container-v2 .header-container.no-grow {
  flex: 1;
  width: 100%;
  justify-content: end;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container.no-grow
  .cmp-logo-v2 {
  flex: 2;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container.no-grow
  .cmp-navigation-v2 {
  flex: 0;
}
.header-wrapper .cmp-header-container-v2 .header-container .cmp-logo-v2 {
  display: flex;
  flex-direction: column;
  width: 120px;
}
.header-wrapper .cmp-header-container-v2 .header-container .cmp-logo-v2 a {
  display: flex;
  flex-direction: column;
  outline: none;
  border-radius: 4px;
  height: 48px;
  width: 120px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-logo-v2
  a:focus {
  outline: none;
  box-shadow: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-logo-v2
  a:focus-visible {
  box-shadow: 0 0 0 2px #0057ae !important;
  outline: 0 !important;
}
.header-wrapper .cmp-header-container-v2 .header-container .cmp-logo-v2 a svg {
  max-width: 102px;
  max-height: 48px;
  border: none;
  outline: none;
  box-shadow: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-logo-v2
  a
  svg:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-logo-v2
  a
  svg
  use {
  outline: none;
  border: none;
  box-shadow: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-logo-v2
  a
  svg
  use:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.header-wrapper .cmp-header-container-v2 .header-container .cmp-logo-v2-empty {
  width: 120px;
  height: 48px;
}
.header-wrapper .cmp-header-container-v2 .header-container .cmp-navigation-v2 {
  margin: 0;
  flex: 2;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu {
  overflow: auto;
  padding: 12px;
  width: 100%;
  height: calc(100vh - (72px + var(--banner-height)));
  display: none;
  position: fixed;
  top: 72px;
  left: 0;
  background: #ffffff;
  flex-direction: column;
  z-index: 999;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  ul:first-child {
  order: 1;
}
@media (min-width: 70.25em) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu {
    overflow: unset;
    height: 89vh;
    padding: unset;
    display: flex;
    position: relative;
    top: unset;
    left: unset;
    flex-basis: 100%;
    height: unset;
    background-color: transparent;
  }
}
@media (max-width: 1123px) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu {
    height: calc(100vh - (72px + var(--banner-height)));
    height: calc(100svh - (72px + var(--banner-height)));
    height: calc(100dvh - (72px + var(--banner-height)));
  }
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .right {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  order: 2;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group {
  flex-flow: column;
  flex: auto;
  flex: 1;
  list-style: none;
  display: flex;
  position: relative;
  top: 0;
  margin: 0 0 24px 0;
  padding: 0;
  order: 1;
}
@media (min-width: 70.25em) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group {
    flex-flow: row nowrap;
    flex: unset;
    margin: 0;
  }
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group:first-of-type {
  width: 100%;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .wd-btn,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .vjs-default-button,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .vjs-done-button,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .vjs-default-button,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .vjs-done-button,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .customer-content
  a,
.customer-content
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  a,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .cmp-subnavigation
  .sub-navigation__container--cta
  a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  a,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  a,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .cta,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .cmp-resourcebar
  .content-fragment__cards-cta,
.cmp-resourcebar
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .content-fragment__cards-cta {
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin: 0 0 0 4px;
  cursor: pointer;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0 {
  vertical-align: unset;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin: 0;
}
@media (min-width: 70.25em) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    li.cmp-navigation__item--level-0:first-of-type {
    margin-left: 24px;
  }
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0.mobile-only.cmp-language-navigation-v2 {
  margin-top: 12px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0.mobile-only.cmp-language-navigation-v2
  .lang-wrapper {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  top: 72px;
  z-index: 1;
  left: 0;
  height: calc(100% - 72px);
  overflow: auto;
  background: #ffffff;
  flex-direction: column;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0.mobile-only.cmp-language-navigation-v2
  .lang-wrapper
  .cmp-languagenavigation-v2__group {
  display: flex;
  opacity: 1;
  visibility: visible;
  overscroll-behavior: contain;
  height: unset;
  overflow-y: visible;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0.mobile-only.cmp-language-navigation-v3
  button {
  margin-top: 12px;
  font-size: 16px;
  line-height: 24px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0.mobile-only.cmp-getstarted-mobile {
  justify-content: flex-end;
  flex: 2;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0.mobile-only.cmp-getstarted-mobile
  .cmp-getstarted {
  padding: 24px 12px 0;
  display: block;
  position: unset;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0.mobile-only.cmp-getstarted-mobile
  .cmp-getstarted
  a {
  padding: 12px;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0.mobile-only
  h2
  button {
  justify-content: space-between;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0.mobile-only
  h2
  button
  div {
  display: flex;
  flex-direction: row;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0.mobile-only
  h2
  button
  div
  .svg-icon:not(.chevron) {
  margin-right: 8px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0.mobile-only
  h2
  button
  div
  span {
  font-size: 16px;
  line-height: 24px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0.mobile-only
  h2
  button
  .chevron {
  justify-self: end;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0.mobile-only
  ul
  li
  a {
  font-size: 16px;
  position: relative;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0.mobile-only
  ul
  li
  a
  svg {
  display: none;
  position: absolute;
  height: 24px;
  width: 24px;
  right: 10px;
  top: 10px;
  fill: #333333;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0.mobile-only
  ul
  li
  a.cmp-languagenavigation-v2__item-link
  svg {
  display: block;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0.mobile-only
  ul
  li
  a.cmp-sign-in-menu__sections__section-link
  svg,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0.mobile-only
  ul
  li
  a.cmp-sign-in-menu__unified-links-content-link
  svg {
  display: inline-block;
  position: unset;
}
@media (min-width: 70.25em) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    li.cmp-navigation__item--level-0.mobile-only {
    display: none;
  }
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0
  h2 {
  all: unset;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0
  button,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0
  .navlink {
  font-family: "Acid Grotesk", Arial, Helvetica, sans-serif;
  text-decoration: none;
  padding: 12px;
  text-align: left;
  color: #333333;
  position: relative;
  width: 100%;
  flex-direction: row;
  outline: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  background-color: transparent;
  border-radius: 8px;
  border: 0;
  line-height: 28px;
  word-break: break-word;
  justify-content: space-between;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0
  button
  svg,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0
  .navlink
  svg {
  display: flex;
  flex-shrink: 0;
  fill: #333333;
  height: 24px;
  width: 24px;
  pointer-events: none;
}
@media (min-width: 70.25em) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    li.cmp-navigation__item--level-0
    button,
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    li.cmp-navigation__item--level-0
    .navlink {
    font-size: 16px;
    position: unset;
    border-radius: 24px;
    width: unset;
    flex-direction: column;
    line-height: 24px;
  }
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    li.cmp-navigation__item--level-0
    button::after,
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    li.cmp-navigation__item--level-0
    .navlink::after {
    all: unset;
  }
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    li.cmp-navigation__item--level-0
    button
    svg,
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    li.cmp-navigation__item--level-0
    .navlink
    svg {
    display: none;
  }
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0
  button:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0
  button.is-enabled,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0
  .navlink:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0
  .navlink.is-enabled {
  background-color: #f0f1f2;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0
  button:active,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0
  .navlink:active {
  background-color: #dfe2e6;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0
  button:focus,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0
  .navlink:focus {
  box-shadow: none;
  outline: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0
  button:focus-visible,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0
  .navlink:focus-visible {
  box-shadow: 0 0 0 2px #0875e1;
  outline: 0;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout {
  padding: 12px;
  width: 100%;
  align-items: flex-start;
  left: 0;
  list-style: none;
  position: fixed;
  display: flex;
  visibility: visible;
  flex-direction: column;
  z-index: 1;
  opacity: 0;
  background: #ffffff;
  top: 72px;
  height: calc(100dvh - 72px);
  overflow-y: auto;
  overflow-x: hidden;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout.cmp-languagenavigation-v2__group {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  padding-bottom: 12px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout.cmp-sign-in-menu__drop-down {
  padding-bottom: 12px;
  height: calc(100% - 72px);
  display: none;
}
@media (max-width: 1123px) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-flyout.cmp-sign-in-menu__drop-down {
    height: calc(100vh - 150px);
    height: calc(100svh - 150px);
    height: calc(100dvh - 150px);
    overflow-y: scroll !important;
  }
  .cmp-regional-banner.show
    .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-flyout.cmp-sign-in-menu__drop-down {
    height: calc(100vh - 20%);
    height: calc(100svh - 20%);
    height: calc(100dvh - 20%);
  }
}
@media (min-width: 70.25em) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-flyout {
    display: block;
    box-sizing: border-box;
    left: -24px;
    padding: 20px;
    width: 400px;
    align-items: flex-end;
  }
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout.open {
  visibility: visible;
  opacity: 1;
  left: 0;
}
@media (min-width: 70.25em) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-flyout.open {
    transition: opacity, left;
    transition-duration: 200ms;
    transition-timing-function: ease-in-out;
    -webkit-transition:
      opacity 200ms ease-in-out,
      left 200ms ease-in-out;
  }
}
@media (max-width: 1123px) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-flyout.open {
    height: calc(100vh - 150px);
    height: calc(100svh - 150px);
    height: calc(100dvh - 150px);
  }
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout.open-no-transition {
  visibility: visible;
  left: 0px;
  opacity: 1;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout.close {
  opacity: 0;
  left: -24px;
  visibility: hidden;
  transition: opacity, left, visibility;
  transition-duration: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition:
    opacity 200ms ease-in-out,
    visibility 200ms ease-in-out,
    left 200ms ease-in-out;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1 {
  width: 100%;
  margin: 0;
  flex-direction: row;
  align-items: center;
  pointer-events: none;
}
@media (min-width: 1401px) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-flyout
    .primary-navigation-link,
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-flyout
    .cmp-navigation__item--level-1 {
    width: 360px;
  }
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu
  h3,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry
  h3,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu
  h3,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry
  h3 {
  all: unset;
  display: flex;
  width: 100%;
  pointer-events: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu
  h3
  button,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu
  h3
  a,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry
  h3
  button,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry
  h3
  a,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu
  h3
  button,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu
  h3
  a,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry
  h3
  button,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry
  h3
  a {
  font-size: 20px;
  word-break: break-word;
  text-decoration: none;
  pointer-events: all;
  width: 100%;
  align-items: inherit;
  display: block;
  background-color: transparent;
  text-align: left;
  color: #333333;
  font-weight: 500;
  padding: 12px 40px 12px 12px;
  margin: 0;
  border-radius: 8px;
  border: 0px;
  cursor: pointer;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu
  h3
  button[target="_blank"]
  svg,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu
  h3
  a[target="_blank"]
  svg,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry
  h3
  button[target="_blank"]
  svg,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry
  h3
  a[target="_blank"]
  svg,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu
  h3
  button[target="_blank"]
  svg,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu
  h3
  a[target="_blank"]
  svg,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry
  h3
  button[target="_blank"]
  svg,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry
  h3
  a[target="_blank"]
  svg {
  display: inline-block;
  height: 24px;
  width: 24px;
  vertical-align: middle;
  margin-left: 4px;
  fill: #333333;
  margin-top: -1px;
}
@media (min-width: 70.25em) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-flyout
    .primary-navigation-link.submenu
    h3
    button,
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-flyout
    .primary-navigation-link.submenu
    h3
    a,
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-flyout
    .primary-navigation-link.entry
    h3
    button,
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-flyout
    .primary-navigation-link.entry
    h3
    a,
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-flyout
    .cmp-navigation__item--level-1.submenu
    h3
    button,
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-flyout
    .cmp-navigation__item--level-1.submenu
    h3
    a,
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-flyout
    .cmp-navigation__item--level-1.entry
    h3
    button,
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-flyout
    .cmp-navigation__item--level-1.entry
    h3
    a {
    /* Number of pixels in 1rem (default: 16px/rem)
    /* When converting to rems, we must divide by this ratio. */
    /* Print the pixel fallback declaration first so we can override it in capable browsers. */
    font-size: 20px;
    /* If there is only one value, print the declaration with the value converted to rems.*/
    font-size: 1.25rem;
    /* line heights were not matching with the comps
    /* need to fix the math later
    /* @include set-leading($lines); */
    line-height: 28px;
  }
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu
  h3
  button:active,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu
  h3
  a:active,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry
  h3
  button:active,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry
  h3
  a:active,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu
  h3
  button:active,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu
  h3
  a:active,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry
  h3
  button:active,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry
  h3
  a:active {
  background: #dfe2e6;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu
  h3
  button:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu
  h3
  button.is-enabled,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu
  h3
  a:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu
  h3
  a.is-enabled,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry
  h3
  button:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry
  h3
  button.is-enabled,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry
  h3
  a:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry
  h3
  a.is-enabled,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu
  h3
  button:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu
  h3
  button.is-enabled,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu
  h3
  a:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu
  h3
  a.is-enabled,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry
  h3
  button:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry
  h3
  button.is-enabled,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry
  h3
  a:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry
  h3
  a.is-enabled {
  background-color: #f0f1f2;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu
  h3
  button:focus,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu
  h3
  a:focus,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry
  h3
  button:focus,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry
  h3
  a:focus,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu
  h3
  button:focus,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu
  h3
  a:focus,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry
  h3
  button:focus,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry
  h3
  a:focus {
  outline: none;
  box-shadow: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu
  h3
  button:focus-visible,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu
  h3
  a:focus-visible,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry
  h3
  button:focus-visible,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry
  h3
  a:focus-visible,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu
  h3
  button:focus-visible,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu
  h3
  a:focus-visible,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry
  h3
  button:focus-visible,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry
  h3
  a:focus-visible {
  box-shadow: 0 0 0 2px #0875e1;
  outline: 0;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu
  h3
  a.cmp-languagenavigation-v2__item-link,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry
  h3
  a.cmp-languagenavigation-v2__item-link,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu
  h3
  a.cmp-languagenavigation-v2__item-link,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry
  h3
  a.cmp-languagenavigation-v2__item-link {
  font-size: 16px;
  line-height: 24px;
  padding: 10px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu
  h3
  a.cmp-navigation-v2__item-link--simple,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry
  h3
  a.cmp-navigation-v2__item-link--simple,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu
  h3
  a.cmp-navigation-v2__item-link--simple,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry
  h3
  a.cmp-navigation-v2__item-link--simple {
  color: #0875e1;
  border: 2px solid transparent;
  font-size: 16px;
  padding: 0;
  padding-left: 12px;
  margin-top: 20px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu
  h3
  a.cmp-navigation-v2__item-link--simple
  svg,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry
  h3
  a.cmp-navigation-v2__item-link--simple
  svg,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu
  h3
  a.cmp-navigation-v2__item-link--simple
  svg,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry
  h3
  a.cmp-navigation-v2__item-link--simple
  svg {
  display: inline-block;
  height: 24px;
  width: 24px;
  vertical-align: middle;
  margin-left: 12px;
  fill: #0875e1;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu
  h3
  a.cmp-navigation-v2__item-link--simple:focus,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry
  h3
  a.cmp-navigation-v2__item-link--simple:focus,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu
  h3
  a.cmp-navigation-v2__item-link--simple:focus,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry
  h3
  a.cmp-navigation-v2__item-link--simple:focus {
  box-shadow: none;
  outline: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu
  h3
  a.cmp-navigation-v2__item-link--simple:focus-visible,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry
  h3
  a.cmp-navigation-v2__item-link--simple:focus-visible,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu
  h3
  a.cmp-navigation-v2__item-link--simple:focus-visible,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry
  h3
  a.cmp-navigation-v2__item-link--simple:focus-visible {
  box-shadow: 0 0 0 2px #0875e1;
  outline: 0;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu
  h3
  a.cmp-navigation-v2__item-link--simple:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry
  h3
  a.cmp-navigation-v2__item-link--simple:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu
  h3
  a.cmp-navigation-v2__item-link--simple:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry
  h3
  a.cmp-navigation-v2__item-link--simple:hover {
  background-color: #ffffff;
  text-decoration: underline;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu.submenu
  button,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry.submenu
  button,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu.submenu
  button,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry.submenu
  button {
  position: relative;
  padding: 12px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu.submenu
  button
  svg,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry.submenu
  button
  svg,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu.submenu
  button
  svg,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry.submenu
  button
  svg {
  display: flex;
  flex-shrink: 0;
  fill: #333333;
  height: 24px;
  width: 24px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu.submenu
  .nav-arrow-right,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry.submenu
  .nav-arrow-right,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu.submenu
  .nav-arrow-right,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry.submenu
  .nav-arrow-right {
  transform: rotate(-90deg);
  float: right;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu.submenu.lang-separator,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry.submenu.lang-separator,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu.submenu.lang-separator,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry.submenu.lang-separator {
  pointer-events: none;
  padding: 12px;
  width: 100%;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu.submenu.lang-separator
  div,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry.submenu.lang-separator
  div,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu.submenu.lang-separator
  div,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry.submenu.lang-separator
  div {
  background-color: #dfe2e6;
  height: 1px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .cmp-navigation__inner-item--level-1 {
  width: 100%;
  margin-top: 12px;
}
@media (min-width: 70.25em) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .cmp-navigation__inner-item--level-1 {
    margin-top: 20px;
  }
}
@media (min-width: 1401px) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .cmp-navigation__inner-item--level-1 {
    width: 360px;
  }
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .cmp-navigation__inner-item--level-1
  h3:first-of-type {
  display: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .cmp-navigation__inner-item--level-1
  ul {
  list-style: none;
  display: flex;
  flex-direction: column;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .cmp-navigation__inner-item--level-1
  ul
  li.cmp-navigation__item--level-1.entry {
  font-size: 16px;
  line-height: 24px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .cmp-navigation__inner-item--level-1
  ul
  li.cmp-navigation__item--level-1.entry
  a {
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  line-height: 24px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .cmp-navigation__inner-item--level-1
  ul
  li.cmp-navigation__item--level-1.entry
  a[target="_blank"]
  svg {
  display: inline-block;
  height: 24px;
  width: 24px;
  vertical-align: middle;
  margin-left: 4px;
  fill: #333333;
  margin-top: -1px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .cmp-navigation__inner-item--level-1
  ul
  li.cmp-navigation__item--level-1.entry
  a:active {
  background: #dfe2e6;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .cmp-navigation__inner-item--level-1
  ul
  li.cmp-navigation__item--level-1.entry
  a:hover {
  background-color: #f0f1f2;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details {
  display: none;
  padding: 12px 12px 100px;
  left: 0;
  width: 100%;
  z-index: 1;
  position: fixed;
  pointer-events: all;
  visibility: hidden;
  opacity: 0;
  flex-direction: column;
  align-items: flex-start;
  border-left: 1px solid #dfe2e6;
  overflow-y: auto;
  overflow-x: hidden;
  gap: 20px;
  height: calc(100vh - 72px);
  background: #ffffff;
  top: 72px;
}
@media (min-width: 70.25em) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-submenu-details {
    display: block;
    overflow-x: hidden;
    padding: 20px;
    left: 100px;
    z-index: -1;
    width: 0px;
  }
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details.show-details {
  display: block;
  visibility: visible;
  opacity: 1;
}
@media (min-width: 70.25em) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-submenu-details.show-details {
    width: 400px;
    transition:
      opacity 200ms,
      width 200ms;
    transition-timing-function: ease-in-out;
    -webkit-transition:
      opacity 200ms ease-in-out,
      width 200ms ease-in-out;
  }
}
@media (max-width: 1123px) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-submenu-details.show-details-no-transition {
    overflow-y: auto;
    height: calc(100vh - 150px);
    height: calc(100svh - 150px);
    height: calc(100dvh - 150px);
  }
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details.show-details-no-transition {
  display: block;
  visibility: visible;
  opacity: 1;
}
@media (min-width: 70.25em) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-submenu-details.show-details-no-transition {
    width: 400px;
  }
}
@media (min-width: 70.25em) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-submenu-details.close {
    width: 0px;
    opacity: 0;
    visibility: hidden;
    transition:
      opacity 50ms,
      width 50ms,
      visibility 50ms;
    transition-timing-function: ease-in-out;
    -webkit-transition:
      opacity 50ms ease-in-out,
      width 50ms ease-in-out,
      visibility 50ms ease-in-out;
  }
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .details,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__description-item--level-2 {
  padding: 12px 12px 0;
  margin-bottom: 28px;
}
@media (min-width: 70.25em) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-submenu-details
    .details,
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-submenu-details
    .cmp-navigation__description-item--level-2 {
    padding: 12px;
    margin-bottom: 20px;
    width: 360px;
  }
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .details.single,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__description-item--level-2.single {
  padding: 0;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .details
  p,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__description-item--level-2
  p {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 16px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  font-weight: 400;
  line-height: 24px;
}
@media (min-width: 70.25em) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-submenu-details
    .details
    p,
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-submenu-details
    .cmp-navigation__description-item--level-2
    p {
    /* Number of pixels in 1rem (default: 16px/rem)
    /* When converting to rems, we must divide by this ratio. */
    /* Print the pixel fallback declaration first so we can override it in capable browsers. */
    font-size: 20px;
    /* If there is only one value, print the declaration with the value converted to rems.*/
    font-size: 1.25rem;
    /* line heights were not matching with the comps
    /* need to fix the math later
    /* @include set-leading($lines); */
    line-height: 28px;
  }
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .details
  h4,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__description-item--level-2
  h4 {
  all: unset;
  display: inline-block;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .details
  h4
  a,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__description-item--level-2
  h4
  a {
  color: #0875e1;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .details
  h4
  a:focus,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__description-item--level-2
  h4
  a:focus {
  outline: none;
  box-shadow: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .details
  h4
  a:focus-visible,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__description-item--level-2
  h4
  a:focus-visible {
  box-shadow: 0 0 0 2px #0875e1;
  outline: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .details
  h4
  a
  svg,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__description-item--level-2
  h4
  a
  svg {
  display: inline-block;
  height: 24px;
  width: 24px;
  margin-left: 8px;
  fill: #0875e1;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .details
  h4
  a:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__description-item--level-2
  h4
  a:hover {
  text-decoration: underline;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__item--level-2 {
  margin-top: 0;
}
@media (min-width: 70.25em) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-submenu-details
    .cmp-navigation__item--level-2 {
    width: 360px;
  }
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__item--level-2.single {
  padding: 0;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__item--level-2
  h4 {
  all: unset;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__item--level-2
  a {
  display: block;
  border-radius: 8px;
  color: #333333;
  text-decoration: none;
  font-weight: 700;
  width: 100%;
  padding: 12px;
  cursor: pointer;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__item--level-2
  a::after {
  content: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__item--level-2
  a[target="_blank"]
  svg {
  display: inline-block;
  height: 24px;
  width: 24px;
  vertical-align: middle;
  margin-left: 4px;
  fill: #333333;
  margin-top: -1px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__item--level-2
  a
  p {
  margin-top: 4px;
  font-weight: 400;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__item--level-2
  a:hover {
  background: #f0f1f2;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__item--level-2
  a:active {
  background-color: #dfe2e6;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation-v2__group,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .submenu-link-section,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__inner-item--level-2 {
  flex-flow: column nowrap;
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  width: 100%;
}
@media (min-width: 70.25em) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-submenu-details
    .cmp-navigation-v2__group,
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-submenu-details
    .submenu-link-section,
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-submenu-details
    .cmp-navigation__inner-item--level-2 {
    width: 360px;
  }
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation-v2__group
  h4,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .submenu-link-section
  h4,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__inner-item--level-2
  h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 20px;
  margin: 0;
  padding: 4px 12px;
  text-decoration-line: unset;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation-v2__group
  li,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .submenu-link-section
  li,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__inner-item--level-2
  li {
  margin: 0;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation-v2__group
  li
  h4,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .submenu-link-section
  li
  h4,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__inner-item--level-2
  li
  h4 {
  all: unset;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation-v2__group
  li
  a,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .submenu-link-section
  li
  a,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__inner-item--level-2
  li
  a {
  display: block;
  color: #333333;
  text-decoration: none;
  font-weight: 500;
  width: 100%;
  padding: 12px;
  border-radius: 8px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation-v2__group
  li
  a::after,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .submenu-link-section
  li
  a::after,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__inner-item--level-2
  li
  a::after {
  content: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation-v2__group
  li
  a:focus,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .submenu-link-section
  li
  a:focus,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__inner-item--level-2
  li
  a:focus {
  outline: none;
  box-shadow: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation-v2__group
  li
  a:focus-visible,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .submenu-link-section
  li
  a:focus-visible,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__inner-item--level-2
  li
  a:focus-visible {
  box-shadow: 0 0 0 2px #0875e1;
  outline: 0;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation-v2__group
  li
  a[target="_blank"]
  svg,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .submenu-link-section
  li
  a[target="_blank"]
  svg,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__inner-item--level-2
  li
  a[target="_blank"]
  svg {
  display: inline-block;
  height: 24px;
  width: 24px;
  vertical-align: middle;
  margin-left: 4px;
  fill: #333333;
  margin-top: -1px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation-v2__group
  li
  a
  p,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .submenu-link-section
  li
  a
  p,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__inner-item--level-2
  li
  a
  p {
  margin-top: 4px;
  font-weight: 400;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation-v2__group
  li
  a:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .submenu-link-section
  li
  a:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__inner-item--level-2
  li
  a:hover {
  background: #f0f1f2;
  border-radius: 8px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  li:first-of-type {
  padding-top: 12px;
}
.header-wrapper .cmp-header-container-v2 .header-container li.search-v2,
.header-wrapper .cmp-header-container-v2 .header-container li.search-v3 {
  margin: 0;
  display: flex;
  flex-direction: row;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2.expanded,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3.expanded {
  flex-grow: 2;
  margin: 0;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2 {
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__toggle,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__toggle {
  display: flex;
  cursor: pointer;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 24px;
  padding: 10px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__toggle:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__toggle:hover {
  background-color: #f0f1f2;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__toggle:active,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__toggle:active {
  background-color: #dfe2e6;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__toggle
  svg,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__toggle
  svg {
  width: 24px;
  height: 24px;
  pointer-events: none;
  fill: #022043;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__toggle,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__toggle {
  padding: 12px;
  padding: 0.75rem;
  border: 0;
  background-color: transparent;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__toggle:focus,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__toggle:focus {
  outline: none;
  box-shadow: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__toggle:focus-visible,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__toggle:focus-visible {
  box-shadow: 0 0 0 2px #0875e1;
  outline: 0;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2
  form,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2
  .cmp-globalsearch,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2
  form,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2
  .cmp-globalsearch {
  display: none;
  width: 100%;
  flex-direction: row;
  justify-content: center;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2
  form.expanded,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2
  .cmp-globalsearch.expanded,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2
  form.expanded,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2
  .cmp-globalsearch.expanded {
  display: flex;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2
  form
  .cmp-search-v2__controls
  .cmp-search-v2__quick-links
  li
  a:focus,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2
  .cmp-globalsearch
  .cmp-search-v2__controls
  .cmp-search-v2__quick-links
  li
  a:focus,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2
  form
  .cmp-search-v2__controls
  .cmp-search-v2__quick-links
  li
  a:focus,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2
  .cmp-globalsearch
  .cmp-search-v2__controls
  .cmp-search-v2__quick-links
  li
  a:focus {
  outline: none;
  box-shadow: 0 0 0 2px #0875e1;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__controls,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__controls {
  padding: 12px 8px 12px 12px;
  padding: 0.75rem 0.5rem 0.75rem 0.75rem;
  display: flex;
  flex: 1;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  background-color: #f0f1f2;
  border: 2px solid transparent;
  border-radius: 24px;
  width: 100%;
  height: 48px;
}
@media (min-width: 70.25em) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    li.search-v2
    .cmp-search-v2__controls,
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    li.search-v3
    .cmp-search-v2__controls {
    max-width: 592px;
  }
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__controls.has-focus,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__controls.has-focus {
  background-color: #ffffff;
  border: 2px solid #0875e1;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__controls.has-focus
  input,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__controls.has-focus
  input {
  background-color: #ffffff;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__controls
  .search-icon,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__controls
  .search-icon {
  display: flex;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__controls
  .search-icon
  svg,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__controls
  .search-icon
  svg {
  fill: #333333;
  height: 24px;
  width: 24px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__controls:not(.has-focus)
  .cmp-search-v2__input-clear,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__controls:not(.has-focus)
  .cmp-search-v2__input-clear {
  background-color: #f0f1f2;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__input,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__input {
  font-family: "Acid Grotesk", Arial, Helvetica, sans-serif;
  background-color: #f0f1f2;
  width: 100%;
  border: none;
  outline: none;
  font-size: 14px;
  height: auto;
  box-shadow: none;
  line-height: 20px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__input:focus,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__input:focus {
  background-color: #ffffff;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__input.expanded,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__input.expanded {
  background-color: #f0f1f2;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__input::placeholder,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__input::placeholder {
  font-family: "Acid Grotesk", Arial, Helvetica, sans-serif;
  color: #787878;
  opacity: 1;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__input::-ms-input-placeholder,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__input::-ms-input-placeholder {
  color: #787878;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__input:hover:not(:focus)::placeholder,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__input:hover:not(:focus)::placeholder {
  color: #333333 !important;
  opacity: 1;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__input:hover:not(:focus)::-ms-input-placeholder,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__input:hover:not(:focus)::-ms-input-placeholder {
  color: #333333 !important;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__input-clear,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__input-clear {
  display: none;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 24px;
  padding: 2px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__input-clear
  svg,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__input-clear
  svg {
  fill: #333333;
  width: 24px;
  height: 24px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__input-clear:focus,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__input-clear:focus {
  outline: none;
  border: 2px solid #0875e1;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__input-clear:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__input-clear:hover {
  border: 2px solid transparent;
  background-color: #f0f1f2;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__input-clear:active,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__input-clear:active {
  border: 2px solid transparent;
  background-color: #dfe2e6;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__close-search,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__close-search {
  margin-left: 4px;
  display: none;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  padding: 10px;
  border: 0;
  border-radius: 24px;
  background-color: #ffffff;
}
@media (min-width: 70.25em) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    li.search-v2
    .cmp-search-v2__close-search,
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    li.search-v3
    .cmp-search-v2__close-search {
    margin-left: 0;
    margin-right: 0;
  }
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__close-search
  svg,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__close-search
  svg {
  fill: #333333;
  height: 24px;
  width: 24px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__close-search:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__close-search:hover {
  background-color: #f0f1f2;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__close-search:active,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__close-search:active {
  background-color: #dfe2e6;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__close-search:focus,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__close-search:focus {
  outline: none;
  box-shadow: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__close-search:focus-visible,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__close-search:focus-visible {
  box-shadow: 0 0 0 2px #0875e1;
  outline: 0;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__quick-links,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2
  .cmp-search-v2__suggestions,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__quick-links,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2
  .cmp-search-v2__suggestions {
  display: none;
  position: absolute;
  flex-direction: column;
  background: #ffffff;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  z-index: 1000;
  margin: auto;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__quick-links.show,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2
  .cmp-search-v2__suggestions.show,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__quick-links.show,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2
  .cmp-search-v2__suggestions.show {
  display: flex;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__quick-links
  span,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2
  .cmp-search-v2__suggestions
  span,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__quick-links
  span,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2
  .cmp-search-v2__suggestions
  span {
  font-weight: 700;
  margin-left: 12px;
  font-size: 14px;
  color: #333333;
  text-transform: uppercase;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__quick-links
  ul,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2
  .cmp-search-v2__suggestions
  ul,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__quick-links
  ul,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2
  .cmp-search-v2__suggestions
  ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__quick-links
  ul
  li,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2
  .cmp-search-v2__suggestions
  ul
  li,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__quick-links
  ul
  li,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2
  .cmp-search-v2__suggestions
  ul
  li {
  margin: 0;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__quick-links
  ul
  li
  a,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2
  .cmp-search-v2__suggestions
  ul
  li
  a,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__quick-links
  ul
  li
  a,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2
  .cmp-search-v2__suggestions
  ul
  li
  a {
  padding: 12px;
  display: block;
  width: 100%;
  color: #333333;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  border-radius: 8px;
  font-family: "Acid Grotesk", Arial, Helvetica, sans-serif;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__quick-links
  ul
  li:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2
  .cmp-search-v2__suggestions
  ul
  li:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__quick-links
  ul
  li:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2
  .cmp-search-v2__suggestions
  ul
  li:hover {
  background: #f0f1f2;
  border-radius: 8px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2
  .cmp-search-v2__controls {
  padding: 6px 8px 12px 12px;
  padding: 0.375rem 0.5rem 0.75rem 0.75rem;
  gap: 0px;
}
:root .header-wrapper .cmp-header-container-v2 .header-container li.search-v3 {
  --atomic-ring-primary: transparent;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  atomic-search-interface {
  padding: 0px !important;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  atomic-search-layout
  .search-icon {
  position: absolute;
  top: 12px;
  left: 13px;
  z-index: 99;
  pointer-events: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  atomic-search-box {
  height: 100%;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  atomic-search-box::part(wrapper) {
  position: relative;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  atomic-search-box::part(clear-button) {
  position: absolute;
  right: 3px;
  border: 2px solid transparent;
  border-radius: 24px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  atomic-search-box::part(loading) {
  position: absolute;
  right: 3px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  atomic-search-box::part(clear-button):hover {
  background-color: #f0f1f2;
  color: #333;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  atomic-search-box::part(clear-button):focus-visible {
  color: #333;
  outline-color: #0875e1;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  atomic-search-box::part(submit-button) {
  display: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  atomic-search-box::part(input) {
  padding: 13px;
  padding-left: 44px;
  font-size: 14px;
  border: 2px solid transparent;
  position: absolute;
  width: 100%;
  height: 48px;
  color: #000;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  atomic-search-box::part(wrapper):focus-within {
  border: 0 !important;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  atomic-search-box::part(input):focus {
  background: #fff;
  border-radius: 999px;
  border-color: #0875e1;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  atomic-search-box::part(suggestions-left) {
  flex-direction: column;
  background: #ffffff;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  z-index: 1000;
  margin: auto;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  atomic-search-box::part(suggestion) {
  padding: 12px;
  border-radius: 8px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  atomic-search-box::part(query-suggestion-text) {
  font-size: 16px;
  font-weight: 400 !important;
  color: #333333;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  atomic-search-box::part(query-suggestion-text)
  .font-bold {
  font-weight: 400 !important;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  atomic-search-box::part(active-suggestion) {
  background: transparent;
  box-shadow: 0 0 0 2px #0875e1;
  outline: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  atomic-search-box::part(active-suggestion):hover {
  background: #f0f1f2;
  box-shadow: none;
}
.header-wrapper .cmp-header-container-v2 .header-container .cmp-search-empty {
  height: 48px;
  width: 48px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-language-navigation {
  display: none;
  margin: 0;
  position: relative;
}
@media (min-width: 70.25em) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-language-navigation {
    display: flex;
  }
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-language-navigation
    > div:first-child {
    padding-bottom: 20px;
    margin-bottom: -20px;
  }
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-language-navigation
  .language-toggle {
  display: none;
  border: 0;
  cursor: pointer;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 24px;
  padding: 10px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-language-navigation
  .language-toggle:hover {
  background-color: #f0f1f2;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-language-navigation
  .language-toggle:active {
  background-color: #dfe2e6;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-language-navigation
  .language-toggle
  svg {
  width: 24px;
  height: 24px;
  pointer-events: none;
  fill: #022043;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-language-navigation
  .language-toggle {
  background: transparent;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-language-navigation
  .language-toggle:focus {
  outline: none;
  box-shadow: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-language-navigation
  .language-toggle:focus-visible {
  box-shadow: 0 0 0 2px #0875e1;
  outline: 0;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-language-navigation
  .language-toggle.open {
  background-color: #f0f1f2;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-language-navigation
  .cmp-languagenavigation-v2 {
  display: none;
  position: absolute;
  right: 0;
  top: 50px;
  width: 320px;
  padding: 12px;
  gap: 12px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  border-radius: 12px;
  max-height: 100%;
  max-height: 100vh;
  max-height: 100dvh;
}
@media (min-width: 70.25em) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-language-navigation
    .cmp-languagenavigation-v2 {
    max-height: calc(100dvh - 73px);
    overflow-y: auto;
  }
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-language-navigation
  .cmp-languagenavigation-v2
  ul {
  display: block;
  flex-direction: column;
  flex: auto;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  list-style: none;
  width: 100%;
}
@media (min-width: 70.25em) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-language-navigation
    .cmp-languagenavigation-v2
    ul {
    overflow: unset;
    display: flex;
  }
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-language-navigation
  .cmp-languagenavigation-v2
  ul
  li {
  margin: 0;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-language-navigation
  .cmp-languagenavigation-v2
  ul
  li
  a {
  display: block;
  position: relative;
  width: 100%;
  padding: 12px;
  text-decoration: none;
  color: #333333;
  font-weight: 500;
  border-radius: 8px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-language-navigation
  .cmp-languagenavigation-v2
  ul
  li
  a:focus {
  outline: none;
  box-shadow: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-language-navigation
  .cmp-languagenavigation-v2
  ul
  li
  a:focus-visible {
  box-shadow: 0 0 0 2px #0875e1;
  outline: 0;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-language-navigation
  .cmp-languagenavigation-v2
  ul
  li
  a:hover {
  background-color: #f0f1f2;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-language-navigation
  .cmp-languagenavigation-v2
  ul
  li
  a
  span {
  pointer-events: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-language-navigation
  .cmp-languagenavigation-v2
  ul
  li
  a
  svg {
  position: absolute;
  height: 24px;
  width: 24px;
  right: 12px;
  fill: #333333;
  top: 12px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-language-navigation
  .cmp-languagenavigation-v2
  ul
  li[data-current="true"]
  a
  svg {
  display: block;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-language-navigation
  .cmp-languagenavigation-v2
  ul
  li.lang-separator {
  pointer-events: none;
  padding: 12px;
  width: 100%;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-language-navigation
  .cmp-languagenavigation-v2
  ul
  li.lang-separator
  div {
  background-color: #dfe2e6;
  height: 1px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-language-navigation
  .cmp-languagenavigation-v2
  ul.mobile {
  display: block;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-language-navigation
  .cmp-languagenavigation-v2
  ul.mobile.primary-navigation-flyout {
  padding: 12px;
}
@media (min-width: 70.25em) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-language-navigation
    .cmp-languagenavigation-v2
    ul.mobile {
    display: none;
  }
}
.header-wrapper .cmp-header-container-v2 .header-container {
  /* For edit mode when the component has not being edited  */
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-languagenavigation-v2-empty,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in-menu-empty {
  width: 48px;
  height: 48px;
}
.header-wrapper .cmp-header-container-v2 .header-container li.cmp-getstarted {
  display: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.cmp-getstarted.cq-Editable-dom {
  display: block;
}
.header-wrapper .cmp-header-container-v2 .header-container li.cmp-getstarted {
  position: fixed;
  bottom: 24px;
  left: 24px;
  right: 24px;
  padding: 12px;
  margin-top: 0;
}
@media (min-width: 70.25em) {
  .header-wrapper .cmp-header-container-v2 .header-container li.cmp-getstarted {
    font-size: unset;
    padding: unset;
    position: unset;
    bottom: unset;
    left: unset;
    right: unset;
    margin-left: 4px;
  }
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    li.cmp-getstarted.no-subnav {
    display: flex;
  }
}
.header-wrapper .cmp-header-container-v2 .header-container li.cmp-getstarted a {
  justify-content: center;
  padding: 12px 20px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.cmp-getstarted
  a
  span {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

#mobileIntialMessage {
  background-color: #0875e1;
  border: 1px solid #0875e1;
  border-radius: 8px;
  padding: 24px;
  width: 327px;
}
@media (min-width: 48em) {
  #mobileIntialMessage {
    width: 480px;
  }
}
#mobileIntialMessage::backdrop {
  background-color: rgba(0, 0, 0, 0.32);
}
#mobileIntialMessage .cmp-sign-in-menu__intial-message_mobile {
  align-items: flex-start;
  color: #022043;
  display: flex;
  flex-direction: column;
}
#mobileIntialMessage .cmp-sign-in-menu__content {
  position: relative;
  width: 100%;
}
#mobileIntialMessage .cmp-sign-in-menu__content-close-button {
  align-items: center;
  background-color: transparent;
  border: 0;
  border-radius: 24px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  margin: -4px;
  padding: 4px;
  position: absolute;
  right: -8px;
  top: -8px;
}
#mobileIntialMessage .cmp-sign-in-menu__content-close-button svg {
  height: 28px;
  width: 28px;
  fill: #ffffff;
}
#mobileIntialMessage .cmp-sign-in-menu__content-close-button:focus-within {
  border: 0;
  box-shadow: 0 0 0 2px #ffffff;
  outline: 0;
}
#mobileIntialMessage .cmp-sign-in-menu__content-close-button:hover {
  background-color: rgba(0, 0, 0, 0.16);
}
#mobileIntialMessage .cmp-sign-in-menu__content-close-button:active {
  background-color: rgba(0, 0, 0, 0.32);
}
#mobileIntialMessage .cmp-sign-in-menu__content h2 {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 16px;
  max-width: 90%;
}
#mobileIntialMessage .cmp-sign-in-menu__content p {
  margin-bottom: 12px;
}
#mobileIntialMessage .cmp-sign-in-menu__content p:last-of-type {
  margin-bottom: 24px;
}
#mobileIntialMessage .cmp-sign-in-menu__content .wd-btn,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  .vjs-default-button,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  .vjs-done-button,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  .vjs-default-button,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  .vjs-done-button,
#mobileIntialMessage .cmp-sign-in-menu__content .customer-content a,
.customer-content #mobileIntialMessage .cmp-sign-in-menu__content a,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .cmp-subnavigation
  .sub-navigation__container--cta
  a,
.cmp-subnavigation
  .sub-navigation__container--cta
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  a,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  a,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  .cta,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .cmp-resourcebar
  .content-fragment__cards-cta,
.cmp-resourcebar
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  .content-fragment__cards-cta {
  cursor: pointer;
  border: none;
  box-shadow: none;
  font-size: 16px;
  line-height: 1.5;
}
#mobileIntialMessage .cmp-sign-in-menu__content .wd-btn:focus-within,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button:focus-within,
.textarea
  video-js
  .vjs-text-track-settings
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  .vjs-default-button:focus-within,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button:focus-within,
.textarea
  video-js
  .vjs-text-track-settings
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  .vjs-done-button:focus-within,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button:focus-within,
.brightcove-player__wrapper
  .vjs-text-track-settings
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  .vjs-default-button:focus-within,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button:focus-within,
.brightcove-player__wrapper
  .vjs-text-track-settings
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  .vjs-done-button:focus-within,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .customer-content
  a:focus-within,
.customer-content
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  a:focus-within,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .cmp-subnavigation
  .sub-navigation__container--cta
  a:focus-within,
.cmp-subnavigation
  .sub-navigation__container--cta
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  a:focus-within,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a:focus-within,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  a:focus-within,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus-within,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  .cta:focus-within,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .cmp-resourcebar
  .content-fragment__cards-cta:focus-within,
.cmp-resourcebar
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  .content-fragment__cards-cta:focus-within {
  background-color: #022043;
  color: #ffffff !important;
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0057ae;
}
#mobileIntialMessage .cmp-sign-in-menu__content .wd-btn:hover,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button:hover,
.textarea
  video-js
  .vjs-text-track-settings
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  .vjs-default-button:hover,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button:hover,
.textarea
  video-js
  .vjs-text-track-settings
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  .vjs-done-button:hover,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  .vjs-default-button:hover,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  .vjs-done-button:hover,
#mobileIntialMessage .cmp-sign-in-menu__content .customer-content a:hover,
.customer-content #mobileIntialMessage .cmp-sign-in-menu__content a:hover,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .cmp-subnavigation
  .sub-navigation__container--cta
  a:hover,
.cmp-subnavigation
  .sub-navigation__container--cta
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  a:hover,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a:hover,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  a:hover,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:hover,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  .cta:hover,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .cmp-resourcebar
  .content-fragment__cards-cta:hover,
.cmp-resourcebar
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  .content-fragment__cards-cta:hover,
#mobileIntialMessage .cmp-sign-in-menu__content .wd-btn:active,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button:active,
.textarea
  video-js
  .vjs-text-track-settings
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  .vjs-default-button:active,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button:active,
.textarea
  video-js
  .vjs-text-track-settings
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  .vjs-done-button:active,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button:active,
.brightcove-player__wrapper
  .vjs-text-track-settings
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  .vjs-default-button:active,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button:active,
.brightcove-player__wrapper
  .vjs-text-track-settings
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  .vjs-done-button:active,
#mobileIntialMessage .cmp-sign-in-menu__content .customer-content a:active,
.customer-content #mobileIntialMessage .cmp-sign-in-menu__content a:active,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .cmp-subnavigation
  .sub-navigation__container--cta
  a:active,
.cmp-subnavigation
  .sub-navigation__container--cta
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  a:active,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a:active,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  a:active,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:active,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  .cta:active,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .cmp-resourcebar
  .content-fragment__cards-cta:active,
.cmp-resourcebar
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  .content-fragment__cards-cta:active {
  background-color: #022043;
}

.primary-navigation-modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(17.5px);
  top: 72px;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 100;
  transition:
    visibility 200ms,
    opacity 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition:
    visibility 200ms ease-in-out,
    opacity 200ms ease-in-out;
}
.primary-navigation-modal.showGreyBack {
  visibility: visible;
  opacity: 1;
}
.primary-navigation-modal.subNav-navigation-modal.show {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1123px) {
  .primary-navigation-modal[tabindex="-1"] {
    visibility: visible;
    opacity: 1;
  }
}

:root .cmp-coveosearch--global {
  --atomic-background: transparent;
  --atomic-border-radius-md: 24px;
  --atomic-neutral: transparent;
  --atomic-font-family: "Acid Grotesk", Arial, Helvetica, sans-serif;
}
.cmp-coveosearch--global .cmp-coveosearch--global-layout,
.cmp-coveosearch--global .cmp-coveosearch--global-search-box {
  display: flex !important;
  width: 100%;
  z-index: 999;
}
.cmp-coveosearch--global .cmp-coveosearch--global-search-box {
  height: 33px;
}
.cmp-coveosearch--global .cmp-coveosearch--global-section {
  margin: 0;
  margin: 0rem;
  width: 100% !important;
}
.cmp-coveosearch--global .cmp-search-v2__input-clear {
  display: none;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 24px;
  padding: 2px;
}
.cmp-coveosearch--global .cmp-search-v2__suggestions li a {
  font-weight: 500;
}
.cmp-coveosearch--global .cmp-search-v2__suggestions li a:focus {
  outline: none;
  box-shadow: 0 0 0 2px #0875e1;
}
.cmp-coveosearch--global .cmp-search-v2__input-clear {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.workdaydefaulttemplate
  .cmp-header-container-v2
  .cmp-sign-in-menu__intial-message::before {
  top: -15px !important;
}

.no-scroll {
  overflow: hidden !important;
}

@media (min-width: 70.25em) {
  .stable-gutter {
    scrollbar-gutter: stable;
  }
}

.header-wrapper {
  width: 100%;
  padding: 0 !important;
  background: #ffffff;
  box-shadow: inset 0px -1px 0px #b6c1cc;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
}
@media (min-width: 70.25em) {
  .header-wrapper {
    padding: 0 32px !important;
  }
  .header-wrapper.fix-gutter {
    padding-right: 47px;
  }
}
.header-wrapper .menu-options,
.header-wrapper .atlas-rsm {
  display: none !important;
}
.header-wrapper .cmp-header-container-v2 {
  height: 72px;
  display: flex;
  position: relative;
  box-shadow: inset 0px -1px 0px #b6c1cc;
  background-color: #ffffff;
  max-width: 1408px;
  margin: 0 auto;
}
@media screen and (max-width: 1123px) {
  .header-wrapper .cmp-header-container-v2 {
    padding: 0 12px 0 24px;
  }
}
.header-wrapper .cmp-header-container-v2 .mobile-drawer {
  margin: 0px;
  margin: 0rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header-wrapper .cmp-header-container-v2 .mobile-drawer button {
  cursor: pointer;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 24px;
  padding: 10px;
}
.header-wrapper .cmp-header-container-v2 .mobile-drawer button:hover {
  background-color: #f0f1f2;
}
.header-wrapper .cmp-header-container-v2 .mobile-drawer button:active {
  background-color: #dfe2e6;
}
.header-wrapper .cmp-header-container-v2 .mobile-drawer button svg {
  width: 24px;
  height: 24px;
  pointer-events: none;
  fill: #022043;
}
.header-wrapper .cmp-header-container-v2 .mobile-drawer button {
  padding: 12px;
  padding: 0.75rem;
  cursor: pointer;
  justify-content: center;
  background-color: transparent;
  border: none;
}
.header-wrapper .cmp-header-container-v2 .mobile-drawer button::before {
  display: block;
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6.5C4 6.22386 4.22386 6 4.5 6H19.5C19.7761 6 20 6.22386 20 6.5V7.5C20 7.77614 19.7761 8 19.5 8H4.5C4.22386 8 4 7.77614 4 7.5V6.5Z' fill='%23333333' /%3E%3Cpath d='M4 16.5C4 16.2239 4.22386 16 4.5 16H19.5C19.7761 16 20 16.2239 20 16.5V17.5C20 17.7761 19.7761 18 19.5 18H4.5C4.22386 18 4 17.7761 4 17.5V16.5Z' fill='%23333333' /%3E%3Cpath d='M4.5 11C4.22386 11 4 11.2239 4 11.5V12.5C4 12.7761 4.22386 13 4.5 13H19.5C19.7761 13 20 12.7761 20 12.5V11.5C20 11.2239 19.7761 11 19.5 11H4.5Z' fill='%23333333' /%3E%3C/svg%3E");
  height: 24px;
  width: 24px;
}
.header-wrapper .cmp-header-container-v2 .mobile-drawer button:focus {
  outline: none;
  box-shadow: none;
}
.header-wrapper .cmp-header-container-v2 .mobile-drawer button:focus-visible {
  box-shadow: 0 0 0 2px #0875e1;
  outline: 0;
}
.header-wrapper .cmp-header-container-v2 .mobile-drawer button .svg-icon {
  display: none;
}
.header-wrapper .cmp-header-container-v2 .mobile-drawer button.open .svg-icon {
  width: 24px;
  height: 24px;
  display: flex;
}
.header-wrapper .cmp-header-container-v2 .mobile-drawer button.open::before {
  content: none;
}
@media (min-width: 70.25em) {
  .header-wrapper .cmp-header-container-v2 .mobile-drawer {
    display: none;
  }
}
.header-wrapper .cmp-header-container-v2 .back-button-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header-wrapper .cmp-header-container-v2 .back-button-wrapper .back-button {
  cursor: pointer;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 24px;
  padding: 10px;
}
.header-wrapper
  .cmp-header-container-v2
  .back-button-wrapper
  .back-button:hover {
  background-color: #f0f1f2;
}
.header-wrapper
  .cmp-header-container-v2
  .back-button-wrapper
  .back-button:active {
  background-color: #dfe2e6;
}
.header-wrapper .cmp-header-container-v2 .back-button-wrapper .back-button svg {
  width: 24px;
  height: 24px;
  pointer-events: none;
  fill: #022043;
}
.header-wrapper .cmp-header-container-v2 .back-button-wrapper .back-button {
  padding: 12px;
  padding: 0.75rem;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  font-size: 24px;
  height: 24px;
  width: 24px;
  justify-content: center;
  vertical-align: middle;
  box-sizing: content-box;
  margin-left: -12px;
}
.header-wrapper
  .cmp-header-container-v2
  .back-button-wrapper
  .back-button:focus {
  outline: none;
  box-shadow: none;
}
.header-wrapper
  .cmp-header-container-v2
  .back-button-wrapper
  .back-button:focus-visible {
  box-shadow: 0 0 0 2px #0057ae;
  outline: 0;
}
.header-wrapper
  .cmp-header-container-v2
  .back-button-wrapper
  .back-button::before {
  pointer-events: none;
  border-style: solid;
  border-color: #022043;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 0.45em;
  left: 8px;
  position: relative;
  transform: rotate(-135deg);
  width: 0.45em;
  top: 0px;
}
.header-wrapper .cmp-header-container-v2 .menu-title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 6;
  text-align: center;
  margin: 0;
}
.header-wrapper .cmp-header-container-v2 .menu-title-wrapper h2 {
  all: unset;
  font-size: 16px;
  font-weight: 700;
  color: #022043;
}
.header-wrapper .cmp-header-container-v2 .header-container {
  flex-grow: 1;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  list-style: none;
  padding: 12px 0;
  margin: 0;
}
@media (min-width: 70.25em) {
  .header-wrapper .cmp-header-container-v2 .header-container {
    flex-grow: 1;
  }
}
.header-wrapper .cmp-header-container-v2 .header-container.no-grow {
  flex: 1;
  width: 100%;
  justify-content: end;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container.no-grow
  .cmp-logo-v2 {
  flex: 2;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container.no-grow
  .cmp-navigation-v2 {
  flex: 0;
}
.header-wrapper .cmp-header-container-v2 .header-container .cmp-logo-v2 {
  display: flex;
  flex-direction: column;
  width: 102px;
}
.header-wrapper .cmp-header-container-v2 .header-container .cmp-logo-v2 a {
  display: flex;
  flex-direction: column;
  outline: none;
  border-radius: 4px;
  height: 48px;
  width: 102px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-logo-v2
  a:focus {
  outline: none;
  box-shadow: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-logo-v2
  a:focus-visible {
  box-shadow: 0 0 0 2px #0875e1;
  outline: 0;
}
.header-wrapper .cmp-header-container-v2 .header-container .cmp-logo-v2 a svg {
  max-width: 102px;
  max-height: 48px;
  border: none;
  outline: none;
  box-shadow: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-logo-v2
  a
  svg:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-logo-v2
  a
  svg
  use {
  outline: none;
  border: none;
  box-shadow: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-logo-v2
  a
  svg
  use:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.header-wrapper .cmp-header-container-v2 .header-container .cmp-logo-v2-empty {
  width: 102px;
  height: 48px;
}
.header-wrapper .cmp-header-container-v2 .header-container .cmp-navigation-v2 {
  margin: 0;
  flex: 2;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu {
  overflow: auto;
  padding: 12px;
  width: 100%;
  height: calc(100vh - (72px + var(--banner-height)));
  display: none;
  position: fixed;
  top: 72px;
  left: 0;
  background: #ffffff;
  flex-direction: column;
  z-index: 999;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  ul:first-child {
  order: 1;
}
@media (min-width: 70.25em) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu {
    overflow: unset;
    height: 89vh;
    padding: unset;
    display: flex;
    position: relative;
    top: unset;
    left: unset;
    flex-basis: 100%;
    height: unset;
    background-color: transparent;
  }
}
@media (max-width: 1123px) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu {
    height: calc(100vh - (72px + var(--banner-height)));
    height: calc(100svh - (72px + var(--banner-height)));
    height: calc(100dvh - (72px + var(--banner-height)));
  }
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .right {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  order: 2;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group {
  flex-flow: column;
  flex: auto;
  flex: 1;
  list-style: none;
  display: flex;
  position: relative;
  top: 0;
  margin: 0 0 24px 0;
  padding: 0;
  order: 1;
}
@media (min-width: 70.25em) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group {
    flex-flow: row nowrap;
    flex: unset;
    margin: 0;
  }
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group:first-of-type {
  width: 100%;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .wd-btn,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .vjs-default-button,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .vjs-done-button,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .vjs-default-button,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .vjs-done-button,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .customer-content
  a,
.customer-content
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  a,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .cmp-subnavigation
  .sub-navigation__container--cta
  a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  a,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  a,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .cta,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .cmp-resourcebar
  .content-fragment__cards-cta,
.cmp-resourcebar
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .content-fragment__cards-cta {
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin: 0 0 0 4px;
  cursor: pointer;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0 {
  vertical-align: unset;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin: 0;
}
@media (min-width: 70.25em) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    li.cmp-navigation__item--level-0:first-of-type {
    margin-left: 24px;
  }
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0.mobile-only.cmp-language-navigation-v2 {
  margin-top: 12px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0.mobile-only.cmp-language-navigation-v2
  .lang-wrapper {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  top: 72px;
  z-index: 1;
  left: 0;
  height: calc(100% - 72px);
  overflow: auto;
  background: #ffffff;
  flex-direction: column;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0.mobile-only.cmp-language-navigation-v2
  .lang-wrapper
  .cmp-languagenavigation-v2__group {
  display: flex;
  opacity: 1;
  visibility: visible;
  overscroll-behavior: contain;
  height: unset;
  overflow-y: visible;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0.mobile-only.cmp-language-navigation-v3
  button {
  margin-top: 12px;
  font-size: 16px;
  line-height: 24px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0.mobile-only.cmp-getstarted-mobile {
  justify-content: flex-end;
  flex: 2;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0.mobile-only.cmp-getstarted-mobile
  .cmp-getstarted {
  padding: 24px 12px 0;
  display: block;
  position: unset;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0.mobile-only.cmp-getstarted-mobile
  .cmp-getstarted
  a {
  padding: 12px;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0.mobile-only
  h2
  button {
  justify-content: space-between;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0.mobile-only
  h2
  button
  div {
  display: flex;
  flex-direction: row;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0.mobile-only
  h2
  button
  div
  .svg-icon:not(.chevron) {
  margin-right: 8px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0.mobile-only
  h2
  button
  div
  span {
  font-size: 16px;
  line-height: 24px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0.mobile-only
  h2
  button
  .chevron {
  justify-self: end;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0.mobile-only
  ul
  li
  a {
  font-size: 16px;
  position: relative;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0.mobile-only
  ul
  li
  a
  svg {
  display: none;
  position: absolute;
  height: 24px;
  width: 24px;
  right: 10px;
  top: 10px;
  fill: #333333;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0.mobile-only
  ul
  li
  a.cmp-languagenavigation-v2__item-link
  svg {
  display: block;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0.mobile-only
  ul
  li
  a.cmp-sign-in-menu__sections__section-link
  svg,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0.mobile-only
  ul
  li
  a.cmp-sign-in-menu__unified-links-content-link
  svg {
  display: inline-block;
  position: unset;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0.mobile-only.cmp-sign-in.cmp-navigation-v2__item
  h2
  svg
  circle {
  fill: #0057ae;
}
@media (min-width: 70.25em) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    li.cmp-navigation__item--level-0.mobile-only {
    display: none;
  }
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0
  h2 {
  all: unset;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0
  button,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0
  .navlink {
  font-family: "Acid Grotesk", Arial, Helvetica, sans-serif;
  text-decoration: none;
  padding: 12px;
  text-align: left;
  color: #022043;
  position: relative;
  width: 100%;
  flex-direction: row;
  outline: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  background-color: transparent;
  border-radius: 8px;
  border: 0;
  line-height: 24px;
  word-break: break-word;
  justify-content: space-between;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0
  button
  svg,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0
  .navlink
  svg {
  display: flex;
  flex-shrink: 0;
  fill: #333333;
  height: 24px;
  width: 24px;
  pointer-events: none;
}
@media (min-width: 70.25em) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    li.cmp-navigation__item--level-0
    button,
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    li.cmp-navigation__item--level-0
    .navlink {
    position: unset;
    border-radius: 24px;
    width: unset;
    word-break: unset;
    flex-direction: column;
    line-height: 24px;
    font-size: 16px;
  }
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    li.cmp-navigation__item--level-0
    button::after,
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    li.cmp-navigation__item--level-0
    .navlink::after {
    all: unset;
  }
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    li.cmp-navigation__item--level-0
    button
    svg,
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    li.cmp-navigation__item--level-0
    .navlink
    svg {
    display: none;
  }
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0
  button:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0
  button.is-enabled,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0
  .navlink:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0
  .navlink.is-enabled {
  background: rgba(0, 0, 0, 0.08);
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0
  button:active,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0
  .navlink:active {
  background: rgba(0, 0, 0, 0.08);
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0
  button:focus,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0
  .navlink:focus {
  box-shadow: none;
  outline: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0
  button:focus-visible,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0
  .navlink:focus-visible {
  box-shadow: 0 0 0 2px #0057ae;
  outline: 0;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout {
  padding: 12px;
  width: 100%;
  align-items: flex-start;
  left: 0;
  list-style: none;
  position: fixed;
  display: flex;
  visibility: visible;
  flex-direction: column;
  z-index: 1;
  opacity: 0;
  background: #ffffff;
  top: 72px;
  height: calc(100dvh - 72px);
  overflow-y: auto;
  overflow-x: hidden;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout.cmp-languagenavigation-v2__group {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  padding-bottom: 12px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout.cmp-sign-in-menu__drop-down {
  padding-bottom: 12px;
  height: calc(100% - 72px);
  display: none;
}
@media (max-width: 1123px) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-flyout.cmp-sign-in-menu__drop-down {
    height: calc(100vh - 150px);
    height: calc(100svh - 150px);
    height: calc(100dvh - 150px);
    overflow-y: scroll !important;
  }
  .cmp-regional-banner.show
    .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-flyout.cmp-sign-in-menu__drop-down {
    height: calc(100vh - 20%);
    height: calc(100svh - 20%);
    height: calc(100dvh - 20%);
  }
}
@media (min-width: 70.25em) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-flyout {
    display: block;
    box-sizing: border-box;
    left: -24px;
    padding: 20px;
    width: 400px;
    align-items: flex-end;
  }
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout.open {
  visibility: visible;
  opacity: 1;
  left: 0;
}
@media (min-width: 70.25em) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-flyout.open {
    transition: opacity, left;
    transition-duration: 200ms;
    transition-timing-function: ease-in-out;
    -webkit-transition:
      opacity 200ms ease-in-out,
      left 200ms ease-in-out;
  }
}
@media (max-width: 1123px) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-flyout.open {
    height: calc(100vh - 150px);
    height: calc(100svh - 150px);
    height: calc(100dvh - 150px);
  }
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout.open-no-transition {
  visibility: visible;
  left: 0px;
  opacity: 1;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout.close {
  opacity: 0;
  left: -24px;
  visibility: hidden;
  transition: opacity, left, visibility;
  transition-duration: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition:
    opacity 200ms ease-in-out,
    visibility 200ms ease-in-out,
    left 200ms ease-in-out;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1 {
  width: 100%;
  margin: 0;
  flex-direction: row;
  align-items: center;
  pointer-events: none;
}
@media (min-width: 1401px) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-flyout
    .primary-navigation-link,
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-flyout
    .cmp-navigation__item--level-1 {
    width: 360px;
  }
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu
  h3,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry
  h3,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu
  h3,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry
  h3 {
  all: unset;
  display: flex;
  width: 100%;
  pointer-events: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu
  h3
  button,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu
  h3
  a,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry
  h3
  button,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry
  h3
  a,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu
  h3
  button,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu
  h3
  a,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry
  h3
  button,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry
  h3
  a {
  font-size: 20px;
  word-break: break-word;
  text-decoration: none;
  pointer-events: all;
  width: 100%;
  align-items: inherit;
  display: block;
  background-color: transparent;
  text-align: left;
  color: #022043;
  font-weight: 700;
  padding: 12px 40px 12px 12px;
  margin: 0;
  border-radius: 8px;
  border: 0px;
  cursor: pointer;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu
  h3
  button[target="_blank"]
  svg,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu
  h3
  a[target="_blank"]
  svg,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry
  h3
  button[target="_blank"]
  svg,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry
  h3
  a[target="_blank"]
  svg,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu
  h3
  button[target="_blank"]
  svg,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu
  h3
  a[target="_blank"]
  svg,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry
  h3
  button[target="_blank"]
  svg,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry
  h3
  a[target="_blank"]
  svg {
  display: inline-block;
  height: 24px;
  width: 24px;
  vertical-align: middle;
  margin-left: 4px;
  fill: #333333;
  margin-top: -1px;
}
@media (min-width: 70.25em) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-flyout
    .primary-navigation-link.submenu
    h3
    button,
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-flyout
    .primary-navigation-link.submenu
    h3
    a,
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-flyout
    .primary-navigation-link.entry
    h3
    button,
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-flyout
    .primary-navigation-link.entry
    h3
    a,
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-flyout
    .cmp-navigation__item--level-1.submenu
    h3
    button,
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-flyout
    .cmp-navigation__item--level-1.submenu
    h3
    a,
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-flyout
    .cmp-navigation__item--level-1.entry
    h3
    button,
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-flyout
    .cmp-navigation__item--level-1.entry
    h3
    a {
    /* Number of pixels in 1rem (default: 16px/rem)
    /* When converting to rems, we must divide by this ratio. */
    /* Print the pixel fallback declaration first so we can override it in capable browsers. */
    font-size: 20px;
    /* If there is only one value, print the declaration with the value converted to rems.*/
    font-size: 1.25rem;
    /* line heights were not matching with the comps
    /* need to fix the math later
    /* @include set-leading($lines); */
    line-height: 28px;
  }
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu
  h3
  button:active,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu
  h3
  a:active,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry
  h3
  button:active,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry
  h3
  a:active,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu
  h3
  button:active,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu
  h3
  a:active,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry
  h3
  button:active,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry
  h3
  a:active {
  background: rgba(0, 0, 0, 0.08);
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu
  h3
  button:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu
  h3
  button.is-enabled,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu
  h3
  a:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu
  h3
  a.is-enabled,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry
  h3
  button:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry
  h3
  button.is-enabled,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry
  h3
  a:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry
  h3
  a.is-enabled,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu
  h3
  button:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu
  h3
  button.is-enabled,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu
  h3
  a:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu
  h3
  a.is-enabled,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry
  h3
  button:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry
  h3
  button.is-enabled,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry
  h3
  a:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry
  h3
  a.is-enabled {
  background-color: rgba(0, 0, 0, 0.08);
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu
  h3
  button:focus,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu
  h3
  a:focus,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry
  h3
  button:focus,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry
  h3
  a:focus,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu
  h3
  button:focus,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu
  h3
  a:focus,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry
  h3
  button:focus,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry
  h3
  a:focus {
  outline: none;
  box-shadow: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu
  h3
  button:focus-visible,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu
  h3
  a:focus-visible,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry
  h3
  button:focus-visible,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry
  h3
  a:focus-visible,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu
  h3
  button:focus-visible,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu
  h3
  a:focus-visible,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry
  h3
  button:focus-visible,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry
  h3
  a:focus-visible {
  box-shadow: 0 0 0 2px #0057ae;
  outline: 0;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu
  h3
  a.cmp-languagenavigation-v2__item-link,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry
  h3
  a.cmp-languagenavigation-v2__item-link,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu
  h3
  a.cmp-languagenavigation-v2__item-link,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry
  h3
  a.cmp-languagenavigation-v2__item-link {
  font-size: 16px;
  line-height: 24px;
  padding: 10px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu
  h3
  a.cmp-navigation-v2__item-link--simple,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry
  h3
  a.cmp-navigation-v2__item-link--simple,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu
  h3
  a.cmp-navigation-v2__item-link--simple,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry
  h3
  a.cmp-navigation-v2__item-link--simple {
  color: #0875e1;
  border: 2px solid transparent;
  font-size: 16px;
  padding: 0;
  padding-left: 12px;
  margin-top: 20px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu
  h3
  a.cmp-navigation-v2__item-link--simple
  svg,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry
  h3
  a.cmp-navigation-v2__item-link--simple
  svg,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu
  h3
  a.cmp-navigation-v2__item-link--simple
  svg,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry
  h3
  a.cmp-navigation-v2__item-link--simple
  svg {
  display: inline-block;
  height: 24px;
  width: 24px;
  vertical-align: middle;
  margin-left: 12px;
  fill: #0875e1;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu
  h3
  a.cmp-navigation-v2__item-link--simple:focus,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry
  h3
  a.cmp-navigation-v2__item-link--simple:focus,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu
  h3
  a.cmp-navigation-v2__item-link--simple:focus,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry
  h3
  a.cmp-navigation-v2__item-link--simple:focus {
  box-shadow: none;
  outline: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu
  h3
  a.cmp-navigation-v2__item-link--simple:focus-visible,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry
  h3
  a.cmp-navigation-v2__item-link--simple:focus-visible,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu
  h3
  a.cmp-navigation-v2__item-link--simple:focus-visible,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry
  h3
  a.cmp-navigation-v2__item-link--simple:focus-visible {
  box-shadow: 0 0 0 2px #0875e1;
  outline: 0;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu
  h3
  a.cmp-navigation-v2__item-link--simple:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry
  h3
  a.cmp-navigation-v2__item-link--simple:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu
  h3
  a.cmp-navigation-v2__item-link--simple:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry
  h3
  a.cmp-navigation-v2__item-link--simple:hover {
  background-color: #ffffff;
  text-decoration: underline;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu.submenu
  button,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry.submenu
  button,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu.submenu
  button,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry.submenu
  button {
  position: relative;
  padding: 12px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  line-height: 28px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu.submenu
  button
  svg,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry.submenu
  button
  svg,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu.submenu
  button
  svg,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry.submenu
  button
  svg {
  display: flex;
  flex-shrink: 0;
  fill: #333333;
  height: 24px;
  width: 24px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu.submenu
  .nav-arrow-right,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry.submenu
  .nav-arrow-right,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu.submenu
  .nav-arrow-right,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry.submenu
  .nav-arrow-right {
  transform: rotate(-90deg);
  float: right;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu.submenu.lang-separator,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry.submenu.lang-separator,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu.submenu.lang-separator,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry.submenu.lang-separator {
  pointer-events: none;
  padding: 12px;
  width: 100%;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.submenu.submenu.lang-separator
  div,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .primary-navigation-link.entry.submenu.lang-separator
  div,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.submenu.submenu.lang-separator
  div,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-flyout
  .cmp-navigation__item--level-1.entry.submenu.lang-separator
  div {
  background-color: #dfe2e6;
  height: 1px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .cmp-navigation__inner-item--level-1 {
  width: 100%;
  margin-top: 12px;
}
@media (min-width: 70.25em) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .cmp-navigation__inner-item--level-1 {
    margin-top: 20px;
  }
}
@media (min-width: 1401px) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .cmp-navigation__inner-item--level-1 {
    width: 360px;
  }
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .cmp-navigation__inner-item--level-1
  h3:first-of-type {
  display: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .cmp-navigation__inner-item--level-1
  ul {
  list-style: none;
  display: flex;
  flex-direction: column;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .cmp-navigation__inner-item--level-1
  ul
  li.cmp-navigation__item--level-1.entry {
  font-size: 16px;
  line-height: 24px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .cmp-navigation__inner-item--level-1
  ul
  li.cmp-navigation__item--level-1.entry
  a {
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  line-height: 24px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .cmp-navigation__inner-item--level-1
  ul
  li.cmp-navigation__item--level-1.entry
  a[target="_blank"]
  svg {
  display: inline-block;
  height: 24px;
  width: 24px;
  vertical-align: middle;
  margin-left: 4px;
  fill: #333333;
  margin-top: -1px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .cmp-navigation__inner-item--level-1
  ul
  li.cmp-navigation__item--level-1.entry
  a:active {
  background: #dfe2e6;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .cmp-navigation__inner-item--level-1
  ul
  li.cmp-navigation__item--level-1.entry
  a:hover {
  background-color: #f0f1f2;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details {
  display: none;
  padding: 12px 12px 100px;
  left: 0;
  width: 100%;
  z-index: 1;
  position: fixed;
  pointer-events: all;
  visibility: hidden;
  opacity: 0;
  flex-direction: column;
  align-items: flex-start;
  border-left: 1px solid #dfe2e6;
  overflow-y: auto;
  overflow-x: hidden;
  gap: 20px;
  height: calc(100vh - 72px);
  background: #ffffff;
  top: 72px;
}
@media (min-width: 70.25em) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-submenu-details {
    display: block;
    overflow-x: hidden;
    padding: 20px;
    left: 100px;
    z-index: -1;
    width: 0px;
  }
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details.show-details {
  display: block;
  visibility: visible;
  opacity: 1;
}
@media (min-width: 70.25em) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-submenu-details.show-details {
    width: 400px;
    transition:
      opacity 200ms,
      width 200ms;
    transition-timing-function: ease-in-out;
    -webkit-transition:
      opacity 200ms ease-in-out,
      width 200ms ease-in-out;
  }
}
@media (max-width: 1123px) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-submenu-details.show-details-no-transition {
    overflow-y: auto;
    height: calc(100vh - 150px);
    height: calc(100svh - 150px);
    height: calc(100dvh - 150px);
  }
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details.show-details-no-transition {
  display: block;
  visibility: visible;
  opacity: 1;
}
@media (min-width: 70.25em) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-submenu-details.show-details-no-transition {
    width: 400px;
  }
}
@media (min-width: 70.25em) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-submenu-details.close {
    width: 0px;
    opacity: 0;
    visibility: hidden;
    transition:
      opacity 50ms,
      width 50ms,
      visibility 50ms;
    transition-timing-function: ease-in-out;
    -webkit-transition:
      opacity 50ms ease-in-out,
      width 50ms ease-in-out,
      visibility 50ms ease-in-out;
  }
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .details,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__description-item--level-2 {
  padding: 12px 12px 0;
  margin-bottom: 28px;
}
@media (min-width: 70.25em) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-submenu-details
    .details,
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-submenu-details
    .cmp-navigation__description-item--level-2 {
    padding: 12px;
    margin-bottom: 20px;
    width: 360px;
  }
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .details.single,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__description-item--level-2.single {
  padding: 0;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .details
  p,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__description-item--level-2
  p {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 16px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  font-weight: 400;
  line-height: 24px;
  color: #022043 !important;
}
@media (min-width: 70.25em) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-submenu-details
    .details
    p,
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-submenu-details
    .cmp-navigation__description-item--level-2
    p {
    /* Number of pixels in 1rem (default: 16px/rem)
    /* When converting to rems, we must divide by this ratio. */
    /* Print the pixel fallback declaration first so we can override it in capable browsers. */
    font-size: 20px;
    /* If there is only one value, print the declaration with the value converted to rems.*/
    font-size: 1.25rem;
    /* line heights were not matching with the comps
    /* need to fix the math later
    /* @include set-leading($lines); */
    line-height: 28px;
  }
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .details
  h4,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__description-item--level-2
  h4 {
  all: unset;
  display: inline-block;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .details
  h4
  a,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__description-item--level-2
  h4
  a {
  color: #0057ae;
  font-weight: 700;
  font-size: 16px;
  text-decoration: underline;
  border-radius: 8px;
  display: flex;
  align-items: center;
  font-style: normal;
  line-height: 24px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .details
  h4
  a:focus,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__description-item--level-2
  h4
  a:focus {
  outline: none;
  box-shadow: none;
  box-shadow: 0 0 0 2px #0057ae;
  color: #022043;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .details
  h4
  a:focus
  svg,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__description-item--level-2
  h4
  a:focus
  svg {
  fill: #022043;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .details
  h4
  a:focus-visible,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__description-item--level-2
  h4
  a:focus-visible {
  box-shadow: 0 0 0 2px #0057ae;
  outline: none;
  color: #022043;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .details
  h4
  a:focus-visible
  svg,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__description-item--level-2
  h4
  a:focus-visible
  svg {
  fill: #022043;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .details
  h4
  a
  svg,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__description-item--level-2
  h4
  a
  svg {
  display: inline-block;
  height: 24px;
  width: 24px;
  margin-left: 8px;
  fill: #0057ae;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .details
  h4
  a:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__description-item--level-2
  h4
  a:hover {
  text-decoration: underline;
  color: #022043;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .details
  h4
  a:hover
  svg,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__description-item--level-2
  h4
  a:hover
  svg {
  fill: #022043;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .details
  h4
  a:active,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__description-item--level-2
  h4
  a:active {
  text-decoration: underline;
  color: #022043;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .details
  h4
  a:active
  svg,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__description-item--level-2
  h4
  a:active
  svg {
  fill: #022043;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__item--level-2 {
  margin-top: 0;
}
@media (min-width: 70.25em) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-submenu-details
    .cmp-navigation__item--level-2 {
    width: 360px;
  }
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__item--level-2.single {
  padding: 0;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__item--level-2
  h4 {
  all: unset;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__item--level-2
  a {
  display: block;
  border-radius: 8px;
  color: #022043 !important;
  text-decoration: none;
  font-weight: 700;
  width: 100%;
  padding: 12px;
  cursor: pointer;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__item--level-2
  a::after {
  content: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__item--level-2
  a[target="_blank"]
  svg {
  display: inline-block;
  height: 24px;
  width: 24px;
  vertical-align: middle;
  margin-left: 4px;
  fill: #333333;
  margin-top: -1px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__item--level-2
  a
  p {
  margin-top: 4px;
  font-weight: 400;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__item--level-2
  a:hover {
  background: #f0f1f2;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__item--level-2
  a:active {
  background-color: #dfe2e6;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation-v2__group,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .submenu-link-section,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__inner-item--level-2 {
  flex-flow: column nowrap;
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  width: 100%;
}
@media (min-width: 70.25em) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-submenu-details
    .cmp-navigation-v2__group,
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-submenu-details
    .submenu-link-section,
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-navigation-v2.menu
    .cmp-navigation-v2__group
    .primary-navigation-submenu-details
    .cmp-navigation__inner-item--level-2 {
    width: 360px;
  }
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation-v2__group
  h4,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .submenu-link-section
  h4,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__inner-item--level-2
  h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 20px;
  margin: 0;
  padding: 4px 12px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation-v2__group
  li,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .submenu-link-section
  li,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__inner-item--level-2
  li {
  margin: 0;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation-v2__group
  li
  h4,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .submenu-link-section
  li
  h4,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__inner-item--level-2
  li
  h4 {
  all: unset;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation-v2__group
  li
  a,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .submenu-link-section
  li
  a,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__inner-item--level-2
  li
  a {
  display: block;
  color: #022043 !important;
  text-decoration: none;
  font-weight: 700;
  width: 100%;
  padding: 12px;
  border-radius: 8px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation-v2__group
  li
  a::after,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .submenu-link-section
  li
  a::after,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__inner-item--level-2
  li
  a::after {
  content: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation-v2__group
  li
  a:focus,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .submenu-link-section
  li
  a:focus,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__inner-item--level-2
  li
  a:focus {
  outline: none;
  box-shadow: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation-v2__group
  li
  a:focus-visible,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .submenu-link-section
  li
  a:focus-visible,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__inner-item--level-2
  li
  a:focus-visible {
  box-shadow: 0 0 0 2px #0875e1;
  outline: 0;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation-v2__group
  li
  a[target="_blank"]
  svg,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .submenu-link-section
  li
  a[target="_blank"]
  svg,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__inner-item--level-2
  li
  a[target="_blank"]
  svg {
  display: inline-block;
  height: 24px;
  width: 24px;
  vertical-align: middle;
  margin-left: 4px;
  fill: #333333;
  margin-top: -1px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation-v2__group
  li
  a
  p,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .submenu-link-section
  li
  a
  p,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__inner-item--level-2
  li
  a
  p {
  margin-top: 4px;
  font-weight: 400;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation-v2__group
  li
  a:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .submenu-link-section
  li
  a:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  .cmp-navigation__inner-item--level-2
  li
  a:hover {
  background: #f0f1f2;
  border-radius: 8px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  .primary-navigation-submenu-details
  li:first-of-type {
  padding-top: 12px;
}
.header-wrapper .cmp-header-container-v2 .header-container li.search-v2,
.header-wrapper .cmp-header-container-v2 .header-container li.search-v3 {
  margin: 0;
  display: flex;
  flex-direction: row;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2.expanded,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3.expanded {
  flex-grow: 2;
  margin: 0;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2 {
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__toggle,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__toggle {
  display: flex;
  cursor: pointer;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 24px;
  padding: 10px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__toggle:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__toggle:hover {
  background-color: #f0f1f2;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__toggle:active,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__toggle:active {
  background-color: #dfe2e6;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__toggle
  svg,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__toggle
  svg {
  width: 24px;
  height: 24px;
  pointer-events: none;
  fill: #022043;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__toggle,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__toggle {
  padding: 12px;
  padding: 0.75rem;
  border: 0;
  background-color: transparent;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__toggle:focus,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__toggle:focus {
  outline: none;
  box-shadow: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__toggle:focus-visible,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__toggle:focus-visible {
  box-shadow: 0 0 0 2px #0057ae;
  outline: 0;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2
  form,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2
  .cmp-globalsearch,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2
  form,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2
  .cmp-globalsearch {
  display: none;
  width: 100%;
  flex-direction: row;
  justify-content: center;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2
  form.expanded,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2
  .cmp-globalsearch.expanded,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2
  form.expanded,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2
  .cmp-globalsearch.expanded {
  display: flex;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2
  form
  .cmp-search-v2__controls
  .cmp-search-v2__quick-links
  li
  a:focus,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2
  .cmp-globalsearch
  .cmp-search-v2__controls
  .cmp-search-v2__quick-links
  li
  a:focus,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2
  form
  .cmp-search-v2__controls
  .cmp-search-v2__quick-links
  li
  a:focus,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2
  .cmp-globalsearch
  .cmp-search-v2__controls
  .cmp-search-v2__quick-links
  li
  a:focus {
  outline: none;
  box-shadow: 0 0 0 2px #0875e1;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__controls,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__controls {
  padding: 12px 8px 12px 12px;
  padding: 0.75rem 0.5rem 0.75rem 0.75rem;
  display: flex;
  flex: 1;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  background-color: #f0f1f2;
  border: 2px solid transparent;
  border-radius: 24px;
  width: 100%;
  height: 48px;
}
@media (min-width: 70.25em) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    li.search-v2
    .cmp-search-v2__controls,
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    li.search-v3
    .cmp-search-v2__controls {
    max-width: 592px;
  }
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__controls.has-focus,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__controls.has-focus {
  background-color: #ffffff;
  border: 2px solid #0875e1;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__controls.has-focus
  input,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__controls.has-focus
  input {
  background-color: #ffffff;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__controls
  .search-icon,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__controls
  .search-icon {
  display: flex;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__controls
  .search-icon
  svg,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__controls
  .search-icon
  svg {
  fill: #333333;
  height: 24px;
  width: 24px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__controls:not(.has-focus)
  .cmp-search-v2__input-clear,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__controls:not(.has-focus)
  .cmp-search-v2__input-clear {
  background-color: #ffffff;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__input,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__input {
  font-family: "Acid Grotesk", Arial, Helvetica, sans-serif;
  background-color: #ffffff;
  width: 100%;
  border: none;
  outline: none;
  font-size: 14px;
  height: auto;
  box-shadow: none;
  line-height: 20px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__input:focus,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__input:focus {
  background-color: #ffffff;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__input.expanded,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__input.expanded {
  background-color: #f0f1f2;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__input::placeholder,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__input::placeholder {
  font-family: "Acid Grotesk", Arial, Helvetica, sans-serif;
  color: #787878;
  opacity: 1;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__input::-ms-input-placeholder,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__input::-ms-input-placeholder {
  color: #787878;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__input:hover:not(:focus)::placeholder,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__input:hover:not(:focus)::placeholder {
  color: #333333 !important;
  opacity: 1;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__input:hover:not(:focus)::-ms-input-placeholder,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__input:hover:not(:focus)::-ms-input-placeholder {
  color: #333333 !important;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__input-clear,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__input-clear {
  display: none;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 24px;
  padding: 2px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__input-clear
  svg,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__input-clear
  svg {
  fill: #333333;
  width: 24px;
  height: 24px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__input-clear:focus,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__input-clear:focus {
  outline: none;
  border: 2px solid #0875e1;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__input-clear:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__input-clear:hover {
  border: 2px solid transparent;
  background-color: #f0f1f2;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__input-clear:active,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__input-clear:active {
  border: 2px solid transparent;
  background-color: #dfe2e6;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__close-search,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__close-search {
  margin-left: 4px;
  display: none;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  padding: 10px;
  border: 0;
  border-radius: 24px;
  background-color: #ffffff;
}
@media (min-width: 70.25em) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    li.search-v2
    .cmp-search-v2__close-search,
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    li.search-v3
    .cmp-search-v2__close-search {
    margin-left: 0;
    margin-right: 0;
  }
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__close-search
  svg,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__close-search
  svg {
  fill: #333333;
  height: 24px;
  width: 24px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__close-search:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__close-search:hover {
  background-color: #f0f1f2;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__close-search:active,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__close-search:active {
  background-color: #dfe2e6;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__close-search:focus,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__close-search:focus {
  outline: none;
  box-shadow: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__close-search:focus-visible,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__close-search:focus-visible {
  box-shadow: 0 0 0 2px #0875e1;
  outline: 0;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__quick-links,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2
  .cmp-search-v2__suggestions,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__quick-links,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2
  .cmp-search-v2__suggestions {
  display: none;
  position: absolute;
  flex-direction: column;
  background: #ffffff;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  z-index: 1000;
  margin: auto;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__quick-links.show,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2
  .cmp-search-v2__suggestions.show,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__quick-links.show,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2
  .cmp-search-v2__suggestions.show {
  display: flex;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__quick-links
  span,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2
  .cmp-search-v2__suggestions
  span,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__quick-links
  span,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2
  .cmp-search-v2__suggestions
  span {
  font-weight: 700;
  margin-left: 12px;
  font-size: 14px;
  color: #022043;
  text-transform: uppercase;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__quick-links
  ul,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2
  .cmp-search-v2__suggestions
  ul,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__quick-links
  ul,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2
  .cmp-search-v2__suggestions
  ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__quick-links
  ul
  li,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2
  .cmp-search-v2__suggestions
  ul
  li,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__quick-links
  ul
  li,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2
  .cmp-search-v2__suggestions
  ul
  li {
  margin: 0;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__quick-links
  ul
  li
  a,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2
  .cmp-search-v2__suggestions
  ul
  li
  a,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__quick-links
  ul
  li
  a,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2
  .cmp-search-v2__suggestions
  ul
  li
  a {
  padding: 12px;
  display: block;
  width: 100%;
  color: #022043;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  border-radius: 8px;
  font-family: "Acid Grotesk", Arial, Helvetica, sans-serif;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2__quick-links
  ul
  li:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v2
  .cmp-search-v2
  .cmp-search-v2__suggestions
  ul
  li:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2__quick-links
  ul
  li:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2
  .cmp-search-v2__suggestions
  ul
  li:hover {
  background: rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  .cmp-search-v2
  .cmp-search-v2__controls {
  padding: 6px 8px 12px 12px;
  padding: 0.375rem 0.5rem 0.75rem 0.75rem;
  gap: 0px;
}
:root .header-wrapper .cmp-header-container-v2 .header-container li.search-v3 {
  --atomic-ring-primary: transparent;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  atomic-search-interface {
  padding: 0px !important;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  atomic-search-layout
  .search-icon {
  position: absolute;
  top: 12px;
  left: 13px;
  z-index: 99;
  pointer-events: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  atomic-search-box {
  height: 100%;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  atomic-search-box::part(wrapper) {
  position: relative;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  atomic-search-box::part(clear-button) {
  position: absolute;
  right: 3px;
  border: 2px solid transparent;
  border-radius: 24px;
  color: #022043;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  atomic-search-box::part(loading) {
  position: absolute;
  right: 3px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  atomic-search-box::part(clear-button):hover {
  background: rgba(0, 0, 0, 0.08);
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  atomic-search-box::part(clear-button):active {
  background: rgba(0, 0, 0, 0.08);
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  atomic-search-box::part(clear-button):focus-visible {
  outline-color: #0057ae;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  atomic-search-box::part(submit-button) {
  display: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  atomic-search-box::part(input) {
  padding: 13px;
  padding-left: 44px;
  font-size: 14px;
  border: 2px solid transparent;
  position: absolute;
  width: 100%;
  height: 48px;
  color: #022043;
  background-color: #f1f3f6;
  border-radius: 24px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  atomic-search-box::part(input):hover:not(:focus)::placeholder {
  color: #022043;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  atomic-search-box::part(wrapper):focus-within {
  border: 0 !important;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  atomic-search-box::part(input):focus {
  background: #ffffff;
  border-radius: 24px;
  border-color: #0057ae;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  atomic-search-box::part(suggestions-left) {
  flex-direction: column;
  background: #ffffff;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  z-index: 1000;
  margin: auto;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  atomic-search-box::part(suggestion) {
  padding: 12px;
  border-radius: 8px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  atomic-search-box::part(query-suggestion-text) {
  font-size: 16px;
  font-weight: 400 !important;
  color: #333333;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  atomic-search-box::part(query-suggestion-text)
  .font-bold {
  font-weight: 400 !important;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  atomic-search-box::part(active-suggestion) {
  background: transparent;
  box-shadow: 0 0 0 2px #0875e1;
  outline: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.search-v3
  atomic-search-box::part(active-suggestion):hover {
  background: #f0f1f2;
  box-shadow: none;
}
.header-wrapper .cmp-header-container-v2 .header-container .cmp-search-empty {
  height: 48px;
  width: 48px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-language-navigation {
  display: none;
  margin: 0;
  position: relative;
}
@media (min-width: 70.25em) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-language-navigation {
    display: flex;
  }
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-language-navigation
    > div:first-child {
    padding-bottom: 20px;
    margin-bottom: -20px;
  }
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-language-navigation
  .language-toggle {
  display: none;
  border: 0;
  cursor: pointer;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 24px;
  padding: 10px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-language-navigation
  .language-toggle:hover {
  background-color: #f0f1f2;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-language-navigation
  .language-toggle:active {
  background-color: #dfe2e6;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-language-navigation
  .language-toggle
  svg {
  width: 24px;
  height: 24px;
  pointer-events: none;
  fill: #022043;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-language-navigation
  .language-toggle {
  background: transparent;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-language-navigation
  .language-toggle:focus {
  outline: none;
  box-shadow: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-language-navigation
  .language-toggle:focus-visible {
  box-shadow: 0 0 0 2px #0875e1;
  outline: 0;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-language-navigation
  .language-toggle.open {
  background-color: #f0f1f2;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-language-navigation
  .cmp-languagenavigation-v2 {
  display: none;
  position: absolute;
  right: 0;
  top: 50px;
  width: 320px;
  padding: 12px;
  gap: 12px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  border-radius: 12px;
  max-height: 100%;
  max-height: 100vh;
  max-height: 100dvh;
}
@media (min-width: 70.25em) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-language-navigation
    .cmp-languagenavigation-v2 {
    max-height: calc(100dvh - 73px);
    overflow-y: auto;
  }
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-language-navigation
  .cmp-languagenavigation-v2
  ul {
  display: block;
  flex-direction: column;
  flex: auto;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  list-style: none;
  width: 100%;
}
@media (min-width: 70.25em) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-language-navigation
    .cmp-languagenavigation-v2
    ul {
    overflow: unset;
    display: flex;
  }
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-language-navigation
  .cmp-languagenavigation-v2
  ul
  li {
  margin: 0;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-language-navigation
  .cmp-languagenavigation-v2
  ul
  li
  a {
  display: block;
  position: relative;
  width: 100%;
  padding: 12px;
  text-decoration: none;
  color: #333333;
  font-weight: 500;
  border-radius: 8px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-language-navigation
  .cmp-languagenavigation-v2
  ul
  li
  a:focus {
  outline: none;
  box-shadow: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-language-navigation
  .cmp-languagenavigation-v2
  ul
  li
  a:focus-visible {
  box-shadow: 0 0 0 2px #0875e1;
  outline: 0;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-language-navigation
  .cmp-languagenavigation-v2
  ul
  li
  a:hover {
  background-color: #f0f1f2;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-language-navigation
  .cmp-languagenavigation-v2
  ul
  li
  a
  span {
  pointer-events: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-language-navigation
  .cmp-languagenavigation-v2
  ul
  li
  a
  svg {
  position: absolute;
  height: 24px;
  width: 24px;
  right: 12px;
  fill: #333333;
  top: 12px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-language-navigation
  .cmp-languagenavigation-v2
  ul
  li[data-current="true"]
  a
  svg {
  display: block;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-language-navigation
  .cmp-languagenavigation-v2
  ul
  li.lang-separator {
  pointer-events: none;
  padding: 12px;
  width: 100%;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-language-navigation
  .cmp-languagenavigation-v2
  ul
  li.lang-separator
  div {
  background-color: #dfe2e6;
  height: 1px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-language-navigation
  .cmp-languagenavigation-v2
  ul.mobile {
  display: block;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-language-navigation
  .cmp-languagenavigation-v2
  ul.mobile.primary-navigation-flyout {
  padding: 12px;
}
@media (min-width: 70.25em) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-language-navigation
    .cmp-languagenavigation-v2
    ul.mobile {
    display: none;
  }
}
.header-wrapper .cmp-header-container-v2 .header-container {
  /* For edit mode when the component has not being edited  */
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-languagenavigation-v2-empty,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in-menu-empty {
  width: 48px;
  height: 48px;
}
.header-wrapper .cmp-header-container-v2 .header-container .cmp-sign-in {
  margin: 0px;
  margin: 0rem;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu {
  display: none;
}
@media (min-width: 70.25em) {
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    .cmp-sign-in
    .cmp-sign-in-menu {
    display: flex;
    padding-bottom: 20px;
    margin-bottom: -20px;
  }
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu {
  position: relative;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__toggle {
  display: flex;
  border: 0;
  cursor: pointer;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 24px;
  padding: 10px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__toggle:hover {
  background-color: #f0f1f2;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__toggle:active {
  background-color: #dfe2e6;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__toggle
  svg {
  width: 24px;
  height: 24px;
  pointer-events: none;
  fill: #022043;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__toggle {
  background: transparent;
  font-size: 10px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__toggle:focus {
  outline: none;
  box-shadow: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__toggle:focus-visible {
  box-shadow: 0 0 0 2px #0057ae;
  outline: 0;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__toggle.open {
  background-color: #f0f1f2;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__toggle
  #unifiedUserIcon {
  display: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__toggle
  #unifiedUserIcon
  circle {
  fill: #0057ae !important;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__toggle
  #unifiedUserIcon
  text {
  font-size: 10px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message {
  align-items: flex-start;
  background-color: #9fcfff;
  border-radius: 8px;
  color: #022043;
  display: none;
  flex-direction: column;
  padding: 24px;
  position: absolute;
  right: -8px;
  top: 59px;
  width: 384px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='13' viewBox='0 0 32 13' fill='none'%3E%3Cpath d='M13.6 2.3C15.0222 1.23333 16.9778 1.23333 18.4 2.3L32 12.5H0L13.6 2.3Z' fill='%239FCFFF'/%3E%3C/svg%3E");
  position: absolute;
  right: 16px;
  top: -16px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  button.wd-btn,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  .textarea
  video-js
  .vjs-text-track-settings
  button.vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  button.vjs-default-button,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  .textarea
  video-js
  .vjs-text-track-settings
  button.vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  button.vjs-done-button,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  .brightcove-player__wrapper
  .vjs-text-track-settings
  button.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  button.vjs-default-button,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  .brightcove-player__wrapper
  .vjs-text-track-settings
  button.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  button.vjs-done-button,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  button.cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  button.cta,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  .cmp-resourcebar
  button.content-fragment__cards-cta,
.cmp-resourcebar
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  button.content-fragment__cards-cta {
  background: #0057ae !important;
  color: #ffffff !important;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  button.wd-btn:focus-within,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  .textarea
  video-js
  .vjs-text-track-settings
  button.vjs-default-button:focus-within,
.textarea
  video-js
  .vjs-text-track-settings
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  button.vjs-default-button:focus-within,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  .textarea
  video-js
  .vjs-text-track-settings
  button.vjs-done-button:focus-within,
.textarea
  video-js
  .vjs-text-track-settings
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  button.vjs-done-button:focus-within,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  .brightcove-player__wrapper
  .vjs-text-track-settings
  button.vjs-default-button:focus-within,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  button.vjs-default-button:focus-within,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  .brightcove-player__wrapper
  .vjs-text-track-settings
  button.vjs-done-button:focus-within,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  button.vjs-done-button:focus-within,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  button.cta:focus-within,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  button.cta:focus-within,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  .cmp-resourcebar
  button.content-fragment__cards-cta:focus-within,
.cmp-resourcebar
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  button.content-fragment__cards-cta:focus-within {
  background-color: #022043 !important;
  color: #ffffff !important;
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0057ae;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  button.wd-btn:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  .textarea
  video-js
  .vjs-text-track-settings
  button.vjs-default-button:hover,
.textarea
  video-js
  .vjs-text-track-settings
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  button.vjs-default-button:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  .textarea
  video-js
  .vjs-text-track-settings
  button.vjs-done-button:hover,
.textarea
  video-js
  .vjs-text-track-settings
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  button.vjs-done-button:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  .brightcove-player__wrapper
  .vjs-text-track-settings
  button.vjs-default-button:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  button.vjs-default-button:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  .brightcove-player__wrapper
  .vjs-text-track-settings
  button.vjs-done-button:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  button.vjs-done-button:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  button.cta:hover,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  button.cta:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  .cmp-resourcebar
  button.content-fragment__cards-cta:hover,
.cmp-resourcebar
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  button.content-fragment__cards-cta:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  button.wd-btn:active,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  .textarea
  video-js
  .vjs-text-track-settings
  button.vjs-default-button:active,
.textarea
  video-js
  .vjs-text-track-settings
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  button.vjs-default-button:active,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  .textarea
  video-js
  .vjs-text-track-settings
  button.vjs-done-button:active,
.textarea
  video-js
  .vjs-text-track-settings
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  button.vjs-done-button:active,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  .brightcove-player__wrapper
  .vjs-text-track-settings
  button.vjs-default-button:active,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  button.vjs-default-button:active,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  .brightcove-player__wrapper
  .vjs-text-track-settings
  button.vjs-done-button:active,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  button.vjs-done-button:active,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  button.cta:active,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  button.cta:active,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  .cmp-resourcebar
  button.content-fragment__cards-cta:active,
.cmp-resourcebar
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__intial-message
  button.content-fragment__cards-cta:active {
  background-color: #022043 !important;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content {
  position: relative;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content-close-button {
  align-items: center;
  background-color: transparent;
  border: 0;
  border-radius: 24px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-direction: column;
  margin: -4px;
  padding: 8px;
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content-close-button
  svg {
  height: 24px;
  width: 24px;
  flex-shrink: 0;
  fill: #ffffff;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content-close-button:focus-within {
  border: 0;
  box-shadow: 0 0 0 2px #0057ae;
  outline: 0;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content-close-button:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content-close-button:active {
  background-color: rgba(0, 0, 0, 0.08);
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  h2 {
  color: #022043;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 16px;
  max-width: 300px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  p {
  margin: 0 0 12px;
  font-weight: 400;
  line-height: 1.5;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  p:last-of-type {
  margin-bottom: 24px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .wd-btn,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .vjs-default-button,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .vjs-done-button,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .vjs-default-button,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .vjs-done-button,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .customer-content
  a,
.customer-content
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  a,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .cmp-subnavigation
  .sub-navigation__container--cta
  a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  a,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  a,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .cta,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .cmp-resourcebar
  .content-fragment__cards-cta,
.cmp-resourcebar
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .content-fragment__cards-cta {
  cursor: pointer;
  border: none;
  box-shadow: none;
  font-size: 16px;
  line-height: 1.5;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .wd-btn:focus-within,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button:focus-within,
.textarea
  video-js
  .vjs-text-track-settings
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .vjs-default-button:focus-within,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button:focus-within,
.textarea
  video-js
  .vjs-text-track-settings
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .vjs-done-button:focus-within,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button:focus-within,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .vjs-default-button:focus-within,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button:focus-within,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .vjs-done-button:focus-within,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .customer-content
  a:focus-within,
.customer-content
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  a:focus-within,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .cmp-subnavigation
  .sub-navigation__container--cta
  a:focus-within,
.cmp-subnavigation
  .sub-navigation__container--cta
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  a:focus-within,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a:focus-within,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  a:focus-within,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus-within,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .cta:focus-within,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .cmp-resourcebar
  .content-fragment__cards-cta:focus-within,
.cmp-resourcebar
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .content-fragment__cards-cta:focus-within {
  background-color: #022043 !important;
  color: #ffffff !important;
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0057ae;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .wd-btn:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button:hover,
.textarea
  video-js
  .vjs-text-track-settings
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .vjs-default-button:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button:hover,
.textarea
  video-js
  .vjs-text-track-settings
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .vjs-done-button:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .vjs-default-button:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .vjs-done-button:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .customer-content
  a:hover,
.customer-content
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  a:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .cmp-subnavigation
  .sub-navigation__container--cta
  a:hover,
.cmp-subnavigation
  .sub-navigation__container--cta
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  a:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a:hover,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  a:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:hover,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .cta:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .cmp-resourcebar
  .content-fragment__cards-cta:hover,
.cmp-resourcebar
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .content-fragment__cards-cta:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .wd-btn:active,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button:active,
.textarea
  video-js
  .vjs-text-track-settings
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .vjs-default-button:active,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button:active,
.textarea
  video-js
  .vjs-text-track-settings
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .vjs-done-button:active,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button:active,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .vjs-default-button:active,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button:active,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .vjs-done-button:active,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .customer-content
  a:active,
.customer-content
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  a:active,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .cmp-subnavigation
  .sub-navigation__container--cta
  a:active,
.cmp-subnavigation
  .sub-navigation__container--cta
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  a:active,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a:active,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  a:active,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:active,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .cta:active,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .cmp-resourcebar
  .content-fragment__cards-cta:active,
.cmp-resourcebar
  .header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content
  .content-fragment__cards-cta:active {
  background-color: #022043 !important;
}

.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__drop-down {
  padding: 12px;
  padding: 0.75rem;
  display: none;
  position: absolute;
  flex-direction: column;
  top: 50px;
  right: 0;
  width: 320px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  overflow-y: auto;
  max-height: calc(100dvh - 73px);
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__drop-down.open {
  display: flex;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__drop-down.mobile {
  border: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__drop-down.mobile
  .cmp-sign-in-menu__top-content {
  display: flex;
  flex-direction: column;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__drop-down.mobile
  .cmp-sign-in-menu__sections {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__drop-down.mobile
  .cmp-sign-in-menu__sections
  ul {
  margin-top: 1px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__drop-down.mobile
  .cmp-sign-in-menu__unified {
  width: 100%;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__top-content {
  padding: 12px;
  padding: 0.75rem;
}

.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__icon {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  width: 48px;
  height: 48px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__icon
  svg {
  fill: #0057ae;
}

.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__description {
  color: #022043;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__description
  b {
  font-weight: 500;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__description
  p {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.5;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__description
  p
  strong {
  font-weight: 700;
  text-transform: uppercase;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__description
  a {
  color: #0057ae !important;
  font-weight: 700;
  margin: 0 !important;
  display: inline-flex !important;
  flex-flow: row !important;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__description
  a
  svg {
  margin-left: 8px;
  margin-left: 0.5rem;
  fill: #0057ae !important;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__description
  a:hover
  svg,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__description
  a:focus
  svg,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__description
  a:active
  svg {
  fill: #022043 !important;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__description
  a:hover
  span,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__description
  a:focus
  span,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__description
  a:active
  span {
  color: #022043 !important;
}

.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__sections__separator {
  padding: 12px;
  padding: 0.75rem;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__sections__separator
  div {
  height: 1px;
  width: 100%;
  background-color: #dfe2e6;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__sections__section-title {
  padding: 4px 12px;
  padding: 0.25rem 0.75rem;
  line-height: 1.5;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__sections__section-title
  span {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
  color: #022043;
  text-decoration-line: unset;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__sections
  ul {
  margin: 0px;
  margin: 0rem;
  padding: 0px;
  padding: 0rem;
  list-style-type: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__sections
  ul
  li {
  margin: 0;
  line-height: 1.5;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__sections
  ul
  li
  a {
  color: #022043;
  font-weight: 700;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__sections
  ul
  li
  a:hover {
  background: rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__sections
  ul
  li
  a[target="_blank"]
  svg {
  display: inline-block;
  height: 24px;
  width: 24px;
  vertical-align: middle;
  margin-left: 4px;
  fill: #333333;
  margin-top: -1px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__sections
  ul
  li
  a:focus-visible {
  box-shadow: 0 0 0 2px #0057ae;
  outline: 0;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__sections
  ul
  li
  a:active {
  background: rgba(0, 0, 0, 0.08);
}

.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__unified {
  display: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__unified-user {
  display: flex;
  align-items: center;
  padding: 12px 0;
  gap: 12px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__unified-user
  > svg {
  fill: red;
  background: linear-gradient(180deg, #0875e1 20.49%, #005cb9 100%);
  border-radius: 50%;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__unified-user
  > svg
  text {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__unified-user
  > svg
  circle {
  fill: #0057ae !important;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__unified-user-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #022043;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__unified-user-profile
  a {
  text-decoration: none;
  font-weight: 700;
  color: #0057ae;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__unified-user-profile
  a:focus {
  box-shadow: 0 0 0 2px #0057ae;
  outline: 0;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__unified-user-profile
  a:hover,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__unified-user-profile
  a:focus,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__unified-user-profile
  a:active {
  color: #022043 !important;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__unified-signout-title {
  padding: 4px 12px;
  padding: 0.25rem 0.75rem;
  line-height: 1.5;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__unified-signout-title
  span {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__unified-signout-content
  a {
  color: #022043;
  font-weight: 700;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__unified-signout-content
  a:hover {
  background: rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__unified-signout-content
  a[target="_blank"]
  svg {
  display: inline-block;
  height: 24px;
  width: 24px;
  vertical-align: middle;
  margin-left: 4px;
  fill: #333333;
  margin-top: -1px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__unified-signout-content
  a:focus-visible {
  box-shadow: 0 0 0 2px #0057ae;
  outline: 0;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__unified-signout-content
  a:active {
  background: rgba(0, 0, 0, 0.08);
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__unified-links-title {
  padding: 4px 12px;
  padding: 0.25rem 0.75rem;
  line-height: 1.5;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__unified-links-title
  span {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
  color: #022043;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__unified-links-content
  ul {
  margin: 0px;
  margin: 0rem;
  padding: 0px;
  padding: 0rem;
  list-style-type: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__unified-links-content
  ul
  li {
  margin: 0;
  line-height: 1.5;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__unified-links-content
  ul
  li
  a {
  color: #022043;
  font-weight: 700;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__unified-links-content
  ul
  li
  a:hover {
  background: rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__unified-links-content
  ul
  li
  a[target="_blank"]
  svg {
  display: inline-block;
  height: 24px;
  width: 24px;
  vertical-align: middle;
  margin-left: 4px;
  fill: #333333;
  margin-top: -1px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__unified-links-content
  ul
  li
  a:focus-visible {
  box-shadow: 0 0 0 2px #0057ae;
  outline: 0;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__unified-links-content
  ul
  li
  a:active {
  background: rgba(0, 0, 0, 0.08);
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__unified__separator {
  padding: 12px;
  padding: 0.75rem;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__unified__separator
  div {
  height: 1px;
  width: 100%;
  background-color: #dfe2e6;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-sign-in
  .cmp-sign-in-menu__content-close-button
  svg {
  fill: #022043;
}
.header-wrapper .cmp-header-container-v2 .header-container li.cmp-getstarted {
  display: none;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.cmp-getstarted.cq-Editable-dom {
  display: block;
}
.header-wrapper .cmp-header-container-v2 .header-container li.cmp-getstarted {
  position: fixed;
  bottom: 24px;
  left: 24px;
  right: 24px;
  padding: 12px;
  margin-top: 0;
}
@media (min-width: 70.25em) {
  .header-wrapper .cmp-header-container-v2 .header-container li.cmp-getstarted {
    font-size: unset;
    padding: unset;
    position: unset;
    bottom: unset;
    left: unset;
    right: unset;
    margin-left: 4px;
  }
  .header-wrapper
    .cmp-header-container-v2
    .header-container
    li.cmp-getstarted.no-subnav {
    display: flex;
  }
}
.header-wrapper .cmp-header-container-v2 .header-container li.cmp-getstarted a {
  justify-content: center;
  padding: 12px 20px;
}
.header-wrapper
  .cmp-header-container-v2
  .header-container
  li.cmp-getstarted
  a
  span {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

#mobileIntialMessage {
  background-color: #9fcfff;
  border: 1px solid #9fcfff;
  border-radius: 8px;
  padding: 24px;
  width: 327px;
}
@media (min-width: 48em) {
  #mobileIntialMessage {
    width: 480px;
  }
}
#mobileIntialMessage::backdrop {
  background-color: rgba(0, 0, 0, 0.32);
}
#mobileIntialMessage .cmp-sign-in-menu__intial-message_mobile {
  align-items: flex-start;
  color: #022043;
  display: flex;
  flex-direction: column;
}
#mobileIntialMessage .cmp-sign-in-menu__content {
  position: relative;
  width: 100%;
}
#mobileIntialMessage .cmp-sign-in-menu__content-close-button {
  align-items: center;
  background-color: transparent;
  border: 0;
  border-radius: 24px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  margin: -4px;
  padding: 4px;
  position: absolute;
  right: -8px;
  top: -8px;
}
#mobileIntialMessage .cmp-sign-in-menu__content-close-button svg {
  height: 28px;
  width: 28px;
  fill: #022043;
}
#mobileIntialMessage .cmp-sign-in-menu__content-close-button:focus-within {
  border: 0;
  box-shadow: 0 0 0 2px #0057ae;
  outline: 0;
}
#mobileIntialMessage .cmp-sign-in-menu__content-close-button:hover,
#mobileIntialMessage .cmp-sign-in-menu__content-close-button:active {
  background-color: rgba(0, 0, 0, 0.08);
}
#mobileIntialMessage .cmp-sign-in-menu__content h2 {
  color: #022043;
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 16px;
  max-width: 90%;
}
#mobileIntialMessage .cmp-sign-in-menu__content p {
  margin-bottom: 12px;
}
#mobileIntialMessage .cmp-sign-in-menu__content p:last-of-type {
  margin-bottom: 24px;
}
#mobileIntialMessage .cmp-sign-in-menu__content .wd-btn,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  .vjs-default-button,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  .vjs-done-button,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  .vjs-default-button,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  .vjs-done-button,
#mobileIntialMessage .cmp-sign-in-menu__content .customer-content a,
.customer-content #mobileIntialMessage .cmp-sign-in-menu__content a,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .cmp-subnavigation
  .sub-navigation__container--cta
  a,
.cmp-subnavigation
  .sub-navigation__container--cta
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  a,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  a,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  .cta,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .cmp-resourcebar
  .content-fragment__cards-cta,
.cmp-resourcebar
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  .content-fragment__cards-cta {
  color: #ffffff !important;
  background-color: #0057ae;
  cursor: pointer;
  border: none;
  box-shadow: none;
  font-size: 16px;
  line-height: 1.5;
}
#mobileIntialMessage .cmp-sign-in-menu__content .wd-btn:focus-within,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button:focus-within,
.textarea
  video-js
  .vjs-text-track-settings
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  .vjs-default-button:focus-within,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button:focus-within,
.textarea
  video-js
  .vjs-text-track-settings
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  .vjs-done-button:focus-within,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button:focus-within,
.brightcove-player__wrapper
  .vjs-text-track-settings
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  .vjs-default-button:focus-within,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button:focus-within,
.brightcove-player__wrapper
  .vjs-text-track-settings
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  .vjs-done-button:focus-within,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .customer-content
  a:focus-within,
.customer-content
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  a:focus-within,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .cmp-subnavigation
  .sub-navigation__container--cta
  a:focus-within,
.cmp-subnavigation
  .sub-navigation__container--cta
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  a:focus-within,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a:focus-within,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  a:focus-within,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus-within,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  .cta:focus-within,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .cmp-resourcebar
  .content-fragment__cards-cta:focus-within,
.cmp-resourcebar
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  .content-fragment__cards-cta:focus-within {
  background-color: #022043 !important;
  color: #ffffff !important;
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0057ae;
}
#mobileIntialMessage .cmp-sign-in-menu__content .wd-btn:hover,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button:hover,
.textarea
  video-js
  .vjs-text-track-settings
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  .vjs-default-button:hover,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button:hover,
.textarea
  video-js
  .vjs-text-track-settings
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  .vjs-done-button:hover,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  .vjs-default-button:hover,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  .vjs-done-button:hover,
#mobileIntialMessage .cmp-sign-in-menu__content .customer-content a:hover,
.customer-content #mobileIntialMessage .cmp-sign-in-menu__content a:hover,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .cmp-subnavigation
  .sub-navigation__container--cta
  a:hover,
.cmp-subnavigation
  .sub-navigation__container--cta
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  a:hover,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a:hover,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  a:hover,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:hover,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  .cta:hover,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .cmp-resourcebar
  .content-fragment__cards-cta:hover,
.cmp-resourcebar
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  .content-fragment__cards-cta:hover,
#mobileIntialMessage .cmp-sign-in-menu__content .wd-btn:active,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button:active,
.textarea
  video-js
  .vjs-text-track-settings
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  .vjs-default-button:active,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button:active,
.textarea
  video-js
  .vjs-text-track-settings
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  .vjs-done-button:active,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button:active,
.brightcove-player__wrapper
  .vjs-text-track-settings
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  .vjs-default-button:active,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button:active,
.brightcove-player__wrapper
  .vjs-text-track-settings
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  .vjs-done-button:active,
#mobileIntialMessage .cmp-sign-in-menu__content .customer-content a:active,
.customer-content #mobileIntialMessage .cmp-sign-in-menu__content a:active,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .cmp-subnavigation
  .sub-navigation__container--cta
  a:active,
.cmp-subnavigation
  .sub-navigation__container--cta
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  a:active,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a:active,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  a:active,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:active,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  .cta:active,
#mobileIntialMessage
  .cmp-sign-in-menu__content
  .cmp-resourcebar
  .content-fragment__cards-cta:active,
.cmp-resourcebar
  #mobileIntialMessage
  .cmp-sign-in-menu__content
  .content-fragment__cards-cta:active {
  background-color: #022043 !important;
}

.primary-navigation-modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  top: 72px;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 100;
  transition:
    visibility 200ms,
    opacity 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition:
    visibility 200ms ease-in-out,
    opacity 200ms ease-in-out;
}
.primary-navigation-modal.showGreyBack {
  visibility: visible;
  opacity: 1;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(17.5px);
}
.primary-navigation-modal.subNav-navigation-modal {
  z-index: -1;
}
.primary-navigation-modal.subNav-navigation-modal.show {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1123px) {
  .primary-navigation-modal[tabindex="-1"] {
    visibility: visible;
    opacity: 1;
  }
}

:root .cmp-coveosearch--global {
  --atomic-background: transparent;
  --atomic-border-radius-md: 24px;
  --atomic-neutral: transparent;
  --atomic-font-family: "Acid Grotesk", Arial, Helvetica, sans-serif;
}
.cmp-coveosearch--global .cmp-coveosearch--global-layout,
.cmp-coveosearch--global .cmp-coveosearch--global-search-box {
  display: flex !important;
  width: 100%;
}
.cmp-coveosearch--global .cmp-coveosearch--global-search-box {
  height: 33px;
}
.cmp-coveosearch--global .cmp-coveosearch--global-section {
  margin: 0;
  margin: 0rem;
  width: 100% !important;
}
.cmp-coveosearch--global .cmp-search-v2__input-clear {
  display: none;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 24px;
  padding: 2px;
}
.cmp-coveosearch--global .cmp-search-v2__suggestions li a {
  font-weight: 500;
}
.cmp-coveosearch--global .cmp-search-v2__suggestions li a:focus {
  outline: none;
  box-shadow: 0 0 0 2px #0057ae;
}

.cmp-navigation-v2__item-link:focus {
  box-shadow: 0 0 0 2px #0057ae;
  outline: 0;
}

@media (min-width: 70.25em) {
  .validation-component__wrapper {
    margin: 0;
    margin: 0rem;
    text-align: left;
  }
}
.validation-component__wrapper .validation-component__wrapper-logo {
  align-items: center;
}
.validation-component__wrapper .validation-component__wrapper-logo svg {
  width: 56px;
  height: 56px;
  fill: #0057ae;
}
.validation-component__wrapper .validation-component__wrapper-content {
  width: 100%;
  word-break: break-word;
}
.validation-component__wrapper .validation-component__wrapper-description {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  color: #022043;
}
@media (min-width: 70.25em) {
  .validation-component__wrapper .validation-component__wrapper-description {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 75em) {
  .validation-component__wrapper .validation-component__wrapper-description {
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
}
.validation-component__wrapper .validation-component__wrapper-icon {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  margin-right: 0.75rem;
}
.validation-component__wrapper .validation-component__wrapper-icon image {
  width: 20px;
  height: 20px;
}
.validation-component__wrapper .validation-component__wrapper-link div {
  display: flex;
  justify-content: inherit;
}
.validation-component__wrapper .validation-component__wrapper-link .wd-btn,
.validation-component__wrapper
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-default-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-done-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-default-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-done-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .customer-content
  a,
.customer-content
  .validation-component__wrapper
  .validation-component__wrapper-link
  a,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  a,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  a,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cta,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-resourcebar
  .content-fragment__cards-cta,
.cmp-resourcebar
  .validation-component__wrapper
  .validation-component__wrapper-link
  .content-fragment__cards-cta {
  cursor: pointer;
  white-space: nowrap;
}
.validation-component__wrapper
  .validation-component__wrapper-link
  .wd-btn
  ~ .wd-btn,
.validation-component__wrapper
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  ~ .wd-btn,
.textarea
  video-js
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-default-button
  ~ .wd-btn,
.validation-component__wrapper
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  ~ .wd-btn,
.textarea
  video-js
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-done-button
  ~ .wd-btn,
.validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  ~ .wd-btn,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-default-button
  ~ .wd-btn,
.validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  ~ .wd-btn,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-done-button
  ~ .wd-btn,
.validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  ~ .wd-btn,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-default-button
  ~ .wd-btn,
.validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  ~ .wd-btn,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-done-button
  ~ .wd-btn,
.validation-component__wrapper
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .wd-btn
  ~ .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .wd-btn
  ~ .vjs-default-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-default-button
  ~ .vjs-default-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-done-button
  ~ .vjs-default-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-default-button,
.textarea
  video-js
  .validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-default-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-default-button
  ~ .vjs-default-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-default-button
  ~ .vjs-default-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-default-button,
.textarea
  video-js
  .validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-default-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-done-button
  ~ .vjs-default-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-done-button
  ~ .vjs-default-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-default-button,
.textarea
  video-js
  .validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-default-button
  ~ .vjs-default-button,
.textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-default-button
  ~ .vjs-default-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-default-button,
.textarea
  video-js
  .validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-done-button
  ~ .vjs-default-button,
.textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-done-button
  ~ .vjs-default-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .wd-btn
  ~ .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .wd-btn
  ~ .vjs-done-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-default-button
  ~ .vjs-done-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-done-button
  ~ .vjs-done-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-done-button,
.textarea
  video-js
  .validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-done-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-default-button
  ~ .vjs-done-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-default-button
  ~ .vjs-done-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-done-button,
.textarea
  video-js
  .validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-done-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-done-button
  ~ .vjs-done-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-done-button
  ~ .vjs-done-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-done-button,
.textarea
  video-js
  .validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-default-button
  ~ .vjs-done-button,
.textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-default-button
  ~ .vjs-done-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-done-button,
.textarea
  video-js
  .validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-done-button
  ~ .vjs-done-button,
.textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-done-button
  ~ .vjs-done-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .wd-btn
  ~ .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .wd-btn
  ~ .vjs-default-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-default-button,
.brightcove-player__wrapper
  .validation-component__wrapper
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-default-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-default-button
  ~ .vjs-default-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-default-button
  ~ .vjs-default-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-default-button,
.brightcove-player__wrapper
  .validation-component__wrapper
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-default-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-done-button
  ~ .vjs-default-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-done-button
  ~ .vjs-default-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-default-button
  ~ .vjs-default-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-done-button
  ~ .vjs-default-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-default-button
  ~ .vjs-default-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-done-button
  ~ .vjs-default-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .wd-btn
  ~ .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .wd-btn
  ~ .vjs-done-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-done-button,
.brightcove-player__wrapper
  .validation-component__wrapper
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-done-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-default-button
  ~ .vjs-done-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-default-button
  ~ .vjs-done-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-done-button,
.brightcove-player__wrapper
  .validation-component__wrapper
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-done-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-done-button
  ~ .vjs-done-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-done-button
  ~ .vjs-done-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-default-button
  ~ .vjs-done-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-done-button
  ~ .vjs-done-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-default-button
  ~ .vjs-done-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-done-button
  ~ .vjs-done-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .wd-btn
  ~ .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .wd-btn
  ~ .vjs-default-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .validation-component__wrapper
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-default-button,
.textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-default-button
  ~ .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-default-button
  ~ .vjs-default-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .validation-component__wrapper
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-default-button,
.textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-done-button
  ~ .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-done-button
  ~ .vjs-default-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-default-button
  ~ .vjs-default-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-done-button
  ~ .vjs-default-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-default-button
  ~ .vjs-default-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-done-button
  ~ .vjs-default-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .wd-btn
  ~ .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .wd-btn
  ~ .vjs-done-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .validation-component__wrapper
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-done-button,
.textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-default-button
  ~ .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-default-button
  ~ .vjs-done-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .validation-component__wrapper
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-done-button,
.textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-done-button
  ~ .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-done-button
  ~ .vjs-done-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-default-button
  ~ .vjs-done-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-done-button
  ~ .vjs-done-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-default-button
  ~ .vjs-done-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-done-button
  ~ .vjs-done-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .customer-content
  a
  ~ .wd-btn,
.validation-component__wrapper
  .validation-component__wrapper-link
  .customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a
  ~ .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .customer-content
  a
  ~ .vjs-default-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a
  ~ .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .customer-content
  a
  ~ .vjs-done-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a
  ~ .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .customer-content
  a
  ~ .vjs-default-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a
  ~ .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .customer-content
  a
  ~ .vjs-done-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .customer-content
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a
  ~ .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .customer-content
  a
  ~ .vjs-default-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .customer-content
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a
  ~ .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .customer-content
  a
  ~ .vjs-done-button,
.customer-content
  .validation-component__wrapper
  .validation-component__wrapper-link
  a
  ~ .wd-btn,
.customer-content
  .validation-component__wrapper
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  a
  ~ .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  .validation-component__wrapper
  .validation-component__wrapper-link
  a
  ~ .vjs-default-button,
.customer-content
  .validation-component__wrapper
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  a
  ~ .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  .validation-component__wrapper
  .validation-component__wrapper-link
  a
  ~ .vjs-done-button,
.customer-content
  .validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a
  ~ .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  .validation-component__wrapper
  .validation-component__wrapper-link
  a
  ~ .vjs-default-button,
.customer-content
  .validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a
  ~ .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  .validation-component__wrapper
  .validation-component__wrapper-link
  a
  ~ .vjs-done-button,
.customer-content
  .validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a
  ~ .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .customer-content
  .validation-component__wrapper
  .validation-component__wrapper-link
  a
  ~ .vjs-default-button,
.customer-content
  .validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a
  ~ .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .customer-content
  .validation-component__wrapper
  .validation-component__wrapper-link
  a
  ~ .vjs-done-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .customer-content
  .wd-btn
  ~ a,
.validation-component__wrapper
  .validation-component__wrapper-link
  .customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  ~ a,
.textarea
  video-js
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .customer-content
  .vjs-default-button
  ~ a,
.validation-component__wrapper
  .validation-component__wrapper-link
  .customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  ~ a,
.textarea
  video-js
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .customer-content
  .vjs-done-button
  ~ a,
.validation-component__wrapper
  .validation-component__wrapper-link
  .customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  ~ a,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .customer-content
  .vjs-default-button
  ~ a,
.validation-component__wrapper
  .validation-component__wrapper-link
  .customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  ~ a,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .customer-content
  .vjs-done-button
  ~ a,
.validation-component__wrapper
  .validation-component__wrapper-link
  .customer-content
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  ~ a,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .customer-content
  .vjs-default-button
  ~ a,
.validation-component__wrapper
  .validation-component__wrapper-link
  .customer-content
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  ~ a,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .customer-content
  .vjs-done-button
  ~ a,
.customer-content
  .validation-component__wrapper
  .validation-component__wrapper-link
  .wd-btn
  ~ a,
.customer-content
  .validation-component__wrapper
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  ~ a,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-default-button
  ~ a,
.customer-content
  .validation-component__wrapper
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  ~ a,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-done-button
  ~ a,
.customer-content
  .validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  ~ a,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-default-button
  ~ a,
.customer-content
  .validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  ~ a,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-done-button
  ~ a,
.customer-content
  .validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  ~ a,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .customer-content
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-default-button
  ~ a,
.customer-content
  .validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  ~ a,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .customer-content
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-done-button
  ~ a,
.validation-component__wrapper
  .validation-component__wrapper-link
  .customer-content
  a
  ~ a,
.customer-content
  .validation-component__wrapper
  .validation-component__wrapper-link
  a
  ~ a,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  ~ .wd-btn,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  .textarea
  video-js
  .vjs-text-track-settings
  a
  ~ .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  ~ .vjs-default-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  .textarea
  video-js
  .vjs-text-track-settings
  a
  ~ .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  ~ .vjs-done-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a
  ~ .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  ~ .vjs-default-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a
  ~ .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  ~ .vjs-done-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a
  ~ .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  ~ .vjs-default-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a
  ~ .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  ~ .vjs-done-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  .customer-content
  a
  ~ a,
.customer-content
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  ~ a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  a
  ~ .wd-btn,
.cmp-subnavigation
  .sub-navigation__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  a
  ~ .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  a
  ~ .vjs-default-button,
.cmp-subnavigation
  .sub-navigation__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  a
  ~ .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  a
  ~ .vjs-done-button,
.cmp-subnavigation
  .sub-navigation__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a
  ~ .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  a
  ~ .vjs-default-button,
.cmp-subnavigation
  .sub-navigation__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a
  ~ .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  a
  ~ .vjs-done-button,
.cmp-subnavigation
  .sub-navigation__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a
  ~ .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  a
  ~ .vjs-default-button,
.cmp-subnavigation
  .sub-navigation__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a
  ~ .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  a
  ~ .vjs-done-button,
.cmp-subnavigation
  .sub-navigation__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  .customer-content
  a
  ~ a,
.customer-content
  .cmp-subnavigation
  .sub-navigation__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  a
  ~ a,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  .wd-btn
  ~ a,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  ~ a,
.textarea
  video-js
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  .vjs-default-button
  ~ a,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  ~ a,
.textarea
  video-js
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  .vjs-done-button
  ~ a,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  ~ a,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  .vjs-default-button
  ~ a,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  ~ a,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  .vjs-done-button
  ~ a,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  ~ a,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  .vjs-default-button
  ~ a,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  ~ a,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  .vjs-done-button
  ~ a,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  .customer-content
  a
  ~ a,
.customer-content
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  ~ a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  .wd-btn
  ~ a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  ~ a,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-default-button
  ~ a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  ~ a,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-done-button
  ~ a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  ~ a,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-default-button
  ~ a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  ~ a,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-done-button
  ~ a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  ~ a,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-default-button
  ~ a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  ~ a,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-done-button
  ~ a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  .customer-content
  a
  ~ a,
.customer-content
  .cmp-subnavigation
  .sub-navigation__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  a
  ~ a,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  ~ a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  a
  ~ a,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  ~ .wd-btn,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .textarea
  video-js
  .vjs-text-track-settings
  a
  ~ .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  ~ .vjs-default-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .textarea
  video-js
  .vjs-text-track-settings
  a
  ~ .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  ~ .vjs-done-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a
  ~ .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  ~ .vjs-default-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a
  ~ .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  ~ .vjs-done-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a
  ~ .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  ~ .vjs-default-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a
  ~ .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  ~ .vjs-done-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .customer-content
  a
  ~ a,
.customer-content
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  ~ a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  a
  ~ .wd-btn,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  a
  ~ .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  a
  ~ .vjs-default-button,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  a
  ~ .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  a
  ~ .vjs-done-button,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a
  ~ .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  a
  ~ .vjs-default-button,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a
  ~ .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  a
  ~ .vjs-done-button,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a
  ~ .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  a
  ~ .vjs-default-button,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a
  ~ .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  a
  ~ .vjs-done-button,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  .customer-content
  a
  ~ a,
.customer-content
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  a
  ~ a,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  ~ .wd-btn,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .textarea
  video-js
  .vjs-text-track-settings
  .cta
  ~ .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  ~ .vjs-default-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .textarea
  video-js
  .vjs-text-track-settings
  .cta
  ~ .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  ~ .vjs-done-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .cta
  ~ .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  ~ .vjs-default-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .cta
  ~ .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  ~ .vjs-done-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cta
  ~ .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  ~ .vjs-default-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cta
  ~ .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  ~ .vjs-done-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .customer-content
  .cta
  ~ a,
.customer-content
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  ~ a,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cmp-subnavigation
  .sub-navigation__container--cta
  .cta
  ~ a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  ~ a,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cta
  ~ .wd-btn,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .cta
  ~ .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cta
  ~ .vjs-default-button,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .cta
  ~ .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cta
  ~ .vjs-done-button,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .cta
  ~ .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cta
  ~ .vjs-default-button,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .cta
  ~ .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cta
  ~ .vjs-done-button,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cta
  ~ .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cta
  ~ .vjs-default-button,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cta
  ~ .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cta
  ~ .vjs-done-button,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper
  .validation-component__wrapper-link
  .customer-content
  .cta
  ~ a,
.customer-content
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cta
  ~ a,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  .cta
  ~ a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cta
  ~ a,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-resourcebar
  .content-fragment__cards-cta
  ~ .wd-btn,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-resourcebar
  .textarea
  video-js
  .vjs-text-track-settings
  .content-fragment__cards-cta
  ~ .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-resourcebar
  .content-fragment__cards-cta
  ~ .vjs-default-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-resourcebar
  .textarea
  video-js
  .vjs-text-track-settings
  .content-fragment__cards-cta
  ~ .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-resourcebar
  .content-fragment__cards-cta
  ~ .vjs-done-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-resourcebar
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .content-fragment__cards-cta
  ~ .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-resourcebar
  .content-fragment__cards-cta
  ~ .vjs-default-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-resourcebar
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .content-fragment__cards-cta
  ~ .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-resourcebar
  .content-fragment__cards-cta
  ~ .vjs-done-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-resourcebar
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .content-fragment__cards-cta
  ~ .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-resourcebar
  .content-fragment__cards-cta
  ~ .vjs-default-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-resourcebar
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .content-fragment__cards-cta
  ~ .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-resourcebar
  .content-fragment__cards-cta
  ~ .vjs-done-button,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-resourcebar
  .customer-content
  .content-fragment__cards-cta
  ~ a,
.customer-content
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-resourcebar
  .content-fragment__cards-cta
  ~ a,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-resourcebar
  .cmp-subnavigation
  .sub-navigation__container--cta
  .content-fragment__cards-cta
  ~ a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-resourcebar
  .content-fragment__cards-cta
  ~ a,
.cmp-resourcebar
  .validation-component__wrapper
  .validation-component__wrapper-link
  .content-fragment__cards-cta
  ~ .wd-btn,
.cmp-resourcebar
  .validation-component__wrapper
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .content-fragment__cards-cta
  ~ .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-resourcebar
  .validation-component__wrapper
  .validation-component__wrapper-link
  .content-fragment__cards-cta
  ~ .vjs-default-button,
.cmp-resourcebar
  .validation-component__wrapper
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .content-fragment__cards-cta
  ~ .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-resourcebar
  .validation-component__wrapper
  .validation-component__wrapper-link
  .content-fragment__cards-cta
  ~ .vjs-done-button,
.cmp-resourcebar
  .validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .content-fragment__cards-cta
  ~ .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-resourcebar
  .validation-component__wrapper
  .validation-component__wrapper-link
  .content-fragment__cards-cta
  ~ .vjs-default-button,
.cmp-resourcebar
  .validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .content-fragment__cards-cta
  ~ .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-resourcebar
  .validation-component__wrapper
  .validation-component__wrapper-link
  .content-fragment__cards-cta
  ~ .vjs-done-button,
.cmp-resourcebar
  .validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .content-fragment__cards-cta
  ~ .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-resourcebar
  .validation-component__wrapper
  .validation-component__wrapper-link
  .content-fragment__cards-cta
  ~ .vjs-default-button,
.cmp-resourcebar
  .validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .content-fragment__cards-cta
  ~ .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-resourcebar
  .validation-component__wrapper
  .validation-component__wrapper-link
  .content-fragment__cards-cta
  ~ .vjs-done-button,
.cmp-resourcebar
  .validation-component__wrapper
  .validation-component__wrapper-link
  .customer-content
  .content-fragment__cards-cta
  ~ a,
.customer-content
  .cmp-resourcebar
  .validation-component__wrapper
  .validation-component__wrapper-link
  .content-fragment__cards-cta
  ~ a,
.cmp-resourcebar
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  .content-fragment__cards-cta
  ~ a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .cmp-resourcebar
  .validation-component__wrapper
  .validation-component__wrapper-link
  .content-fragment__cards-cta
  ~ a,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .wd-btn
  ~ a,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  ~ a,
.textarea
  video-js
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .vjs-default-button
  ~ a,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  ~ a,
.textarea
  video-js
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .vjs-done-button
  ~ a,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  ~ a,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .vjs-default-button
  ~ a,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  ~ a,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .vjs-done-button
  ~ a,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  ~ a,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .vjs-default-button
  ~ a,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  ~ a,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .vjs-done-button
  ~ a,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .customer-content
  a
  ~ a,
.customer-content
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  ~ a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  .wd-btn
  ~ a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  ~ a,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-default-button
  ~ a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  ~ a,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-done-button
  ~ a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  ~ a,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-default-button
  ~ a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  ~ a,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-done-button
  ~ a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  ~ a,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-default-button
  ~ a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  ~ a,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-done-button
  ~ a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  .customer-content
  a
  ~ a,
.customer-content
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  a
  ~ a,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  ~ a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  a
  ~ a,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .cta
  ~ a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  ~ a,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .cta
  ~ a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cta
  ~ a,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-resourcebar
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .content-fragment__cards-cta
  ~ a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-resourcebar
  .content-fragment__cards-cta
  ~ a,
.cmp-resourcebar
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .content-fragment__cards-cta
  ~ a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .cmp-resourcebar
  .validation-component__wrapper
  .validation-component__wrapper-link
  .content-fragment__cards-cta
  ~ a,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .wd-btn
  ~ .cta,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  ~ .cta,
.textarea
  video-js
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .vjs-default-button
  ~ .cta,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  ~ .cta,
.textarea
  video-js
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .vjs-done-button
  ~ .cta,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  ~ .cta,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .vjs-default-button
  ~ .cta,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  ~ .cta,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .vjs-done-button
  ~ .cta,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  ~ .cta,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .vjs-default-button
  ~ .cta,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  ~ .cta,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .vjs-done-button
  ~ .cta,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .customer-content
  a
  ~ .cta,
.customer-content
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  a
  ~ .cta,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  ~ .cta,
.cmp-subnavigation
  .sub-navigation__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  a
  ~ .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper
  .validation-component__wrapper-link
  .wd-btn
  ~ .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  ~ .cta,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-default-button
  ~ .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  ~ .cta,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-done-button
  ~ .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  ~ .cta,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-default-button
  ~ .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  ~ .cta,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-done-button
  ~ .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  ~ .cta,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-default-button
  ~ .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  ~ .cta,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-done-button
  ~ .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper
  .validation-component__wrapper-link
  .customer-content
  a
  ~ .cta,
.customer-content
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper
  .validation-component__wrapper-link
  a
  ~ .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  ~ .cta,
.cmp-subnavigation
  .sub-navigation__container--cta
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper
  .validation-component__wrapper-link
  a
  ~ .cta,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  a
  ~ .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  ~ .cta,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  a
  ~ .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  a
  ~ .cta,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  ~ .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cta
  ~ .cta,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-resourcebar
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .content-fragment__cards-cta
  ~ .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-resourcebar
  .content-fragment__cards-cta
  ~ .cta,
.cmp-resourcebar
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .content-fragment__cards-cta
  ~ .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cmp-resourcebar
  .validation-component__wrapper
  .validation-component__wrapper-link
  .content-fragment__cards-cta
  ~ .cta,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-resourcebar
  .wd-btn
  ~ .content-fragment__cards-cta,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-resourcebar
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  ~ .content-fragment__cards-cta,
.textarea
  video-js
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-resourcebar
  .vjs-default-button
  ~ .content-fragment__cards-cta,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-resourcebar
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  ~ .content-fragment__cards-cta,
.textarea
  video-js
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-resourcebar
  .vjs-done-button
  ~ .content-fragment__cards-cta,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-resourcebar
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  ~ .content-fragment__cards-cta,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-resourcebar
  .vjs-default-button
  ~ .content-fragment__cards-cta,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-resourcebar
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  ~ .content-fragment__cards-cta,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-resourcebar
  .vjs-done-button
  ~ .content-fragment__cards-cta,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-resourcebar
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  ~ .content-fragment__cards-cta,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-resourcebar
  .vjs-default-button
  ~ .content-fragment__cards-cta,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-resourcebar
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  ~ .content-fragment__cards-cta,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-resourcebar
  .vjs-done-button
  ~ .content-fragment__cards-cta,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-resourcebar
  .customer-content
  a
  ~ .content-fragment__cards-cta,
.customer-content
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-resourcebar
  a
  ~ .content-fragment__cards-cta,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-resourcebar
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  ~ .content-fragment__cards-cta,
.cmp-subnavigation
  .sub-navigation__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-resourcebar
  a
  ~ .content-fragment__cards-cta,
.cmp-resourcebar
  .validation-component__wrapper
  .validation-component__wrapper-link
  .wd-btn
  ~ .content-fragment__cards-cta,
.cmp-resourcebar
  .validation-component__wrapper
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  ~ .content-fragment__cards-cta,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-resourcebar
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-default-button
  ~ .content-fragment__cards-cta,
.cmp-resourcebar
  .validation-component__wrapper
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  ~ .content-fragment__cards-cta,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-resourcebar
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-done-button
  ~ .content-fragment__cards-cta,
.cmp-resourcebar
  .validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  ~ .content-fragment__cards-cta,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-resourcebar
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-default-button
  ~ .content-fragment__cards-cta,
.cmp-resourcebar
  .validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  ~ .content-fragment__cards-cta,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-resourcebar
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-done-button
  ~ .content-fragment__cards-cta,
.cmp-resourcebar
  .validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  ~ .content-fragment__cards-cta,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-resourcebar
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-default-button
  ~ .content-fragment__cards-cta,
.cmp-resourcebar
  .validation-component__wrapper
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  ~ .content-fragment__cards-cta,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-resourcebar
  .validation-component__wrapper
  .validation-component__wrapper-link
  .vjs-done-button
  ~ .content-fragment__cards-cta,
.cmp-resourcebar
  .validation-component__wrapper
  .validation-component__wrapper-link
  .customer-content
  a
  ~ .content-fragment__cards-cta,
.customer-content
  .cmp-resourcebar
  .validation-component__wrapper
  .validation-component__wrapper-link
  a
  ~ .content-fragment__cards-cta,
.cmp-resourcebar
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  ~ .content-fragment__cards-cta,
.cmp-subnavigation
  .sub-navigation__container--cta
  .cmp-resourcebar
  .validation-component__wrapper
  .validation-component__wrapper-link
  a
  ~ .content-fragment__cards-cta,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .cmp-resourcebar
  a
  ~ .content-fragment__cards-cta,
.cmp-resourcebar
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  ~ .content-fragment__cards-cta,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-resourcebar
  a
  ~ .content-fragment__cards-cta,
.cmp-resourcebar
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .validation-component__wrapper
  .validation-component__wrapper-link
  a
  ~ .content-fragment__cards-cta,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cmp-resourcebar
  .cta
  ~ .content-fragment__cards-cta,
.cmp-resourcebar
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  ~ .content-fragment__cards-cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-resourcebar
  .cta
  ~ .content-fragment__cards-cta,
.cmp-resourcebar
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper
  .validation-component__wrapper-link
  .cta
  ~ .content-fragment__cards-cta,
.validation-component__wrapper
  .validation-component__wrapper-link
  .cmp-resourcebar
  .content-fragment__cards-cta
  ~ .content-fragment__cards-cta,
.cmp-resourcebar
  .validation-component__wrapper
  .validation-component__wrapper-link
  .content-fragment__cards-cta
  ~ .content-fragment__cards-cta {
  margin-left: 22px;
  margin-left: 1.375rem;
}
.validation-component__wrapper.validation-component__wrapper--center,
.validation-component__wrapper.validation-component__wrapper--default {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.validation-component__wrapper.validation-component__wrapper--center
  .validation-component__wrapper-link,
.validation-component__wrapper.validation-component__wrapper--default
  .validation-component__wrapper-link {
  justify-content: center;
}
.validation-component__wrapper.validation-component__wrapper--center
  .validation-component__wrapper-description
  p,
.validation-component__wrapper.validation-component__wrapper--default
  .validation-component__wrapper-description
  p {
  color: #022043;
}
.validation-component__wrapper.validation-component__wrapper--small,
.validation-component__wrapper.validation-component__wrapper--imageonright {
  text-align: left;
}
.validation-component__wrapper.validation-component__wrapper--small
  .validation-component__wrapper-link,
.validation-component__wrapper.validation-component__wrapper--imageonright
  .validation-component__wrapper-link {
  justify-content: left;
}
.validation-component__wrapper.validation-component__wrapper--small
  .validation-component__wrapper-description
  p,
.validation-component__wrapper.validation-component__wrapper--imageonright
  .validation-component__wrapper-description
  p {
  color: #022043;
}

.validation-component__wrapper--horizontal,
.validation-component__wrapper--contentonWhiteBackground {
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding-bottom: 26px;
  padding-bottom: 1.625rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-right: 24px;
  padding-right: 1.5rem;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
@media (min-width: 48em) {
  .validation-component__wrapper--horizontal,
  .validation-component__wrapper--contentonWhiteBackground {
    padding: 53px 0;
    padding: 3.3125rem 0rem;
    flex-direction: row;
  }
}
.validation-component__wrapper--horizontal .validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo {
  margin-top: 45px;
  margin-top: 2.8125rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media (min-width: 48em) {
  .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo,
  .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo {
    margin-top: 0;
    margin-top: 0rem;
    margin-bottom: 0;
    margin-bottom: 0rem;
  }
}
@media (min-width: 48em) {
  .validation-component__wrapper--horizontal
    .validation-component__wrapper-content,
  .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-content {
    text-align: left;
  }
}
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p {
  color: #022043 !important;
}
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1
  .title-1,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1
  .title-2,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1
  .title-3,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1
  .about-author__title,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1
  .title-4,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1
  .title-5,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1
  .hero-card__title,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1
  .title-6,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1
  .hero-card__title,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2
  .title-1,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2
  .title-2,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2
  .title-3,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2
  .about-author__title,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2
  .title-4,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2
  .title-5,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2
  .hero-card__title,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2
  .title-6,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2
  .hero-card__title,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3
  .title-1,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3
  .title-2,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3
  .title-3,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3
  .about-author__title,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3
  .title-4,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3
  .title-5,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3
  .hero-card__title,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3
  .title-6,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3
  .hero-card__title,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4
  .title-1,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4
  .title-2,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4
  .title-3,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4
  .about-author__title,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4
  .title-4,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4
  .title-5,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4
  .hero-card__title,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4
  .title-6,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4
  .hero-card__title,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5
  .title-1,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5
  .title-2,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5
  .title-3,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5
  .about-author__title,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5
  .title-4,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5
  .title-5,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5
  .hero-card__title,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5
  .title-6,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5
  .hero-card__title,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6
  .title-1,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6
  .title-2,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6
  .title-3,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6
  .about-author__title,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6
  .title-4,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6
  .title-5,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6
  .hero-card__title,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6
  .title-6,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6
  .hero-card__title,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p
  .title-1,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p
  .title-2,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p
  .title-3,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p
  .about-author__title,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p
  .title-4,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p
  .title-5,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p
  .hero-card__title,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p
  .title-6,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p
  .hero-card__title,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1
  .title-1,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1
  .title-2,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1
  .title-3,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1
  .about-author__title,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1
  .title-4,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1
  .title-5,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1
  .hero-card__title,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1
  .title-6,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1
  .hero-card__title,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2
  .title-1,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2
  .title-2,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2
  .title-3,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2
  .about-author__title,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2
  .title-4,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2
  .title-5,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2
  .hero-card__title,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2
  .title-6,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2
  .hero-card__title,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3
  .title-1,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3
  .title-2,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3
  .title-3,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3
  .about-author__title,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3
  .title-4,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3
  .title-5,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3
  .hero-card__title,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3
  .title-6,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3
  .hero-card__title,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4
  .title-1,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4
  .title-2,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4
  .title-3,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4
  .about-author__title,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4
  .title-4,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4
  .title-5,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4
  .hero-card__title,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4
  .title-6,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4
  .hero-card__title,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5
  .title-1,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5
  .title-2,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5
  .title-3,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5
  .about-author__title,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5
  .title-4,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5
  .title-5,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5
  .hero-card__title,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5
  .title-6,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5
  .hero-card__title,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6
  .title-1,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6
  .title-2,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6
  .title-3,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6
  .about-author__title,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6
  .title-4,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6
  .title-5,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6
  .hero-card__title,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6
  .title-6,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6
  .hero-card__title,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p
  .title-1,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p
  .title-2,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p
  .title-3,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p
  .about-author__title,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p
  .title-4,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p
  .title-5,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p
  .hero-card__title,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p
  .title-6,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p
  .hero-card__title {
  color: #022043 !important;
}
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .btn--text
  svg,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a
  svg,
.customer-content
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  a
  svg,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cta
  svg,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta
  svg,
.cmp-resourcebar
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta
  svg,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .btn--text
  svg,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a
  svg,
.customer-content
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  a
  svg,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cta
  svg,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta
  svg,
.cmp-resourcebar
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta
  svg {
  fill: #0057ae !important;
}
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .btn--text
  .cmp-button__text,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a
  .cmp-button__text,
.customer-content
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  a
  .cmp-button__text,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  .cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cta
  .cmp-button__text,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta
  .cmp-button__text,
.cmp-resourcebar
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta
  .cmp-button__text,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .btn--text
  .cmp-button__text,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a
  .cmp-button__text,
.customer-content
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  a
  .cmp-button__text,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  .cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cta
  .cmp-button__text,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta
  .cmp-button__text,
.cmp-resourcebar
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta
  .cmp-button__text {
  color: #0057ae !important;
  text-decoration: underline;
}
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:active
  svg,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:active
  svg,
.customer-content
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  a:active
  svg,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:active
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cta:active
  svg,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:active
  svg,
.cmp-resourcebar
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:active
  svg,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:hover
  svg,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:hover
  svg,
.customer-content
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  a:hover
  svg,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:hover
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cta:hover
  svg,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:hover
  svg,
.cmp-resourcebar
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:hover
  svg,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:active
  svg,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:active
  svg,
.customer-content
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  a:active
  svg,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:active
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cta:active
  svg,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:active
  svg,
.cmp-resourcebar
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:active
  svg,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:hover
  svg,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:hover
  svg,
.customer-content
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  a:hover
  svg,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:hover
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cta:hover
  svg,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:hover
  svg,
.cmp-resourcebar
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:hover
  svg {
  fill: #022043 !important;
}
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:active
  .cmp-button__text,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:active
  .cmp-button__text,
.customer-content
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  a:active
  .cmp-button__text,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:active
  .cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cta:active
  .cmp-button__text,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:active
  .cmp-button__text,
.cmp-resourcebar
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:active
  .cmp-button__text,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:hover
  .cmp-button__text,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:hover
  .cmp-button__text,
.customer-content
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  a:hover
  .cmp-button__text,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:hover
  .cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cta:hover
  .cmp-button__text,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:hover
  .cmp-button__text,
.cmp-resourcebar
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:hover
  .cmp-button__text,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:active
  .cmp-button__text,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:active
  .cmp-button__text,
.customer-content
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  a:active
  .cmp-button__text,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:active
  .cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cta:active
  .cmp-button__text,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:active
  .cmp-button__text,
.cmp-resourcebar
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:active
  .cmp-button__text,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:hover
  .cmp-button__text,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:hover
  .cmp-button__text,
.customer-content
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  a:hover
  .cmp-button__text,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:hover
  .cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cta:hover
  .cmp-button__text,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:hover
  .cmp-button__text,
.cmp-resourcebar
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:hover
  .cmp-button__text {
  color: #022043 !important;
  text-decoration: underline;
}
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:focus,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:focus,
.customer-content
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  a:focus,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cta:focus,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:focus,
.cmp-resourcebar
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:focus,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:focus,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:focus,
.customer-content
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  a:focus,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cta:focus,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:focus,
.cmp-resourcebar
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:focus-visible,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:focus-visible,
.customer-content
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  a:focus-visible,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus-visible,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cta:focus-visible,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:focus-visible,
.cmp-resourcebar
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:focus-visible,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:focus-visible,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:focus-visible,
.customer-content
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  a:focus-visible,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus-visible,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cta:focus-visible,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:focus-visible,
.cmp-resourcebar
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:focus-visible {
  box-shadow: 0 0 0 2px #0057ae !important;
  border: none !important;
  outline: none !important;
}
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:focus-visible
  svg,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:focus-visible
  svg,
.customer-content
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  a:focus-visible
  svg,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus-visible
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cta:focus-visible
  svg,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:focus-visible
  svg,
.cmp-resourcebar
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:focus-visible
  svg,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:focus-visible
  svg,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:focus-visible
  svg,
.customer-content
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  a:focus-visible
  svg,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus-visible
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cta:focus-visible
  svg,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:focus-visible
  svg,
.cmp-resourcebar
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:focus-visible
  svg {
  fill: #022043 !important;
}
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:focus-visible
  .cmp-button__text,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:focus-visible
  .cmp-button__text,
.customer-content
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  a:focus-visible
  .cmp-button__text,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus-visible
  .cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cta:focus-visible
  .cmp-button__text,
.validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:focus-visible
  .cmp-button__text,
.cmp-resourcebar
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:focus-visible
  .cmp-button__text,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:focus-visible
  .cmp-button__text,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:focus-visible
  .cmp-button__text,
.customer-content
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  a:focus-visible
  .cmp-button__text,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus-visible
  .cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cta:focus-visible
  .cmp-button__text,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:focus-visible
  .cmp-button__text,
.cmp-resourcebar
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:focus-visible
  .cmp-button__text {
  color: #022043 !important;
  text-decoration: underline;
}
.validation-component__wrapper--horizontal
  .validation-component__wrapper-link
  div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-link
  div {
  justify-content: center;
}
@media (min-width: 48em) {
  .validation-component__wrapper--horizontal
    .validation-component__wrapper-link
    div,
  .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-link
    div {
    justify-content: inherit;
  }
}

.validation-component__wrapper--imageonleft {
  text-align: center;
}
.validation-component__wrapper--imageonleft
  .validation-component__wrapper-description
  p {
  color: #022043;
}
.validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  div {
  justify-content: center;
}
@media (min-width: 48em) {
  .validation-component__wrapper--imageonleft {
    text-align: inherit;
  }
  .validation-component__wrapper--imageonleft
    .validation-component__wrapper-link
    div {
    justify-content: inherit;
  }
}

.section.bg-blue .validation-component__wrapper-logo svg,
.section-v2.bg-blue .validation-component__wrapper-logo svg,
.section-v3.bg-blue .validation-component__wrapper-logo svg {
  fill: #ffffff;
}
.section.bg-blue .validation-component__wrapper-description p,
.section-v2.bg-blue .validation-component__wrapper-description p,
.section-v3.bg-blue .validation-component__wrapper-description p {
  color: #ffffff;
}
.section.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .wd-btn,
.section.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .section.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .vjs-default-button,
.section.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .section.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .vjs-done-button,
.section.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .section.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .vjs-default-button,
.section.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .section.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .vjs-done-button,
.section.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .section.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .vjs-default-button,
.section.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .section.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .vjs-done-button,
.section.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .customer-content
  a,
.customer-content
  .section.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  a,
.section.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .section.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  a,
.section.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .section.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  a,
.section.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .section.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .cta,
.section.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .cmp-resourcebar
  .content-fragment__cards-cta,
.cmp-resourcebar
  .section.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .content-fragment__cards-cta,
.section.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .wd-btn,
.section.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .section.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .vjs-default-button,
.section.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .section.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .vjs-done-button,
.section.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .section.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .vjs-default-button,
.section.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .section.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .vjs-done-button,
.section.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .section.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .vjs-default-button,
.section.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .section.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .vjs-done-button,
.section.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .customer-content
  a,
.customer-content
  .section.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  a,
.section.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .section.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  a,
.section.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .section.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  a,
.section.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .section.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .cta,
.section.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .cmp-resourcebar
  .content-fragment__cards-cta,
.cmp-resourcebar
  .section.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .content-fragment__cards-cta,
.section-v2.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .wd-btn,
.section-v2.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .section-v2.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .vjs-default-button,
.section-v2.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .section-v2.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .vjs-done-button,
.section-v2.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .section-v2.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .vjs-default-button,
.section-v2.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .section-v2.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .vjs-done-button,
.section-v2.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .section-v2.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .vjs-default-button,
.section-v2.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .section-v2.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .vjs-done-button,
.section-v2.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .customer-content
  a,
.customer-content
  .section-v2.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  a,
.section-v2.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .section-v2.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  a,
.section-v2.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .section-v2.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  a,
.section-v2.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .section-v2.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .cta,
.section-v2.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .cmp-resourcebar
  .content-fragment__cards-cta,
.cmp-resourcebar
  .section-v2.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .content-fragment__cards-cta,
.section-v2.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .wd-btn,
.section-v2.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .section-v2.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .vjs-default-button,
.section-v2.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .section-v2.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .vjs-done-button,
.section-v2.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .section-v2.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .vjs-default-button,
.section-v2.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .section-v2.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .vjs-done-button,
.section-v2.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .section-v2.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .vjs-default-button,
.section-v2.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .section-v2.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .vjs-done-button,
.section-v2.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .customer-content
  a,
.customer-content
  .section-v2.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  a,
.section-v2.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .section-v2.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  a,
.section-v2.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .section-v2.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  a,
.section-v2.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .section-v2.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .cta,
.section-v2.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .cmp-resourcebar
  .content-fragment__cards-cta,
.cmp-resourcebar
  .section-v2.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .content-fragment__cards-cta,
.section-v3.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .wd-btn,
.section-v3.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .section-v3.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .vjs-default-button,
.section-v3.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .section-v3.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .vjs-done-button,
.section-v3.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .section-v3.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .vjs-default-button,
.section-v3.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .section-v3.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .vjs-done-button,
.section-v3.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .section-v3.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .vjs-default-button,
.section-v3.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .section-v3.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .vjs-done-button,
.section-v3.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .customer-content
  a,
.customer-content
  .section-v3.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  a,
.section-v3.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .section-v3.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  a,
.section-v3.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .section-v3.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  a,
.section-v3.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .section-v3.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .cta,
.section-v3.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .cmp-resourcebar
  .content-fragment__cards-cta,
.cmp-resourcebar
  .section-v3.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .content-fragment__cards-cta,
.section-v3.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .wd-btn,
.section-v3.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .section-v3.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .vjs-default-button,
.section-v3.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .section-v3.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .vjs-done-button,
.section-v3.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .section-v3.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .vjs-default-button,
.section-v3.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .section-v3.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .vjs-done-button,
.section-v3.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .section-v3.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .vjs-default-button,
.section-v3.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .section-v3.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .vjs-done-button,
.section-v3.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .customer-content
  a,
.customer-content
  .section-v3.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  a,
.section-v3.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .section-v3.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  a,
.section-v3.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .section-v3.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  a,
.section-v3.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .section-v3.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .cta,
.section-v3.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .cmp-resourcebar
  .content-fragment__cards-cta,
.cmp-resourcebar
  .section-v3.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .content-fragment__cards-cta {
  color: #ffffff;
}
.section.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .wd-btn
  svg,
.section.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  svg,
.textarea
  video-js
  .vjs-text-track-settings
  .section.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .vjs-default-button
  svg,
.section.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  svg,
.textarea
  video-js
  .vjs-text-track-settings
  .section.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .vjs-done-button
  svg,
.section.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  svg,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .section.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .vjs-default-button
  svg,
.section.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  svg,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .section.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .vjs-done-button
  svg,
.section.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  svg,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .section.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .vjs-default-button
  svg,
.section.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  svg,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .section.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .vjs-done-button
  svg,
.section.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .customer-content
  a
  svg,
.customer-content
  .section.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  a
  svg,
.section.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  svg,
.cmp-subnavigation
  .sub-navigation__container--cta
  .section.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  a
  svg,
.section.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  svg,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .section.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  a
  svg,
.section.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .section.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .cta
  svg,
.section.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .cmp-resourcebar
  .content-fragment__cards-cta
  svg,
.cmp-resourcebar
  .section.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .content-fragment__cards-cta
  svg,
.section.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .wd-btn
  svg,
.section.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  svg,
.textarea
  video-js
  .vjs-text-track-settings
  .section.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .vjs-default-button
  svg,
.section.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  svg,
.textarea
  video-js
  .vjs-text-track-settings
  .section.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .vjs-done-button
  svg,
.section.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  svg,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .section.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .vjs-default-button
  svg,
.section.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  svg,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .section.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .vjs-done-button
  svg,
.section.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  svg,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .section.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .vjs-default-button
  svg,
.section.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  svg,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .section.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .vjs-done-button
  svg,
.section.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .customer-content
  a
  svg,
.customer-content
  .section.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  a
  svg,
.section.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  svg,
.cmp-subnavigation
  .sub-navigation__container--cta
  .section.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  a
  svg,
.section.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  svg,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .section.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  a
  svg,
.section.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .section.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .cta
  svg,
.section.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .cmp-resourcebar
  .content-fragment__cards-cta
  svg,
.cmp-resourcebar
  .section.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .content-fragment__cards-cta
  svg,
.section-v2.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .wd-btn
  svg,
.section-v2.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  svg,
.textarea
  video-js
  .vjs-text-track-settings
  .section-v2.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .vjs-default-button
  svg,
.section-v2.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  svg,
.textarea
  video-js
  .vjs-text-track-settings
  .section-v2.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .vjs-done-button
  svg,
.section-v2.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  svg,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .section-v2.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .vjs-default-button
  svg,
.section-v2.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  svg,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .section-v2.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .vjs-done-button
  svg,
.section-v2.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  svg,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .section-v2.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .vjs-default-button
  svg,
.section-v2.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  svg,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .section-v2.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .vjs-done-button
  svg,
.section-v2.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .customer-content
  a
  svg,
.customer-content
  .section-v2.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  a
  svg,
.section-v2.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  svg,
.cmp-subnavigation
  .sub-navigation__container--cta
  .section-v2.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  a
  svg,
.section-v2.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  svg,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .section-v2.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  a
  svg,
.section-v2.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .section-v2.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .cta
  svg,
.section-v2.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .cmp-resourcebar
  .content-fragment__cards-cta
  svg,
.cmp-resourcebar
  .section-v2.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .content-fragment__cards-cta
  svg,
.section-v2.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .wd-btn
  svg,
.section-v2.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  svg,
.textarea
  video-js
  .vjs-text-track-settings
  .section-v2.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .vjs-default-button
  svg,
.section-v2.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  svg,
.textarea
  video-js
  .vjs-text-track-settings
  .section-v2.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .vjs-done-button
  svg,
.section-v2.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  svg,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .section-v2.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .vjs-default-button
  svg,
.section-v2.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  svg,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .section-v2.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .vjs-done-button
  svg,
.section-v2.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  svg,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .section-v2.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .vjs-default-button
  svg,
.section-v2.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  svg,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .section-v2.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .vjs-done-button
  svg,
.section-v2.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .customer-content
  a
  svg,
.customer-content
  .section-v2.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  a
  svg,
.section-v2.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  svg,
.cmp-subnavigation
  .sub-navigation__container--cta
  .section-v2.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  a
  svg,
.section-v2.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  svg,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .section-v2.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  a
  svg,
.section-v2.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .section-v2.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .cta
  svg,
.section-v2.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .cmp-resourcebar
  .content-fragment__cards-cta
  svg,
.cmp-resourcebar
  .section-v2.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .content-fragment__cards-cta
  svg,
.section-v3.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .wd-btn
  svg,
.section-v3.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  svg,
.textarea
  video-js
  .vjs-text-track-settings
  .section-v3.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .vjs-default-button
  svg,
.section-v3.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  svg,
.textarea
  video-js
  .vjs-text-track-settings
  .section-v3.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .vjs-done-button
  svg,
.section-v3.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  svg,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .section-v3.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .vjs-default-button
  svg,
.section-v3.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  svg,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .section-v3.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .vjs-done-button
  svg,
.section-v3.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  svg,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .section-v3.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .vjs-default-button
  svg,
.section-v3.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  svg,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .section-v3.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .vjs-done-button
  svg,
.section-v3.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .customer-content
  a
  svg,
.customer-content
  .section-v3.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  a
  svg,
.section-v3.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  svg,
.cmp-subnavigation
  .sub-navigation__container--cta
  .section-v3.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  a
  svg,
.section-v3.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  svg,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .section-v3.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  a
  svg,
.section-v3.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .section-v3.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .cta
  svg,
.section-v3.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .cmp-resourcebar
  .content-fragment__cards-cta
  svg,
.cmp-resourcebar
  .section-v3.bg-blue
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-link
  .content-fragment__cards-cta
  svg,
.section-v3.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .wd-btn
  svg,
.section-v3.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  svg,
.textarea
  video-js
  .vjs-text-track-settings
  .section-v3.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .vjs-default-button
  svg,
.section-v3.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  svg,
.textarea
  video-js
  .vjs-text-track-settings
  .section-v3.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .vjs-done-button
  svg,
.section-v3.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  svg,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .section-v3.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .vjs-default-button
  svg,
.section-v3.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  svg,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .section-v3.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .vjs-done-button
  svg,
.section-v3.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  svg,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .section-v3.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .vjs-default-button
  svg,
.section-v3.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  svg,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .section-v3.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .vjs-done-button
  svg,
.section-v3.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .customer-content
  a
  svg,
.customer-content
  .section-v3.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  a
  svg,
.section-v3.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  svg,
.cmp-subnavigation
  .sub-navigation__container--cta
  .section-v3.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  a
  svg,
.section-v3.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  svg,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .section-v3.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  a
  svg,
.section-v3.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .section-v3.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .cta
  svg,
.section-v3.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .cmp-resourcebar
  .content-fragment__cards-cta
  svg,
.cmp-resourcebar
  .section-v3.bg-blue
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-link
  .content-fragment__cards-cta
  svg {
  fill: #ffffff;
}
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p {
  color: #022043 !important;
}
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-1,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-2,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-3,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .about-author__title,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-4,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-5,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .hero-card__title,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-6,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .hero-card__title,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-1,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-2,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-3,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .about-author__title,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-4,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-5,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .hero-card__title,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-6,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .hero-card__title,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-1,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-2,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-3,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .about-author__title,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-4,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-5,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .hero-card__title,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-6,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .hero-card__title,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-1,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-2,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-3,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .about-author__title,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-4,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-5,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .hero-card__title,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-6,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .hero-card__title,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-1,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-2,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-3,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .about-author__title,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-4,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-5,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .hero-card__title,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-6,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .hero-card__title,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-1,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-2,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-3,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .about-author__title,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-4,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-5,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .hero-card__title,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-6,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .hero-card__title,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-1,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-2,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-3,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .about-author__title,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-4,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-5,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .hero-card__title,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-6,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .hero-card__title,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-1,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-2,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-3,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .about-author__title,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-4,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-5,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .hero-card__title,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-6,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .hero-card__title,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-1,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-2,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-3,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .about-author__title,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-4,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-5,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .hero-card__title,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-6,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .hero-card__title,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-1,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-2,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-3,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .about-author__title,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-4,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-5,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .hero-card__title,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-6,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .hero-card__title,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-1,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-2,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-3,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .about-author__title,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-4,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-5,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .hero-card__title,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-6,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .hero-card__title,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-1,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-2,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-3,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .about-author__title,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-4,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-5,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .hero-card__title,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-6,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .hero-card__title,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-1,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-2,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-3,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .about-author__title,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-4,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-5,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .hero-card__title,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-6,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .hero-card__title,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-1,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-2,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-3,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .about-author__title,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-4,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-5,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .hero-card__title,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-6,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .hero-card__title,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-1,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-2,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-3,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .about-author__title,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-4,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-5,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .hero-card__title,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-6,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .hero-card__title,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-1,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-2,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-3,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .about-author__title,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-4,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-5,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .hero-card__title,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-6,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .hero-card__title,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-1,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-2,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-3,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .about-author__title,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-4,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-5,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .hero-card__title,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-6,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .hero-card__title,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-1,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-2,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-3,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .about-author__title,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-4,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-5,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .hero-card__title,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-6,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .hero-card__title,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-1,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-2,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-3,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .about-author__title,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-4,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-5,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .hero-card__title,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-6,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .hero-card__title,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-1,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-2,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-3,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .about-author__title,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-4,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-5,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .hero-card__title,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-6,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .hero-card__title,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-1,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-2,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-3,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .about-author__title,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-4,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-5,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .hero-card__title,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-6,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .hero-card__title {
  color: #022043 !important;
}
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p {
  color: #022043 !important;
}
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-1,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-2,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-3,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .about-author__title,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-4,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-5,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .hero-card__title,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-6,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .hero-card__title,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-1,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-2,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-3,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .about-author__title,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-4,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-5,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .hero-card__title,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-6,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .hero-card__title,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-1,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-2,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-3,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .about-author__title,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-4,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-5,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .hero-card__title,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-6,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .hero-card__title,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-1,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-2,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-3,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .about-author__title,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-4,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-5,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .hero-card__title,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-6,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .hero-card__title,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-1,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-2,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-3,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .about-author__title,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-4,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-5,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .hero-card__title,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-6,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .hero-card__title,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-1,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-2,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-3,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .about-author__title,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-4,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-5,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .hero-card__title,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-6,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .hero-card__title,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-1,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-2,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-3,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .about-author__title,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-4,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-5,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .hero-card__title,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-6,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .hero-card__title,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-1,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-2,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-3,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .about-author__title,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-4,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-5,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .hero-card__title,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-6,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .hero-card__title,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-1,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-2,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-3,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .about-author__title,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-4,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-5,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .hero-card__title,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-6,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .hero-card__title,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-1,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-2,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-3,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .about-author__title,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-4,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-5,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .hero-card__title,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-6,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .hero-card__title,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-1,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-2,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-3,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .about-author__title,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-4,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-5,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .hero-card__title,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-6,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .hero-card__title,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-1,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-2,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-3,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .about-author__title,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-4,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-5,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .hero-card__title,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-6,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .hero-card__title,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-1,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-2,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-3,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .about-author__title,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-4,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-5,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .hero-card__title,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-6,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .hero-card__title,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-1,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-2,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-3,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .about-author__title,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-4,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-5,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .hero-card__title,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-6,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .hero-card__title,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-1,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-2,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-3,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .about-author__title,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-4,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-5,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .hero-card__title,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-6,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .hero-card__title,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-1,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-2,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-3,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .about-author__title,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-4,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-5,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .hero-card__title,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-6,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .hero-card__title,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-1,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-2,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-3,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .about-author__title,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-4,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-5,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .hero-card__title,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-6,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .hero-card__title,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-1,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-2,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-3,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .about-author__title,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-4,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-5,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .hero-card__title,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-6,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .hero-card__title,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-1,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-2,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-3,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .about-author__title,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-4,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-5,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .hero-card__title,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-6,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .hero-card__title,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-1,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-2,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-3,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .about-author__title,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-4,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-5,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .hero-card__title,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-6,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .hero-card__title,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-1,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-2,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-3,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .about-author__title,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-4,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-5,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .hero-card__title,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-6,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .hero-card__title {
  color: #022043 !important;
}

.validation-group {
  margin: 32px 0;
  margin: 2rem 0rem;
}
@media (min-width: 70.25em) {
  .validation-group {
    margin: 0px;
    margin: 0rem;
  }
}
.validation-group
  .validation-component__wrapper--default
  .validation-component__wrapper-description
  p,
.validation-group
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-description
  p,
.validation-group
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-description
  p {
  color: #333333;
}

.lightTheme
  .validation-component__wrapper
  .validation-component__wrapper-logo
  svg,
.quote
  .quote-component
  .validation-component__wrapper
  .validation-component__wrapper-logo
  svg {
  fill: #0057ae;
}
.lightTheme
  .validation-component__wrapper
  .validation-component__wrapper-description,
.quote
  .quote-component
  .validation-component__wrapper
  .validation-component__wrapper-description {
  color: #022043;
}
.lightTheme
  .validation-component__wrapper.validation-component__wrapper--center
  .validation-component__wrapper-description
  p,
.quote
  .quote-component
  .validation-component__wrapper.validation-component__wrapper--center
  .validation-component__wrapper-description
  p,
.lightTheme
  .validation-component__wrapper.validation-component__wrapper--center
  .validation-component__wrapper-description
  span,
.quote
  .quote-component
  .validation-component__wrapper.validation-component__wrapper--center
  .validation-component__wrapper-description
  span,
.lightTheme
  .validation-component__wrapper.validation-component__wrapper--default
  .validation-component__wrapper-description
  p,
.quote
  .quote-component
  .validation-component__wrapper.validation-component__wrapper--default
  .validation-component__wrapper-description
  p,
.lightTheme
  .validation-component__wrapper.validation-component__wrapper--default
  .validation-component__wrapper-description
  span,
.quote
  .quote-component
  .validation-component__wrapper.validation-component__wrapper--default
  .validation-component__wrapper-description
  span {
  color: #022043;
}
.lightTheme
  .validation-component__wrapper.validation-component__wrapper--small
  .validation-component__wrapper-description
  p,
.quote
  .quote-component
  .validation-component__wrapper.validation-component__wrapper--small
  .validation-component__wrapper-description
  p,
.lightTheme
  .validation-component__wrapper.validation-component__wrapper--small
  .validation-component__wrapper-description
  span,
.quote
  .quote-component
  .validation-component__wrapper.validation-component__wrapper--small
  .validation-component__wrapper-description
  span,
.lightTheme
  .validation-component__wrapper.validation-component__wrapper--imageonright
  .validation-component__wrapper-description
  p,
.quote
  .quote-component
  .validation-component__wrapper.validation-component__wrapper--imageonright
  .validation-component__wrapper-description
  p,
.lightTheme
  .validation-component__wrapper.validation-component__wrapper--imageonright
  .validation-component__wrapper-description
  span,
.quote
  .quote-component
  .validation-component__wrapper.validation-component__wrapper--imageonright
  .validation-component__wrapper-description
  span {
  color: #022043;
}
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  span,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  span,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  span,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  span {
  color: #022043 !important;
}
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1
  .title-1,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1
  .title-1,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1
  .title-2,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1
  .title-2,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1
  .title-3,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1
  .about-author__title,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1
  .title-3,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1
  .about-author__title,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1
  .title-4,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1
  .title-4,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1
  .title-5,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1
  .hero-card__title,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1
  .title-5,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1
  .hero-card__title,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1
  .title-6,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1
  .hero-card__title,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1
  .title-6,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1
  .hero-card__title,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2
  .title-1,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2
  .title-1,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2
  .title-2,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2
  .title-2,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2
  .title-3,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2
  .about-author__title,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2
  .title-3,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2
  .about-author__title,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2
  .title-4,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2
  .title-4,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2
  .title-5,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2
  .hero-card__title,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2
  .title-5,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2
  .hero-card__title,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2
  .title-6,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2
  .hero-card__title,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2
  .title-6,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2
  .hero-card__title,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3
  .title-1,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3
  .title-1,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3
  .title-2,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3
  .title-2,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3
  .title-3,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3
  .about-author__title,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3
  .title-3,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3
  .about-author__title,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3
  .title-4,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3
  .title-4,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3
  .title-5,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3
  .hero-card__title,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3
  .title-5,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3
  .hero-card__title,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3
  .title-6,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3
  .hero-card__title,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3
  .title-6,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3
  .hero-card__title,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4
  .title-1,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4
  .title-1,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4
  .title-2,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4
  .title-2,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4
  .title-3,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4
  .about-author__title,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4
  .title-3,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4
  .about-author__title,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4
  .title-4,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4
  .title-4,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4
  .title-5,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4
  .hero-card__title,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4
  .title-5,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4
  .hero-card__title,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4
  .title-6,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4
  .hero-card__title,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4
  .title-6,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4
  .hero-card__title,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5
  .title-1,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5
  .title-1,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5
  .title-2,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5
  .title-2,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5
  .title-3,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5
  .about-author__title,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5
  .title-3,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5
  .about-author__title,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5
  .title-4,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5
  .title-4,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5
  .title-5,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5
  .hero-card__title,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5
  .title-5,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5
  .hero-card__title,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5
  .title-6,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5
  .hero-card__title,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5
  .title-6,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5
  .hero-card__title,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6
  .title-1,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6
  .title-1,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6
  .title-2,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6
  .title-2,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6
  .title-3,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6
  .about-author__title,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6
  .title-3,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6
  .about-author__title,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6
  .title-4,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6
  .title-4,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6
  .title-5,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6
  .hero-card__title,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6
  .title-5,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6
  .hero-card__title,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6
  .title-6,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6
  .hero-card__title,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6
  .title-6,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6
  .hero-card__title,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p
  .title-1,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p
  .title-1,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p
  .title-2,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p
  .title-2,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p
  .title-3,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p
  .about-author__title,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p
  .title-3,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p
  .about-author__title,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p
  .title-4,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p
  .title-4,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p
  .title-5,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p
  .hero-card__title,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p
  .title-5,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p
  .hero-card__title,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p
  .title-6,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p
  .hero-card__title,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p
  .title-6,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p
  .hero-card__title,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  span
  .title-1,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  span
  .title-1,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  span
  .title-2,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  span
  .title-2,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  span
  .title-3,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  span
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  span
  .about-author__title,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  span
  .title-3,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  span
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  span
  .about-author__title,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  span
  .title-4,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  span
  .title-4,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  span
  .title-5,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  span
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  span
  .hero-card__title,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  span
  .title-5,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  span
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  span
  .hero-card__title,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  span
  .title-6,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  span
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  span
  .hero-card__title,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  span
  .title-6,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  span
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  span
  .hero-card__title,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1
  .title-1,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1
  .title-1,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1
  .title-2,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1
  .title-2,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1
  .title-3,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1
  .about-author__title,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1
  .title-3,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1
  .about-author__title,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1
  .title-4,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1
  .title-4,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1
  .title-5,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1
  .hero-card__title,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1
  .title-5,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1
  .hero-card__title,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1
  .title-6,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1
  .hero-card__title,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1
  .title-6,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1
  .hero-card__title,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2
  .title-1,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2
  .title-1,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2
  .title-2,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2
  .title-2,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2
  .title-3,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2
  .about-author__title,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2
  .title-3,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2
  .about-author__title,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2
  .title-4,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2
  .title-4,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2
  .title-5,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2
  .hero-card__title,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2
  .title-5,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2
  .hero-card__title,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2
  .title-6,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2
  .hero-card__title,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2
  .title-6,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2
  .hero-card__title,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3
  .title-1,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3
  .title-1,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3
  .title-2,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3
  .title-2,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3
  .title-3,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3
  .about-author__title,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3
  .title-3,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3
  .about-author__title,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3
  .title-4,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3
  .title-4,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3
  .title-5,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3
  .hero-card__title,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3
  .title-5,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3
  .hero-card__title,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3
  .title-6,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3
  .hero-card__title,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3
  .title-6,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3
  .hero-card__title,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4
  .title-1,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4
  .title-1,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4
  .title-2,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4
  .title-2,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4
  .title-3,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4
  .about-author__title,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4
  .title-3,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4
  .about-author__title,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4
  .title-4,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4
  .title-4,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4
  .title-5,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4
  .hero-card__title,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4
  .title-5,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4
  .hero-card__title,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4
  .title-6,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4
  .hero-card__title,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4
  .title-6,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4
  .hero-card__title,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5
  .title-1,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5
  .title-1,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5
  .title-2,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5
  .title-2,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5
  .title-3,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5
  .about-author__title,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5
  .title-3,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5
  .about-author__title,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5
  .title-4,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5
  .title-4,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5
  .title-5,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5
  .hero-card__title,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5
  .title-5,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5
  .hero-card__title,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5
  .title-6,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5
  .hero-card__title,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5
  .title-6,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5
  .hero-card__title,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6
  .title-1,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6
  .title-1,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6
  .title-2,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6
  .title-2,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6
  .title-3,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6
  .about-author__title,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6
  .title-3,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6
  .about-author__title,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6
  .title-4,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6
  .title-4,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6
  .title-5,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6
  .hero-card__title,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6
  .title-5,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6
  .hero-card__title,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6
  .title-6,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6
  .hero-card__title,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6
  .title-6,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6
  .hero-card__title,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p
  .title-1,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p
  .title-1,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p
  .title-2,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p
  .title-2,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p
  .title-3,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p
  .about-author__title,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p
  .title-3,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p
  .about-author__title,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p
  .title-4,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p
  .title-4,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p
  .title-5,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p
  .hero-card__title,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p
  .title-5,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p
  .hero-card__title,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p
  .title-6,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p
  .hero-card__title,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p
  .title-6,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p
  .hero-card__title,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  span
  .title-1,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  span
  .title-1,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  span
  .title-2,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  span
  .title-2,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  span
  .title-3,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  span
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  span
  .about-author__title,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  span
  .title-3,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  span
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  span
  .about-author__title,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  span
  .title-4,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  span
  .title-4,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  span
  .title-5,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  span
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  span
  .hero-card__title,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  span
  .title-5,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  span
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  span
  .hero-card__title,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  span
  .title-6,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  span
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  span
  .hero-card__title,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  span
  .title-6,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  span
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  span
  .hero-card__title {
  color: #022043 !important;
}
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .btn--text
  svg,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .btn--text
  svg,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a
  svg,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a
  svg,
.customer-content
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  a
  svg,
.customer-content
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  a
  svg,
.quote
  .customer-content
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  a
  svg,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  svg,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cta
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cta
  svg,
.quote
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cta
  svg,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta
  svg,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta
  svg,
.cmp-resourcebar
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta
  svg,
.cmp-resourcebar
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta
  svg,
.quote
  .cmp-resourcebar
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta
  svg,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .btn--text
  svg,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .btn--text
  svg,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a
  svg,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a
  svg,
.customer-content
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  a
  svg,
.customer-content
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  a
  svg,
.quote
  .customer-content
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  a
  svg,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  svg,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cta
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cta
  svg,
.quote
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cta
  svg,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta
  svg,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta
  svg,
.cmp-resourcebar
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta
  svg,
.cmp-resourcebar
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta
  svg,
.quote
  .cmp-resourcebar
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta
  svg {
  fill: #0057ae !important;
}
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .btn--text
  .cmp-button__text,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .btn--text
  .cmp-button__text,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a
  .cmp-button__text,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a
  .cmp-button__text,
.customer-content
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  a
  .cmp-button__text,
.customer-content
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  a
  .cmp-button__text,
.quote
  .customer-content
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  a
  .cmp-button__text,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  .cmp-button__text,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  .cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cta
  .cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cta
  .cmp-button__text,
.quote
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cta
  .cmp-button__text,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta
  .cmp-button__text,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta
  .cmp-button__text,
.cmp-resourcebar
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta
  .cmp-button__text,
.cmp-resourcebar
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta
  .cmp-button__text,
.quote
  .cmp-resourcebar
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta
  .cmp-button__text,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .btn--text
  .cmp-button__text,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .btn--text
  .cmp-button__text,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a
  .cmp-button__text,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a
  .cmp-button__text,
.customer-content
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  a
  .cmp-button__text,
.customer-content
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  a
  .cmp-button__text,
.quote
  .customer-content
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  a
  .cmp-button__text,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  .cmp-button__text,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  .cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cta
  .cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cta
  .cmp-button__text,
.quote
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cta
  .cmp-button__text,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta
  .cmp-button__text,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta
  .cmp-button__text,
.cmp-resourcebar
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta
  .cmp-button__text,
.cmp-resourcebar
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta
  .cmp-button__text,
.quote
  .cmp-resourcebar
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta
  .cmp-button__text {
  color: #0057ae !important;
  text-decoration: underline;
}
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:active
  svg,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:active
  svg,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:active
  svg,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:active
  svg,
.customer-content
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  a:active
  svg,
.customer-content
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  a:active
  svg,
.quote
  .customer-content
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  a:active
  svg,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:active
  svg,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:active
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cta:active
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cta:active
  svg,
.quote
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cta:active
  svg,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:active
  svg,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:active
  svg,
.cmp-resourcebar
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:active
  svg,
.cmp-resourcebar
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:active
  svg,
.quote
  .cmp-resourcebar
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:active
  svg,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:hover
  svg,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:hover
  svg,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:hover
  svg,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:hover
  svg,
.customer-content
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  a:hover
  svg,
.customer-content
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  a:hover
  svg,
.quote
  .customer-content
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  a:hover
  svg,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:hover
  svg,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:hover
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cta:hover
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cta:hover
  svg,
.quote
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cta:hover
  svg,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:hover
  svg,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:hover
  svg,
.cmp-resourcebar
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:hover
  svg,
.cmp-resourcebar
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:hover
  svg,
.quote
  .cmp-resourcebar
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:hover
  svg,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:active
  svg,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:active
  svg,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:active
  svg,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:active
  svg,
.customer-content
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  a:active
  svg,
.customer-content
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  a:active
  svg,
.quote
  .customer-content
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  a:active
  svg,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:active
  svg,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:active
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cta:active
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cta:active
  svg,
.quote
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cta:active
  svg,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:active
  svg,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:active
  svg,
.cmp-resourcebar
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:active
  svg,
.cmp-resourcebar
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:active
  svg,
.quote
  .cmp-resourcebar
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:active
  svg,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:hover
  svg,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:hover
  svg,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:hover
  svg,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:hover
  svg,
.customer-content
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  a:hover
  svg,
.customer-content
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  a:hover
  svg,
.quote
  .customer-content
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  a:hover
  svg,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:hover
  svg,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:hover
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cta:hover
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cta:hover
  svg,
.quote
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cta:hover
  svg,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:hover
  svg,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:hover
  svg,
.cmp-resourcebar
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:hover
  svg,
.cmp-resourcebar
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:hover
  svg,
.quote
  .cmp-resourcebar
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:hover
  svg {
  fill: #022043 !important;
}
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:active
  .cmp-button__text,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:active
  .cmp-button__text,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:active
  .cmp-button__text,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:active
  .cmp-button__text,
.customer-content
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  a:active
  .cmp-button__text,
.customer-content
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  a:active
  .cmp-button__text,
.quote
  .customer-content
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  a:active
  .cmp-button__text,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:active
  .cmp-button__text,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:active
  .cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cta:active
  .cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cta:active
  .cmp-button__text,
.quote
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cta:active
  .cmp-button__text,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:active
  .cmp-button__text,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:active
  .cmp-button__text,
.cmp-resourcebar
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:active
  .cmp-button__text,
.cmp-resourcebar
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:active
  .cmp-button__text,
.quote
  .cmp-resourcebar
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:active
  .cmp-button__text,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:hover
  .cmp-button__text,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:hover
  .cmp-button__text,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:hover
  .cmp-button__text,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:hover
  .cmp-button__text,
.customer-content
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  a:hover
  .cmp-button__text,
.customer-content
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  a:hover
  .cmp-button__text,
.quote
  .customer-content
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  a:hover
  .cmp-button__text,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:hover
  .cmp-button__text,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:hover
  .cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cta:hover
  .cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cta:hover
  .cmp-button__text,
.quote
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cta:hover
  .cmp-button__text,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:hover
  .cmp-button__text,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:hover
  .cmp-button__text,
.cmp-resourcebar
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:hover
  .cmp-button__text,
.cmp-resourcebar
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:hover
  .cmp-button__text,
.quote
  .cmp-resourcebar
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:hover
  .cmp-button__text,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:active
  .cmp-button__text,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:active
  .cmp-button__text,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:active
  .cmp-button__text,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:active
  .cmp-button__text,
.customer-content
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  a:active
  .cmp-button__text,
.customer-content
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  a:active
  .cmp-button__text,
.quote
  .customer-content
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  a:active
  .cmp-button__text,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:active
  .cmp-button__text,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:active
  .cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cta:active
  .cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cta:active
  .cmp-button__text,
.quote
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cta:active
  .cmp-button__text,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:active
  .cmp-button__text,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:active
  .cmp-button__text,
.cmp-resourcebar
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:active
  .cmp-button__text,
.cmp-resourcebar
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:active
  .cmp-button__text,
.quote
  .cmp-resourcebar
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:active
  .cmp-button__text,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:hover
  .cmp-button__text,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:hover
  .cmp-button__text,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:hover
  .cmp-button__text,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:hover
  .cmp-button__text,
.customer-content
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  a:hover
  .cmp-button__text,
.customer-content
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  a:hover
  .cmp-button__text,
.quote
  .customer-content
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  a:hover
  .cmp-button__text,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:hover
  .cmp-button__text,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:hover
  .cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cta:hover
  .cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cta:hover
  .cmp-button__text,
.quote
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cta:hover
  .cmp-button__text,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:hover
  .cmp-button__text,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:hover
  .cmp-button__text,
.cmp-resourcebar
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:hover
  .cmp-button__text,
.cmp-resourcebar
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:hover
  .cmp-button__text,
.quote
  .cmp-resourcebar
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:hover
  .cmp-button__text {
  color: #022043 !important;
  text-decoration: underline;
}
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:focus,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:focus,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:focus,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:focus,
.customer-content
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  a:focus,
.customer-content
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  a:focus,
.quote
  .customer-content
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  a:focus,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cta:focus,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cta:focus,
.quote
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cta:focus,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:focus,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:focus,
.cmp-resourcebar
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:focus,
.cmp-resourcebar
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:focus,
.quote
  .cmp-resourcebar
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:focus,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:focus,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:focus,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:focus,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:focus,
.customer-content
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  a:focus,
.customer-content
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  a:focus,
.quote
  .customer-content
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  a:focus,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cta:focus,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cta:focus,
.quote
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cta:focus,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:focus,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:focus,
.cmp-resourcebar
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:focus,
.cmp-resourcebar
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:focus,
.quote
  .cmp-resourcebar
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:focus-visible,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:focus-visible,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:focus-visible,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:focus-visible,
.customer-content
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  a:focus-visible,
.customer-content
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  a:focus-visible,
.quote
  .customer-content
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  a:focus-visible,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus-visible,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus-visible,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cta:focus-visible,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cta:focus-visible,
.quote
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cta:focus-visible,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:focus-visible,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:focus-visible,
.cmp-resourcebar
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:focus-visible,
.cmp-resourcebar
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:focus-visible,
.quote
  .cmp-resourcebar
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:focus-visible,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:focus-visible,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:focus-visible,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:focus-visible,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:focus-visible,
.customer-content
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  a:focus-visible,
.customer-content
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  a:focus-visible,
.quote
  .customer-content
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  a:focus-visible,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus-visible,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus-visible,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cta:focus-visible,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cta:focus-visible,
.quote
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cta:focus-visible,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:focus-visible,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:focus-visible,
.cmp-resourcebar
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:focus-visible,
.cmp-resourcebar
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:focus-visible,
.quote
  .cmp-resourcebar
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:focus-visible {
  box-shadow: 0 0 0 2px #0057ae !important;
  border: none !important;
  outline: none !important;
}
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:focus-visible
  svg,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:focus-visible
  svg,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:focus-visible
  svg,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:focus-visible
  svg,
.customer-content
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  a:focus-visible
  svg,
.customer-content
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  a:focus-visible
  svg,
.quote
  .customer-content
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  a:focus-visible
  svg,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus-visible
  svg,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus-visible
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cta:focus-visible
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cta:focus-visible
  svg,
.quote
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cta:focus-visible
  svg,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:focus-visible
  svg,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:focus-visible
  svg,
.cmp-resourcebar
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:focus-visible
  svg,
.cmp-resourcebar
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:focus-visible
  svg,
.quote
  .cmp-resourcebar
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:focus-visible
  svg,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:focus-visible
  svg,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:focus-visible
  svg,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:focus-visible
  svg,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:focus-visible
  svg,
.customer-content
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  a:focus-visible
  svg,
.customer-content
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  a:focus-visible
  svg,
.quote
  .customer-content
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  a:focus-visible
  svg,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus-visible
  svg,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus-visible
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cta:focus-visible
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cta:focus-visible
  svg,
.quote
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cta:focus-visible
  svg,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:focus-visible
  svg,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:focus-visible
  svg,
.cmp-resourcebar
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:focus-visible
  svg,
.cmp-resourcebar
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:focus-visible
  svg,
.quote
  .cmp-resourcebar
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:focus-visible
  svg {
  fill: #022043 !important;
}
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:focus-visible
  .cmp-button__text,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:focus-visible
  .cmp-button__text,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:focus-visible
  .cmp-button__text,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:focus-visible
  .cmp-button__text,
.customer-content
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  a:focus-visible
  .cmp-button__text,
.customer-content
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  a:focus-visible
  .cmp-button__text,
.quote
  .customer-content
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  a:focus-visible
  .cmp-button__text,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus-visible
  .cmp-button__text,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus-visible
  .cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cta:focus-visible
  .cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cta:focus-visible
  .cmp-button__text,
.quote
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cta:focus-visible
  .cmp-button__text,
.lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:focus-visible
  .cmp-button__text,
.quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:focus-visible
  .cmp-button__text,
.cmp-resourcebar
  .lightTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:focus-visible
  .cmp-button__text,
.cmp-resourcebar
  .quote
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:focus-visible
  .cmp-button__text,
.quote
  .cmp-resourcebar
  .quote-component
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:focus-visible
  .cmp-button__text,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:focus-visible
  .cmp-button__text,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:focus-visible
  .cmp-button__text,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:focus-visible
  .cmp-button__text,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:focus-visible
  .cmp-button__text,
.customer-content
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  a:focus-visible
  .cmp-button__text,
.customer-content
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  a:focus-visible
  .cmp-button__text,
.quote
  .customer-content
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  a:focus-visible
  .cmp-button__text,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus-visible
  .cmp-button__text,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus-visible
  .cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cta:focus-visible
  .cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cta:focus-visible
  .cmp-button__text,
.quote
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cta:focus-visible
  .cmp-button__text,
.lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:focus-visible
  .cmp-button__text,
.quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:focus-visible
  .cmp-button__text,
.cmp-resourcebar
  .lightTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:focus-visible
  .cmp-button__text,
.cmp-resourcebar
  .quote
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:focus-visible
  .cmp-button__text,
.quote
  .cmp-resourcebar
  .quote-component
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:focus-visible
  .cmp-button__text {
  color: #022043 !important;
  text-decoration: underline;
}

.validation-component__wrapper--imageonleft
  .validation-component__wrapper-description
  p,
.validation-component__wrapper--imageonleft
  .validation-component__wrapper-description
  span {
  color: #022043;
}

.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span {
  color: #022043 !important;
}
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-1,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-2,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-3,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .about-author__title,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-4,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-5,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .hero-card__title,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-6,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .hero-card__title,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-1,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-2,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-3,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .about-author__title,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-4,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-5,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .hero-card__title,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-6,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .hero-card__title,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-1,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-2,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-3,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .about-author__title,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-4,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-5,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .hero-card__title,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-6,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .hero-card__title,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-1,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-2,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-3,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .about-author__title,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-4,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-5,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .hero-card__title,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-6,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .hero-card__title,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-1,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-2,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-3,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .about-author__title,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-4,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-5,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .hero-card__title,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-6,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .hero-card__title,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-1,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-2,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-3,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .about-author__title,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-4,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-5,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .hero-card__title,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-6,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .hero-card__title,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-1,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-2,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-3,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .about-author__title,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-4,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-5,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .hero-card__title,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-6,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .hero-card__title,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .title-1,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .title-2,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .title-3,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .about-author__title,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .title-4,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .title-5,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .hero-card__title,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .title-6,
.section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .hero-card__title,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-1,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-2,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-3,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .about-author__title,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-4,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-5,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .hero-card__title,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-6,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .hero-card__title,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-1,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-2,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-3,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .about-author__title,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-4,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-5,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .hero-card__title,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-6,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .hero-card__title,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-1,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-2,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-3,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .about-author__title,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-4,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-5,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .hero-card__title,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-6,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .hero-card__title,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-1,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-2,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-3,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .about-author__title,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-4,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-5,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .hero-card__title,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-6,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .hero-card__title,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-1,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-2,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-3,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .about-author__title,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-4,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-5,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .hero-card__title,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-6,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .hero-card__title,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-1,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-2,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-3,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .about-author__title,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-4,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-5,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .hero-card__title,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-6,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .hero-card__title,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-1,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-2,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-3,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .about-author__title,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-4,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-5,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .hero-card__title,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-6,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .hero-card__title,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .title-1,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .title-2,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .title-3,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .about-author__title,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .title-4,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .title-5,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .hero-card__title,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .title-6,
.section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v2.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .hero-card__title,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-1,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-2,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-3,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .about-author__title,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-4,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-5,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .hero-card__title,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-6,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .hero-card__title,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-1,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-2,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-3,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .about-author__title,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-4,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-5,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .hero-card__title,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-6,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .hero-card__title,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-1,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-2,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-3,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .about-author__title,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-4,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-5,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .hero-card__title,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-6,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .hero-card__title,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-1,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-2,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-3,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .about-author__title,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-4,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-5,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .hero-card__title,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-6,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .hero-card__title,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-1,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-2,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-3,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .about-author__title,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-4,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-5,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .hero-card__title,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-6,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .hero-card__title,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-1,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-2,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-3,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .about-author__title,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-4,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-5,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .hero-card__title,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-6,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .hero-card__title,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-1,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-2,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-3,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .about-author__title,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-4,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-5,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .hero-card__title,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-6,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .hero-card__title,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .title-1,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .title-2,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .title-3,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .about-author__title,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .title-4,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .title-5,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .hero-card__title,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .title-6,
.section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v3.bg-blue
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .hero-card__title {
  color: #022043 !important;
}
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span {
  color: #022043 !important;
}
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-1,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-2,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-3,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .about-author__title,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-4,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-5,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .hero-card__title,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-6,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .hero-card__title,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-1,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-2,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-3,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .about-author__title,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-4,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-5,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .hero-card__title,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-6,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .hero-card__title,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-1,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-2,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-3,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .about-author__title,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-4,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-5,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .hero-card__title,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-6,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .hero-card__title,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-1,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-2,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-3,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .about-author__title,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-4,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-5,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .hero-card__title,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-6,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .hero-card__title,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-1,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-2,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-3,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .about-author__title,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-4,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-5,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .hero-card__title,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-6,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .hero-card__title,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-1,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-2,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-3,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .about-author__title,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-4,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-5,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .hero-card__title,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-6,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .hero-card__title,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-1,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-2,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-3,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .about-author__title,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-4,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-5,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .hero-card__title,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-6,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .hero-card__title,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .title-1,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .title-2,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .title-3,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .about-author__title,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .title-4,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .title-5,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .hero-card__title,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .title-6,
.section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .hero-card__title,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-1,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-2,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-3,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .about-author__title,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-4,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-5,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .hero-card__title,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-6,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .hero-card__title,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-1,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-2,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-3,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .about-author__title,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-4,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-5,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .hero-card__title,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-6,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .hero-card__title,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-1,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-2,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-3,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .about-author__title,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-4,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-5,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .hero-card__title,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-6,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .hero-card__title,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-1,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-2,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-3,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .about-author__title,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-4,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-5,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .hero-card__title,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-6,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .hero-card__title,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-1,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-2,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-3,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .about-author__title,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-4,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-5,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .hero-card__title,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-6,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .hero-card__title,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-1,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-2,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-3,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .about-author__title,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-4,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-5,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .hero-card__title,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-6,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .hero-card__title,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-1,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-2,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-3,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .about-author__title,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-4,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-5,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .hero-card__title,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-6,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .hero-card__title,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .title-1,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .title-2,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .title-3,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .about-author__title,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .title-4,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .title-5,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .hero-card__title,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .title-6,
.section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v2.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .hero-card__title,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-1,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-2,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-3,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .about-author__title,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-4,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-5,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .hero-card__title,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .title-6,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h1
  .hero-card__title,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-1,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-2,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-3,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .about-author__title,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-4,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-5,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .hero-card__title,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .title-6,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h2
  .hero-card__title,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-1,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-2,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-3,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .about-author__title,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-4,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-5,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .hero-card__title,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .title-6,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h3
  .hero-card__title,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-1,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-2,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-3,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .about-author__title,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-4,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-5,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .hero-card__title,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .title-6,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h4
  .hero-card__title,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-1,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-2,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-3,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .about-author__title,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-4,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-5,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .hero-card__title,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .title-6,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h5
  .hero-card__title,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-1,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-2,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-3,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .about-author__title,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-4,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-5,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .hero-card__title,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .title-6,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  h6
  .hero-card__title,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-1,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-2,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-3,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .about-author__title,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-4,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-5,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .hero-card__title,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .title-6,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  p
  .hero-card__title,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .title-1,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .title-2,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .title-3,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .about-author__title,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .title-4,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .title-5,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .hero-card__title,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .title-6,
.section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .section-v3.bg-gray
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-description
  .cmp-text
  span
  .hero-card__title {
  color: #022043 !important;
}

.validation-group
  .validation-component__wrapper--default
  .validation-component__wrapper-description
  p,
.validation-group
  .validation-component__wrapper--default
  .validation-component__wrapper-description
  span,
.validation-group
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-description
  p,
.validation-group
  .validation-component__wrapper--imageonleft
  .validation-component__wrapper-description
  span,
.validation-group
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-description
  p,
.validation-group
  .validation-component__wrapper--imageonright
  .validation-component__wrapper-description
  span {
  color: #022043;
}

.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  span,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  span {
  color: #022043 !important;
}
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1
  .title-1,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1
  .title-2,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1
  .title-3,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1
  .about-author__title,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1
  .title-4,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1
  .title-5,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1
  .hero-card__title,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1
  .title-6,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h1
  .hero-card__title,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2
  .title-1,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2
  .title-2,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2
  .title-3,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2
  .about-author__title,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2
  .title-4,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2
  .title-5,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2
  .hero-card__title,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2
  .title-6,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h2
  .hero-card__title,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3
  .title-1,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3
  .title-2,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3
  .title-3,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3
  .about-author__title,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3
  .title-4,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3
  .title-5,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3
  .hero-card__title,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3
  .title-6,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h3
  .hero-card__title,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4
  .title-1,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4
  .title-2,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4
  .title-3,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4
  .about-author__title,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4
  .title-4,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4
  .title-5,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4
  .hero-card__title,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4
  .title-6,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h4
  .hero-card__title,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5
  .title-1,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5
  .title-2,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5
  .title-3,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5
  .about-author__title,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5
  .title-4,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5
  .title-5,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5
  .hero-card__title,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5
  .title-6,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h5
  .hero-card__title,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6
  .title-1,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6
  .title-2,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6
  .title-3,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6
  .about-author__title,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6
  .title-4,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6
  .title-5,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6
  .hero-card__title,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6
  .title-6,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  h6
  .hero-card__title,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p
  .title-1,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p
  .title-2,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p
  .title-3,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p
  .about-author__title,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p
  .title-4,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p
  .title-5,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p
  .hero-card__title,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p
  .title-6,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  p
  .hero-card__title,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  span
  .title-1,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  span
  .title-2,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  span
  .title-3,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  span
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  span
  .about-author__title,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  span
  .title-4,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  span
  .title-5,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  span
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  span
  .hero-card__title,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  span
  .title-6,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  span
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-text
  span
  .hero-card__title,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1
  .title-1,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1
  .title-2,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1
  .title-3,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1
  .about-author__title,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1
  .title-4,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1
  .title-5,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1
  .hero-card__title,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1
  .title-6,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h1
  .hero-card__title,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2
  .title-1,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2
  .title-2,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2
  .title-3,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2
  .about-author__title,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2
  .title-4,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2
  .title-5,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2
  .hero-card__title,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2
  .title-6,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h2
  .hero-card__title,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3
  .title-1,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3
  .title-2,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3
  .title-3,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3
  .about-author__title,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3
  .title-4,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3
  .title-5,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3
  .hero-card__title,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3
  .title-6,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h3
  .hero-card__title,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4
  .title-1,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4
  .title-2,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4
  .title-3,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4
  .about-author__title,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4
  .title-4,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4
  .title-5,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4
  .hero-card__title,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4
  .title-6,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h4
  .hero-card__title,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5
  .title-1,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5
  .title-2,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5
  .title-3,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5
  .about-author__title,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5
  .title-4,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5
  .title-5,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5
  .hero-card__title,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5
  .title-6,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h5
  .hero-card__title,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6
  .title-1,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6
  .title-2,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6
  .title-3,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6
  .about-author__title,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6
  .title-4,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6
  .title-5,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6
  .hero-card__title,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6
  .title-6,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  h6
  .hero-card__title,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p
  .title-1,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p
  .title-2,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p
  .title-3,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p
  .about-author__title,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p
  .title-4,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p
  .title-5,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p
  .hero-card__title,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p
  .title-6,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  p
  .hero-card__title,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  span
  .title-1,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  span
  .title-2,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  span
  .title-3,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  span
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  span
  .about-author__title,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  span
  .title-4,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  span
  .title-5,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  span
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  span
  .hero-card__title,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  span
  .title-6,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  span
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-text
  span
  .hero-card__title {
  color: #022043 !important;
}
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .btn--text
  svg,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a
  svg,
.customer-content
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  a
  svg,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cta
  svg,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta
  svg,
.cmp-resourcebar
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta
  svg,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .btn--text
  svg,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a
  svg,
.customer-content
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  a
  svg,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cta
  svg,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta
  svg,
.cmp-resourcebar
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta
  svg {
  fill: #0057ae !important;
}
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .btn--text
  .cmp-button__text,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a
  .cmp-button__text,
.customer-content
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  a
  .cmp-button__text,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  .cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cta
  .cmp-button__text,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta
  .cmp-button__text,
.cmp-resourcebar
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta
  .cmp-button__text,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .btn--text
  .cmp-button__text,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a
  .cmp-button__text,
.customer-content
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  a
  .cmp-button__text,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  .cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cta
  .cmp-button__text,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta
  .cmp-button__text,
.cmp-resourcebar
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta
  .cmp-button__text {
  color: #0057ae !important;
  text-decoration: underline;
}
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:active
  svg,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:active
  svg,
.customer-content
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  a:active
  svg,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:active
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cta:active
  svg,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:active
  svg,
.cmp-resourcebar
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:active
  svg,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:hover
  svg,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:hover
  svg,
.customer-content
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  a:hover
  svg,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:hover
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cta:hover
  svg,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:hover
  svg,
.cmp-resourcebar
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:hover
  svg,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:active
  svg,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:active
  svg,
.customer-content
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  a:active
  svg,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:active
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cta:active
  svg,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:active
  svg,
.cmp-resourcebar
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:active
  svg,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:hover
  svg,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:hover
  svg,
.customer-content
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  a:hover
  svg,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:hover
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cta:hover
  svg,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:hover
  svg,
.cmp-resourcebar
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:hover
  svg {
  fill: #022043 !important;
}
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:active
  .cmp-button__text,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:active
  .cmp-button__text,
.customer-content
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  a:active
  .cmp-button__text,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:active
  .cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cta:active
  .cmp-button__text,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:active
  .cmp-button__text,
.cmp-resourcebar
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:active
  .cmp-button__text,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:hover
  .cmp-button__text,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:hover
  .cmp-button__text,
.customer-content
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  a:hover
  .cmp-button__text,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:hover
  .cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cta:hover
  .cmp-button__text,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:hover
  .cmp-button__text,
.cmp-resourcebar
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:hover
  .cmp-button__text,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:active
  .cmp-button__text,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:active
  .cmp-button__text,
.customer-content
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  a:active
  .cmp-button__text,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:active
  .cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cta:active
  .cmp-button__text,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:active
  .cmp-button__text,
.cmp-resourcebar
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:active
  .cmp-button__text,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:hover
  .cmp-button__text,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:hover
  .cmp-button__text,
.customer-content
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  a:hover
  .cmp-button__text,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:hover
  .cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cta:hover
  .cmp-button__text,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:hover
  .cmp-button__text,
.cmp-resourcebar
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:hover
  .cmp-button__text {
  color: #022043 !important;
  text-decoration: underline;
}
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:focus,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:focus,
.customer-content
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  a:focus,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cta:focus,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:focus,
.cmp-resourcebar
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:focus,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:focus,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:focus,
.customer-content
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  a:focus,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cta:focus,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:focus,
.cmp-resourcebar
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:focus-visible,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:focus-visible,
.customer-content
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  a:focus-visible,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus-visible,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cta:focus-visible,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:focus-visible,
.cmp-resourcebar
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:focus-visible,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:focus-visible,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:focus-visible,
.customer-content
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  a:focus-visible,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus-visible,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cta:focus-visible,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:focus-visible,
.cmp-resourcebar
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:focus-visible {
  box-shadow: 0 0 0 2px #0057ae !important;
  border: none !important;
  outline: none !important;
}
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:focus-visible
  svg,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:focus-visible
  svg,
.customer-content
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  a:focus-visible
  svg,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus-visible
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cta:focus-visible
  svg,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:focus-visible
  svg,
.cmp-resourcebar
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:focus-visible
  svg,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:focus-visible
  svg,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:focus-visible
  svg,
.customer-content
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  a:focus-visible
  svg,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus-visible
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cta:focus-visible
  svg,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:focus-visible
  svg,
.cmp-resourcebar
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:focus-visible
  svg {
  fill: #022043 !important;
}
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:focus-visible
  .cmp-button__text,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:focus-visible
  .cmp-button__text,
.customer-content
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  a:focus-visible
  .cmp-button__text,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus-visible
  .cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cta:focus-visible
  .cmp-button__text,
.darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:focus-visible
  .cmp-button__text,
.cmp-resourcebar
  .darkTheme
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:focus-visible
  .cmp-button__text,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .btn--text:focus-visible
  .cmp-button__text,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .customer-content
  a:focus-visible
  .cmp-button__text,
.customer-content
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  a:focus-visible
  .cmp-button__text,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus-visible
  .cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cta:focus-visible
  .cmp-button__text,
.darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:focus-visible
  .cmp-button__text,
.cmp-resourcebar
  .darkTheme
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-button
  .content-fragment__cards-cta:focus-visible
  .cmp-button__text {
  color: #022043 !important;
  text-decoration: underline;
}

body.has-subnavigation:not(:has(.banner.show)) {
  padding: 120px 0 0 !important;
  margin-top: 0px !important;
}
@media (min-width: 70.25em) {
  body.has-subnavigation:not(:has(.banner.show)) {
    padding: 0px !important;
    margin-top: 136px !important;
  }
}

.cmp-subnavigation {
  margin: 0px;
  margin: 0rem;
  padding: 2px 0px;
  padding: 0.125rem 0rem;
  background-color: #ffffff;
  box-shadow: inset 0px -1px 0px #b6c1cc;
  left: 0;
  position: fixed;
  top: 72px;
  width: 100%;
  z-index: 99;
}
@media (min-width: 70.25em) {
  .cmp-subnavigation {
    height: 64px;
    height: 4rem;
    padding: 8px 32px;
    padding: 0.5rem 2rem;
  }
}
.cmp-subnavigation .svg-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-width: 1.5rem;
  display: flex;
  transition: all 200ms ease;
  transform: rotate(270deg);
}
@media (min-width: 70.25em) {
  .cmp-subnavigation .svg-icon {
    transform: rotate(0deg);
  }
}
.cmp-subnavigation .sub-navigation__container--wrapper {
  flex-direction: column;
}
@media (min-width: 70.25em) {
  .cmp-subnavigation .sub-navigation__container--wrapper {
    flex-direction: row;
  }
}
.cmp-subnavigation .sub-navigation__container--wrapper {
  background-color: #ffffff;
  display: flex;
  max-height: 0px;
  overflow: hidden;
  transition: 200ms;
  width: 100%;
  z-index: 99;
}
@media (min-width: 70.25em) {
  .cmp-subnavigation .sub-navigation__container--wrapper {
    padding: 0px;
    padding: 0rem;
    margin: 0px;
    margin: 0rem;
    max-height: initial;
    overflow: visible;
  }
}
.cmp-subnavigation .sub-navigation__container {
  width: 100%;
}
@media (min-width: 70.25em) {
  .cmp-subnavigation .sub-navigation__container {
    width: auto;
  }
}
.cmp-subnavigation .sub-navigation__container {
  flex-direction: column;
}
@media (min-width: 70.25em) {
  .cmp-subnavigation .sub-navigation__container {
    flex-direction: row;
  }
}
.cmp-subnavigation .sub-navigation__container {
  max-width: 1408px;
  max-width: 88rem;
  align-items: center;
  background-color: #ffffff;
  display: flex;
  position: relative;
  margin: 0 auto;
}
.cmp-subnavigation .sub-navigation__container .sub-navigation__container {
  margin-left: 0px;
  margin-left: 0rem;
}
.cmp-subnavigation .sub-navigation__group-links {
  flex-direction: column;
}
@media (min-width: 70.25em) {
  .cmp-subnavigation .sub-navigation__group-links {
    flex-direction: row;
  }
}
.cmp-subnavigation .sub-navigation__group-links {
  margin: 0px;
  margin: 0rem;
  padding: 0px;
  padding: 0rem;
  background-color: #ffffff;
  display: flex;
  list-style: none;
  z-index: 99;
}
.cmp-subnavigation .sub-navigation__group-links li {
  margin: 0px;
  margin: 0rem;
  position: relative;
  visibility: visible;
}
.cmp-subnavigation
  .sub-navigation__group-links
  li.sub-navigation__group-links--header {
  margin-top: -12px;
  margin-top: -0.75rem;
  position: sticky;
}
.cmp-subnavigation
  .sub-navigation__group-links
  li.sub-navigation__group-links--level-0
  > .sub-navigation__group-item-link--item {
  white-space: normal;
}
@media (min-width: 70.25em) {
  .cmp-subnavigation
    .sub-navigation__group-links
    li.sub-navigation__group-links--level-0
    > .sub-navigation__group-item-link--item {
    white-space: nowrap;
  }
}
.cmp-subnavigation
  .sub-navigation__group-links
  li.sub-navigation__group--more--level-1
  > .sub-navigation__group-item-link--item {
  white-space: normal;
}
.cmp-subnavigation .sub-navigation__group-links button,
.cmp-subnavigation .sub-navigation__group-links a {
  padding: 12px;
  padding: 0.75rem;
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 16px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  align-items: center;
  background: transparent;
  border: 0;
  color: #333333;
  cursor: pointer;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  line-height: 24px;
  text-decoration: none;
  text-align: left;
  width: 100%;
}
.cmp-subnavigation .sub-navigation__group-links button:focus-visible,
.cmp-subnavigation .sub-navigation__group-links a:focus-visible {
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  outline: 2px solid #0875e1;
  outline-offset: -2px;
}
@media (min-width: 70.25em) {
  .cmp-subnavigation .sub-navigation__group-links button:focus-visible,
  .cmp-subnavigation .sub-navigation__group-links a:focus-visible {
    -webkit-border-radius: 24px 24px 24px 24px;
    -moz-border-radius: 24px 24px 24px 24px;
    border-radius: 24px 24px 24px 24px;
    /* Prevent background color leak outs */
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
}
.cmp-subnavigation .sub-navigation__group-links button:focus-visible:hover,
.cmp-subnavigation .sub-navigation__group-links a:focus-visible:hover {
  outline: none;
}
@media (min-width: 70.25em) {
  .cmp-subnavigation .sub-navigation__group-links button,
  .cmp-subnavigation .sub-navigation__group-links a {
    -webkit-border-radius: 24px 24px 24px 24px;
    -moz-border-radius: 24px 24px 24px 24px;
    border-radius: 24px 24px 24px 24px;
    /* Prevent background color leak outs */
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
}
@media (hover: hover) {
  .cmp-subnavigation .sub-navigation__group-links button:hover,
  .cmp-subnavigation .sub-navigation__group-links a:hover {
    background: #f0f1f2;
  }
}
.cmp-subnavigation .sub-navigation__group-links button:active,
.cmp-subnavigation .sub-navigation__group-links a:active {
  background: #dfe2e6;
}
.cmp-subnavigation
  .sub-navigation__group-links
  button.sub-navigation__group-item-link--external,
.cmp-subnavigation
  .sub-navigation__group-links
  a.sub-navigation__group-item-link--external {
  justify-content: flex-start;
}
.cmp-subnavigation
  .sub-navigation__group-links
  button
  .sub-navigation__group-item {
  margin-right: 4px;
  margin-right: 0.25rem;
  font-family: "Acid Grotesk", Arial, Helvetica, sans-serif;
}
.cmp-subnavigation
  .sub-navigation__group-links
  .sub-navigation__group-links--back {
  display: none;
}
.cmp-subnavigation .sub-navigation__group-links .sub-navigation__group-links {
  flex-direction: column;
  width: 100%;
}
@media (min-width: 70.25em) {
  .cmp-subnavigation .sub-navigation__group-links .sub-navigation__group-links {
    padding: 12px;
    padding: 0.75rem;
    -webkit-border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    border-radius: 12px 12px 12px 12px;
    /* Prevent background color leak outs */
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
    max-height: calc(100vh - 142px);
    overflow-y: auto;
    position: relative;
    width: 100%;
  }
}
.cmp-subnavigation
  .sub-navigation__group-links
  .sub-navigation__group-links
  button,
.cmp-subnavigation .sub-navigation__group-links .sub-navigation__group-links a {
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  white-space: normal;
}
.cmp-subnavigation
  .sub-navigation__group-links
  .sub-navigation__group-links
  button
  .svg-icon {
  transform: rotate(270deg);
}
.cmp-subnavigation
  .sub-navigation__group-links
  .sub-navigation__group-links
  a
  .svg-icon {
  transform: rotate(0deg);
}
.cmp-subnavigation .sub-navigation__group-links .sub-navigation__group {
  display: none;
}
@media (min-width: 70.25em) {
  .cmp-subnavigation .sub-navigation__group-links .sub-navigation__group {
    width: 264px;
    width: 16.5rem;
    position: absolute;
    top: calc(100% + 3px);
    z-index: 9;
  }
  .cmp-subnavigation
    .sub-navigation__group-links
    .sub-navigation__group
    .sub-navigation__group {
    top: 0;
    visibility: visible;
  }
}
@media (min-width: 70.25em) {
  .cmp-subnavigation
    .sub-navigation__group-links
    .sub-navigation__group-links--level-0
    > .sub-navigation__group {
    display: none;
    opacity: 0;
    overflow: hidden;
    top: calc(100% - 5px);
  }
}
.cmp-subnavigation
  .sub-navigation__group-links
  .sub-navigation__group-links--level-0.sub-navigation__group-links--active:not(
    .sub-navigation__group--more--level-1
  )
  > .sub-navigation__group {
  display: flex;
  opacity: 1;
  overflow: visible;
  top: calc(100% + 3px);
  transition: opacity, top;
  transition-duration: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition:
    opacity 200ms ease-in-out,
    top 200ms ease-in-out;
}
@media (min-width: 70.25em) {
  .cmp-subnavigation
    .sub-navigation__group-links
    .sub-navigation__group-links--level-0.sub-navigation__group-links--active:not(
      .sub-navigation__group--more--level-1
    )
    > .sub-navigation__group {
    max-height: calc(100vh - 142px);
    max-height: calc(100dvh - 142px);
  }
}
.cmp-subnavigation
  .sub-navigation__group-links
  .sub-navigation__group-links--level-0
  .sub-navigation__group--more--level-1
  .sub-navigation__group {
  display: none;
  top: 0;
}
.cmp-subnavigation
  .sub-navigation__group-links
  .sub-navigation__group-links--level-0
  .sub-navigation__group--more--level-0
  .sub-navigation__group-links--active
  > .sub-navigation__group {
  display: block;
  transform: none;
}
@media (min-width: 70.25em) {
  .cmp-subnavigation
    .sub-navigation__group-links
    .sub-navigation__group-links--level-0.sub-navigation__group--more--level-1
    > .sub-navigation__group {
    opacity: 1;
    overflow: visible;
  }
}
.cmp-subnavigation .sub-navigation__group-links--enable-backbtn {
  padding: 0px !important;
  border: 0 !important;
}
@media (min-width: 70.25em) {
  .cmp-subnavigation .sub-navigation__group-links--enable-backbtn {
    height: 0px;
    height: 0rem;
    visibility: hidden;
    overflow: visible !important;
  }
}
.cmp-subnavigation .sub-navigation__group-links--enable-backbtn > li {
  height: 0;
  visibility: hidden;
}
.cmp-subnavigation
  .sub-navigation__group-links--enable-backbtn
  > li.sub-navigation__group-links--active,
.cmp-subnavigation
  .sub-navigation__group-links--enable-backbtn
  > li.sub-navigation__group-links--active
  > li {
  height: auto;
}
.cmp-subnavigation
  .sub-navigation__group-links--enable-backbtn
  > li.sub-navigation__group-links--active
  > button {
  padding: 0px;
  padding: 0rem;
  height: 0px;
  height: 0rem;
  display: none;
  visibility: hidden;
}
.cmp-subnavigation
  .sub-navigation__group-links--enable-backbtn
  > .sub-navigation__group-links {
  visibility: visible;
}
.cmp-subnavigation .sub-navigation__group-links--header {
  padding-top: 12px;
  padding-top: 0.75rem;
  align-items: center;
  background: #ffffff;
  cursor: pointer;
  display: flex;
  top: -12px;
  z-index: 99;
}
.cmp-subnavigation .sub-navigation__group-links--header button {
  padding-left: 35px;
  padding-left: 2.1875rem;
  padding-right: 12px;
  padding-right: 0.75rem;
  font-weight: 700;
}
.cmp-subnavigation .sub-navigation__group-links--header button:before {
  border-style: solid;
  border-color: #333333;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 0.55em;
  left: 16px;
  margin-right: 10px;
  pointer-events: none;
  position: absolute;
  top: 18px;
  transform: rotate(225deg);
  vertical-align: middle;
  width: 0.55em;
  top: 32px;
}
.cmp-subnavigation .sub-navigation__group-wrapper,
.cmp-subnavigation .sub-navigation__group--more {
  width: 100%;
}
@media (min-width: 70.25em) {
  .cmp-subnavigation .sub-navigation__group-wrapper,
  .cmp-subnavigation .sub-navigation__group--more {
    width: auto;
  }
}
.cmp-subnavigation .sub-navigation__group-wrapper,
.cmp-subnavigation .sub-navigation__group--more {
  padding: 0px 12px;
  padding: 0rem 0.75rem;
}
@media (min-width: 70.25em) {
  .cmp-subnavigation .sub-navigation__group-wrapper,
  .cmp-subnavigation .sub-navigation__group--more {
    padding: 0px;
    padding: 0rem;
  }
}
.cmp-subnavigation .sub-navigation__group--more {
  display: none;
  position: relative;
}
.cmp-subnavigation .sub-navigation__container--title-wrapper {
  width: 100%;
}
@media (min-width: 70.25em) {
  .cmp-subnavigation .sub-navigation__container--title-wrapper {
    width: auto;
  }
}
.cmp-subnavigation .sub-navigation__container--title-wrapper {
  background-color: #ffffff;
  z-index: 999;
}
.cmp-subnavigation
  .sub-navigation__container--title-wrapper
  .sub-navigation__container--title-desktop {
  display: none;
}
@media (min-width: 70.25em) {
  .cmp-subnavigation
    .sub-navigation__container--title-wrapper
    .sub-navigation__container--title-desktop {
    padding-right: 24px;
    padding-right: 1.5rem;
    display: block;
  }
  .cmp-subnavigation
    .sub-navigation__container--title-wrapper
    .sub-navigation__container--title-desktop:not(div) {
    text-decoration: none;
    text-underline-offset: 4px;
  }
  .cmp-subnavigation
    .sub-navigation__container--title-wrapper
    .sub-navigation__container--title-desktop:not(div):hover {
    text-decoration: underline;
    outline: none;
  }
  .cmp-subnavigation
    .sub-navigation__container--title-wrapper
    .sub-navigation__container--title-desktop:focus-visible {
    outline: 2px solid #0875e1;
    outline-offset: -2px;
    -webkit-border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    /* Prevent background color leak outs */
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
}
.cmp-subnavigation
  .sub-navigation__container--title-wrapper
  .sub-navigation__container--title {
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 20px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1.25rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  color: #333333;
  font-weight: 500;
  line-height: 24px;
  white-space: nowrap;
}
@media (min-width: 70.25em) {
  .cmp-subnavigation
    .sub-navigation__container--title-wrapper
    .sub-navigation__container--title {
    line-height: 28px;
  }
}
.cmp-subnavigation
  .sub-navigation__container--title-wrapper
  .sub-navigation__container--title.sub-navigation__container--title-mobile {
  margin: 0px;
  margin: 0rem;
  padding: 10px 24px;
  padding: 0.625rem 1.5rem;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 16px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  position: relative;
  text-align: left;
  white-space: normal;
  width: 100%;
}
.cmp-subnavigation
  .sub-navigation__container--title-wrapper
  .sub-navigation__container--title.sub-navigation__container--title-mobile:focus-visible {
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  outline: 2px solid #0875e1;
  outline-offset: -2px;
}
@media (min-width: 70.25em) {
  .cmp-subnavigation
    .sub-navigation__container--title-wrapper
    .sub-navigation__container--title.sub-navigation__container--title-mobile:focus-visible {
    -webkit-border-radius: 24px 24px 24px 24px;
    -moz-border-radius: 24px 24px 24px 24px;
    border-radius: 24px 24px 24px 24px;
    /* Prevent background color leak outs */
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
}
.cmp-subnavigation
  .sub-navigation__container--title-wrapper
  .sub-navigation__container--title.sub-navigation__container--title-mobile:focus-visible:hover {
  outline: none;
}
@media (min-width: 70.25em) {
  .cmp-subnavigation
    .sub-navigation__container--title-wrapper
    .sub-navigation__container--title.sub-navigation__container--title-mobile {
    display: none;
  }
}
.cmp-subnavigation
  .sub-navigation__container--title-wrapper
  .sub-navigation__container--title.sub-navigation__container--title-mobile
  .svg-icon {
  transform: rotate(0deg);
}
.cmp-subnavigation
  .sub-navigation__container--title-wrapper.sub-navigation__group-links--active
  .sub-navigation__container--title
  .svg-icon {
  transform: rotate(180deg);
}
.cmp-subnavigation
  .sub-navigation__container--title-wrapper.sub-navigation__group-links--active
  + .sub-navigation__container--wrapper {
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  max-height: calc(100vh - 72px);
  max-height: calc(100dvh - 72px);
  opacity: 1;
  overflow: visible;
  overflow-y: auto;
  transition: 200ms;
  margin-top: 0px;
}
.cmp-subnavigation
  .sub-navigation__container--title-wrapper.sub-navigation__group-links--active
  + .sub-navigation__container--wrapper.primary-nav-visible {
  max-height: calc(100vh - 104px);
  max-height: calc(100dvh - 104px);
}
@media (min-width: 70.25em) {
  .cmp-subnavigation
    .sub-navigation__container--title-wrapper.sub-navigation__group-links--active
    + .sub-navigation__container--wrapper {
    padding: 0px;
    padding: 0rem;
    max-height: initial;
    overflow: visible;
  }
}
.cmp-subnavigation
  .sub-navigation__group-links--scrolling
  .sub-navigation__group-links--header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}
.cmp-subnavigation
  .sub-navigation__group-links--scrolling
  .sub-navigation__group-links--header:after {
  background: #ffffff;
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
  bottom: -9px;
  content: "";
  height: 8px;
  position: absolute;
  width: 100%;
}
.cmp-subnavigation .sub-navigation__container--cta {
  padding: 24px 24px 12px;
  padding: 1.5rem 1.5rem 0.75rem;
  background-color: #ffffff;
  z-index: 99;
}
@media (min-width: 70.25em) {
  .cmp-subnavigation .sub-navigation__container--cta {
    padding: 0px 0px 0px 14px;
    padding: 0rem 0rem 0rem 0.875rem;
  }
}
.cmp-subnavigation .sub-navigation__container--cta a {
  justify-content: center;
}
@media (min-width: 70.25em) {
  .cmp-subnavigation .sub-navigation__group-links--active > button {
    background: #f0f1f2;
  }
}
.cmp-subnavigation .sub-navigation__group-links--active > a .svg-icon {
  transform: rotate(-180deg);
}
.cmp-subnavigation
  .sub-navigation__group-links--active
  > .sub-navigation__group {
  display: flex !important;
}
.cmp-subnavigation
  .sub-navigation__group-links--active
  > .sub-navigation__group:before,
.cmp-subnavigation
  .sub-navigation__group-links--active
  > .sub-navigation__group:after {
  background: #ffffff;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: "";
  height: 8px;
  position: absolute;
  width: calc(100% - 24px);
  left: 12px;
  z-index: 99;
}
.cmp-subnavigation
  .sub-navigation__group-links--active
  > .sub-navigation__group:before {
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
  bottom: auto;
  top: 1px;
  z-index: 999;
}
@media (min-width: 70.25em) {
  .cmp-subnavigation
    .sub-navigation__group-links--level-0.sub-navigation__group-links--active-page:after,
  .cmp-subnavigation
    .sub-navigation__group-links--level-0.sub-navigation__group-links--active-link:after {
    height: 3px;
    height: 0.1875rem;
    background: #333333;
    bottom: -7px;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
  }
}
.cmp-subnavigation
  .sub-navigation__group--more
  .sub-navigation__group-links--active-page:after,
.cmp-subnavigation
  .sub-navigation__group--more
  .sub-navigation__group-links--level-0.sub-navigation__group-links--active-page:after {
  content: none;
}
.cmp-subnavigation
  .sub-navigation__container-wrapper-elem
  .sub-navigation__container--overlay-wrapper {
  animation: quickScaleDown 0ms 200ms linear forwards;
}
.cmp-subnavigation
  .sub-navigation__container-wrapper-elem
  .sub-navigation__container--overlay {
  animation: easeOut 200ms cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
}
.cmp-subnavigation .sub-navigation__container--overlay-wrapper {
  display: table;
  height: 100vh;
  position: fixed;
  transform: scale(1);
  width: 100%;
  z-index: 9;
}
.cmp-subnavigation
  .sub-navigation__container--overlay-wrapper
  .sub-navigation__container--overlay {
  display: none;
}
.cmp-subnavigation
  .sub-navigation__container--overlay-wrapper
  .sub-navigation__container--overlay.sub-navigation__container--overlay-active {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  display: block;
}
@media (min-width: 70.25em) {
  .cmp-subnavigation
    .sub-navigation__container--overlay-wrapper
    .sub-navigation__container--overlay.sub-navigation__container--overlay-active {
    display: none;
  }
}
@keyframes quickScaleDown {
  0% {
    transform: scale(1);
  }
  99.9% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes easeIn {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.32);
  }
}
@keyframes easeOut {
  0% {
    background: rgba(0, 0, 0, 0.32);
  }
  100% {
    background: rgba(0, 0, 0, 0);
  }
}

.cmp-subnavigation {
  margin: 0px;
  margin: 0rem;
  padding: 2px 0px;
  padding: 0.125rem 0rem;
  background-color: #ffffff;
  box-shadow: inset 0px -1px 0px #b6c1cc;
  left: 0;
  position: fixed;
  top: 72px;
  width: 100%;
  z-index: 99;
}
@media (min-width: 70.25em) {
  .cmp-subnavigation {
    height: 64px;
    height: 4rem;
    padding: 8px 32px;
    padding: 0.5rem 2rem;
  }
}
.cmp-subnavigation .svg-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-width: 1.5rem;
  display: flex;
  transition: all 200ms ease;
  transform: rotate(270deg);
}
@media (min-width: 70.25em) {
  .cmp-subnavigation .svg-icon {
    transform: rotate(0deg);
  }
}
.cmp-subnavigation .sub-navigation__container--wrapper {
  flex-direction: column;
}
@media (min-width: 70.25em) {
  .cmp-subnavigation .sub-navigation__container--wrapper {
    flex-direction: row;
  }
}
.cmp-subnavigation .sub-navigation__container--wrapper {
  background-color: #ffffff;
  display: flex;
  max-height: 0px;
  overflow: hidden;
  transition: 200ms;
  width: 100%;
  z-index: 99;
}
@media (min-width: 70.25em) {
  .cmp-subnavigation .sub-navigation__container--wrapper {
    padding: 0px;
    padding: 0rem;
    margin: 0px;
    margin: 0rem;
    max-height: initial;
    overflow: visible;
  }
}
.cmp-subnavigation .sub-navigation__container {
  width: 100%;
}
@media (min-width: 70.25em) {
  .cmp-subnavigation .sub-navigation__container {
    width: auto;
  }
}
.cmp-subnavigation .sub-navigation__container {
  flex-direction: column;
}
@media (min-width: 70.25em) {
  .cmp-subnavigation .sub-navigation__container {
    flex-direction: row;
  }
}
.cmp-subnavigation .sub-navigation__container {
  max-width: 1408px;
  max-width: 88rem;
  align-items: center;
  background-color: #ffffff;
  display: flex;
  position: relative;
  margin: 0 auto;
}
.cmp-subnavigation .sub-navigation__container .sub-navigation__container {
  margin-left: 0px;
  margin-left: 0rem;
}
.cmp-subnavigation .sub-navigation__group-links {
  flex-direction: column;
}
@media (min-width: 70.25em) {
  .cmp-subnavigation .sub-navigation__group-links {
    flex-direction: row;
  }
}
.cmp-subnavigation .sub-navigation__group-links {
  margin: 0px;
  margin: 0rem;
  padding: 0px;
  padding: 0rem;
  background-color: #ffffff;
  display: flex;
  list-style: none;
  z-index: 99;
}
.cmp-subnavigation .sub-navigation__group-links li {
  margin: 0px;
  margin: 0rem;
  position: relative;
  visibility: visible;
}
.cmp-subnavigation
  .sub-navigation__group-links
  li.sub-navigation__group-links--header {
  margin-top: -12px;
  margin-top: -0.75rem;
  position: sticky;
}
.cmp-subnavigation
  .sub-navigation__group-links
  li.sub-navigation__group-links--level-0
  > .sub-navigation__group-item-link--item {
  white-space: normal;
}
@media (min-width: 70.25em) {
  .cmp-subnavigation
    .sub-navigation__group-links
    li.sub-navigation__group-links--level-0
    > .sub-navigation__group-item-link--item {
    white-space: nowrap;
  }
}
.cmp-subnavigation
  .sub-navigation__group-links
  li.sub-navigation__group--more--level-1
  > .sub-navigation__group-item-link--item {
  white-space: normal;
}
.cmp-subnavigation .sub-navigation__group-links button,
.cmp-subnavigation .sub-navigation__group-links a {
  padding: 12px;
  padding: 0.75rem;
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 16px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  align-items: center;
  background: transparent;
  border: 0;
  color: #022043;
  cursor: pointer;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  line-height: 24px;
  text-decoration: none;
  text-align: left;
  width: 100%;
}
.cmp-subnavigation .sub-navigation__group-links button:focus-visible,
.cmp-subnavigation .sub-navigation__group-links a:focus-visible {
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  outline: 2px solid #0057ae;
  outline-offset: -2px;
}
@media (min-width: 70.25em) {
  .cmp-subnavigation .sub-navigation__group-links button:focus-visible,
  .cmp-subnavigation .sub-navigation__group-links a:focus-visible {
    -webkit-border-radius: 24px 24px 24px 24px;
    -moz-border-radius: 24px 24px 24px 24px;
    border-radius: 24px 24px 24px 24px;
    /* Prevent background color leak outs */
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
}
.cmp-subnavigation .sub-navigation__group-links button:focus-visible:hover,
.cmp-subnavigation .sub-navigation__group-links a:focus-visible:hover {
  outline: none;
}
@media (min-width: 70.25em) {
  .cmp-subnavigation .sub-navigation__group-links button,
  .cmp-subnavigation .sub-navigation__group-links a {
    -webkit-border-radius: 24px 24px 24px 24px;
    -moz-border-radius: 24px 24px 24px 24px;
    border-radius: 24px 24px 24px 24px;
    /* Prevent background color leak outs */
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
}
@media (hover: hover) {
  .cmp-subnavigation .sub-navigation__group-links button:hover,
  .cmp-subnavigation .sub-navigation__group-links a:hover {
    background: rgba(0, 0, 0, 0.08);
  }
}
.cmp-subnavigation .sub-navigation__group-links button:active,
.cmp-subnavigation .sub-navigation__group-links a:active {
  background: rgba(0, 0, 0, 0.08);
}
.cmp-subnavigation
  .sub-navigation__group-links
  button.sub-navigation__group-item-link--external,
.cmp-subnavigation
  .sub-navigation__group-links
  a.sub-navigation__group-item-link--external {
  justify-content: flex-start;
}
.cmp-subnavigation
  .sub-navigation__group-links
  button
  .sub-navigation__group-item {
  margin-right: 4px;
  margin-right: 0.25rem;
}
.cmp-subnavigation
  .sub-navigation__group-links
  .sub-navigation__group-links--back {
  display: none;
}
.cmp-subnavigation .sub-navigation__group-links .sub-navigation__group-links {
  flex-direction: column;
  width: 100%;
}
@media (min-width: 70.25em) {
  .cmp-subnavigation .sub-navigation__group-links .sub-navigation__group-links {
    padding: 12px;
    padding: 0.75rem;
    -webkit-border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    border-radius: 12px 12px 12px 12px;
    /* Prevent background color leak outs */
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
    max-height: calc(100vh - 142px);
    overflow-y: auto;
    position: relative;
    width: 100%;
  }
}
.cmp-subnavigation
  .sub-navigation__group-links
  .sub-navigation__group-links
  button,
.cmp-subnavigation .sub-navigation__group-links .sub-navigation__group-links a {
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  white-space: normal;
}
.cmp-subnavigation
  .sub-navigation__group-links
  .sub-navigation__group-links
  button
  .svg-icon {
  transform: rotate(270deg);
  fill: #022043;
}
.cmp-subnavigation
  .sub-navigation__group-links
  .sub-navigation__group-links
  a
  .svg-icon {
  transform: rotate(0deg);
}
.cmp-subnavigation .sub-navigation__group-links .sub-navigation__group {
  display: none;
}
@media (min-width: 70.25em) {
  .cmp-subnavigation .sub-navigation__group-links .sub-navigation__group {
    width: 264px;
    width: 16.5rem;
    position: absolute;
    top: calc(100% + 3px);
    z-index: 9;
  }
  .cmp-subnavigation
    .sub-navigation__group-links
    .sub-navigation__group
    .sub-navigation__group {
    top: 0;
    visibility: visible;
  }
}
@media (min-width: 70.25em) {
  .cmp-subnavigation
    .sub-navigation__group-links
    .sub-navigation__group-links--level-0
    > .sub-navigation__group {
    display: none;
    opacity: 0;
    overflow: hidden;
    top: calc(100% - 5px);
  }
}
.cmp-subnavigation
  .sub-navigation__group-links
  .sub-navigation__group-links--level-0.sub-navigation__group-links--active:not(
    .sub-navigation__group--more--level-1
  )
  > .sub-navigation__group {
  display: flex;
  opacity: 1;
  overflow: visible;
  top: calc(100% + 3px);
  transition: opacity, top;
  transition-duration: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition:
    opacity 200ms ease-in-out,
    top 200ms ease-in-out;
}
@media (min-width: 70.25em) {
  .cmp-subnavigation
    .sub-navigation__group-links
    .sub-navigation__group-links--level-0.sub-navigation__group-links--active:not(
      .sub-navigation__group--more--level-1
    )
    > .sub-navigation__group {
    max-height: calc(100vh - 142px);
    max-height: calc(100dvh - 142px);
  }
}
.cmp-subnavigation
  .sub-navigation__group-links
  .sub-navigation__group-links--level-0
  .sub-navigation__group--more--level-1
  .sub-navigation__group {
  display: none;
  top: 0;
}
.cmp-subnavigation
  .sub-navigation__group-links
  .sub-navigation__group-links--level-0
  .sub-navigation__group--more--level-0
  .sub-navigation__group-links--active
  > .sub-navigation__group {
  display: block;
  transform: none;
}
@media (min-width: 70.25em) {
  .cmp-subnavigation
    .sub-navigation__group-links
    .sub-navigation__group-links--level-0.sub-navigation__group--more--level-1
    > .sub-navigation__group {
    opacity: 1;
    overflow: visible;
  }
}
.cmp-subnavigation .sub-navigation__group-links--enable-backbtn {
  padding: 0px !important;
  border: 0 !important;
}
@media (min-width: 70.25em) {
  .cmp-subnavigation .sub-navigation__group-links--enable-backbtn {
    height: 0px;
    height: 0rem;
    visibility: hidden;
    overflow: visible !important;
  }
}
.cmp-subnavigation .sub-navigation__group-links--enable-backbtn > li {
  height: 0;
  visibility: hidden;
}
.cmp-subnavigation
  .sub-navigation__group-links--enable-backbtn
  > li.sub-navigation__group-links--active,
.cmp-subnavigation
  .sub-navigation__group-links--enable-backbtn
  > li.sub-navigation__group-links--active
  > li {
  height: auto;
}
.cmp-subnavigation
  .sub-navigation__group-links--enable-backbtn
  > li.sub-navigation__group-links--active
  > button {
  padding: 0px;
  padding: 0rem;
  height: 0px;
  height: 0rem;
  display: none;
  visibility: hidden;
}
.cmp-subnavigation
  .sub-navigation__group-links--enable-backbtn
  > .sub-navigation__group-links {
  visibility: visible;
}
.cmp-subnavigation .sub-navigation__group-links--header {
  padding-top: 12px;
  padding-top: 0.75rem;
  align-items: center;
  background: #ffffff;
  cursor: pointer;
  display: flex;
  top: -12px;
  z-index: 99;
}
.cmp-subnavigation .sub-navigation__group-links--header button {
  padding-left: 35px;
  padding-left: 2.1875rem;
  padding-right: 12px;
  padding-right: 0.75rem;
  font-weight: 700;
}
.cmp-subnavigation .sub-navigation__group-links--header button:before {
  border-style: solid;
  border-color: #333333;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 0.55em;
  left: 16px;
  margin-right: 10px;
  pointer-events: none;
  position: absolute;
  top: 18px;
  transform: rotate(225deg);
  vertical-align: middle;
  width: 0.55em;
  top: 32px;
}
.cmp-subnavigation .sub-navigation__group-wrapper,
.cmp-subnavigation .sub-navigation__group--more {
  width: 100%;
}
@media (min-width: 70.25em) {
  .cmp-subnavigation .sub-navigation__group-wrapper,
  .cmp-subnavigation .sub-navigation__group--more {
    width: auto;
  }
}
.cmp-subnavigation .sub-navigation__group-wrapper,
.cmp-subnavigation .sub-navigation__group--more {
  padding: 0px 12px;
  padding: 0rem 0.75rem;
}
@media (min-width: 70.25em) {
  .cmp-subnavigation .sub-navigation__group-wrapper,
  .cmp-subnavigation .sub-navigation__group--more {
    padding: 0px;
    padding: 0rem;
  }
}
.cmp-subnavigation .sub-navigation__group--more {
  display: none;
  position: relative;
}
.cmp-subnavigation .sub-navigation__container--title-wrapper {
  width: 100%;
}
@media (min-width: 70.25em) {
  .cmp-subnavigation .sub-navigation__container--title-wrapper {
    width: auto;
  }
}
.cmp-subnavigation .sub-navigation__container--title-wrapper {
  background-color: #ffffff;
  z-index: 999;
}
.cmp-subnavigation
  .sub-navigation__container--title-wrapper
  .sub-navigation__container--title-desktop {
  display: none;
}
@media (min-width: 70.25em) {
  .cmp-subnavigation
    .sub-navigation__container--title-wrapper
    .sub-navigation__container--title-desktop {
    padding-right: 24px;
    padding-right: 1.5rem;
    display: block;
  }
  .cmp-subnavigation
    .sub-navigation__container--title-wrapper
    .sub-navigation__container--title-desktop:not(div) {
    text-decoration: none;
    text-underline-offset: 4px;
  }
  .cmp-subnavigation
    .sub-navigation__container--title-wrapper
    .sub-navigation__container--title-desktop:not(div):hover {
    text-decoration: underline;
    outline: none;
  }
  .cmp-subnavigation
    .sub-navigation__container--title-wrapper
    .sub-navigation__container--title-desktop:focus-visible {
    outline: 2px solid #0057ae;
    outline-offset: -2px;
    -webkit-border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    /* Prevent background color leak outs */
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
}
.cmp-subnavigation
  .sub-navigation__container--title-wrapper
  .sub-navigation__container--title {
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 20px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1.25rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  color: #022043;
  font-weight: 700;
  line-height: 28px;
  white-space: nowrap;
}
@media (min-width: 70.25em) {
  .cmp-subnavigation
    .sub-navigation__container--title-wrapper
    .sub-navigation__container--title {
    line-height: 28px;
  }
}
.cmp-subnavigation
  .sub-navigation__container--title-wrapper
  .sub-navigation__container--title.sub-navigation__container--title-mobile {
  margin: 0px;
  margin: 0rem;
  padding: 10px 24px;
  padding: 0.625rem 1.5rem;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 16px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  position: relative;
  text-align: left;
  white-space: normal;
  width: 100%;
}
.cmp-subnavigation
  .sub-navigation__container--title-wrapper
  .sub-navigation__container--title.sub-navigation__container--title-mobile:focus-visible {
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  outline: 2px solid #0057ae;
  outline-offset: -2px;
}
@media (min-width: 70.25em) {
  .cmp-subnavigation
    .sub-navigation__container--title-wrapper
    .sub-navigation__container--title.sub-navigation__container--title-mobile:focus-visible {
    -webkit-border-radius: 24px 24px 24px 24px;
    -moz-border-radius: 24px 24px 24px 24px;
    border-radius: 24px 24px 24px 24px;
    /* Prevent background color leak outs */
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
}
.cmp-subnavigation
  .sub-navigation__container--title-wrapper
  .sub-navigation__container--title.sub-navigation__container--title-mobile:focus-visible:hover {
  outline: none;
}
@media (min-width: 70.25em) {
  .cmp-subnavigation
    .sub-navigation__container--title-wrapper
    .sub-navigation__container--title.sub-navigation__container--title-mobile {
    display: none;
  }
}
.cmp-subnavigation
  .sub-navigation__container--title-wrapper
  .sub-navigation__container--title.sub-navigation__container--title-mobile
  .svg-icon {
  transform: rotate(0deg);
}
.cmp-subnavigation
  .sub-navigation__container--title-wrapper.sub-navigation__group-links--active
  .sub-navigation__container--title
  .svg-icon {
  transform: rotate(180deg);
}
.cmp-subnavigation
  .sub-navigation__container--title-wrapper.sub-navigation__group-links--active
  + .sub-navigation__container--wrapper {
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  max-height: calc(100vh - 72px);
  max-height: calc(100dvh - 72px);
  opacity: 1;
  overflow: visible;
  overflow-y: auto;
  transition: 200ms;
  margin-top: 0px;
}
.cmp-subnavigation
  .sub-navigation__container--title-wrapper.sub-navigation__group-links--active
  + .sub-navigation__container--wrapper.primary-nav-visible {
  max-height: calc(100vh - 104px);
  max-height: calc(100dvh - 104px);
}
@media (min-width: 70.25em) {
  .cmp-subnavigation
    .sub-navigation__container--title-wrapper.sub-navigation__group-links--active
    + .sub-navigation__container--wrapper {
    padding: 0px;
    padding: 0rem;
    max-height: initial;
    overflow: visible;
  }
}
.cmp-subnavigation
  .sub-navigation__group-links--scrolling
  .sub-navigation__group-links--header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}
.cmp-subnavigation
  .sub-navigation__group-links--scrolling
  .sub-navigation__group-links--header:after {
  background: #ffffff;
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
  bottom: -9px;
  content: "";
  height: 8px;
  position: absolute;
  width: 100%;
}
.cmp-subnavigation .sub-navigation__container--cta {
  padding: 24px 24px 12px;
  padding: 1.5rem 1.5rem 0.75rem;
  background-color: #ffffff;
  z-index: 99;
}
@media (min-width: 70.25em) {
  .cmp-subnavigation .sub-navigation__container--cta {
    padding: 0px 0px 0px 14px;
    padding: 0rem 0rem 0rem 0.875rem;
  }
}
.cmp-subnavigation .sub-navigation__container--cta a {
  font-weight: 700 !important;
  justify-content: center;
}
@media (min-width: 70.25em) {
  .cmp-subnavigation .sub-navigation__group-links--active > button {
    background: #f0f1f2;
  }
}
.cmp-subnavigation .sub-navigation__group-links--active > a .svg-icon {
  transform: rotate(-180deg);
}
.cmp-subnavigation
  .sub-navigation__group-links--active
  > .sub-navigation__group {
  display: flex !important;
}
.cmp-subnavigation
  .sub-navigation__group-links--active
  > .sub-navigation__group:before,
.cmp-subnavigation
  .sub-navigation__group-links--active
  > .sub-navigation__group:after {
  background: #ffffff;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: "";
  height: 8px;
  position: absolute;
  width: calc(100% - 24px);
  left: 12px;
  z-index: 99;
}
.cmp-subnavigation
  .sub-navigation__group-links--active
  > .sub-navigation__group:before {
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
  bottom: auto;
  top: 1px;
  z-index: 999;
}
@media (min-width: 70.25em) {
  .cmp-subnavigation
    .sub-navigation__group-links--level-0.sub-navigation__group-links--active-page:after,
  .cmp-subnavigation
    .sub-navigation__group-links--level-0.sub-navigation__group-links--active-link:after {
    height: 3px;
    height: 0.1875rem;
    background: #022043;
    bottom: -7px;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
  }
}
.cmp-subnavigation
  .sub-navigation__group--more
  .sub-navigation__group-links--active-page:after,
.cmp-subnavigation
  .sub-navigation__group--more
  .sub-navigation__group-links--level-0.sub-navigation__group-links--active-page:after {
  content: none;
}
.cmp-subnavigation
  .sub-navigation__container-wrapper-elem
  .sub-navigation__container--overlay-wrapper {
  animation: quickScaleDown 0ms 200ms linear forwards;
}
.cmp-subnavigation
  .sub-navigation__container-wrapper-elem
  .sub-navigation__container--overlay {
  animation: easeOut 200ms cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
}
.cmp-subnavigation .sub-navigation__container--overlay-wrapper {
  display: table;
  height: 100vh;
  position: fixed;
  transform: scale(1);
  width: 100%;
  z-index: 9;
}
.cmp-subnavigation
  .sub-navigation__container--overlay-wrapper
  .sub-navigation__container--overlay {
  display: none;
}
.cmp-subnavigation
  .sub-navigation__container--overlay-wrapper
  .sub-navigation__container--overlay.sub-navigation__container--overlay-active {
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(17.5px);
  height: 100vh;
  display: block;
}
@media (min-width: 70.25em) {
  .cmp-subnavigation
    .sub-navigation__container--overlay-wrapper
    .sub-navigation__container--overlay.sub-navigation__container--overlay-active {
    display: none;
  }
}
@keyframes quickScaleDown {
  0% {
    transform: scale(1);
  }
  99.9% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes easeIn {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.32);
  }
}
@keyframes easeOut {
  0% {
    background: rgba(0, 0, 0, 0.32);
  }
  100% {
    background: rgba(0, 0, 0, 0);
  }
}

.icon__list-wrapper {
  margin: 0px;
  margin: 0rem;
}
@media (min-width: 70.25em) {
  .icon__list-wrapper {
    margin: 0px;
    margin: 0rem;
  }
}
@media (min-width: 75em) {
  .icon__list-wrapper {
    margin: 0px;
    margin: 0rem;
  }
}
.icon__list-wrapper .icon__list-container {
  margin: 0px;
  margin: 0rem;
  padding: 0px;
  padding: 0rem;
}
.icon__list-wrapper .icon__list-heading {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 12px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 0.75rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  align-items: center;
  display: flex;
  font-weight: 600;
  letter-spacing: 1px;
}
@media (min-width: 70.25em) {
  .icon__list-wrapper .icon__list-heading {
    /* Number of pixels in 1rem (default: 16px/rem)
    /* When converting to rems, we must divide by this ratio. */
    /* Print the pixel fallback declaration first so we can override it in capable browsers. */
    font-size: 13px;
    /* If there is only one value, print the declaration with the value converted to rems.*/
    font-size: 0.8125rem;
    /* line heights were not matching with the comps
    /* need to fix the math later
    /* @include set-leading($lines); */
  }
}
.icon__list-wrapper .icon__list-item {
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 14px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 0.875rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  margin-top: 0px;
  margin-top: 0rem;
  display: flex;
  -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
  page-break-inside: avoid; /* Firefox */
  break-inside: avoid; /* IE 10+ */
}
@media (min-width: 70.25em) {
  .icon__list-wrapper .icon__list-item {
    /* Number of pixels in 1rem (default: 16px/rem)
    /* When converting to rems, we must divide by this ratio. */
    /* Print the pixel fallback declaration first so we can override it in capable browsers. */
    font-size: 16px;
    /* If there is only one value, print the declaration with the value converted to rems.*/
    font-size: 1rem;
    /* line heights were not matching with the comps
    /* need to fix the math later
    /* @include set-leading($lines); */
  }
}
.icon__list-wrapper .icon__list-item-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  margin-right: 0.75rem;
  display: inline-flex;
}
.icon__list-wrapper .icon__list-item-icon svg {
  width: 24px;
  height: 24px;
  display: flex;
}
.icon__list-wrapper .icon__list-item-description {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  display: inline-flex;
  width: calc(100% - 32px);
  word-break: break-word;
}
@media (min-width: 70.25em) {
  .icon__list-wrapper .icon__list-column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (min-width: 70.25em) {
  .icon__list-wrapper .icon__list-column .icon__list-item-description {
    margin: 0px;
    margin: 0rem;
  }
}

.icon__list-white,
.icon-list.bg-white {
  background: #ffffff;
  padding: 24px;
  padding: 1.5rem;
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.icon__list-white .icon__list-item:last-child .icon__list-item-description,
.icon-list.bg-white .icon__list-item:last-child .icon__list-item-description {
  margin-bottom: 0;
}

.lightTheme .icon__list-wrapper .icon__list-heading,
.quote .quote-component .icon__list-wrapper .icon__list-heading {
  color: #022043;
}
.lightTheme .icon__list-wrapper ul .icon__list-item-icon svg,
.quote .quote-component .icon__list-wrapper ul .icon__list-item-icon svg {
  fill: #0057ae;
}
.lightTheme .icon__list-wrapper ul .icon__list-item-description,
.quote .quote-component .icon__list-wrapper ul .icon__list-item-description {
  color: #022043 !important;
}
.lightTheme .icon__list-wrapper ul .icon__list-item-description p,
.quote .quote-component .icon__list-wrapper ul .icon__list-item-description p {
  color: #022043;
}

.darkTheme .icon__list-wrapper .icon__list-heading {
  color: #ffffff;
}
.darkTheme .icon__list-wrapper ul .icon__list-item-icon svg {
  fill: #ffffff;
}
.darkTheme .icon__list-wrapper ul .icon__list-item-description {
  color: #ffffff !important;
}
.darkTheme .icon__list-wrapper ul .icon__list-item-description p {
  color: #ffffff;
}

.icon-list.bg-white {
  color: #000000;
}
.icon-list.bg-white .icon__list-wrapper .icon__list-heading {
  color: #022043;
}
.icon-list.bg-white .icon__list-wrapper ul .icon__list-item-icon svg {
  fill: #0057ae;
}
.icon-list.bg-white .icon__list-wrapper ul .icon__list-item-description {
  color: #022043 !important;
}
.icon-list.bg-white .icon__list-wrapper ul .icon__list-item-description p {
  color: #022043 !important;
}

.icon-block__wrapper {
  margin: 16px 0px;
  margin: 1rem 0rem;
}
.icon-block__wrapper-logo {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  width: 56px;
  height: 56px;
  display: flex;
}
.icon-block__wrapper-logo img {
  width: 100%;
  transform: none;
}
.icon-block__wrapper-logo svg {
  height: 56px;
  height: 3.5rem;
  fill: #0875e1;
}
.icon-block__wrapper-content {
  word-break: break-word;
}
.icon-block__wrapper-description .cmp-text {
  min-height: 45px;
  min-height: 2.8125rem;
}

.icon-block__wrapper--no-margin .icon-block__wrapper {
  margin: 0px;
  margin: 0rem;
}

.section.bg-blue .icon-block__wrapper-logo svg {
  fill: #ffffff;
}
.section.bg-blue .icon-block__wrapper-link .wd-btn,
.section.bg-blue
  .icon-block__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .section.bg-blue
  .icon-block__wrapper-link
  .vjs-default-button,
.section.bg-blue
  .icon-block__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .section.bg-blue
  .icon-block__wrapper-link
  .vjs-done-button,
.section.bg-blue
  .icon-block__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .section.bg-blue
  .icon-block__wrapper-link
  .vjs-default-button,
.section.bg-blue
  .icon-block__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .section.bg-blue
  .icon-block__wrapper-link
  .vjs-done-button,
.section.bg-blue .icon-block__wrapper-link .customer-content a,
.customer-content .section.bg-blue .icon-block__wrapper-link a,
.section.bg-blue
  .icon-block__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .section.bg-blue
  .icon-block__wrapper-link
  a,
.section.bg-blue
  .icon-block__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .section.bg-blue
  .icon-block__wrapper-link
  .cta,
.section.bg-blue
  .icon-block__wrapper-link
  .cmp-resourcebar
  .content-fragment__cards-cta,
.cmp-resourcebar
  .section.bg-blue
  .icon-block__wrapper-link
  .content-fragment__cards-cta,
.section.bg-blue
  .icon-block__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .section.bg-blue
  .icon-block__wrapper-link
  a {
  color: #ffffff;
}
.section.bg-blue .icon-block__wrapper-link .wd-btn svg,
.section.bg-blue
  .icon-block__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  svg,
.textarea
  video-js
  .vjs-text-track-settings
  .section.bg-blue
  .icon-block__wrapper-link
  .vjs-default-button
  svg,
.section.bg-blue
  .icon-block__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  svg,
.textarea
  video-js
  .vjs-text-track-settings
  .section.bg-blue
  .icon-block__wrapper-link
  .vjs-done-button
  svg,
.section.bg-blue
  .icon-block__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  svg,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .section.bg-blue
  .icon-block__wrapper-link
  .vjs-default-button
  svg,
.section.bg-blue
  .icon-block__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  svg,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .section.bg-blue
  .icon-block__wrapper-link
  .vjs-done-button
  svg,
.section.bg-blue .icon-block__wrapper-link .customer-content a svg,
.customer-content .section.bg-blue .icon-block__wrapper-link a svg,
.section.bg-blue
  .icon-block__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  svg,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .section.bg-blue
  .icon-block__wrapper-link
  a
  svg,
.section.bg-blue
  .icon-block__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .section.bg-blue
  .icon-block__wrapper-link
  .cta
  svg,
.section.bg-blue
  .icon-block__wrapper-link
  .cmp-resourcebar
  .content-fragment__cards-cta
  svg,
.cmp-resourcebar
  .section.bg-blue
  .icon-block__wrapper-link
  .content-fragment__cards-cta
  svg,
.section.bg-blue
  .icon-block__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  svg,
.cmp-subnavigation
  .sub-navigation__container--cta
  .section.bg-blue
  .icon-block__wrapper-link
  a
  svg {
  fill: #ffffff;
}
.section.bg-white .icon-block__wrapper-title p,
.section.bg-gray .icon-block__wrapper-title p {
  color: #000000;
}
.section.bg-white .icon-block__wrapper-description p,
.section.bg-gray .icon-block__wrapper-description p {
  color: #333333;
}

.darkTheme
  .icon-block__wrapper
  .icon-block__wrapper-container
  .icon-block__wrapper-logo
  svg {
  fill: #ffffff !important;
}
.darkTheme
  .icon-block__wrapper
  .icon-block__wrapper-container
  .icon-block__wrapper-content
  .icon-block__wrapper-title {
  color: #ffffff !important;
  font-style: normal;
  font-size: 20px;
  font-weight: 700;
  line-height: 104%; /* 20.8px */
}
.darkTheme
  .icon-block__wrapper
  .icon-block__wrapper-container
  .icon-block__wrapper-content
  .icon-block__wrapper-description {
  color: #ffffff !important;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.lightTheme
  .icon-block__wrapper
  .icon-block__wrapper-container
  .icon-block__wrapper-logo
  svg,
.quote
  .quote-component
  .icon-block__wrapper
  .icon-block__wrapper-container
  .icon-block__wrapper-logo
  svg {
  fill: #0057ae !important;
}
.lightTheme
  .icon-block__wrapper
  .icon-block__wrapper-container
  .icon-block__wrapper-content
  .icon-block__wrapper-title,
.quote
  .quote-component
  .icon-block__wrapper
  .icon-block__wrapper-container
  .icon-block__wrapper-content
  .icon-block__wrapper-title {
  color: #022043 !important;
  font-style: normal;
  font-size: 20px;
  font-weight: 700;
  line-height: 104%; /* 20.8px */
}
.lightTheme
  .icon-block__wrapper
  .icon-block__wrapper-container
  .icon-block__wrapper-content
  .icon-block__wrapper-description,
.quote
  .quote-component
  .icon-block__wrapper
  .icon-block__wrapper-container
  .icon-block__wrapper-content
  .icon-block__wrapper-description {
  color: #022043 !important;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.icon-block-v2__wrapper {
  display: flex;
  flex-direction: column;
  margin: 16px 0;
  margin: 1rem 0rem;
}
@media (min-width: 48em) {
  .icon-block-v2__wrapper {
    margin: 32px 0;
    margin: 2rem 0rem;
  }
}
.icon-block-v2__wrapper-logo {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  width: 56px;
  height: 56px;
  align-self: flex-start;
}
.icon-block-v2__wrapper-logo.logo-center-align {
  align-self: center;
}
.icon-block-v2__wrapper-logo.logo-right-align {
  align-self: flex-end;
}
.icon-block-v2__wrapper-logo img {
  width: 100%;
  transform: none;
}
.icon-block-v2__wrapper-logo svg {
  height: 56px;
  height: 3.5rem;
  fill: #000000;
}
.icon-block-v2__wrapper-text {
  margin: 0;
  margin: 0rem;
  font-weight: 400;
  align-self: flex-start;
}
.icon-block-v2__wrapper-text a {
  text-decoration: none;
  font-weight: 400;
  white-space: normal;
}
.icon-block-v2__wrapper-text a:focus {
  border-radius: 4px;
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  outline: none;
}
.icon-block-v2__wrapper-text a:focus:hover {
  box-shadow: none;
}
.icon-block-v2__wrapper-text a:hover {
  text-decoration: underline;
}
.icon-block-v2__wrapper-text span {
  line-height: 24px;
  display: block;
}
.icon-block-v2__wrapper-text.text-center-align {
  align-self: center;
}
.icon-block-v2__wrapper-text.text-center-align a,
.icon-block-v2__wrapper-text.text-center-align span {
  text-align: center;
}
.icon-block-v2__wrapper-text.text-right-align {
  align-self: flex-end;
}
.icon-block-v2__wrapper-text.text-right-align a,
.icon-block-v2__wrapper-text.text-right-align span {
  text-align: right;
}

.section.bg-blue .icon-block-v2__wrapper-logo svg,
.section-v2.bg-blue .icon-block-v2__wrapper-logo svg {
  fill: #ffffff;
}
.section.bg-blue .icon-block-v2__wrapper-text,
.section-v2.bg-blue .icon-block-v2__wrapper-text {
  color: #ffffff;
}

.icon-grid-resource {
  display: flex;
}

.icon-grid__wrapper {
  margin: 16px 0px;
  margin: 1rem 0rem;
  padding: 24px;
  padding: 1.5rem;
  background: #ffffff;
  border: 1px solid #b6c1cc;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  transition: box-shadow 0.2s ease-in-out;
}
.icon-grid__wrapper .cmp-button {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 48em) {
  .icon-grid__wrapper .cmp-button {
    flex-direction: row;
  }
}
.icon-grid__wrapper:hover {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
}
.icon-grid__wrapper:focus {
  box-shadow: 0 0 0 2px #0875e1;
  outline: 0;
}
.icon-grid__wrapper-logo {
  width: 48px;
  height: 48px;
  display: inline-flex;
}
.icon-grid__wrapper-logo img {
  width: 100%;
  transform: none;
}
.icon-grid__wrapper-logo svg {
  width: 48px;
  height: 48px;
  fill: #0875e1;
}
.icon-grid__wrapper-link div {
  display: flex;
  justify-content: inherit;
}
.icon-grid__wrapper-link .wd-btn,
.icon-grid__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-default-button,
.icon-grid__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-done-button,
.icon-grid__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-default-button,
.icon-grid__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-done-button,
.icon-grid__wrapper-link .customer-content a,
.customer-content .icon-grid__wrapper-link a,
.icon-grid__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .icon-grid__wrapper-link
  a,
.icon-grid__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .icon-grid__wrapper-link
  .cta,
.icon-grid__wrapper-link .cmp-resourcebar .content-fragment__cards-cta,
.cmp-resourcebar .icon-grid__wrapper-link .content-fragment__cards-cta,
.icon-grid__wrapper-link .cmp-subnavigation .sub-navigation__container--cta a,
.cmp-subnavigation .sub-navigation__container--cta .icon-grid__wrapper-link a {
  cursor: pointer;
  white-space: nowrap;
  margin: 0px;
}
.icon-grid__wrapper-link .wd-btn ~ .wd-btn,
.icon-grid__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  ~ .wd-btn,
.textarea
  video-js
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-default-button
  ~ .wd-btn,
.icon-grid__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  ~ .wd-btn,
.textarea
  video-js
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-done-button
  ~ .wd-btn,
.icon-grid__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  ~ .wd-btn,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-default-button
  ~ .wd-btn,
.icon-grid__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  ~ .wd-btn,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-done-button
  ~ .wd-btn,
.icon-grid__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  ~ .wd-btn,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-default-button
  ~ .wd-btn,
.icon-grid__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  ~ .wd-btn,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-done-button
  ~ .wd-btn,
.icon-grid__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .wd-btn
  ~ .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .wd-btn
  ~ .vjs-default-button,
.icon-grid__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-default-button
  ~ .vjs-default-button,
.icon-grid__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-done-button
  ~ .vjs-default-button,
.icon-grid__wrapper-link
  .brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-default-button,
.textarea
  video-js
  .icon-grid__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-default-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-default-button
  ~ .vjs-default-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-default-button
  ~ .vjs-default-button,
.icon-grid__wrapper-link
  .brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-default-button,
.textarea
  video-js
  .icon-grid__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-default-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-done-button
  ~ .vjs-default-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-done-button
  ~ .vjs-default-button,
.icon-grid__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-default-button,
.textarea
  video-js
  .icon-grid__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-default-button
  ~ .vjs-default-button,
.textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-default-button
  ~ .vjs-default-button,
.icon-grid__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-default-button,
.textarea
  video-js
  .icon-grid__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-done-button
  ~ .vjs-default-button,
.textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-done-button
  ~ .vjs-default-button,
.icon-grid__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .wd-btn
  ~ .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .wd-btn
  ~ .vjs-done-button,
.icon-grid__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-default-button
  ~ .vjs-done-button,
.icon-grid__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-done-button
  ~ .vjs-done-button,
.icon-grid__wrapper-link
  .brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-done-button,
.textarea
  video-js
  .icon-grid__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-done-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-default-button
  ~ .vjs-done-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-default-button
  ~ .vjs-done-button,
.icon-grid__wrapper-link
  .brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-done-button,
.textarea
  video-js
  .icon-grid__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-done-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-done-button
  ~ .vjs-done-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-done-button
  ~ .vjs-done-button,
.icon-grid__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-done-button,
.textarea
  video-js
  .icon-grid__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-default-button
  ~ .vjs-done-button,
.textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-default-button
  ~ .vjs-done-button,
.icon-grid__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-done-button,
.textarea
  video-js
  .icon-grid__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-done-button
  ~ .vjs-done-button,
.textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-done-button
  ~ .vjs-done-button,
.icon-grid__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .wd-btn
  ~ .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .wd-btn
  ~ .vjs-default-button,
.icon-grid__wrapper-link
  .textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-default-button,
.brightcove-player__wrapper
  .icon-grid__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-default-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-default-button
  ~ .vjs-default-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-default-button
  ~ .vjs-default-button,
.icon-grid__wrapper-link
  .textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-default-button,
.brightcove-player__wrapper
  .icon-grid__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-default-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-done-button
  ~ .vjs-default-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-done-button
  ~ .vjs-default-button,
.icon-grid__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-default-button
  ~ .vjs-default-button,
.icon-grid__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-done-button
  ~ .vjs-default-button,
.icon-grid__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-default-button
  ~ .vjs-default-button,
.icon-grid__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-done-button
  ~ .vjs-default-button,
.icon-grid__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .wd-btn
  ~ .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .wd-btn
  ~ .vjs-done-button,
.icon-grid__wrapper-link
  .textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-done-button,
.brightcove-player__wrapper
  .icon-grid__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-done-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-default-button
  ~ .vjs-done-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-default-button
  ~ .vjs-done-button,
.icon-grid__wrapper-link
  .textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-done-button,
.brightcove-player__wrapper
  .icon-grid__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-done-button,
.textarea
  video-js
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-done-button
  ~ .vjs-done-button,
.brightcove-player__wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-done-button
  ~ .vjs-done-button,
.icon-grid__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-default-button
  ~ .vjs-done-button,
.icon-grid__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-done-button
  ~ .vjs-done-button,
.icon-grid__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-default-button
  ~ .vjs-done-button,
.icon-grid__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-done-button
  ~ .vjs-done-button,
.icon-grid__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .wd-btn
  ~ .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .wd-btn
  ~ .vjs-default-button,
.icon-grid__wrapper-link
  .textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .icon-grid__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-default-button,
.textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-default-button
  ~ .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-default-button
  ~ .vjs-default-button,
.icon-grid__wrapper-link
  .textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .icon-grid__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-default-button,
.textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-done-button
  ~ .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-done-button
  ~ .vjs-default-button,
.icon-grid__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-default-button
  ~ .vjs-default-button,
.icon-grid__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-done-button
  ~ .vjs-default-button,
.icon-grid__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-default-button
  ~ .vjs-default-button,
.icon-grid__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-done-button
  ~ .vjs-default-button,
.icon-grid__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .wd-btn
  ~ .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .wd-btn
  ~ .vjs-done-button,
.icon-grid__wrapper-link
  .textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .icon-grid__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-done-button,
.textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-default-button
  ~ .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-default-button
  ~ .vjs-done-button,
.icon-grid__wrapper-link
  .textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .icon-grid__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-done-button,
.textarea
  video-js
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-done-button
  ~ .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .textarea
  video-js
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-done-button
  ~ .vjs-done-button,
.icon-grid__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-default-button
  ~ .vjs-done-button,
.icon-grid__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-done-button
  ~ .vjs-done-button,
.icon-grid__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  ~ .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-default-button
  ~ .vjs-done-button,
.icon-grid__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  ~ .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .vjs-done-button
  ~ .vjs-done-button,
.icon-grid__wrapper-link .customer-content a ~ .wd-btn,
.icon-grid__wrapper-link
  .customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a
  ~ .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .customer-content
  a
  ~ .vjs-default-button,
.icon-grid__wrapper-link
  .customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  a
  ~ .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .customer-content
  a
  ~ .vjs-done-button,
.icon-grid__wrapper-link
  .customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a
  ~ .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .customer-content
  a
  ~ .vjs-default-button,
.icon-grid__wrapper-link
  .customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a
  ~ .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .customer-content
  a
  ~ .vjs-done-button,
.icon-grid__wrapper-link
  .customer-content
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a
  ~ .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .customer-content
  a
  ~ .vjs-default-button,
.icon-grid__wrapper-link
  .customer-content
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a
  ~ .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .customer-content
  a
  ~ .vjs-done-button,
.customer-content .icon-grid__wrapper-link a ~ .wd-btn,
.customer-content
  .icon-grid__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  a
  ~ .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  .icon-grid__wrapper-link
  a
  ~ .vjs-default-button,
.customer-content
  .icon-grid__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  a
  ~ .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  .icon-grid__wrapper-link
  a
  ~ .vjs-done-button,
.customer-content
  .icon-grid__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a
  ~ .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  .icon-grid__wrapper-link
  a
  ~ .vjs-default-button,
.customer-content
  .icon-grid__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a
  ~ .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  .icon-grid__wrapper-link
  a
  ~ .vjs-done-button,
.customer-content
  .icon-grid__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a
  ~ .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .customer-content
  .icon-grid__wrapper-link
  a
  ~ .vjs-default-button,
.customer-content
  .icon-grid__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a
  ~ .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .customer-content
  .icon-grid__wrapper-link
  a
  ~ .vjs-done-button,
.icon-grid__wrapper-link .customer-content .wd-btn ~ a,
.icon-grid__wrapper-link
  .customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  ~ a,
.textarea
  video-js
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .customer-content
  .vjs-default-button
  ~ a,
.icon-grid__wrapper-link
  .customer-content
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  ~ a,
.textarea
  video-js
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .customer-content
  .vjs-done-button
  ~ a,
.icon-grid__wrapper-link
  .customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  ~ a,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .customer-content
  .vjs-default-button
  ~ a,
.icon-grid__wrapper-link
  .customer-content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  ~ a,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .customer-content
  .vjs-done-button
  ~ a,
.icon-grid__wrapper-link
  .customer-content
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  ~ a,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .customer-content
  .vjs-default-button
  ~ a,
.icon-grid__wrapper-link
  .customer-content
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  ~ a,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .customer-content
  .vjs-done-button
  ~ a,
.customer-content .icon-grid__wrapper-link .wd-btn ~ a,
.customer-content
  .icon-grid__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  ~ a,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  .icon-grid__wrapper-link
  .vjs-default-button
  ~ a,
.customer-content
  .icon-grid__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  ~ a,
.textarea
  video-js
  .vjs-text-track-settings
  .customer-content
  .icon-grid__wrapper-link
  .vjs-done-button
  ~ a,
.customer-content
  .icon-grid__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  ~ a,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  .icon-grid__wrapper-link
  .vjs-default-button
  ~ a,
.customer-content
  .icon-grid__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  ~ a,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .customer-content
  .icon-grid__wrapper-link
  .vjs-done-button
  ~ a,
.customer-content
  .icon-grid__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  ~ a,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .customer-content
  .icon-grid__wrapper-link
  .vjs-default-button
  ~ a,
.customer-content
  .icon-grid__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  ~ a,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .customer-content
  .icon-grid__wrapper-link
  .vjs-done-button
  ~ a,
.icon-grid__wrapper-link .customer-content a ~ a,
.customer-content .icon-grid__wrapper-link a ~ a,
.icon-grid__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  ~ .wd-btn,
.icon-grid__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .textarea
  video-js
  .vjs-text-track-settings
  a
  ~ .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  ~ .vjs-default-button,
.icon-grid__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .textarea
  video-js
  .vjs-text-track-settings
  a
  ~ .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  ~ .vjs-done-button,
.icon-grid__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a
  ~ .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  ~ .vjs-default-button,
.icon-grid__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a
  ~ .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  ~ .vjs-done-button,
.icon-grid__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a
  ~ .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  ~ .vjs-default-button,
.icon-grid__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a
  ~ .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  ~ .vjs-done-button,
.icon-grid__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .customer-content
  a
  ~ a,
.customer-content
  .icon-grid__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  ~ a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .icon-grid__wrapper-link
  a
  ~ .wd-btn,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .icon-grid__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  a
  ~ .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .icon-grid__wrapper-link
  a
  ~ .vjs-default-button,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .icon-grid__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  a
  ~ .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .icon-grid__wrapper-link
  a
  ~ .vjs-done-button,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .icon-grid__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a
  ~ .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .icon-grid__wrapper-link
  a
  ~ .vjs-default-button,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .icon-grid__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a
  ~ .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .icon-grid__wrapper-link
  a
  ~ .vjs-done-button,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .icon-grid__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a
  ~ .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .icon-grid__wrapper-link
  a
  ~ .vjs-default-button,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .icon-grid__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a
  ~ .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .icon-grid__wrapper-link
  a
  ~ .vjs-done-button,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .icon-grid__wrapper-link
  .customer-content
  a
  ~ a,
.customer-content
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .icon-grid__wrapper-link
  a
  ~ a,
.icon-grid__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  ~ .wd-btn,
.icon-grid__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .textarea
  video-js
  .vjs-text-track-settings
  .cta
  ~ .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  ~ .vjs-default-button,
.icon-grid__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .textarea
  video-js
  .vjs-text-track-settings
  .cta
  ~ .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  ~ .vjs-done-button,
.icon-grid__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .cta
  ~ .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  ~ .vjs-default-button,
.icon-grid__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .cta
  ~ .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  ~ .vjs-done-button,
.icon-grid__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cta
  ~ .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  ~ .vjs-default-button,
.icon-grid__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cta
  ~ .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  ~ .vjs-done-button,
.icon-grid__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .customer-content
  .cta
  ~ a,
.customer-content
  .icon-grid__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  ~ a,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .icon-grid__wrapper-link
  .cta
  ~ .wd-btn,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .icon-grid__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .cta
  ~ .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .icon-grid__wrapper-link
  .cta
  ~ .vjs-default-button,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .icon-grid__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .cta
  ~ .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .icon-grid__wrapper-link
  .cta
  ~ .vjs-done-button,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .icon-grid__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .cta
  ~ .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .icon-grid__wrapper-link
  .cta
  ~ .vjs-default-button,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .icon-grid__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .cta
  ~ .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .icon-grid__wrapper-link
  .cta
  ~ .vjs-done-button,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .icon-grid__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cta
  ~ .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .icon-grid__wrapper-link
  .cta
  ~ .vjs-default-button,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .icon-grid__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cta
  ~ .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .icon-grid__wrapper-link
  .cta
  ~ .vjs-done-button,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .icon-grid__wrapper-link
  .customer-content
  .cta
  ~ a,
.customer-content
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .icon-grid__wrapper-link
  .cta
  ~ a,
.icon-grid__wrapper-link
  .cmp-resourcebar
  .content-fragment__cards-cta
  ~ .wd-btn,
.icon-grid__wrapper-link
  .cmp-resourcebar
  .textarea
  video-js
  .vjs-text-track-settings
  .content-fragment__cards-cta
  ~ .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .cmp-resourcebar
  .content-fragment__cards-cta
  ~ .vjs-default-button,
.icon-grid__wrapper-link
  .cmp-resourcebar
  .textarea
  video-js
  .vjs-text-track-settings
  .content-fragment__cards-cta
  ~ .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .cmp-resourcebar
  .content-fragment__cards-cta
  ~ .vjs-done-button,
.icon-grid__wrapper-link
  .cmp-resourcebar
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .content-fragment__cards-cta
  ~ .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .cmp-resourcebar
  .content-fragment__cards-cta
  ~ .vjs-default-button,
.icon-grid__wrapper-link
  .cmp-resourcebar
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .content-fragment__cards-cta
  ~ .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .cmp-resourcebar
  .content-fragment__cards-cta
  ~ .vjs-done-button,
.icon-grid__wrapper-link
  .cmp-resourcebar
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .content-fragment__cards-cta
  ~ .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .cmp-resourcebar
  .content-fragment__cards-cta
  ~ .vjs-default-button,
.icon-grid__wrapper-link
  .cmp-resourcebar
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .content-fragment__cards-cta
  ~ .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .cmp-resourcebar
  .content-fragment__cards-cta
  ~ .vjs-done-button,
.icon-grid__wrapper-link
  .cmp-resourcebar
  .customer-content
  .content-fragment__cards-cta
  ~ a,
.customer-content
  .icon-grid__wrapper-link
  .cmp-resourcebar
  .content-fragment__cards-cta
  ~ a,
.cmp-resourcebar
  .icon-grid__wrapper-link
  .content-fragment__cards-cta
  ~ .wd-btn,
.cmp-resourcebar
  .icon-grid__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .content-fragment__cards-cta
  ~ .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-resourcebar
  .icon-grid__wrapper-link
  .content-fragment__cards-cta
  ~ .vjs-default-button,
.cmp-resourcebar
  .icon-grid__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .content-fragment__cards-cta
  ~ .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-resourcebar
  .icon-grid__wrapper-link
  .content-fragment__cards-cta
  ~ .vjs-done-button,
.cmp-resourcebar
  .icon-grid__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .content-fragment__cards-cta
  ~ .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-resourcebar
  .icon-grid__wrapper-link
  .content-fragment__cards-cta
  ~ .vjs-default-button,
.cmp-resourcebar
  .icon-grid__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .content-fragment__cards-cta
  ~ .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-resourcebar
  .icon-grid__wrapper-link
  .content-fragment__cards-cta
  ~ .vjs-done-button,
.cmp-resourcebar
  .icon-grid__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .content-fragment__cards-cta
  ~ .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-resourcebar
  .icon-grid__wrapper-link
  .content-fragment__cards-cta
  ~ .vjs-default-button,
.cmp-resourcebar
  .icon-grid__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .content-fragment__cards-cta
  ~ .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-resourcebar
  .icon-grid__wrapper-link
  .content-fragment__cards-cta
  ~ .vjs-done-button,
.cmp-resourcebar
  .icon-grid__wrapper-link
  .customer-content
  .content-fragment__cards-cta
  ~ a,
.customer-content
  .cmp-resourcebar
  .icon-grid__wrapper-link
  .content-fragment__cards-cta
  ~ a,
.icon-grid__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  ~ .wd-btn,
.icon-grid__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  .textarea
  video-js
  .vjs-text-track-settings
  a
  ~ .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  ~ .vjs-default-button,
.icon-grid__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  .textarea
  video-js
  .vjs-text-track-settings
  a
  ~ .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  ~ .vjs-done-button,
.icon-grid__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a
  ~ .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  ~ .vjs-default-button,
.icon-grid__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a
  ~ .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  ~ .vjs-done-button,
.icon-grid__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a
  ~ .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  ~ .vjs-default-button,
.icon-grid__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a
  ~ .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  ~ .vjs-done-button,
.icon-grid__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  .customer-content
  a
  ~ a,
.customer-content
  .icon-grid__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  ~ a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .icon-grid__wrapper-link
  a
  ~ .wd-btn,
.cmp-subnavigation
  .sub-navigation__container--cta
  .icon-grid__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  a
  ~ .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  .icon-grid__wrapper-link
  a
  ~ .vjs-default-button,
.cmp-subnavigation
  .sub-navigation__container--cta
  .icon-grid__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  a
  ~ .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  .icon-grid__wrapper-link
  a
  ~ .vjs-done-button,
.cmp-subnavigation
  .sub-navigation__container--cta
  .icon-grid__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a
  ~ .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  .icon-grid__wrapper-link
  a
  ~ .vjs-default-button,
.cmp-subnavigation
  .sub-navigation__container--cta
  .icon-grid__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a
  ~ .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  .icon-grid__wrapper-link
  a
  ~ .vjs-done-button,
.cmp-subnavigation
  .sub-navigation__container--cta
  .icon-grid__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a
  ~ .vjs-default-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  .icon-grid__wrapper-link
  a
  ~ .vjs-default-button,
.cmp-subnavigation
  .sub-navigation__container--cta
  .icon-grid__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  a
  ~ .vjs-done-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  .icon-grid__wrapper-link
  a
  ~ .vjs-done-button,
.cmp-subnavigation
  .sub-navigation__container--cta
  .icon-grid__wrapper-link
  .customer-content
  a
  ~ a,
.customer-content
  .cmp-subnavigation
  .sub-navigation__container--cta
  .icon-grid__wrapper-link
  a
  ~ a,
.icon-grid__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .wd-btn
  ~ a,
.icon-grid__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  ~ a,
.textarea
  video-js
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .vjs-default-button
  ~ a,
.icon-grid__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  ~ a,
.textarea
  video-js
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .vjs-done-button
  ~ a,
.icon-grid__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  ~ a,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .vjs-default-button
  ~ a,
.icon-grid__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  ~ a,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .vjs-done-button
  ~ a,
.icon-grid__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  ~ a,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .vjs-default-button
  ~ a,
.icon-grid__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  ~ a,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .vjs-done-button
  ~ a,
.icon-grid__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .customer-content
  a
  ~ a,
.customer-content
  .icon-grid__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  ~ a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .icon-grid__wrapper-link
  .wd-btn
  ~ a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .icon-grid__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  ~ a,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .icon-grid__wrapper-link
  .vjs-default-button
  ~ a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .icon-grid__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  ~ a,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .icon-grid__wrapper-link
  .vjs-done-button
  ~ a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .icon-grid__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  ~ a,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .icon-grid__wrapper-link
  .vjs-default-button
  ~ a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .icon-grid__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  ~ a,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .icon-grid__wrapper-link
  .vjs-done-button
  ~ a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .icon-grid__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  ~ a,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .icon-grid__wrapper-link
  .vjs-default-button
  ~ a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .icon-grid__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  ~ a,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .icon-grid__wrapper-link
  .vjs-done-button
  ~ a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .icon-grid__wrapper-link
  .customer-content
  a
  ~ a,
.customer-content
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .icon-grid__wrapper-link
  a
  ~ a,
.icon-grid__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  ~ a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .icon-grid__wrapper-link
  a
  ~ a,
.icon-grid__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .cta
  ~ a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .icon-grid__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  ~ a,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .icon-grid__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .cta
  ~ a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .icon-grid__wrapper-link
  .cta
  ~ a,
.icon-grid__wrapper-link
  .cmp-resourcebar
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .content-fragment__cards-cta
  ~ a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .icon-grid__wrapper-link
  .cmp-resourcebar
  .content-fragment__cards-cta
  ~ a,
.cmp-resourcebar
  .icon-grid__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .content-fragment__cards-cta
  ~ a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .cmp-resourcebar
  .icon-grid__wrapper-link
  .content-fragment__cards-cta
  ~ a,
.icon-grid__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .wd-btn
  ~ .cta,
.icon-grid__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  ~ .cta,
.textarea
  video-js
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .vjs-default-button
  ~ .cta,
.icon-grid__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  ~ .cta,
.textarea
  video-js
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .vjs-done-button
  ~ .cta,
.icon-grid__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  ~ .cta,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .vjs-default-button
  ~ .cta,
.icon-grid__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  ~ .cta,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .vjs-done-button
  ~ .cta,
.icon-grid__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  ~ .cta,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .vjs-default-button
  ~ .cta,
.icon-grid__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  ~ .cta,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .vjs-done-button
  ~ .cta,
.icon-grid__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .customer-content
  a
  ~ .cta,
.customer-content
  .icon-grid__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  a
  ~ .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .icon-grid__wrapper-link
  .wd-btn
  ~ .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .icon-grid__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  ~ .cta,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .icon-grid__wrapper-link
  .vjs-default-button
  ~ .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .icon-grid__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  ~ .cta,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .icon-grid__wrapper-link
  .vjs-done-button
  ~ .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .icon-grid__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  ~ .cta,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .icon-grid__wrapper-link
  .vjs-default-button
  ~ .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .icon-grid__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  ~ .cta,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .icon-grid__wrapper-link
  .vjs-done-button
  ~ .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .icon-grid__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  ~ .cta,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .icon-grid__wrapper-link
  .vjs-default-button
  ~ .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .icon-grid__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  ~ .cta,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .icon-grid__wrapper-link
  .vjs-done-button
  ~ .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .icon-grid__wrapper-link
  .customer-content
  a
  ~ .cta,
.customer-content
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .icon-grid__wrapper-link
  a
  ~ .cta,
.icon-grid__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  a
  ~ .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .icon-grid__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  ~ .cta,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .icon-grid__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  a
  ~ .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .icon-grid__wrapper-link
  a
  ~ .cta,
.icon-grid__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  ~ .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .icon-grid__wrapper-link
  .cta
  ~ .cta,
.icon-grid__wrapper-link
  .cmp-resourcebar
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .content-fragment__cards-cta
  ~ .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .icon-grid__wrapper-link
  .cmp-resourcebar
  .content-fragment__cards-cta
  ~ .cta,
.cmp-resourcebar
  .icon-grid__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .content-fragment__cards-cta
  ~ .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cmp-resourcebar
  .icon-grid__wrapper-link
  .content-fragment__cards-cta
  ~ .cta,
.icon-grid__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  a
  ~ .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .icon-grid__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  ~ .cta,
.cmp-subnavigation
  .sub-navigation__container--cta
  .icon-grid__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  a
  ~ .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cmp-subnavigation
  .sub-navigation__container--cta
  .icon-grid__wrapper-link
  a
  ~ .cta,
.icon-grid__wrapper-link
  .cmp-resourcebar
  .wd-btn
  ~ .content-fragment__cards-cta,
.icon-grid__wrapper-link
  .cmp-resourcebar
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  ~ .content-fragment__cards-cta,
.textarea
  video-js
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .cmp-resourcebar
  .vjs-default-button
  ~ .content-fragment__cards-cta,
.icon-grid__wrapper-link
  .cmp-resourcebar
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  ~ .content-fragment__cards-cta,
.textarea
  video-js
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .cmp-resourcebar
  .vjs-done-button
  ~ .content-fragment__cards-cta,
.icon-grid__wrapper-link
  .cmp-resourcebar
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  ~ .content-fragment__cards-cta,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .cmp-resourcebar
  .vjs-default-button
  ~ .content-fragment__cards-cta,
.icon-grid__wrapper-link
  .cmp-resourcebar
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  ~ .content-fragment__cards-cta,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .cmp-resourcebar
  .vjs-done-button
  ~ .content-fragment__cards-cta,
.icon-grid__wrapper-link
  .cmp-resourcebar
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  ~ .content-fragment__cards-cta,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .cmp-resourcebar
  .vjs-default-button
  ~ .content-fragment__cards-cta,
.icon-grid__wrapper-link
  .cmp-resourcebar
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  ~ .content-fragment__cards-cta,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .cmp-resourcebar
  .vjs-done-button
  ~ .content-fragment__cards-cta,
.icon-grid__wrapper-link
  .cmp-resourcebar
  .customer-content
  a
  ~ .content-fragment__cards-cta,
.customer-content
  .icon-grid__wrapper-link
  .cmp-resourcebar
  a
  ~ .content-fragment__cards-cta,
.cmp-resourcebar
  .icon-grid__wrapper-link
  .wd-btn
  ~ .content-fragment__cards-cta,
.cmp-resourcebar
  .icon-grid__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  ~ .content-fragment__cards-cta,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-resourcebar
  .icon-grid__wrapper-link
  .vjs-default-button
  ~ .content-fragment__cards-cta,
.cmp-resourcebar
  .icon-grid__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  ~ .content-fragment__cards-cta,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-resourcebar
  .icon-grid__wrapper-link
  .vjs-done-button
  ~ .content-fragment__cards-cta,
.cmp-resourcebar
  .icon-grid__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  ~ .content-fragment__cards-cta,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-resourcebar
  .icon-grid__wrapper-link
  .vjs-default-button
  ~ .content-fragment__cards-cta,
.cmp-resourcebar
  .icon-grid__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  ~ .content-fragment__cards-cta,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-resourcebar
  .icon-grid__wrapper-link
  .vjs-done-button
  ~ .content-fragment__cards-cta,
.cmp-resourcebar
  .icon-grid__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  ~ .content-fragment__cards-cta,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-resourcebar
  .icon-grid__wrapper-link
  .vjs-default-button
  ~ .content-fragment__cards-cta,
.cmp-resourcebar
  .icon-grid__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  ~ .content-fragment__cards-cta,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-resourcebar
  .icon-grid__wrapper-link
  .vjs-done-button
  ~ .content-fragment__cards-cta,
.cmp-resourcebar
  .icon-grid__wrapper-link
  .customer-content
  a
  ~ .content-fragment__cards-cta,
.customer-content
  .cmp-resourcebar
  .icon-grid__wrapper-link
  a
  ~ .content-fragment__cards-cta,
.icon-grid__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .cmp-resourcebar
  a
  ~ .content-fragment__cards-cta,
.cmp-resourcebar
  .icon-grid__wrapper-link
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  ~ .content-fragment__cards-cta,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .icon-grid__wrapper-link
  .cmp-resourcebar
  a
  ~ .content-fragment__cards-cta,
.cmp-resourcebar
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .icon-grid__wrapper-link
  a
  ~ .content-fragment__cards-cta,
.icon-grid__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cmp-resourcebar
  .cta
  ~ .content-fragment__cards-cta,
.cmp-resourcebar
  .icon-grid__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  ~ .content-fragment__cards-cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .icon-grid__wrapper-link
  .cmp-resourcebar
  .cta
  ~ .content-fragment__cards-cta,
.cmp-resourcebar
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .icon-grid__wrapper-link
  .cta
  ~ .content-fragment__cards-cta,
.icon-grid__wrapper-link
  .cmp-resourcebar
  .content-fragment__cards-cta
  ~ .content-fragment__cards-cta,
.cmp-resourcebar
  .icon-grid__wrapper-link
  .content-fragment__cards-cta
  ~ .content-fragment__cards-cta,
.icon-grid__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  .cmp-resourcebar
  a
  ~ .content-fragment__cards-cta,
.cmp-resourcebar
  .icon-grid__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  ~ .content-fragment__cards-cta,
.cmp-subnavigation
  .sub-navigation__container--cta
  .icon-grid__wrapper-link
  .cmp-resourcebar
  a
  ~ .content-fragment__cards-cta,
.cmp-resourcebar
  .cmp-subnavigation
  .sub-navigation__container--cta
  .icon-grid__wrapper-link
  a
  ~ .content-fragment__cards-cta,
.icon-grid__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  .wd-btn
  ~ a,
.icon-grid__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  ~ a,
.textarea
  video-js
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  .vjs-default-button
  ~ a,
.icon-grid__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  ~ a,
.textarea
  video-js
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  .vjs-done-button
  ~ a,
.icon-grid__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  ~ a,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  .vjs-default-button
  ~ a,
.icon-grid__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  ~ a,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  .vjs-done-button
  ~ a,
.icon-grid__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  ~ a,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  .vjs-default-button
  ~ a,
.icon-grid__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  ~ a,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .icon-grid__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  .vjs-done-button
  ~ a,
.icon-grid__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  .customer-content
  a
  ~ a,
.customer-content
  .icon-grid__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  ~ a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .icon-grid__wrapper-link
  .wd-btn
  ~ a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .icon-grid__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  ~ a,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  .icon-grid__wrapper-link
  .vjs-default-button
  ~ a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .icon-grid__wrapper-link
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  ~ a,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  .icon-grid__wrapper-link
  .vjs-done-button
  ~ a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .icon-grid__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  ~ a,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  .icon-grid__wrapper-link
  .vjs-default-button
  ~ a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .icon-grid__wrapper-link
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  ~ a,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  .icon-grid__wrapper-link
  .vjs-done-button
  ~ a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .icon-grid__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-default-button
  ~ a,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  .icon-grid__wrapper-link
  .vjs-default-button
  ~ a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .icon-grid__wrapper-link
  .brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-done-button
  ~ a,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .cmp-subnavigation
  .sub-navigation__container--cta
  .icon-grid__wrapper-link
  .vjs-done-button
  ~ a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .icon-grid__wrapper-link
  .customer-content
  a
  ~ a,
.customer-content
  .cmp-subnavigation
  .sub-navigation__container--cta
  .icon-grid__wrapper-link
  a
  ~ a,
.icon-grid__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cmp-subnavigation
  .sub-navigation__container--cta
  .cta
  ~ a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .icon-grid__wrapper-link
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  ~ a,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .icon-grid__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  .cta
  ~ a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .icon-grid__wrapper-link
  .cta
  ~ a,
.icon-grid__wrapper-link
  .cmp-resourcebar
  .cmp-subnavigation
  .sub-navigation__container--cta
  .content-fragment__cards-cta
  ~ a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .icon-grid__wrapper-link
  .cmp-resourcebar
  .content-fragment__cards-cta
  ~ a,
.cmp-resourcebar
  .icon-grid__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  .content-fragment__cards-cta
  ~ a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .cmp-resourcebar
  .icon-grid__wrapper-link
  .content-fragment__cards-cta
  ~ a,
.icon-grid__wrapper-link
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  ~ a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .icon-grid__wrapper-link
  a
  ~ a {
  margin-top: 16px;
  margin-top: 1rem;
}
@media (min-width: 48em) {
  .icon-grid__wrapper-link .wd-btn ~ .wd-btn,
  .icon-grid__wrapper-link
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-default-button
    ~ .wd-btn,
  .textarea
    video-js
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-default-button
    ~ .wd-btn,
  .icon-grid__wrapper-link
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-done-button
    ~ .wd-btn,
  .textarea
    video-js
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-done-button
    ~ .wd-btn,
  .icon-grid__wrapper-link
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-default-button
    ~ .wd-btn,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-default-button
    ~ .wd-btn,
  .icon-grid__wrapper-link
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-done-button
    ~ .wd-btn,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-done-button
    ~ .wd-btn,
  .icon-grid__wrapper-link
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-default-button
    ~ .wd-btn,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-default-button
    ~ .wd-btn,
  .icon-grid__wrapper-link
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-done-button
    ~ .wd-btn,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-done-button
    ~ .wd-btn,
  .icon-grid__wrapper-link
    .textarea
    video-js
    .vjs-text-track-settings
    .wd-btn
    ~ .vjs-default-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .wd-btn
    ~ .vjs-default-button,
  .icon-grid__wrapper-link
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-default-button
    ~ .vjs-default-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-default-button
    ~ .vjs-default-button,
  .icon-grid__wrapper-link
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-done-button
    ~ .vjs-default-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-done-button
    ~ .vjs-default-button,
  .icon-grid__wrapper-link
    .brightcove-player__wrapper
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-default-button
    ~ .vjs-default-button,
  .textarea
    video-js
    .icon-grid__wrapper-link
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-default-button
    ~ .vjs-default-button,
  .brightcove-player__wrapper
    .textarea
    video-js
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-default-button
    ~ .vjs-default-button,
  .textarea
    video-js
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-default-button
    ~ .vjs-default-button,
  .icon-grid__wrapper-link
    .brightcove-player__wrapper
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-done-button
    ~ .vjs-default-button,
  .textarea
    video-js
    .icon-grid__wrapper-link
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-done-button
    ~ .vjs-default-button,
  .brightcove-player__wrapper
    .textarea
    video-js
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-done-button
    ~ .vjs-default-button,
  .textarea
    video-js
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-done-button
    ~ .vjs-default-button,
  .icon-grid__wrapper-link
    .brightcove-player__wrapper.vjs-v8
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-default-button
    ~ .vjs-default-button,
  .textarea
    video-js
    .icon-grid__wrapper-link
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-default-button
    ~ .vjs-default-button,
  .brightcove-player__wrapper.vjs-v8
    .textarea
    video-js
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-default-button
    ~ .vjs-default-button,
  .textarea
    video-js
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-default-button
    ~ .vjs-default-button,
  .icon-grid__wrapper-link
    .brightcove-player__wrapper.vjs-v8
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-done-button
    ~ .vjs-default-button,
  .textarea
    video-js
    .icon-grid__wrapper-link
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-done-button
    ~ .vjs-default-button,
  .brightcove-player__wrapper.vjs-v8
    .textarea
    video-js
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-done-button
    ~ .vjs-default-button,
  .textarea
    video-js
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-done-button
    ~ .vjs-default-button,
  .icon-grid__wrapper-link
    .textarea
    video-js
    .vjs-text-track-settings
    .wd-btn
    ~ .vjs-done-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .wd-btn
    ~ .vjs-done-button,
  .icon-grid__wrapper-link
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-default-button
    ~ .vjs-done-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-default-button
    ~ .vjs-done-button,
  .icon-grid__wrapper-link
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-done-button
    ~ .vjs-done-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-done-button
    ~ .vjs-done-button,
  .icon-grid__wrapper-link
    .brightcove-player__wrapper
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-default-button
    ~ .vjs-done-button,
  .textarea
    video-js
    .icon-grid__wrapper-link
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-default-button
    ~ .vjs-done-button,
  .brightcove-player__wrapper
    .textarea
    video-js
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-default-button
    ~ .vjs-done-button,
  .textarea
    video-js
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-default-button
    ~ .vjs-done-button,
  .icon-grid__wrapper-link
    .brightcove-player__wrapper
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-done-button
    ~ .vjs-done-button,
  .textarea
    video-js
    .icon-grid__wrapper-link
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-done-button
    ~ .vjs-done-button,
  .brightcove-player__wrapper
    .textarea
    video-js
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-done-button
    ~ .vjs-done-button,
  .textarea
    video-js
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-done-button
    ~ .vjs-done-button,
  .icon-grid__wrapper-link
    .brightcove-player__wrapper.vjs-v8
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-default-button
    ~ .vjs-done-button,
  .textarea
    video-js
    .icon-grid__wrapper-link
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-default-button
    ~ .vjs-done-button,
  .brightcove-player__wrapper.vjs-v8
    .textarea
    video-js
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-default-button
    ~ .vjs-done-button,
  .textarea
    video-js
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-default-button
    ~ .vjs-done-button,
  .icon-grid__wrapper-link
    .brightcove-player__wrapper.vjs-v8
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-done-button
    ~ .vjs-done-button,
  .textarea
    video-js
    .icon-grid__wrapper-link
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-done-button
    ~ .vjs-done-button,
  .brightcove-player__wrapper.vjs-v8
    .textarea
    video-js
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-done-button
    ~ .vjs-done-button,
  .textarea
    video-js
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-done-button
    ~ .vjs-done-button,
  .icon-grid__wrapper-link
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .wd-btn
    ~ .vjs-default-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .wd-btn
    ~ .vjs-default-button,
  .icon-grid__wrapper-link
    .textarea
    video-js
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-default-button
    ~ .vjs-default-button,
  .brightcove-player__wrapper
    .icon-grid__wrapper-link
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-default-button
    ~ .vjs-default-button,
  .textarea
    video-js
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-default-button
    ~ .vjs-default-button,
  .brightcove-player__wrapper
    .textarea
    video-js
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-default-button
    ~ .vjs-default-button,
  .icon-grid__wrapper-link
    .textarea
    video-js
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-done-button
    ~ .vjs-default-button,
  .brightcove-player__wrapper
    .icon-grid__wrapper-link
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-done-button
    ~ .vjs-default-button,
  .textarea
    video-js
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-done-button
    ~ .vjs-default-button,
  .brightcove-player__wrapper
    .textarea
    video-js
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-done-button
    ~ .vjs-default-button,
  .icon-grid__wrapper-link
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-default-button
    ~ .vjs-default-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-default-button
    ~ .vjs-default-button,
  .icon-grid__wrapper-link
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-done-button
    ~ .vjs-default-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-done-button
    ~ .vjs-default-button,
  .icon-grid__wrapper-link
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-default-button
    ~ .vjs-default-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-default-button
    ~ .vjs-default-button,
  .icon-grid__wrapper-link
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-done-button
    ~ .vjs-default-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-done-button
    ~ .vjs-default-button,
  .icon-grid__wrapper-link
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .wd-btn
    ~ .vjs-done-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .wd-btn
    ~ .vjs-done-button,
  .icon-grid__wrapper-link
    .textarea
    video-js
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-default-button
    ~ .vjs-done-button,
  .brightcove-player__wrapper
    .icon-grid__wrapper-link
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-default-button
    ~ .vjs-done-button,
  .textarea
    video-js
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-default-button
    ~ .vjs-done-button,
  .brightcove-player__wrapper
    .textarea
    video-js
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-default-button
    ~ .vjs-done-button,
  .icon-grid__wrapper-link
    .textarea
    video-js
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-done-button
    ~ .vjs-done-button,
  .brightcove-player__wrapper
    .icon-grid__wrapper-link
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-done-button
    ~ .vjs-done-button,
  .textarea
    video-js
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-done-button
    ~ .vjs-done-button,
  .brightcove-player__wrapper
    .textarea
    video-js
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-done-button
    ~ .vjs-done-button,
  .icon-grid__wrapper-link
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-default-button
    ~ .vjs-done-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-default-button
    ~ .vjs-done-button,
  .icon-grid__wrapper-link
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-done-button
    ~ .vjs-done-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-done-button
    ~ .vjs-done-button,
  .icon-grid__wrapper-link
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-default-button
    ~ .vjs-done-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-default-button
    ~ .vjs-done-button,
  .icon-grid__wrapper-link
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-done-button
    ~ .vjs-done-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-done-button
    ~ .vjs-done-button,
  .icon-grid__wrapper-link
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .wd-btn
    ~ .vjs-default-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .wd-btn
    ~ .vjs-default-button,
  .icon-grid__wrapper-link
    .textarea
    video-js
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-default-button
    ~ .vjs-default-button,
  .brightcove-player__wrapper.vjs-v8
    .icon-grid__wrapper-link
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-default-button
    ~ .vjs-default-button,
  .textarea
    video-js
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-default-button
    ~ .vjs-default-button,
  .brightcove-player__wrapper.vjs-v8
    .textarea
    video-js
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-default-button
    ~ .vjs-default-button,
  .icon-grid__wrapper-link
    .textarea
    video-js
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-done-button
    ~ .vjs-default-button,
  .brightcove-player__wrapper.vjs-v8
    .icon-grid__wrapper-link
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-done-button
    ~ .vjs-default-button,
  .textarea
    video-js
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-done-button
    ~ .vjs-default-button,
  .brightcove-player__wrapper.vjs-v8
    .textarea
    video-js
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-done-button
    ~ .vjs-default-button,
  .icon-grid__wrapper-link
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-default-button
    ~ .vjs-default-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-default-button
    ~ .vjs-default-button,
  .icon-grid__wrapper-link
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-done-button
    ~ .vjs-default-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-done-button
    ~ .vjs-default-button,
  .icon-grid__wrapper-link
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-default-button
    ~ .vjs-default-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-default-button
    ~ .vjs-default-button,
  .icon-grid__wrapper-link
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-done-button
    ~ .vjs-default-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-done-button
    ~ .vjs-default-button,
  .icon-grid__wrapper-link
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .wd-btn
    ~ .vjs-done-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .wd-btn
    ~ .vjs-done-button,
  .icon-grid__wrapper-link
    .textarea
    video-js
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-default-button
    ~ .vjs-done-button,
  .brightcove-player__wrapper.vjs-v8
    .icon-grid__wrapper-link
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-default-button
    ~ .vjs-done-button,
  .textarea
    video-js
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-default-button
    ~ .vjs-done-button,
  .brightcove-player__wrapper.vjs-v8
    .textarea
    video-js
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-default-button
    ~ .vjs-done-button,
  .icon-grid__wrapper-link
    .textarea
    video-js
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-done-button
    ~ .vjs-done-button,
  .brightcove-player__wrapper.vjs-v8
    .icon-grid__wrapper-link
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-done-button
    ~ .vjs-done-button,
  .textarea
    video-js
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-done-button
    ~ .vjs-done-button,
  .brightcove-player__wrapper.vjs-v8
    .textarea
    video-js
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-done-button
    ~ .vjs-done-button,
  .icon-grid__wrapper-link
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-default-button
    ~ .vjs-done-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-default-button
    ~ .vjs-done-button,
  .icon-grid__wrapper-link
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-done-button
    ~ .vjs-done-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-done-button
    ~ .vjs-done-button,
  .icon-grid__wrapper-link
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-default-button
    ~ .vjs-done-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-default-button
    ~ .vjs-done-button,
  .icon-grid__wrapper-link
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-done-button
    ~ .vjs-done-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .vjs-done-button
    ~ .vjs-done-button,
  .icon-grid__wrapper-link .customer-content a ~ .wd-btn,
  .icon-grid__wrapper-link
    .customer-content
    .textarea
    video-js
    .vjs-text-track-settings
    a
    ~ .vjs-default-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .customer-content
    a
    ~ .vjs-default-button,
  .icon-grid__wrapper-link
    .customer-content
    .textarea
    video-js
    .vjs-text-track-settings
    a
    ~ .vjs-done-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .customer-content
    a
    ~ .vjs-done-button,
  .icon-grid__wrapper-link
    .customer-content
    .brightcove-player__wrapper
    .vjs-text-track-settings
    a
    ~ .vjs-default-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .customer-content
    a
    ~ .vjs-default-button,
  .icon-grid__wrapper-link
    .customer-content
    .brightcove-player__wrapper
    .vjs-text-track-settings
    a
    ~ .vjs-done-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .customer-content
    a
    ~ .vjs-done-button,
  .icon-grid__wrapper-link
    .customer-content
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    a
    ~ .vjs-default-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .customer-content
    a
    ~ .vjs-default-button,
  .icon-grid__wrapper-link
    .customer-content
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    a
    ~ .vjs-done-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .customer-content
    a
    ~ .vjs-done-button,
  .customer-content .icon-grid__wrapper-link a ~ .wd-btn,
  .customer-content
    .icon-grid__wrapper-link
    .textarea
    video-js
    .vjs-text-track-settings
    a
    ~ .vjs-default-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .customer-content
    .icon-grid__wrapper-link
    a
    ~ .vjs-default-button,
  .customer-content
    .icon-grid__wrapper-link
    .textarea
    video-js
    .vjs-text-track-settings
    a
    ~ .vjs-done-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .customer-content
    .icon-grid__wrapper-link
    a
    ~ .vjs-done-button,
  .customer-content
    .icon-grid__wrapper-link
    .brightcove-player__wrapper
    .vjs-text-track-settings
    a
    ~ .vjs-default-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .customer-content
    .icon-grid__wrapper-link
    a
    ~ .vjs-default-button,
  .customer-content
    .icon-grid__wrapper-link
    .brightcove-player__wrapper
    .vjs-text-track-settings
    a
    ~ .vjs-done-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .customer-content
    .icon-grid__wrapper-link
    a
    ~ .vjs-done-button,
  .customer-content
    .icon-grid__wrapper-link
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    a
    ~ .vjs-default-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .customer-content
    .icon-grid__wrapper-link
    a
    ~ .vjs-default-button,
  .customer-content
    .icon-grid__wrapper-link
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    a
    ~ .vjs-done-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .customer-content
    .icon-grid__wrapper-link
    a
    ~ .vjs-done-button,
  .icon-grid__wrapper-link .customer-content .wd-btn ~ a,
  .icon-grid__wrapper-link
    .customer-content
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-default-button
    ~ a,
  .textarea
    video-js
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .customer-content
    .vjs-default-button
    ~ a,
  .icon-grid__wrapper-link
    .customer-content
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-done-button
    ~ a,
  .textarea
    video-js
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .customer-content
    .vjs-done-button
    ~ a,
  .icon-grid__wrapper-link
    .customer-content
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-default-button
    ~ a,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .customer-content
    .vjs-default-button
    ~ a,
  .icon-grid__wrapper-link
    .customer-content
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-done-button
    ~ a,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .customer-content
    .vjs-done-button
    ~ a,
  .icon-grid__wrapper-link
    .customer-content
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-default-button
    ~ a,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .customer-content
    .vjs-default-button
    ~ a,
  .icon-grid__wrapper-link
    .customer-content
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-done-button
    ~ a,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .customer-content
    .vjs-done-button
    ~ a,
  .customer-content .icon-grid__wrapper-link .wd-btn ~ a,
  .customer-content
    .icon-grid__wrapper-link
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-default-button
    ~ a,
  .textarea
    video-js
    .vjs-text-track-settings
    .customer-content
    .icon-grid__wrapper-link
    .vjs-default-button
    ~ a,
  .customer-content
    .icon-grid__wrapper-link
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-done-button
    ~ a,
  .textarea
    video-js
    .vjs-text-track-settings
    .customer-content
    .icon-grid__wrapper-link
    .vjs-done-button
    ~ a,
  .customer-content
    .icon-grid__wrapper-link
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-default-button
    ~ a,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .customer-content
    .icon-grid__wrapper-link
    .vjs-default-button
    ~ a,
  .customer-content
    .icon-grid__wrapper-link
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-done-button
    ~ a,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .customer-content
    .icon-grid__wrapper-link
    .vjs-done-button
    ~ a,
  .customer-content
    .icon-grid__wrapper-link
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-default-button
    ~ a,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .customer-content
    .icon-grid__wrapper-link
    .vjs-default-button
    ~ a,
  .customer-content
    .icon-grid__wrapper-link
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-done-button
    ~ a,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .customer-content
    .icon-grid__wrapper-link
    .vjs-done-button
    ~ a,
  .icon-grid__wrapper-link .customer-content a ~ a,
  .customer-content .icon-grid__wrapper-link a ~ a,
  .icon-grid__wrapper-link
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    a
    ~ .wd-btn,
  .icon-grid__wrapper-link
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .textarea
    video-js
    .vjs-text-track-settings
    a
    ~ .vjs-default-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    a
    ~ .vjs-default-button,
  .icon-grid__wrapper-link
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .textarea
    video-js
    .vjs-text-track-settings
    a
    ~ .vjs-done-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    a
    ~ .vjs-done-button,
  .icon-grid__wrapper-link
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .brightcove-player__wrapper
    .vjs-text-track-settings
    a
    ~ .vjs-default-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    a
    ~ .vjs-default-button,
  .icon-grid__wrapper-link
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .brightcove-player__wrapper
    .vjs-text-track-settings
    a
    ~ .vjs-done-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    a
    ~ .vjs-done-button,
  .icon-grid__wrapper-link
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    a
    ~ .vjs-default-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    a
    ~ .vjs-default-button,
  .icon-grid__wrapper-link
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    a
    ~ .vjs-done-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    a
    ~ .vjs-done-button,
  .icon-grid__wrapper-link
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .customer-content
    a
    ~ a,
  .customer-content
    .icon-grid__wrapper-link
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    a
    ~ a,
  .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .icon-grid__wrapper-link
    a
    ~ .wd-btn,
  .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .icon-grid__wrapper-link
    .textarea
    video-js
    .vjs-text-track-settings
    a
    ~ .vjs-default-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .icon-grid__wrapper-link
    a
    ~ .vjs-default-button,
  .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .icon-grid__wrapper-link
    .textarea
    video-js
    .vjs-text-track-settings
    a
    ~ .vjs-done-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .icon-grid__wrapper-link
    a
    ~ .vjs-done-button,
  .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .icon-grid__wrapper-link
    .brightcove-player__wrapper
    .vjs-text-track-settings
    a
    ~ .vjs-default-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .icon-grid__wrapper-link
    a
    ~ .vjs-default-button,
  .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .icon-grid__wrapper-link
    .brightcove-player__wrapper
    .vjs-text-track-settings
    a
    ~ .vjs-done-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .icon-grid__wrapper-link
    a
    ~ .vjs-done-button,
  .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .icon-grid__wrapper-link
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    a
    ~ .vjs-default-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .icon-grid__wrapper-link
    a
    ~ .vjs-default-button,
  .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .icon-grid__wrapper-link
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    a
    ~ .vjs-done-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .icon-grid__wrapper-link
    a
    ~ .vjs-done-button,
  .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .icon-grid__wrapper-link
    .customer-content
    a
    ~ a,
  .customer-content
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .icon-grid__wrapper-link
    a
    ~ a,
  .icon-grid__wrapper-link
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .cta
    ~ .wd-btn,
  .icon-grid__wrapper-link
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .textarea
    video-js
    .vjs-text-track-settings
    .cta
    ~ .vjs-default-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .cta
    ~ .vjs-default-button,
  .icon-grid__wrapper-link
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .textarea
    video-js
    .vjs-text-track-settings
    .cta
    ~ .vjs-done-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .cta
    ~ .vjs-done-button,
  .icon-grid__wrapper-link
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .cta
    ~ .vjs-default-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .cta
    ~ .vjs-default-button,
  .icon-grid__wrapper-link
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .cta
    ~ .vjs-done-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .cta
    ~ .vjs-done-button,
  .icon-grid__wrapper-link
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .cta
    ~ .vjs-default-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .cta
    ~ .vjs-default-button,
  .icon-grid__wrapper-link
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .cta
    ~ .vjs-done-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .cta
    ~ .vjs-done-button,
  .icon-grid__wrapper-link
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .customer-content
    .cta
    ~ a,
  .customer-content
    .icon-grid__wrapper-link
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .cta
    ~ a,
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .icon-grid__wrapper-link
    .cta
    ~ .wd-btn,
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .icon-grid__wrapper-link
    .textarea
    video-js
    .vjs-text-track-settings
    .cta
    ~ .vjs-default-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .icon-grid__wrapper-link
    .cta
    ~ .vjs-default-button,
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .icon-grid__wrapper-link
    .textarea
    video-js
    .vjs-text-track-settings
    .cta
    ~ .vjs-done-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .icon-grid__wrapper-link
    .cta
    ~ .vjs-done-button,
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .icon-grid__wrapper-link
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .cta
    ~ .vjs-default-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .icon-grid__wrapper-link
    .cta
    ~ .vjs-default-button,
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .icon-grid__wrapper-link
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .cta
    ~ .vjs-done-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .icon-grid__wrapper-link
    .cta
    ~ .vjs-done-button,
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .icon-grid__wrapper-link
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .cta
    ~ .vjs-default-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .icon-grid__wrapper-link
    .cta
    ~ .vjs-default-button,
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .icon-grid__wrapper-link
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .cta
    ~ .vjs-done-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .icon-grid__wrapper-link
    .cta
    ~ .vjs-done-button,
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .icon-grid__wrapper-link
    .customer-content
    .cta
    ~ a,
  .customer-content
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .icon-grid__wrapper-link
    .cta
    ~ a,
  .icon-grid__wrapper-link
    .cmp-resourcebar
    .content-fragment__cards-cta
    ~ .wd-btn,
  .icon-grid__wrapper-link
    .cmp-resourcebar
    .textarea
    video-js
    .vjs-text-track-settings
    .content-fragment__cards-cta
    ~ .vjs-default-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .cmp-resourcebar
    .content-fragment__cards-cta
    ~ .vjs-default-button,
  .icon-grid__wrapper-link
    .cmp-resourcebar
    .textarea
    video-js
    .vjs-text-track-settings
    .content-fragment__cards-cta
    ~ .vjs-done-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .cmp-resourcebar
    .content-fragment__cards-cta
    ~ .vjs-done-button,
  .icon-grid__wrapper-link
    .cmp-resourcebar
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .content-fragment__cards-cta
    ~ .vjs-default-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .cmp-resourcebar
    .content-fragment__cards-cta
    ~ .vjs-default-button,
  .icon-grid__wrapper-link
    .cmp-resourcebar
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .content-fragment__cards-cta
    ~ .vjs-done-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .cmp-resourcebar
    .content-fragment__cards-cta
    ~ .vjs-done-button,
  .icon-grid__wrapper-link
    .cmp-resourcebar
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .content-fragment__cards-cta
    ~ .vjs-default-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .cmp-resourcebar
    .content-fragment__cards-cta
    ~ .vjs-default-button,
  .icon-grid__wrapper-link
    .cmp-resourcebar
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .content-fragment__cards-cta
    ~ .vjs-done-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .cmp-resourcebar
    .content-fragment__cards-cta
    ~ .vjs-done-button,
  .icon-grid__wrapper-link
    .cmp-resourcebar
    .customer-content
    .content-fragment__cards-cta
    ~ a,
  .customer-content
    .icon-grid__wrapper-link
    .cmp-resourcebar
    .content-fragment__cards-cta
    ~ a,
  .cmp-resourcebar
    .icon-grid__wrapper-link
    .content-fragment__cards-cta
    ~ .wd-btn,
  .cmp-resourcebar
    .icon-grid__wrapper-link
    .textarea
    video-js
    .vjs-text-track-settings
    .content-fragment__cards-cta
    ~ .vjs-default-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .cmp-resourcebar
    .icon-grid__wrapper-link
    .content-fragment__cards-cta
    ~ .vjs-default-button,
  .cmp-resourcebar
    .icon-grid__wrapper-link
    .textarea
    video-js
    .vjs-text-track-settings
    .content-fragment__cards-cta
    ~ .vjs-done-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .cmp-resourcebar
    .icon-grid__wrapper-link
    .content-fragment__cards-cta
    ~ .vjs-done-button,
  .cmp-resourcebar
    .icon-grid__wrapper-link
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .content-fragment__cards-cta
    ~ .vjs-default-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .cmp-resourcebar
    .icon-grid__wrapper-link
    .content-fragment__cards-cta
    ~ .vjs-default-button,
  .cmp-resourcebar
    .icon-grid__wrapper-link
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .content-fragment__cards-cta
    ~ .vjs-done-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .cmp-resourcebar
    .icon-grid__wrapper-link
    .content-fragment__cards-cta
    ~ .vjs-done-button,
  .cmp-resourcebar
    .icon-grid__wrapper-link
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .content-fragment__cards-cta
    ~ .vjs-default-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .cmp-resourcebar
    .icon-grid__wrapper-link
    .content-fragment__cards-cta
    ~ .vjs-default-button,
  .cmp-resourcebar
    .icon-grid__wrapper-link
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .content-fragment__cards-cta
    ~ .vjs-done-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .cmp-resourcebar
    .icon-grid__wrapper-link
    .content-fragment__cards-cta
    ~ .vjs-done-button,
  .cmp-resourcebar
    .icon-grid__wrapper-link
    .customer-content
    .content-fragment__cards-cta
    ~ a,
  .customer-content
    .cmp-resourcebar
    .icon-grid__wrapper-link
    .content-fragment__cards-cta
    ~ a,
  .icon-grid__wrapper-link
    .cmp-subnavigation
    .sub-navigation__container--cta
    a
    ~ .wd-btn,
  .icon-grid__wrapper-link
    .cmp-subnavigation
    .sub-navigation__container--cta
    .textarea
    video-js
    .vjs-text-track-settings
    a
    ~ .vjs-default-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .cmp-subnavigation
    .sub-navigation__container--cta
    a
    ~ .vjs-default-button,
  .icon-grid__wrapper-link
    .cmp-subnavigation
    .sub-navigation__container--cta
    .textarea
    video-js
    .vjs-text-track-settings
    a
    ~ .vjs-done-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .cmp-subnavigation
    .sub-navigation__container--cta
    a
    ~ .vjs-done-button,
  .icon-grid__wrapper-link
    .cmp-subnavigation
    .sub-navigation__container--cta
    .brightcove-player__wrapper
    .vjs-text-track-settings
    a
    ~ .vjs-default-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .cmp-subnavigation
    .sub-navigation__container--cta
    a
    ~ .vjs-default-button,
  .icon-grid__wrapper-link
    .cmp-subnavigation
    .sub-navigation__container--cta
    .brightcove-player__wrapper
    .vjs-text-track-settings
    a
    ~ .vjs-done-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .cmp-subnavigation
    .sub-navigation__container--cta
    a
    ~ .vjs-done-button,
  .icon-grid__wrapper-link
    .cmp-subnavigation
    .sub-navigation__container--cta
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    a
    ~ .vjs-default-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .cmp-subnavigation
    .sub-navigation__container--cta
    a
    ~ .vjs-default-button,
  .icon-grid__wrapper-link
    .cmp-subnavigation
    .sub-navigation__container--cta
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    a
    ~ .vjs-done-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .cmp-subnavigation
    .sub-navigation__container--cta
    a
    ~ .vjs-done-button,
  .icon-grid__wrapper-link
    .cmp-subnavigation
    .sub-navigation__container--cta
    .customer-content
    a
    ~ a,
  .customer-content
    .icon-grid__wrapper-link
    .cmp-subnavigation
    .sub-navigation__container--cta
    a
    ~ a,
  .cmp-subnavigation
    .sub-navigation__container--cta
    .icon-grid__wrapper-link
    a
    ~ .wd-btn,
  .cmp-subnavigation
    .sub-navigation__container--cta
    .icon-grid__wrapper-link
    .textarea
    video-js
    .vjs-text-track-settings
    a
    ~ .vjs-default-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .cmp-subnavigation
    .sub-navigation__container--cta
    .icon-grid__wrapper-link
    a
    ~ .vjs-default-button,
  .cmp-subnavigation
    .sub-navigation__container--cta
    .icon-grid__wrapper-link
    .textarea
    video-js
    .vjs-text-track-settings
    a
    ~ .vjs-done-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .cmp-subnavigation
    .sub-navigation__container--cta
    .icon-grid__wrapper-link
    a
    ~ .vjs-done-button,
  .cmp-subnavigation
    .sub-navigation__container--cta
    .icon-grid__wrapper-link
    .brightcove-player__wrapper
    .vjs-text-track-settings
    a
    ~ .vjs-default-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .cmp-subnavigation
    .sub-navigation__container--cta
    .icon-grid__wrapper-link
    a
    ~ .vjs-default-button,
  .cmp-subnavigation
    .sub-navigation__container--cta
    .icon-grid__wrapper-link
    .brightcove-player__wrapper
    .vjs-text-track-settings
    a
    ~ .vjs-done-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .cmp-subnavigation
    .sub-navigation__container--cta
    .icon-grid__wrapper-link
    a
    ~ .vjs-done-button,
  .cmp-subnavigation
    .sub-navigation__container--cta
    .icon-grid__wrapper-link
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    a
    ~ .vjs-default-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .cmp-subnavigation
    .sub-navigation__container--cta
    .icon-grid__wrapper-link
    a
    ~ .vjs-default-button,
  .cmp-subnavigation
    .sub-navigation__container--cta
    .icon-grid__wrapper-link
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    a
    ~ .vjs-done-button,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .cmp-subnavigation
    .sub-navigation__container--cta
    .icon-grid__wrapper-link
    a
    ~ .vjs-done-button,
  .cmp-subnavigation
    .sub-navigation__container--cta
    .icon-grid__wrapper-link
    .customer-content
    a
    ~ a,
  .customer-content
    .cmp-subnavigation
    .sub-navigation__container--cta
    .icon-grid__wrapper-link
    a
    ~ a,
  .icon-grid__wrapper-link
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .wd-btn
    ~ a,
  .icon-grid__wrapper-link
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-default-button
    ~ a,
  .textarea
    video-js
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .vjs-default-button
    ~ a,
  .icon-grid__wrapper-link
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-done-button
    ~ a,
  .textarea
    video-js
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .vjs-done-button
    ~ a,
  .icon-grid__wrapper-link
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-default-button
    ~ a,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .vjs-default-button
    ~ a,
  .icon-grid__wrapper-link
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-done-button
    ~ a,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .vjs-done-button
    ~ a,
  .icon-grid__wrapper-link
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-default-button
    ~ a,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .vjs-default-button
    ~ a,
  .icon-grid__wrapper-link
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-done-button
    ~ a,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .vjs-done-button
    ~ a,
  .icon-grid__wrapper-link
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .customer-content
    a
    ~ a,
  .customer-content
    .icon-grid__wrapper-link
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    a
    ~ a,
  .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .icon-grid__wrapper-link
    .wd-btn
    ~ a,
  .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .icon-grid__wrapper-link
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-default-button
    ~ a,
  .textarea
    video-js
    .vjs-text-track-settings
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .icon-grid__wrapper-link
    .vjs-default-button
    ~ a,
  .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .icon-grid__wrapper-link
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-done-button
    ~ a,
  .textarea
    video-js
    .vjs-text-track-settings
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .icon-grid__wrapper-link
    .vjs-done-button
    ~ a,
  .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .icon-grid__wrapper-link
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-default-button
    ~ a,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .icon-grid__wrapper-link
    .vjs-default-button
    ~ a,
  .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .icon-grid__wrapper-link
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-done-button
    ~ a,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .icon-grid__wrapper-link
    .vjs-done-button
    ~ a,
  .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .icon-grid__wrapper-link
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-default-button
    ~ a,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .icon-grid__wrapper-link
    .vjs-default-button
    ~ a,
  .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .icon-grid__wrapper-link
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-done-button
    ~ a,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .icon-grid__wrapper-link
    .vjs-done-button
    ~ a,
  .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .icon-grid__wrapper-link
    .customer-content
    a
    ~ a,
  .customer-content
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .icon-grid__wrapper-link
    a
    ~ a,
  .icon-grid__wrapper-link
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    a
    ~ a,
  .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .icon-grid__wrapper-link
    a
    ~ a,
  .icon-grid__wrapper-link
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .cta
    ~ a,
  .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .icon-grid__wrapper-link
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .cta
    ~ a,
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .icon-grid__wrapper-link
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .cta
    ~ a,
  .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .icon-grid__wrapper-link
    .cta
    ~ a,
  .icon-grid__wrapper-link
    .cmp-resourcebar
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .content-fragment__cards-cta
    ~ a,
  .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .icon-grid__wrapper-link
    .cmp-resourcebar
    .content-fragment__cards-cta
    ~ a,
  .cmp-resourcebar
    .icon-grid__wrapper-link
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .content-fragment__cards-cta
    ~ a,
  .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .cmp-resourcebar
    .icon-grid__wrapper-link
    .content-fragment__cards-cta
    ~ a,
  .icon-grid__wrapper-link
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .wd-btn
    ~ .cta,
  .icon-grid__wrapper-link
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-default-button
    ~ .cta,
  .textarea
    video-js
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .vjs-default-button
    ~ .cta,
  .icon-grid__wrapper-link
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-done-button
    ~ .cta,
  .textarea
    video-js
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .vjs-done-button
    ~ .cta,
  .icon-grid__wrapper-link
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-default-button
    ~ .cta,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .vjs-default-button
    ~ .cta,
  .icon-grid__wrapper-link
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-done-button
    ~ .cta,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .vjs-done-button
    ~ .cta,
  .icon-grid__wrapper-link
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-default-button
    ~ .cta,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .vjs-default-button
    ~ .cta,
  .icon-grid__wrapper-link
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-done-button
    ~ .cta,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .vjs-done-button
    ~ .cta,
  .icon-grid__wrapper-link
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .customer-content
    a
    ~ .cta,
  .customer-content
    .icon-grid__wrapper-link
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    a
    ~ .cta,
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .icon-grid__wrapper-link
    .wd-btn
    ~ .cta,
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .icon-grid__wrapper-link
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-default-button
    ~ .cta,
  .textarea
    video-js
    .vjs-text-track-settings
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .icon-grid__wrapper-link
    .vjs-default-button
    ~ .cta,
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .icon-grid__wrapper-link
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-done-button
    ~ .cta,
  .textarea
    video-js
    .vjs-text-track-settings
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .icon-grid__wrapper-link
    .vjs-done-button
    ~ .cta,
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .icon-grid__wrapper-link
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-default-button
    ~ .cta,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .icon-grid__wrapper-link
    .vjs-default-button
    ~ .cta,
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .icon-grid__wrapper-link
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-done-button
    ~ .cta,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .icon-grid__wrapper-link
    .vjs-done-button
    ~ .cta,
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .icon-grid__wrapper-link
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-default-button
    ~ .cta,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .icon-grid__wrapper-link
    .vjs-default-button
    ~ .cta,
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .icon-grid__wrapper-link
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-done-button
    ~ .cta,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .icon-grid__wrapper-link
    .vjs-done-button
    ~ .cta,
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .icon-grid__wrapper-link
    .customer-content
    a
    ~ .cta,
  .customer-content
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .icon-grid__wrapper-link
    a
    ~ .cta,
  .icon-grid__wrapper-link
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    a
    ~ .cta,
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .icon-grid__wrapper-link
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    a
    ~ .cta,
  .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .icon-grid__wrapper-link
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    a
    ~ .cta,
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .icon-grid__wrapper-link
    a
    ~ .cta,
  .icon-grid__wrapper-link
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .cta
    ~ .cta,
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .icon-grid__wrapper-link
    .cta
    ~ .cta,
  .icon-grid__wrapper-link
    .cmp-resourcebar
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .content-fragment__cards-cta
    ~ .cta,
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .icon-grid__wrapper-link
    .cmp-resourcebar
    .content-fragment__cards-cta
    ~ .cta,
  .cmp-resourcebar
    .icon-grid__wrapper-link
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .content-fragment__cards-cta
    ~ .cta,
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .cmp-resourcebar
    .icon-grid__wrapper-link
    .content-fragment__cards-cta
    ~ .cta,
  .icon-grid__wrapper-link
    .cmp-subnavigation
    .sub-navigation__container--cta
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    a
    ~ .cta,
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .icon-grid__wrapper-link
    .cmp-subnavigation
    .sub-navigation__container--cta
    a
    ~ .cta,
  .cmp-subnavigation
    .sub-navigation__container--cta
    .icon-grid__wrapper-link
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    a
    ~ .cta,
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .cmp-subnavigation
    .sub-navigation__container--cta
    .icon-grid__wrapper-link
    a
    ~ .cta,
  .icon-grid__wrapper-link
    .cmp-resourcebar
    .wd-btn
    ~ .content-fragment__cards-cta,
  .icon-grid__wrapper-link
    .cmp-resourcebar
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-default-button
    ~ .content-fragment__cards-cta,
  .textarea
    video-js
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .cmp-resourcebar
    .vjs-default-button
    ~ .content-fragment__cards-cta,
  .icon-grid__wrapper-link
    .cmp-resourcebar
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-done-button
    ~ .content-fragment__cards-cta,
  .textarea
    video-js
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .cmp-resourcebar
    .vjs-done-button
    ~ .content-fragment__cards-cta,
  .icon-grid__wrapper-link
    .cmp-resourcebar
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-default-button
    ~ .content-fragment__cards-cta,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .cmp-resourcebar
    .vjs-default-button
    ~ .content-fragment__cards-cta,
  .icon-grid__wrapper-link
    .cmp-resourcebar
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-done-button
    ~ .content-fragment__cards-cta,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .cmp-resourcebar
    .vjs-done-button
    ~ .content-fragment__cards-cta,
  .icon-grid__wrapper-link
    .cmp-resourcebar
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-default-button
    ~ .content-fragment__cards-cta,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .cmp-resourcebar
    .vjs-default-button
    ~ .content-fragment__cards-cta,
  .icon-grid__wrapper-link
    .cmp-resourcebar
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-done-button
    ~ .content-fragment__cards-cta,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .cmp-resourcebar
    .vjs-done-button
    ~ .content-fragment__cards-cta,
  .icon-grid__wrapper-link
    .cmp-resourcebar
    .customer-content
    a
    ~ .content-fragment__cards-cta,
  .customer-content
    .icon-grid__wrapper-link
    .cmp-resourcebar
    a
    ~ .content-fragment__cards-cta,
  .cmp-resourcebar
    .icon-grid__wrapper-link
    .wd-btn
    ~ .content-fragment__cards-cta,
  .cmp-resourcebar
    .icon-grid__wrapper-link
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-default-button
    ~ .content-fragment__cards-cta,
  .textarea
    video-js
    .vjs-text-track-settings
    .cmp-resourcebar
    .icon-grid__wrapper-link
    .vjs-default-button
    ~ .content-fragment__cards-cta,
  .cmp-resourcebar
    .icon-grid__wrapper-link
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-done-button
    ~ .content-fragment__cards-cta,
  .textarea
    video-js
    .vjs-text-track-settings
    .cmp-resourcebar
    .icon-grid__wrapper-link
    .vjs-done-button
    ~ .content-fragment__cards-cta,
  .cmp-resourcebar
    .icon-grid__wrapper-link
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-default-button
    ~ .content-fragment__cards-cta,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .cmp-resourcebar
    .icon-grid__wrapper-link
    .vjs-default-button
    ~ .content-fragment__cards-cta,
  .cmp-resourcebar
    .icon-grid__wrapper-link
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-done-button
    ~ .content-fragment__cards-cta,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .cmp-resourcebar
    .icon-grid__wrapper-link
    .vjs-done-button
    ~ .content-fragment__cards-cta,
  .cmp-resourcebar
    .icon-grid__wrapper-link
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-default-button
    ~ .content-fragment__cards-cta,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .cmp-resourcebar
    .icon-grid__wrapper-link
    .vjs-default-button
    ~ .content-fragment__cards-cta,
  .cmp-resourcebar
    .icon-grid__wrapper-link
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-done-button
    ~ .content-fragment__cards-cta,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .cmp-resourcebar
    .icon-grid__wrapper-link
    .vjs-done-button
    ~ .content-fragment__cards-cta,
  .cmp-resourcebar
    .icon-grid__wrapper-link
    .customer-content
    a
    ~ .content-fragment__cards-cta,
  .customer-content
    .cmp-resourcebar
    .icon-grid__wrapper-link
    a
    ~ .content-fragment__cards-cta,
  .icon-grid__wrapper-link
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .cmp-resourcebar
    a
    ~ .content-fragment__cards-cta,
  .cmp-resourcebar
    .icon-grid__wrapper-link
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    a
    ~ .content-fragment__cards-cta,
  .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .icon-grid__wrapper-link
    .cmp-resourcebar
    a
    ~ .content-fragment__cards-cta,
  .cmp-resourcebar
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .icon-grid__wrapper-link
    a
    ~ .content-fragment__cards-cta,
  .icon-grid__wrapper-link
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .cmp-resourcebar
    .cta
    ~ .content-fragment__cards-cta,
  .cmp-resourcebar
    .icon-grid__wrapper-link
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .cta
    ~ .content-fragment__cards-cta,
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .icon-grid__wrapper-link
    .cmp-resourcebar
    .cta
    ~ .content-fragment__cards-cta,
  .cmp-resourcebar
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .icon-grid__wrapper-link
    .cta
    ~ .content-fragment__cards-cta,
  .icon-grid__wrapper-link
    .cmp-resourcebar
    .content-fragment__cards-cta
    ~ .content-fragment__cards-cta,
  .cmp-resourcebar
    .icon-grid__wrapper-link
    .content-fragment__cards-cta
    ~ .content-fragment__cards-cta,
  .icon-grid__wrapper-link
    .cmp-subnavigation
    .sub-navigation__container--cta
    .cmp-resourcebar
    a
    ~ .content-fragment__cards-cta,
  .cmp-resourcebar
    .icon-grid__wrapper-link
    .cmp-subnavigation
    .sub-navigation__container--cta
    a
    ~ .content-fragment__cards-cta,
  .cmp-subnavigation
    .sub-navigation__container--cta
    .icon-grid__wrapper-link
    .cmp-resourcebar
    a
    ~ .content-fragment__cards-cta,
  .cmp-resourcebar
    .cmp-subnavigation
    .sub-navigation__container--cta
    .icon-grid__wrapper-link
    a
    ~ .content-fragment__cards-cta,
  .icon-grid__wrapper-link
    .cmp-subnavigation
    .sub-navigation__container--cta
    .wd-btn
    ~ a,
  .icon-grid__wrapper-link
    .cmp-subnavigation
    .sub-navigation__container--cta
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-default-button
    ~ a,
  .textarea
    video-js
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .cmp-subnavigation
    .sub-navigation__container--cta
    .vjs-default-button
    ~ a,
  .icon-grid__wrapper-link
    .cmp-subnavigation
    .sub-navigation__container--cta
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-done-button
    ~ a,
  .textarea
    video-js
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .cmp-subnavigation
    .sub-navigation__container--cta
    .vjs-done-button
    ~ a,
  .icon-grid__wrapper-link
    .cmp-subnavigation
    .sub-navigation__container--cta
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-default-button
    ~ a,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .cmp-subnavigation
    .sub-navigation__container--cta
    .vjs-default-button
    ~ a,
  .icon-grid__wrapper-link
    .cmp-subnavigation
    .sub-navigation__container--cta
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-done-button
    ~ a,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .cmp-subnavigation
    .sub-navigation__container--cta
    .vjs-done-button
    ~ a,
  .icon-grid__wrapper-link
    .cmp-subnavigation
    .sub-navigation__container--cta
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-default-button
    ~ a,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .cmp-subnavigation
    .sub-navigation__container--cta
    .vjs-default-button
    ~ a,
  .icon-grid__wrapper-link
    .cmp-subnavigation
    .sub-navigation__container--cta
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-done-button
    ~ a,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .icon-grid__wrapper-link
    .cmp-subnavigation
    .sub-navigation__container--cta
    .vjs-done-button
    ~ a,
  .icon-grid__wrapper-link
    .cmp-subnavigation
    .sub-navigation__container--cta
    .customer-content
    a
    ~ a,
  .customer-content
    .icon-grid__wrapper-link
    .cmp-subnavigation
    .sub-navigation__container--cta
    a
    ~ a,
  .cmp-subnavigation
    .sub-navigation__container--cta
    .icon-grid__wrapper-link
    .wd-btn
    ~ a,
  .cmp-subnavigation
    .sub-navigation__container--cta
    .icon-grid__wrapper-link
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-default-button
    ~ a,
  .textarea
    video-js
    .vjs-text-track-settings
    .cmp-subnavigation
    .sub-navigation__container--cta
    .icon-grid__wrapper-link
    .vjs-default-button
    ~ a,
  .cmp-subnavigation
    .sub-navigation__container--cta
    .icon-grid__wrapper-link
    .textarea
    video-js
    .vjs-text-track-settings
    .vjs-done-button
    ~ a,
  .textarea
    video-js
    .vjs-text-track-settings
    .cmp-subnavigation
    .sub-navigation__container--cta
    .icon-grid__wrapper-link
    .vjs-done-button
    ~ a,
  .cmp-subnavigation
    .sub-navigation__container--cta
    .icon-grid__wrapper-link
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-default-button
    ~ a,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .cmp-subnavigation
    .sub-navigation__container--cta
    .icon-grid__wrapper-link
    .vjs-default-button
    ~ a,
  .cmp-subnavigation
    .sub-navigation__container--cta
    .icon-grid__wrapper-link
    .brightcove-player__wrapper
    .vjs-text-track-settings
    .vjs-done-button
    ~ a,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .cmp-subnavigation
    .sub-navigation__container--cta
    .icon-grid__wrapper-link
    .vjs-done-button
    ~ a,
  .cmp-subnavigation
    .sub-navigation__container--cta
    .icon-grid__wrapper-link
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-default-button
    ~ a,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .cmp-subnavigation
    .sub-navigation__container--cta
    .icon-grid__wrapper-link
    .vjs-default-button
    ~ a,
  .cmp-subnavigation
    .sub-navigation__container--cta
    .icon-grid__wrapper-link
    .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .vjs-done-button
    ~ a,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .cmp-subnavigation
    .sub-navigation__container--cta
    .icon-grid__wrapper-link
    .vjs-done-button
    ~ a,
  .cmp-subnavigation
    .sub-navigation__container--cta
    .icon-grid__wrapper-link
    .customer-content
    a
    ~ a,
  .customer-content
    .cmp-subnavigation
    .sub-navigation__container--cta
    .icon-grid__wrapper-link
    a
    ~ a,
  .icon-grid__wrapper-link
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .cmp-subnavigation
    .sub-navigation__container--cta
    .cta
    ~ a,
  .cmp-subnavigation
    .sub-navigation__container--cta
    .icon-grid__wrapper-link
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .cta
    ~ a,
  .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .icon-grid__wrapper-link
    .cmp-subnavigation
    .sub-navigation__container--cta
    .cta
    ~ a,
  .cmp-subnavigation
    .sub-navigation__container--cta
    .cmp-customercarousel
    .customer-carousel
    .contentfragment
    .icon-grid__wrapper-link
    .cta
    ~ a,
  .icon-grid__wrapper-link
    .cmp-resourcebar
    .cmp-subnavigation
    .sub-navigation__container--cta
    .content-fragment__cards-cta
    ~ a,
  .cmp-subnavigation
    .sub-navigation__container--cta
    .icon-grid__wrapper-link
    .cmp-resourcebar
    .content-fragment__cards-cta
    ~ a,
  .cmp-resourcebar
    .icon-grid__wrapper-link
    .cmp-subnavigation
    .sub-navigation__container--cta
    .content-fragment__cards-cta
    ~ a,
  .cmp-subnavigation
    .sub-navigation__container--cta
    .cmp-resourcebar
    .icon-grid__wrapper-link
    .content-fragment__cards-cta
    ~ a,
  .icon-grid__wrapper-link
    .cmp-subnavigation
    .sub-navigation__container--cta
    a
    ~ a,
  .cmp-subnavigation
    .sub-navigation__container--cta
    .icon-grid__wrapper-link
    a
    ~ a {
    margin-top: 0px;
    margin-top: 0rem;
    margin-left: 22px;
    margin-left: 1.375rem;
  }
}
.icon-grid__wrapper-title p,
.icon-grid__wrapper-title span,
.icon-grid__wrapper-title h1,
.icon-grid__wrapper-title h2,
.icon-grid__wrapper-title h3,
.icon-grid__wrapper-title h4,
.icon-grid__wrapper-title h5,
.icon-grid__wrapper-title h6,
.icon-grid__wrapper-title blockquote,
.icon-grid__wrapper-title pre {
  color: #000000;
}
.icon-grid__wrapper-title {
  margin-top: 24px;
  margin-bottom: 16px;
}
.icon-grid__wrapper-description p,
.icon-grid__wrapper-description span,
.icon-grid__wrapper-description h1,
.icon-grid__wrapper-description h2,
.icon-grid__wrapper-description h3,
.icon-grid__wrapper-description h4,
.icon-grid__wrapper-description h5,
.icon-grid__wrapper-description h6,
.icon-grid__wrapper-description blockquote,
.icon-grid__wrapper-description pre {
  color: #333333;
}
.icon-grid__wrapper-description .cmp-text {
  min-height: 45px;
  min-height: 2.8125rem;
}
.icon-grid__wrapper-content {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.section.bg-blue .icon-grid__wrapper-title p,
.section.bg-blue .icon-grid__wrapper-title span,
.section.bg-gray .icon-grid__wrapper-title p,
.section.bg-gray .icon-grid__wrapper-title span,
.section-v2.bg-blue .icon-grid__wrapper-title p,
.section-v2.bg-blue .icon-grid__wrapper-title span,
.section-v2.bg-gray .icon-grid__wrapper-title p,
.section-v2.bg-gray .icon-grid__wrapper-title span {
  color: #000000;
}
.section.bg-blue .icon-grid__wrapper-description p,
.section.bg-blue .icon-grid__wrapper-description span,
.section.bg-gray .icon-grid__wrapper-description p,
.section.bg-gray .icon-grid__wrapper-description span,
.section-v2.bg-blue .icon-grid__wrapper-description p,
.section-v2.bg-blue .icon-grid__wrapper-description span,
.section-v2.bg-gray .icon-grid__wrapper-description p,
.section-v2.bg-gray .icon-grid__wrapper-description span {
  color: #333333;
}

.lightTheme
  .icon-grid-resource
  .icon-grid__wrapper
  .icon-grid__wrapper-content
  *,
.quote
  .quote-component
  .icon-grid-resource
  .icon-grid__wrapper
  .icon-grid__wrapper-content
  *,
.darkTheme
  .icon-grid-resource
  .icon-grid__wrapper
  .icon-grid__wrapper-content
  * {
  color: #022043 !important;
}
.lightTheme
  .icon-grid-resource
  .icon-grid__wrapper
  .icon-grid__wrapper-logo
  svg,
.quote
  .quote-component
  .icon-grid-resource
  .icon-grid__wrapper
  .icon-grid__wrapper-logo
  svg,
.darkTheme
  .icon-grid-resource
  .icon-grid__wrapper
  .icon-grid__wrapper-logo
  svg {
  fill: #0057ae !important;
}
.lightTheme .icon-grid-resource .icon-grid__wrapper .icon-grid__wrapper-title,
.quote
  .quote-component
  .icon-grid-resource
  .icon-grid__wrapper
  .icon-grid__wrapper-title,
.darkTheme .icon-grid-resource .icon-grid__wrapper .icon-grid__wrapper-title {
  color: #022043 !important;
  font-style: normal;
  font-size: 20px;
  font-weight: 700;
  line-height: 104%; /* 20.8px */
}
.lightTheme
  .icon-grid-resource
  .icon-grid__wrapper
  .icon-grid__wrapper-description,
.quote
  .quote-component
  .icon-grid-resource
  .icon-grid__wrapper
  .icon-grid__wrapper-description,
.darkTheme
  .icon-grid-resource
  .icon-grid__wrapper
  .icon-grid__wrapper-description {
  color: #022043 !important;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.icon__link-wrapper .icon__link-heading {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 32px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 2rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  font-weight: 500;
  line-height: 40px;
}
.icon__link-wrapper .icon__link-item {
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  display: flex;
}
.icon__link-wrapper .icon__link-item-description--link:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.icon__link-wrapper .icon__link-item-description--link:focus-visible {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  outline: 0;
}
.icon__link-wrapper .icon__link-item-description--link:focus-visible:hover {
  box-shadow: none;
}
.icon__link-wrapper .icon__link-item-description--link {
  font-weight: 400;
}
.icon__link-wrapper .icon__link-item-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  margin-right: 0.75rem;
  margin-top: 2px;
  margin-top: 0.125rem;
}
.icon__link-wrapper .icon__link-item-icon svg {
  width: 24px;
  height: 24px;
  fill: #0875e1;
}
.icon__link-wrapper .icon__link-item-description {
  width: calc(100% - 32px);
}
.icon__link-wrapper .icon__link-item-description p {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.icon__link-wrapper .icon__link-container {
  margin: 0px;
  margin: 0rem;
  padding: 0px;
  padding: 0rem;
}
.icon__link-wrapper
  .icon__link-container.icon__link-container--md
  .icon__link-item {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.section.bg-blue .icon__link-heading,
.section-v2.bg-blue .icon__link-heading {
  color: #ffffff;
}
.section.bg-blue .icon__link-item-icon svg,
.section-v2.bg-blue .icon__link-item-icon svg {
  fill: #ffffff;
}
.section.bg-blue .icon__link-container--social .icon__link-item-icon svg,
.section-v2.bg-blue .icon__link-container--social .icon__link-item-icon svg {
  fill: #ffffff;
}
.section.bg-blue
  .icon__link-container--social
  .icon__link-item-description--link:hover
  .icon__link-item-icon
  svg,
.section.bg-blue
  .icon__link-container--social
  .icon__link-item-description--link:active
  .icon__link-item-icon
  svg,
.section-v2.bg-blue
  .icon__link-container--social
  .icon__link-item-description--link:hover
  .icon__link-item-icon
  svg,
.section-v2.bg-blue
  .icon__link-container--social
  .icon__link-item-description--link:active
  .icon__link-item-icon
  svg {
  fill: #1e1e1e;
}

.lightTheme .icon__link-wrapper ul li span svg,
.quote .quote-component .icon__link-wrapper ul li span svg {
  fill: #0057ae !important;
}
.lightTheme .icon__link-wrapper ul li a,
.quote .quote-component .icon__link-wrapper ul li a {
  color: #0057ae !important;
}
.lightTheme .icon__link-wrapper ul li a:hover,
.quote .quote-component .icon__link-wrapper ul li a:hover {
  color: #022043 !important;
  text-decoration: underline !important;
  text-decoration-color: #022043 !important;
}
.lightTheme .icon__link-wrapper ul li a:focus,
.quote .quote-component .icon__link-wrapper ul li a:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.lightTheme .icon__link-wrapper ul li a:focus-visible,
.quote .quote-component .icon__link-wrapper ul li a:focus-visible {
  border-radius: 24px;
  color: #022043 !important;
  box-shadow: 0 0 0 2px #0057ae;
}

.darkTheme .icon__link-wrapper .icon__link-heading {
  color: #ffffff !important;
}
.darkTheme .icon__link-wrapper ul li span svg {
  fill: #ffffff !important;
}
.darkTheme .icon__link-wrapper ul li a {
  color: #ffffff;
}
.darkTheme .icon__link-wrapper ul li a:hover {
  color: #b6c1cc !important;
  text-decoration: underline !important;
  text-decoration-color: #b6c1cc !important;
}
.darkTheme .icon__link-wrapper ul li a:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.darkTheme .icon__link-wrapper ul li a:focus-visible {
  border-radius: 24px;
  box-shadow: 0 0 0 2px #ffffff;
}

.separator-line {
  border: 0;
  height: 1px;
  background: #dfe2e6;
}
.separator-line.separator-line__stripped,
.footer-container__wrapper .separator-line.separator-line__stripped {
  display: block;
  padding: 0;
  position: relative;
  max-width: 88rem;
  height: 4px;
  background: #ffda61;
  margin: 0;
  background: -moz-linear-gradient(
    left,
    #ffda61 0%,
    #ffda61 16%,
    #ffc629 16%,
    #ffc629 16%,
    #ffc629 33%,
    #ffa126 33%,
    #ffa126 33%,
    #ffa126 50%,
    #f38b00 50%,
    #f38b00 66%,
    #005cb9 66%,
    #005cb9 83%,
    #0875e1 83%,
    #0875e1 100%
  );
  background: -webkit-linear-gradient(
    left,
    #ffda61 0%,
    #ffda61 16%,
    #ffc629 16%,
    #ffc629 16%,
    #ffc629 33%,
    #ffa126 33%,
    #ffa126 33%,
    #ffa126 50%,
    #f38b00 50%,
    #f38b00 66%,
    #005cb9 66%,
    #005cb9 83%,
    #0875e1 83%,
    #0875e1 100%
  );
  background: linear-gradient(
    to right,
    #ffda61 0%,
    #ffda61 16%,
    #ffc629 16%,
    #ffc629 16%,
    #ffc629 33%,
    #ffa126 33%,
    #ffa126 33%,
    #ffa126 50%,
    #f38b00 50%,
    #f38b00 66%,
    #005cb9 66%,
    #005cb9 83%,
    #0875e1 83%,
    #0875e1 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffda61', endColorstr='#0875e1',GradientType=1 );
}
@media (min-width: 48em) {
  .separator-line.separator-line__stripped,
  .footer-container__wrapper .separator-line.separator-line__stripped {
    margin: 0;
    margin-left: 32px;
    margin-left: 2rem;
    margin-right: 32px;
    margin-right: 2rem;
  }
}
@media (min-width: 75em) {
  .separator-line.separator-line__stripped,
  .footer-container__wrapper .separator-line.separator-line__stripped {
    margin: 0 auto;
  }
}

.separator-xxl {
  margin-top: 8px;
  margin-top: 0.5rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media (min-width: 48em) {
  .separator-xxl {
    margin-top: 16px;
    margin-top: 1rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
  }
}
@media (min-width: 70.25em) {
  .separator-xxl {
    margin-top: 32px;
    margin-top: 2rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
}
@media (min-width: 75em) {
  .separator-xxl {
    margin-top: 64px;
    margin-top: 4rem;
    margin-bottom: 64px;
    margin-bottom: 4rem;
  }
}
@media (min-width: 100em) {
  .separator-xxl {
    margin-top: 128px;
    margin-top: 8rem;
    margin-bottom: 128px;
    margin-bottom: 8rem;
  }
}
@media (min-width: 120em) {
  .separator-xxl {
    margin-top: 256px;
    margin-top: 16rem;
    margin-bottom: 256px;
    margin-bottom: 16rem;
  }
}

.separator-xl {
  margin-top: 8px;
  margin-top: 0.5rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media (min-width: 48em) {
  .separator-xl {
    margin-top: 16px;
    margin-top: 1rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
  }
}
@media (min-width: 70.25em) {
  .separator-xl {
    margin-top: 32px;
    margin-top: 2rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
}
@media (min-width: 75em) {
  .separator-xl {
    margin-top: 64px;
    margin-top: 4rem;
    margin-bottom: 64px;
    margin-bottom: 4rem;
  }
}
@media (min-width: 100em) {
  .separator-xl {
    margin-top: 128px;
    margin-top: 8rem;
    margin-bottom: 128px;
    margin-bottom: 8rem;
  }
}

.separator-lg {
  margin-top: 8px;
  margin-top: 0.5rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media (min-width: 48em) {
  .separator-lg {
    margin-top: 16px;
    margin-top: 1rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
  }
}
@media (min-width: 70.25em) {
  .separator-lg {
    margin-top: 32px;
    margin-top: 2rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
}
@media (min-width: 75em) {
  .separator-lg {
    margin-top: 64px;
    margin-top: 4rem;
    margin-bottom: 64px;
    margin-bottom: 4rem;
  }
}

.separator-md {
  margin-top: 8px;
  margin-top: 0.5rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media (min-width: 48em) {
  .separator-md {
    margin-top: 16px;
    margin-top: 1rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
  }
}
@media (min-width: 70.25em) {
  .separator-md {
    margin-top: 32px;
    margin-top: 2rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
}

.separator-md-v2 {
  margin-top: 32px;
  margin-top: 2rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.separator-sm {
  margin-top: 8px;
  margin-top: 0.5rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media (min-width: 48em) {
  .separator-sm {
    margin-top: 16px;
    margin-top: 1rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
  }
}

.separator-xs {
  margin-top: 8px;
  margin-top: 0.5rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.spacer-xxl-horizontal {
  width: 100%;
  height: 8px;
}
@media (min-width: 48em) {
  .spacer-xxl-horizontal {
    width: 100%;
    height: 16px;
  }
}
@media (min-width: 70.25em) {
  .spacer-xxl-horizontal {
    width: 100%;
    height: 32px;
  }
}
@media (min-width: 75em) {
  .spacer-xxl-horizontal {
    width: 100%;
    height: 64px;
  }
}
@media (min-width: 100em) {
  .spacer-xxl-horizontal {
    width: 100%;
    height: 128px;
  }
}
@media (min-width: 120em) {
  .spacer-xxl-horizontal {
    width: 100%;
    height: 256px;
  }
}

.spacer-xl-horizontal {
  width: 100%;
  height: 8px;
}
@media (min-width: 48em) {
  .spacer-xl-horizontal {
    width: 100%;
    height: 16px;
  }
}
@media (min-width: 70.25em) {
  .spacer-xl-horizontal {
    width: 100%;
    height: 32px;
  }
}
@media (min-width: 75em) {
  .spacer-xl-horizontal {
    width: 100%;
    height: 64px;
  }
}
@media (min-width: 100em) {
  .spacer-xl-horizontal {
    width: 100%;
    height: 128px;
  }
}

.spacer-lg-horizontal {
  width: 100%;
  height: 8px;
}
@media (min-width: 48em) {
  .spacer-lg-horizontal {
    width: 100%;
    height: 16px;
  }
}
@media (min-width: 70.25em) {
  .spacer-lg-horizontal {
    width: 100%;
    height: 32px;
  }
}
@media (min-width: 75em) {
  .spacer-lg-horizontal {
    width: 100%;
    height: 64px;
  }
}

.spacer-md-horizontal {
  width: 100%;
  height: 8px;
}
@media (min-width: 48em) {
  .spacer-md-horizontal {
    width: 100%;
    height: 16px;
  }
}
@media (min-width: 70.25em) {
  .spacer-md-horizontal {
    width: 100%;
    height: 32px;
  }
}

.spacer-md-horizontal-v2 {
  width: 100%;
  height: 32px;
}

.spacer-sm-horizontal {
  width: 100%;
  height: 8px;
}
@media (min-width: 48em) {
  .spacer-sm-horizontal {
    width: 100%;
    height: 16px;
  }
}

.spacer-xs-horizontal {
  width: 100%;
  height: 8px;
}

.separator-sun {
  position: relative;
}
.separator-sun .separator-line:before {
  background: #ffc629;
  border-top-left-radius: 128px;
  border-top-right-radius: 128px;
  bottom: 50%;
  content: "";
  left: calc(50% - 32px);
  position: absolute;
  width: 64px;
  height: 32px;
}
@media (min-width: 48em) {
  .separator-sun .separator-line:before {
    left: calc(50% - 48px);
    width: 96px;
    height: 48px;
  }
}
@media (min-width: 70.25em) {
  .separator-sun .separator-line:before {
    left: calc(50% - 64px);
    width: 128px;
    height: 64px;
  }
}

.accordian__wrapper-item {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #dfe2e6;
}
@media (min-width: 70.25em) {
  .accordian__wrapper-item {
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
}
.accordian__wrapper-item:last-child {
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
.accordian__wrapper-item--header {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  cursor: pointer;
  display: flex;
}
@media (min-width: 70.25em) {
  .accordian__wrapper-item--header {
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
}
.accordian__wrapper-item--header:focus,
.accordian__wrapper-item--header:focus-visible {
  box-shadow: 0 0 0 2px #0875e1 !important;
  outline: none !important;
}
.accordian__wrapper-item--icon {
  width: 35px;
  height: 24px;
  margin-right: 8px;
  margin-right: 0.5rem;
  fill: #0875e1;
  transition: all 0.25s;
}
.accordian__wrapper-item--icon image,
.accordian__wrapper-item--icon img {
  width: 100%;
  height: 100%;
}
.accordian__wrapper-item--title {
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 20px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1.25rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  margin: 0px;
  margin: 0rem;
  color: #000000;
  font-weight: 400;
  line-height: 24px;
}
.accordian__wrapper-item--description {
  margin-left: 43px;
  margin-left: 2.6875rem;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 20px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1.25rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  line-height: 28px !important;
  color: #333333;
  max-height: 0;
  transition: all 0.25s;
  visibility: hidden;
  overflow: hidden;
}
.accordian__wrapper-item--description a:focus,
.accordian__wrapper-item--description a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #0875e1 !important;
}
.accordian__wrapper-item--description p {
  margin: 0;
}
.accordian__wrapper-item.active .accordian__wrapper-item--icon {
  transform: rotate(180deg);
}
.accordian__wrapper-item.active .accordian__wrapper-item--title {
  color: #0875e1 !important;
}
.accordian__wrapper-item.active .accordian__wrapper-item--description {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  margin-top: -16px;
  margin-top: -1rem;
  max-height: 400vh;
  visibility: visible;
  /* Body/Body 1 Regular */
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}
@media (min-width: 70.25em) {
  .accordian__wrapper-item.active .accordian__wrapper-item--description {
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
}

.section.bg-blue .accordian__wrapper-item--icon,
.section-v2.bg-blue .accordian__wrapper-item--icon {
  fill: #ffffff !important;
}
.section.bg-blue .accordian__wrapper-item--title,
.section-v2.bg-blue .accordian__wrapper-item--title {
  color: #ffffff !important;
}
.section.bg-blue .accordian__wrapper-item--description,
.section-v2.bg-blue .accordian__wrapper-item--description {
  color: #d4d4d4 !important;
}
.section.bg-blue .accordian__wrapper-item--description a:focus,
.section.bg-blue .accordian__wrapper-item--description a:focus-visible,
.section-v2.bg-blue .accordian__wrapper-item--description a:focus,
.section-v2.bg-blue .accordian__wrapper-item--description a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #ffffff !important;
}
.section.bg-blue .accordian__wrapper-item,
.section-v2.bg-blue .accordian__wrapper-item {
  border-color: #005cb9 !important;
}
.section.bg-blue
  .accordian__wrapper-item.active
  .accordian__wrapper-item--title,
.section-v2.bg-blue
  .accordian__wrapper-item.active
  .accordian__wrapper-item--title {
  color: #ffffff !important;
}
.section.bg-blue .accordian__wrapper-item--header:focus,
.section.bg-blue .accordian__wrapper-item--header:focus-visible,
.section-v2.bg-blue .accordian__wrapper-item--header:focus,
.section-v2.bg-blue .accordian__wrapper-item--header:focus-visible {
  box-shadow: 0 0 0 2px #ffffff !important;
}

.darkTheme .accordian__wrapper-item--title,
.lightTheme .accordian__wrapper-item--title,
.quote .quote-component .accordian__wrapper-item--title {
  font-weight: 700;
  line-height: 28px;
}

.darkTheme .accordian__wrapper-item {
  border-bottom: 1px solid #ffffff !important;
}
.darkTheme .accordian__wrapper-item--header span svg {
  fill: #ffffff !important;
}
.darkTheme .accordian__wrapper-item--header .accordian__wrapper-item--title {
  color: #ffffff !important;
}
.darkTheme .accordian__wrapper-item--header:focus {
  border: none;
  outline: none !important;
  box-shadow: none !important;
}
.darkTheme .accordian__wrapper-item--header:focus-visible {
  border-radius: 8px !important;
  box-shadow:
    0 0 0 2px #0057ae,
    0 0 0 4px #ffffff !important;
  outline: none !important;
}
.darkTheme .accordian__wrapper-item .accordian__wrapper-item--description p {
  color: #ffffff !important;
}
.darkTheme
  .accordian__wrapper-item
  .accordian__wrapper-item--description
  a:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.darkTheme
  .accordian__wrapper-item
  .accordian__wrapper-item--description
  a:focus-visible {
  box-shadow: 0 0 0 2px #ffffff !important;
  border-radius: 8px;
}

.lightTheme .accordian__wrapper-item:not(:last-of-type),
.quote .quote-component .accordian__wrapper-item:not(:last-of-type) {
  border-bottom: 1px solid #b6c1cc !important;
}
.lightTheme .accordian__wrapper-item--header span svg,
.quote .quote-component .accordian__wrapper-item--header span svg {
  fill: #0057ae !important;
}
.lightTheme .accordian__wrapper-item--header .accordian__wrapper-item--title,
.quote
  .quote-component
  .accordian__wrapper-item--header
  .accordian__wrapper-item--title {
  color: #0057ae !important;
}
.lightTheme .accordian__wrapper-item--header:focus,
.quote .quote-component .accordian__wrapper-item--header:focus {
  border: none;
  outline: none !important;
  box-shadow: none !important;
}
.lightTheme .accordian__wrapper-item--header:focus-visible,
.quote .quote-component .accordian__wrapper-item--header:focus-visible {
  border-radius: 8px !important;
  box-shadow: 0 0 0 2px #0057ae !important;
  outline: none !important;
}
.lightTheme .accordian__wrapper-item .accordian__wrapper-item--description p,
.quote
  .quote-component
  .accordian__wrapper-item
  .accordian__wrapper-item--description
  p {
  color: #022043 !important;
}
.lightTheme
  .accordian__wrapper-item
  .accordian__wrapper-item--description
  a:focus,
.quote
  .quote-component
  .accordian__wrapper-item
  .accordian__wrapper-item--description
  a:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.lightTheme
  .accordian__wrapper-item
  .accordian__wrapper-item--description
  a:focus-visible,
.quote
  .quote-component
  .accordian__wrapper-item
  .accordian__wrapper-item--description
  a:focus-visible {
  box-shadow: 0 0 0 2px #0057ae !important;
  border-radius: 8px;
}
.lightTheme .accordian__wrapper-item.active .accordian__wrapper-item--title,
.quote
  .quote-component
  .accordian__wrapper-item.active
  .accordian__wrapper-item--title {
  color: #0057ae !important;
}

.accordion--insights {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 0 0 1px #b6c1cc;
  padding: 32px;
}
.accordion--insights__wrapper-item {
  display: flex;
  flex-direction: column;
  margin: 24px 0;
}
.accordion--insights__wrapper-item:first-of-type {
  margin-top: 0;
}
.accordion--insights__wrapper-item:last-of-type {
  margin-bottom: 0;
}
.accordion--insights__wrapper-item .accordian__wrapper-item--header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
@media (min-width: 48em) {
  .accordion--insights__wrapper-item .accordian__wrapper-item--header {
    flex-direction: row;
    flex-wrap: unset;
  }
}
.accordion--insights__wrapper-item__index {
  display: inline-flex;
  order: 1;
  color: #022043;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  width: 40px;
  height: 40px;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(
    0deg,
    #fcae48 0%,
    #ffca5b 25%,
    #ffc974 50%,
    #ffbe8c 75%,
    #ff9c9d 100%
  );
  align-self: flex-start;
  flex-shrink: 0;
}
@media (min-width: 48em) {
  .accordion--insights__wrapper-item__index {
    display: flex;
    align-self: center;
  }
}
.accordion--insights__wrapper-item__title {
  align-items: center;
  margin: 16px 0 0 0;
  padding: 0px;
  font-size: 20px;
  font-weight: 400 !important;
  line-height: 28px;
  color: #022043 !important;
  order: 4;
  flex-basis: 100%;
}
.accordion--insights__wrapper-item__title p {
  color: #022043 !important;
}
.accordion--insights__wrapper-item__title p .body1 {
  margin-bottom: 0 !important;
}
@media (min-width: 48em) {
  .accordion--insights__wrapper-item__title {
    order: 2;
    margin: 0 16px;
    padding: 6px 0;
    flex-basis: unset;
  }
}
.accordion--insights__wrapper-item__count {
  display: inline-flex;
  order: 2;
  padding: 4px 12px;
  background-color: #f1f3f6;
  align-items: center;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #022043;
  flex-shrink: 0 !important;
  align-self: center;
  margin: 0 0 0 8px;
}
.accordion--insights__wrapper-item__count__number {
  font-weight: 700;
}
@media (min-width: 320px) {
  .accordion--insights__wrapper-item__count {
    margin: 0 0 0 16px;
  }
}
@media (min-width: 48em) {
  .accordion--insights__wrapper-item__count {
    display: flex;
    order: 3;
    margin: 0;
  }
}
.accordion--insights__wrapper-item__icon {
  display: inline-flex;
  flex-grow: 1;
  order: 3;
  justify-content: right;
  align-self: center;
  fill: #0057ae;
  margin-right: 0;
}
.accordion--insights__wrapper-item__icon svg {
  margin: 0;
}
@media (min-width: 48em) {
  .accordion--insights__wrapper-item__icon {
    display: flex;
    order: 4;
  }
}
.accordion--insights__wrapper-item:last-of-type {
  border-bottom: none !important;
}
.accordion--insights__wrapper-item:last-of-type
  .accordian__wrapper-item--header[aria-expanded="false"] {
  margin-bottom: 0;
}
.accordion--insights__wrapper-item:last-of-type.active
  .accordion--insights__wrapper-item__card-wrapper {
  margin-bottom: 0;
}
.accordion--insights__wrapper-item__card-wrapper {
  background: #ffffff;
  display: none;
  container-type: inline-size;
  container-name: card-wrapper;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 24px;
  gap: 16px;
}
@media (min-width: 48em) {
  .accordion--insights__wrapper-item__card-wrapper {
    padding-left: 56px;
  }
}
.accordion--insights__wrapper-item__card-wrapper--card-link {
  all: unset;
  text-decoration: none;
  color: inherit;
}
.accordion--insights__wrapper-item__card-wrapper--card-link:focus-visible {
  box-shadow: none !important;
}
.accordion--insights__wrapper-item__card-wrapper--card-link:focus-visible
  .accordion--insights__wrapper-item__card-wrapper--card {
  box-shadow: 0 0 0 2px #0057ae;
}
.accordion--insights__wrapper-item__card-wrapper--card-link:active
  .accordion--insights__wrapper-item__card-wrapper--card {
  box-shadow:
    0 0 0 1px #b6c1cc,
    0 2px 12px 0 rgba(0, 0, 0, 0.12);
}
.accordion--insights__wrapper-item__card-wrapper--card-link:active
  .accordion--insights__wrapper-item__card-wrapper--card-content-title {
  text-decoration: underline;
}
.accordion--insights__wrapper-item__card-wrapper--card {
  display: flex;
  cursor: pointer;
  flex-direction: row;
  max-width: 360px;
  height: 100%;
  padding: 16px;
  align-items: flex-start;
  gap: 16px;
  flex-shrink: 0;
  border-radius: 8px;
  box-shadow: 0 0 0 1px #b6c1cc;
  justify-content: stretch;
}
.accordion--insights__wrapper-item__card-wrapper--card-content {
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  all: unset;
  gap: 16px;
  flex-direction: row;
  justify-content: space-evenly;
}
.accordion--insights__wrapper-item__card-wrapper--card-content-title {
  display: flex;
  height: 75.938px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #022043;
  display: -webkit-box;
  height: 48px;
  width: 177px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.accordion--insights__wrapper-item__card-wrapper--card-content-detail {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 8px 0 -1px 0;
}
.accordion--insights__wrapper-item__card-wrapper--card-content-detail__type {
  display: flex;
  color: #022043;
  margin-right: 12px;
}
.accordion--insights__wrapper-item__card-wrapper--card-content-detail__length {
  display: flex;
  color: #525d6a;
}
.accordion--insights__wrapper-item__card-wrapper--card-image {
  flex-grow: 0;
  order: 2;
  display: flex;
  height: auto;
  width: 100%;
  flex-shrink: 1;
  align-self: stretch;
  aspect-ratio: 231/129.94;
  border-radius: 4px;
  object-fit: cover;
}
@media (min-width: 48em) {
  .accordion--insights__wrapper-item__card-wrapper--card-image {
    width: auto !important;
    flex-shrink: 0;
    height: 75.938px;
    aspect-ratio: 135/75.94;
  }
}
.accordion--insights__wrapper-item__card-wrapper--card:hover {
  box-shadow:
    0 0 0 1px #b6c1cc,
    0 2px 12px 0 rgba(0, 0, 0, 0.12);
}
.accordion--insights__wrapper-item__card-wrapper--card:hover
  .accordion--insights__wrapper-item__card-wrapper--card-content-title {
  text-decoration: underline;
}
@container card-wrapper (width <= 755px) {
  .accordion--insights__wrapper-item__card-wrapper--card {
    max-width: 263px !important;
    flex-direction: column;
    justify-content: stretch;
  }
  .accordion--insights__wrapper-item__card-wrapper--card-content {
    flex-direction: column;
    justify-content: stretch;
  }
  .accordion--insights__wrapper-item__card-wrapper--card-image {
    flex-grow: 1;
    height: 129px !important;
  }
}
@container card-wrapper (width <= 261px) {
  .accordion--insights__wrapper-item__card-wrapper--card {
    max-width: 100% !important;
  }
  .accordion--insights__wrapper-item__card-wrapper--card-content-title {
    height: auto;
    width: 100%;
  }
  .accordion--insights__wrapper-item__card-wrapper--card-image {
    height: auto !important;
  }
}
.accordion--insights__wrapper-item.active
  .accordion--insights__wrapper-item__card-wrapper {
  display: flex;
}
.lightTheme
  .accordion--insights
  .accordian__wrapper-item--header
  .accordian__wrapper-item--title,
.quote
  .quote-component
  .accordion--insights
  .accordian__wrapper-item--header
  .accordian__wrapper-item--title,
.darkTheme
  .accordion--insights
  .accordian__wrapper-item--header
  .accordian__wrapper-item--title {
  color: #022043 !important;
}
.lightTheme
  .accordion--insights
  .accordion--insights__wrapper-item__card-wrapper--card-link:focus-visible,
.quote
  .quote-component
  .accordion--insights
  .accordion--insights__wrapper-item__card-wrapper--card-link:focus-visible,
.darkTheme
  .accordion--insights
  .accordion--insights__wrapper-item__card-wrapper--card-link:focus-visible {
  box-shadow: none !important;
}

@media (max-width: 767px) {
  .accordion--insights > div .accordian__wrapper-item:nth-child(n + 4) {
    display: none;
  }
  .accordion--insights > div .accordian__wrapper-item:nth-child(3) {
    border-bottom: none !important;
    margin-bottom: 0;
  }
  .accordion--insights
    > div
    .accordian__wrapper-item:nth-child(3)
    .accordian__wrapper-item--header {
    margin-bottom: 0 !important;
  }
}

.cmp-announcementbar {
  z-index: 99;
  position: relative;
}

.announcement-bar {
  margin: 8px 0;
  margin: 0.5rem 0rem;
  min-height: 80px;
  min-height: 5rem;
  align-items: center;
  display: flex;
  position: relative;
  z-index: 2;
}
@media (min-width: 48em) {
  .announcement-bar.announcement-bar__wrapper--fullwidth {
    margin: 0;
    margin: 0rem;
  }
  .announcement-bar.announcement-bar__wrapper--fullwidth
    .announcement-bar__wrapper-logo
    img:focus {
    border: 2px solid #0875e1;
    box-shadow: none;
    outline: 0;
  }
  .announcement-bar.announcement-bar__wrapper--fullwidth
    .announcement-bar__wrapper-logo
    img:focus:hover {
    border: 0px;
    box-shadow: none;
  }
}
.announcement-bar__wrapper-slide-button {
  display: flex;
}
.announcement-bar-slider__xs {
  padding: 0;
  padding: 0rem;
  width: calc(100% - 115px);
}
@media (min-width: 48em) {
  .announcement-bar-slider__xs {
    padding: 0 16px;
    padding: 0rem 1rem;
  }
}
.announcement-bar__wrapper {
  overflow: hidden;
  position: relative;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
}
.announcement-bar__wrapper-box {
  display: none;
  width: 100%;
  z-index: 1;
}
.announcement-bar__wrapper-box[data-state="active"] {
  display: flex;
  z-index: 99;
}
.announcement-bar__wrapper-box.announcement-bar__wrapper-box--animate {
  animation:
    announcement_slide_in 0.3s forwards,
    announcement_slide 0.3s forwards;
}
.announcement-bar__wrapper-box-edit {
  display: none;
  width: 100%;
  position: static;
}
.announcement-bar__wrapper-box-edit[data-state="active"] {
  display: flex;
}
.announcement-bar__wrapper-box-edit .announcement-bar__wrapper-logo,
.announcement-bar__wrapper-box-edit .announcement-bar__wrapper-button {
  min-width: 64px;
  min-width: 4rem;
  max-width: 160px;
  max-width: 10rem;
}
.announcement-bar__wrapper-box-edit .announcement-bar__wrapper-logo {
  padding: 0;
  padding: 0rem;
}
.announcement-bar__wrapper-box-edit .announcement-bar__wrapper-description {
  min-width: 250px;
  min-width: 15.625rem;
  max-width: 400px;
  max-width: 25rem;
}
.announcement-bar__wrapper-slides {
  display: flex;
  width: 100%;
}
.announcement-bar__wrapper-container {
  display: flex;
}
.announcement-bar__wrapper-logo {
  display: none;
}
@media (min-width: 48em) {
  .announcement-bar__wrapper-logo {
    margin: 0px 16px 0px 5px;
    margin: 0rem 1rem 0rem 0.3125rem;
    display: flex;
    align-items: center;
  }
}
.announcement-bar__wrapper-logo .cmp-image {
  display: flex;
}
.announcement-bar__wrapper-logo img:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.announcement-bar__wrapper-logo img:focus-visible {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  outline: 0;
}
.announcement-bar__wrapper-logo img:focus-visible:hover {
  box-shadow: none;
}
.announcement-bar__wrapper-logo svg {
  width: 56px;
  height: 56px;
  fill: #0875e1;
}
.announcement-bar__wrapper-button {
  display: none;
}
@media (min-width: 48em) {
  .announcement-bar__wrapper-button {
    margin-right: 5px;
    margin-right: 0.3125rem;
    display: flex;
  }
}
.announcement-bar__wrapper-description {
  text-align: center;
}
@media (min-width: 48em) {
  .announcement-bar__wrapper-description {
    margin-right: 32px;
    margin-right: 2rem;
    text-align: left;
  }
}
.announcement-bar__wrapper-description p,
.announcement-bar__wrapper-description .announcement-bar__wrapper-link {
  margin: 0;
  margin: 0rem;
  display: flex;
  text-decoration: none;
}
.announcement-bar__wrapper-description .announcement-bar__wrapper-link {
  display: inline;
}
.announcement-bar__wrapper-description .announcement-bar__wrapper-link:active,
.announcement-bar__wrapper-description .announcement-bar__wrapper-link:focus,
.announcement-bar__wrapper-description .announcement-bar__wrapper-link:hover,
.announcement-bar__wrapper-description .announcement-bar__wrapper-link:visited {
  color: #000000;
  text-decoration: none;
}
.announcement-bar__wrapper-description .announcement-bar__wrapper-link:hover {
  text-decoration: underline;
}
.announcement-bar__wrapper-description span {
  margin: 0;
  margin: 0rem;
}
.announcement-bar__wrapper-description p {
  display: block;
}
.announcement-bar__wrapper-description p a {
  display: contents;
  color: inherit;
  text-decoration: none;
}
.announcement-bar__wrapper-description p a:active,
.announcement-bar__wrapper-description p a:focus,
.announcement-bar__wrapper-description p a:hover,
.announcement-bar__wrapper-description p a:visited {
  color: #000000;
  text-decoration: none;
}
.announcement-bar__wrapper-description p a:hover {
  text-decoration: underline;
}

.announcement-carousel {
  background: #ffffff;
  position: relative;
  z-index: 9;
}
.announcement-carousel .announcement-bar__wrapper-slide--prev-button,
.announcement-carousel .announcement-bar__wrapper-slide--next-button {
  width: 40px;
  height: 40px;
  padding: 11px;
  padding: 0.6875rem;
  -webkit-border-radius: 24px 24px 24px 24px;
  -moz-border-radius: 24px 24px 24px 24px;
  border-radius: 24px 24px 24px 24px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: transparent;
  border: 0;
  cursor: pointer;
  outline: none;
  position: relative;
  transition: 0.3s all ease-in-out;
  z-index: 9;
}
.announcement-carousel .announcement-bar__wrapper-slide--prev-button svg,
.announcement-carousel .announcement-bar__wrapper-slide--prev-button svg path,
.announcement-carousel .announcement-bar__wrapper-slide--next-button svg,
.announcement-carousel .announcement-bar__wrapper-slide--next-button svg path {
  fill: #7b858f;
}
@media (min-width: 70.25em) {
  .announcement-carousel .announcement-bar__wrapper-slide--prev-button:hover,
  .announcement-carousel .announcement-bar__wrapper-slide--next-button:hover {
    background: #dfe2e6;
  }
  .announcement-carousel .announcement-bar__wrapper-slide--prev-button:active,
  .announcement-carousel .announcement-bar__wrapper-slide--next-button:active {
    background: #e8ebed;
  }
  .announcement-carousel .announcement-bar__wrapper-slide--prev-button:focus,
  .announcement-carousel .announcement-bar__wrapper-slide--next-button:focus {
    background: #ffffff;
    box-shadow:
      0px 0px 0px 2px #ffffff,
      0px 0px 0px 4px #0875e1;
  }
  .announcement-carousel
    .announcement-bar__wrapper-slide--prev-button:focus:hover,
  .announcement-carousel
    .announcement-bar__wrapper-slide--next-button:focus:hover {
    background: #dfe2e6;
    box-shadow: 0 0 0 0 transparent;
  }
  .announcement-carousel
    .announcement-bar__wrapper-slide--prev-button:focus:hover
    svg,
  .announcement-carousel
    .announcement-bar__wrapper-slide--next-button:focus:hover
    svg {
    fill: #7b858f;
  }
}
.announcement-carousel.bg-gray p,
.announcement-carousel.bg-white p {
  color: #000000;
}
.announcement-carousel.bg-gray .announcement-bar__wrapper-description a,
.announcement-carousel.bg-gray .announcement-bar__wrapper-link,
.announcement-carousel.bg-white .announcement-bar__wrapper-description a,
.announcement-carousel.bg-white .announcement-bar__wrapper-link {
  color: #000000;
  display: contents;
  text-decoration: none;
}
.announcement-carousel.bg-gray .announcement-bar__wrapper-description a:active,
.announcement-carousel.bg-gray .announcement-bar__wrapper-description a:focus,
.announcement-carousel.bg-gray .announcement-bar__wrapper-description a:hover,
.announcement-carousel.bg-gray .announcement-bar__wrapper-description a:visited,
.announcement-carousel.bg-gray
  .announcement-bar__wrapper-description
  a:visited:hover,
.announcement-carousel.bg-gray .announcement-bar__wrapper-link:active,
.announcement-carousel.bg-gray .announcement-bar__wrapper-link:focus,
.announcement-carousel.bg-gray .announcement-bar__wrapper-link:hover,
.announcement-carousel.bg-gray .announcement-bar__wrapper-link:visited,
.announcement-carousel.bg-gray .announcement-bar__wrapper-link:visited:hover,
.announcement-carousel.bg-white .announcement-bar__wrapper-description a:active,
.announcement-carousel.bg-white .announcement-bar__wrapper-description a:focus,
.announcement-carousel.bg-white .announcement-bar__wrapper-description a:hover,
.announcement-carousel.bg-white
  .announcement-bar__wrapper-description
  a:visited,
.announcement-carousel.bg-white
  .announcement-bar__wrapper-description
  a:visited:hover,
.announcement-carousel.bg-white .announcement-bar__wrapper-link:active,
.announcement-carousel.bg-white .announcement-bar__wrapper-link:focus,
.announcement-carousel.bg-white .announcement-bar__wrapper-link:hover,
.announcement-carousel.bg-white .announcement-bar__wrapper-link:visited,
.announcement-carousel.bg-white .announcement-bar__wrapper-link:visited:hover {
  color: #000000;
  text-decoration: none;
}
.announcement-carousel.bg-gray .announcement-bar__wrapper-description a:hover,
.announcement-carousel.bg-gray .announcement-bar__wrapper-link:hover,
.announcement-carousel.bg-white .announcement-bar__wrapper-description a:hover,
.announcement-carousel.bg-white .announcement-bar__wrapper-link:hover {
  text-decoration: underline;
}
.announcement-carousel.bg-blue .announcement-bar__wrapper-logo svg {
  fill: #ffffff;
}
.announcement-carousel.bg-blue .announcement-bar__wrapper-logo img:focus {
  box-shadow:
    0 0 0 2px #0875e1,
    0 0 0 4px #ffffff;
  outline: 0;
}
.announcement-carousel.bg-blue .announcement-bar__wrapper-logo img:focus:hover {
  box-shadow: none;
}
@media (min-width: 70.25em) {
  .announcement-carousel.bg-blue
    .announcement-bar__wrapper-slide--prev-button:hover,
  .announcement-carousel.bg-blue
    .announcement-bar__wrapper-slide--next-button:hover {
    background: rgba(0, 0, 0, 0.2);
  }
  .announcement-carousel.bg-blue
    .announcement-bar__wrapper-slide--prev-button:active,
  .announcement-carousel.bg-blue
    .announcement-bar__wrapper-slide--next-button:active {
    background: rgba(0, 0, 0, 0.4);
  }
  .announcement-carousel.bg-blue
    .announcement-bar__wrapper-slide--prev-button:focus,
  .announcement-carousel.bg-blue
    .announcement-bar__wrapper-slide--next-button:focus {
    background: #ffffff;
    box-shadow:
      0px 0px 0px 2px #0875e1,
      0px 0px 0px 4px #ffffff;
  }
  .announcement-carousel.bg-blue
    .announcement-bar__wrapper-slide--prev-button:focus
    svg,
  .announcement-carousel.bg-blue
    .announcement-bar__wrapper-slide--prev-button:focus
    svg
    path,
  .announcement-carousel.bg-blue
    .announcement-bar__wrapper-slide--next-button:focus
    svg,
  .announcement-carousel.bg-blue
    .announcement-bar__wrapper-slide--next-button:focus
    svg
    path {
    fill: #7b858f;
  }
  .announcement-carousel.bg-blue
    .announcement-bar__wrapper-slide--prev-button:focus:hover,
  .announcement-carousel.bg-blue
    .announcement-bar__wrapper-slide--next-button:focus:hover {
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 0 transparent;
  }
  .announcement-carousel.bg-blue
    .announcement-bar__wrapper-slide--prev-button:focus:hover
    svg,
  .announcement-carousel.bg-blue
    .announcement-bar__wrapper-slide--prev-button:focus:hover
    svg
    path,
  .announcement-carousel.bg-blue
    .announcement-bar__wrapper-slide--next-button:focus:hover
    svg,
  .announcement-carousel.bg-blue
    .announcement-bar__wrapper-slide--next-button:focus:hover
    svg
    path {
    fill: #ffffff;
  }
}
.announcement-carousel.bg-blue
  .announcement-bar__wrapper-slide--prev-button
  svg,
.announcement-carousel.bg-blue
  .announcement-bar__wrapper-slide--prev-button
  svg
  path,
.announcement-carousel.bg-blue
  .announcement-bar__wrapper-slide--next-button
  svg,
.announcement-carousel.bg-blue
  .announcement-bar__wrapper-slide--next-button
  svg
  path {
  fill: #ffffff;
}
.announcement-carousel.bg-blue
  .announcement-bar__wrapper--fullwidth
  .announcement-bar__wrapper-logo
  img:focus {
  border: 2px solid #ffffff;
  box-shadow: none;
  outline: 0;
}
.announcement-carousel.bg-blue
  .announcement-bar__wrapper--fullwidth
  .announcement-bar__wrapper-logo
  img:focus:hover {
  border: 0px;
  box-shadow: none;
}

@keyframes announcement_slide_in {
  100% {
    display: none;
  }
}
@-webkit-keyframes announcement_slide_in {
  100% {
    display: none;
  }
}
@keyframes announcement_slide {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes announcement_slide {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
.cmp-imagecallout {
  padding: 64px 0;
  padding: 4rem 0rem;
}
@media (min-width: 75em) {
  .cmp-imagecallout {
    padding: 96px 0;
    padding: 6rem 0rem;
  }
}
@media (min-width: 100em) {
  .cmp-imagecallout {
    padding: 128px 0;
    padding: 8rem 0rem;
  }
}
.cmp-imagecallout .eyebrow .cmp-title {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media (min-width: 75em) {
  .cmp-imagecallout .eyebrow .cmp-title {
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
}
.cmp-imagecallout .callout-bubble-item {
  text-align: center;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media (min-width: 48em) {
  .cmp-imagecallout .callout-bubble-item {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}
.cmp-imagecallout .callout-bubble-item .callout-bubble {
  width: 96px;
  height: 96px;
  margin: 0 auto;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
}
.cmp-imagecallout .callout-bubble-item .callout-bubble img,
.cmp-imagecallout .callout-bubble-item .callout-bubble svg {
  width: 48px;
  height: 48px;
  fill: #0b77e3;
}
.cmp-imagecallout .callout-bubble-item .callout-bubble .bubble-text {
  font-weight: bold !important;
}
.cmp-imagecallout .image-container img {
  width: 100%;
  margin: 16px auto;
}

.customer-content .customer-content__supporting-img {
  padding: 50%;
  position: relative;
}
.customer-content .customer-content__supporting-img img {
  object-fit: cover;
  height: 100%;
}
.customer-content .customer-content__supporting-img .cmp-image__circle {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.customer-content .customer-content__company {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 20px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1.25rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  color: #333333;
  line-height: 28px;
  font-weight: 400;
}
.customer-content hr {
  background-color: #dfe2e6;
  height: 1px;
  margin: 32px 0;
  padding: 0;
  border: 0 none transparent;
}
.customer-content .col.hidden,
.customer-content
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .hidden.aem-GridColumn--default--8,
.customer-story
  .customer-content
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .hidden.aem-GridColumn--default--8,
.customer-content
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .hidden.aem-GridColumn--default--4,
.customer-story
  .customer-content
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .hidden.aem-GridColumn--default--4,
.customer-content .perspective-article-page .about-author .hidden.cmp-upnext,
.perspective-article-page .about-author .customer-content .hidden.cmp-upnext,
.customer-content .perspective-article-page .upnext .hidden.cmp-upnext,
.perspective-article-page .upnext .customer-content .hidden.cmp-upnext,
.customer-content
  .validation-component__wrapper--horizontal
  .hidden.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .customer-content
  .hidden.validation-component__wrapper-logo,
.customer-content
  .validation-component__wrapper--contentonWhiteBackground
  .hidden.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .customer-content
  .hidden.validation-component__wrapper-logo,
.customer-content
  .validation-component__wrapper--horizontal
  .hidden.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .customer-content
  .hidden.validation-component__wrapper-content,
.customer-content
  .validation-component__wrapper--contentonWhiteBackground
  .hidden.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .customer-content
  .hidden.validation-component__wrapper-content,
.customer-content .hidden.icon-grid-resource {
  display: none;
}
@media (min-width: 70.25em) {
  .customer-content .col.hidden,
  .customer-content
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .hidden.aem-GridColumn--default--8,
  .customer-story
    .customer-content
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .hidden.aem-GridColumn--default--8,
  .customer-content
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .hidden.aem-GridColumn--default--4,
  .customer-story
    .customer-content
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .hidden.aem-GridColumn--default--4,
  .customer-content .perspective-article-page .about-author .hidden.cmp-upnext,
  .perspective-article-page .about-author .customer-content .hidden.cmp-upnext,
  .customer-content .perspective-article-page .upnext .hidden.cmp-upnext,
  .perspective-article-page .upnext .customer-content .hidden.cmp-upnext,
  .customer-content
    .validation-component__wrapper--horizontal
    .hidden.validation-component__wrapper-logo,
  .validation-component__wrapper--horizontal
    .customer-content
    .hidden.validation-component__wrapper-logo,
  .customer-content
    .validation-component__wrapper--contentonWhiteBackground
    .hidden.validation-component__wrapper-logo,
  .validation-component__wrapper--contentonWhiteBackground
    .customer-content
    .hidden.validation-component__wrapper-logo,
  .customer-content
    .validation-component__wrapper--horizontal
    .hidden.validation-component__wrapper-content,
  .validation-component__wrapper--horizontal
    .customer-content
    .hidden.validation-component__wrapper-content,
  .customer-content
    .validation-component__wrapper--contentonWhiteBackground
    .hidden.validation-component__wrapper-content,
  .validation-component__wrapper--contentonWhiteBackground
    .customer-content
    .hidden.validation-component__wrapper-content,
  .customer-content .hidden.icon-grid-resource {
    display: block;
  }
}
.featured .customer-content .customer-content__text {
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 20px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1.25rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
}
.featured .customer-content .customer-content__supporting-img {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.featured .customer-content .image {
  border-radius: 50%;
  overflow: hidden;
  display: block;
  box-shadow: 0 0 1px 0 RGBA(223, 226, 230, 1);
}
.customer-content .customer-content__links {
  display: flex;
}
.customer-content a {
  margin-bottom: 0;
  margin-bottom: 0rem;
}
.customer-content a:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.customer-content a:focus-visible {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  outline: 0;
}
.customer-content a:focus-visible:hover {
  box-shadow: none;
}
.customer-content a img,
.customer-content a svg {
  width: 24px;
  height: 24px;
}
.customer-content a svg {
  fill: #0875e1;
}
.customer-content a .component-image-svg-left {
  margin-right: 8px;
  margin-right: 0.5rem;
}
.customer-content a .component-image-svg-right {
  margin-left: 8px;
  margin-left: 0.5rem;
}

.customer-overview {
  padding-bottom: 48px;
  padding-bottom: 3rem;
  padding-top: 48px;
  padding-top: 3rem;
}
@media (min-width: 70.25em) {
  .customer-overview {
    padding-bottom: 64px;
    padding-bottom: 4rem;
    padding-top: 64px;
    padding-top: 4rem;
  }
}
.customer-overview .vertical-separator .separator {
  position: relative;
}
.customer-overview .vertical-separator .separator > span {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  margin-top: 32px;
  margin-top: 2rem;
  position: relative;
  width: 100%;
  display: block;
  height: 1px;
  background: #dfe2e6;
}
@media (min-width: 48em) {
  .customer-overview .vertical-separator .separator > span {
    margin-bottom: 0px;
    margin-bottom: 0rem;
    margin-top: 0px;
    margin-top: 0rem;
    position: absolute;
    width: 1px;
    top: 0;
    left: 50%;
    transform: translateX(-25%);
    height: 100%;
    margin: auto;
  }
}

#cmp-tabs__stick {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20;
}
#cmp-tabs__stick.stick {
  position: fixed;
  width: 100%;
  z-index: 99;
}
#cmp-tabs__stick.stick .cmp-tabs__scroll {
  margin-bottom: 0;
  background-color: #ffffff;
}

.cmp-tabs {
  position: relative;
  overflow: hidden;
}
.cmp-tabs .cmp-tabs__scroll {
  border-bottom: 1px solid #dfe2e6;
  padding: 0;
  padding: 0rem;
  margin: 0;
  margin: 0rem;
  position: relative;
  white-space: nowrap;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
.french-vanilla .cmp-tabs .cmp-tabs__scroll {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.black-pepper .cmp-tabs .cmp-tabs__scroll {
  border-bottom: 1px solid #dfe2e6;
}
.bg-gray .cmp-tabs .cmp-tabs__scroll {
  border-bottom: 1px solid #b9c0c7;
}
@media (min-width: 48em) {
  .cmp-tabs .cmp-tabs__scroll {
    width: initial;
    position: static;
    left: initial;
    transform: translateX(0);
  }
}
.cmp-tabs .cmp-tabs__scroll .cmp-tabs__scroll-overlay {
  content: "";
  display: block;
  height: 100%;
  opacity: 0.9;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2em;
  z-index: 10;
}
.cmp-tabs .cmp-tabs__scroll .cmp-tabs__scroll-overlay--left {
  left: 0px;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 0%,
    rgb(255, 255, 255) 100%
  );
}
.cmp-tabs .cmp-tabs__scroll .cmp-tabs__scroll-overlay--right {
  right: 0px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgb(255, 255, 255) 100%
  );
}
.cmp-tabs .cmp-tabs__scroll .indicator__edit {
  background-color: #0875e1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0;
  display: none;
}
.cmp-tabs .cmp-tabs__scroll .cmp-tabs__tab--edit {
  position: relative;
}
.cmp-tabs
  .cmp-tabs__scroll
  .cmp-tabs__tab--edit.cmp-tabs__tab--active
  .indicator__edit {
  display: block;
}
.cmp-tabs .cmp-tabs__scroll-content {
  padding: 0 32px;
  padding: 0rem 2rem;
}
.cmp-tabs .cmp-tabs__tablist {
  left: 0;
  position: relative;
  -ms-overflow-style: none;
}
.cmp-tabs .cmp-tabs__tablist::-webkit-scrollbar {
  height: 0;
  background: transparent;
}
.cmp-tabs .cmp-tabs__tablist::-webkit-scrollbar-button {
  height: 0;
  width: 0;
  background: transparent;
}
.cmp-tabs .cmp-tabs__tablist::-moz-scrollbar {
  height: 0;
  background: transparent;
}
.cmp-tabs .cmp-tabs__tablist::-moz-scrollbar-button {
  height: 0;
  width: 0;
  background: transparent;
}
.cmp-tabs .cmp-tabs__tablist {
  height: 59px;
  height: 3.6875rem;
  margin: 0;
  margin: 0rem;
  padding: 0 32px;
}
@media (min-width: 48em) {
  .cmp-tabs .cmp-tabs__tablist {
    padding: 0;
    padding: 0rem;
  }
}
.cmp-tabs .cmp-tabs__tablist {
  align-items: stretch;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  list-style: none;
  transform: none;
  white-space: nowrap;
  will-change: transform;
  overflow-x: scroll;
}
.cmp-tabs .cmp-tabs__tab--title {
  border: 2px solid transparent;
  display: block;
  margin: 0;
  margin: 0rem;
}
.cmp-tabs .cmp-tabs__tab {
  padding: 0;
  padding: 0rem;
  align-items: center;
  border: 0;
  display: flex;
  transition: color 350ms ease;
  user-select: none;
  margin: 0;
  margin: 0rem;
  margin-left: 24px;
  margin-left: 1.5rem;
  box-sizing: border-box;
  cursor: pointer;
  outline-style: none;
}
@media (min-width: 48em) {
  .cmp-tabs .cmp-tabs__tab {
    margin: 0;
    margin: 0rem;
  }
  .cmp-tabs .cmp-tabs__tab + .cmp-tabs__tab {
    margin-left: 24px;
    margin-left: 1.5rem;
  }
}
.cmp-tabs .cmp-tabs__tab:first-child {
  margin-left: 0;
}
.cmp-tabs .cmp-tabs__tab:last-child {
  padding-right: 24px;
  padding-right: 1.5rem;
}
@media (min-width: 48em) {
  .cmp-tabs .cmp-tabs__tab:last-child {
    padding: 0;
    padding: 0rem;
  }
}
.cmp-tabs .cmp-tabs__tab:hover {
  color: #0875e1;
  transition: color 350ms ease;
}
.cmp-tabs .cmp-tabs__tab:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.cmp-tabs .cmp-tabs__tab:focus-visible {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  outline: 0;
}
.cmp-tabs .cmp-tabs__tab:focus-visible:hover {
  box-shadow: none;
}
.cmp-tabs .cmp-tabs__tab--active {
  transition: color 350ms ease;
  color: #0875e1;
  outline-color: #0875e1;
}
.cmp-tabs .cmp-tabs__tab--active .indicator {
  background-color: #0875e1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  bottom: 0;
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  transition: all 450ms ease;
  width: auto;
  will-change: transform;
}
.french-vanilla .cmp-tabs .cmp-tabs__tab--active .indicator {
  background-color: #ffffff;
}
.black-pepper .cmp-tabs .cmp-tabs__tab--active .indicator {
  background-color: #0875e1;
}
.cmp-tabs .cmp-tabs__tabpanel[data-state="active"] {
  display: flex;
}
.cmp-tabs .cmp-tabs__tabpanel {
  padding-top: 80px;
  padding-top: 5rem;
}
@media (min-width: 48em) {
  .cmp-tabs .cmp-tabs__tabpanel {
    padding-top: 120px;
    padding-top: 7.5rem;
  }
}
.cmp-tabs .cmp-tabs__tabpanel .container,
.cmp-tabs
  .cmp-tabs__tabpanel
  .perspective-article-page
  .perspective-main-container,
.perspective-article-page
  .cmp-tabs
  .cmp-tabs__tabpanel
  .perspective-main-container,
.cmp-tabs .cmp-tabs__tabpanel .section-v3 .section__container,
.section-v3 .cmp-tabs .cmp-tabs__tabpanel .section__container {
  padding: 0px;
  padding: 0rem;
}
.cmp-tabs .indicator {
  background-color: #0875e1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  bottom: 0;
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  transform-origin: center;
  transition: all 450ms ease;
  width: auto;
  will-change: transform;
}
.french-vanilla .cmp-tabs .indicator {
  background-color: #ffffff;
}
.black-pepper .cmp-tabs .indicator {
  background-color: #0875e1;
}
.cmp-tabs .cmp-tabs__wrapper-content {
  position: relative;
}
.cmp-tabs .cmp-tabs__wrapper-content--is-date .cmp-tabs__tabpanel {
  display: block;
}
.cmp-tabs
  .cmp-tabs__wrapper-content--is-date
  .cmp-tabs__tabpanel:not(:first-of-type) {
  padding-top: 64px;
  padding-top: 4rem;
}
.cmp-tabs .cmp-tabs__wrapper-content .cmp-tabs__tabpanel--active {
  display: block;
}
.cmp-tabs .cmp-tabs__wrapper-content .cmp-tabs__tabpanel--edit {
  display: none;
  position: static;
}
.cmp-tabs
  .cmp-tabs__wrapper-content
  .cmp-tabs__tabpanel--edit.cmp-tabs__tabpanel--active {
  display: block;
}

.lightTheme .indicator,
.quote .quote-component .indicator,
.darkTheme .indicator {
  border-radius: 0 !important;
  height: 2px !important;
}
.lightTheme .cmp-tabs__scroll,
.quote .quote-component .cmp-tabs__scroll,
.darkTheme .cmp-tabs__scroll {
  border-bottom: 1px solid #b6c1cc !important;
}
.lightTheme .cmp-tabs .cmp-tabs__tab:last-child,
.quote .quote-component .cmp-tabs .cmp-tabs__tab:last-child,
.darkTheme .cmp-tabs .cmp-tabs__tab:last-child {
  margin-right: 1.5rem;
  padding-right: 0;
}

.lightTheme .cmp-tabs .cmp-tabs__tab:hover,
.quote .quote-component .cmp-tabs .cmp-tabs__tab:hover {
  background: transparent !important;
  color: transparent !important;
  transition: none !important;
}
.lightTheme .cmp-tabs .cmp-tabs__tab .indicator,
.quote .quote-component .cmp-tabs .cmp-tabs__tab .indicator {
  background-color: #0057ae !important;
}
.lightTheme .cmp-tabs .cmp-tabs__tab .cmp-tabs__tab--title,
.quote .quote-component .cmp-tabs .cmp-tabs__tab .cmp-tabs__tab--title {
  color: #022043 !important;
}
.lightTheme .cmp-tabs .cmp-tabs__tab--active .cmp-tabs__tab--title,
.quote .quote-component .cmp-tabs .cmp-tabs__tab--active .cmp-tabs__tab--title {
  color: #0057ae !important;
  outline-color: #0057ae !important;
}
.lightTheme .cmp-tabs .cmp-tabs__tab--active .indicator,
.quote .quote-component .cmp-tabs .cmp-tabs__tab--active .indicator {
  background-color: #0057ae !important;
}
.lightTheme .cmp-tabs .cmp-tabs__tab:hover .cmp-tabs__tab--title,
.quote .quote-component .cmp-tabs .cmp-tabs__tab:hover .cmp-tabs__tab--title {
  color: #0057ae !important;
}
.lightTheme .cmp-tabs .cmp-tabs__tab:focus,
.quote .quote-component .cmp-tabs .cmp-tabs__tab:focus {
  border-radius: 8px !important;
  box-shadow: inset 0 0 0 2px #0057ae !important;
}

.darkTheme .cmp-tabs .cmp-tabs__tab:hover {
  background: transparent !important;
  color: transparent !important;
  transition: none !important;
}
.darkTheme .cmp-tabs .cmp-tabs__tab .indicator {
  background-color: #ffffff !important;
}
.darkTheme .cmp-tabs .cmp-tabs__tab .cmp-tabs__tab--title {
  color: #b6c1cc !important;
}
.darkTheme .cmp-tabs .cmp-tabs__tab--active .cmp-tabs__tab--title {
  color: #ffffff !important;
  outline-color: #ffffff !important;
}
.darkTheme .cmp-tabs .cmp-tabs__tab--active .indicator {
  background-color: #ffffff !important;
}
.darkTheme .cmp-tabs .cmp-tabs__tab:hover .cmp-tabs__tab--title {
  color: #ffffff !important;
}
.darkTheme .cmp-tabs .cmp-tabs__tab:focus {
  border-radius: 8px !important;
  box-shadow: inset 0 0 0 2px #ffffff !important;
}

.horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .cmp-horizontal-tabs__tabpanel,
.horizontal-tabs .cmp-tabs__wrapper-content .cmp-horizontal-tabs__tabpanel {
  display: none;
}
.horizontal-tabs .cmp-horizontal-tabs .tab-radio,
.horizontal-tabs .cmp-tabs .tab-radio {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.horizontal-tabs
  .cmp-horizontal-tabs
  .tab-radio:nth-of-type(1)[active="true"]
  ~ .cmp-horizontal-tabs__wrapper-content
  .cmp-horizontal-tabs__tabpanel:nth-of-type(1),
.horizontal-tabs
  .cmp-horizontal-tabs
  .tab-radio:nth-of-type(2)[active="true"]
  ~ .cmp-horizontal-tabs__wrapper-content
  .cmp-horizontal-tabs__tabpanel:nth-of-type(2),
.horizontal-tabs
  .cmp-horizontal-tabs
  .tab-radio:nth-of-type(3)[active="true"]
  ~ .cmp-horizontal-tabs__wrapper-content
  .cmp-horizontal-tabs__tabpanel:nth-of-type(3),
.horizontal-tabs
  .cmp-horizontal-tabs
  .tab-radio:nth-of-type(4)[active="true"]
  ~ .cmp-horizontal-tabs__wrapper-content
  .cmp-horizontal-tabs__tabpanel:nth-of-type(4),
.horizontal-tabs
  .cmp-horizontal-tabs
  .tab-radio:nth-of-type(5)[active="true"]
  ~ .cmp-horizontal-tabs__wrapper-content
  .cmp-horizontal-tabs__tabpanel:nth-of-type(5),
.horizontal-tabs
  .cmp-horizontal-tabs
  .tab-radio:nth-of-type(6)[active="true"]
  ~ .cmp-horizontal-tabs__wrapper-content
  .cmp-horizontal-tabs__tabpanel:nth-of-type(6),
.horizontal-tabs
  .cmp-horizontal-tabs
  .tab-radio:nth-of-type(7)[active="true"]
  ~ .cmp-horizontal-tabs__wrapper-content
  .cmp-horizontal-tabs__tabpanel:nth-of-type(7),
.horizontal-tabs
  .cmp-horizontal-tabs
  .tab-radio:nth-of-type(8)[active="true"]
  ~ .cmp-horizontal-tabs__wrapper-content
  .cmp-horizontal-tabs__tabpanel:nth-of-type(8),
.horizontal-tabs
  .cmp-horizontal-tabs
  .tab-radio:nth-of-type(9)[active="true"]
  ~ .cmp-horizontal-tabs__wrapper-content
  .cmp-horizontal-tabs__tabpanel:nth-of-type(9),
.horizontal-tabs
  .cmp-horizontal-tabs
  .tab-radio:nth-of-type(10)[active="true"]
  ~ .cmp-horizontal-tabs__wrapper-content
  .cmp-horizontal-tabs__tabpanel:nth-of-type(10),
.horizontal-tabs
  .cmp-tabs
  .tab-radio:nth-of-type(1)[active="true"]
  ~ .cmp-horizontal-tabs__wrapper-content
  .cmp-horizontal-tabs__tabpanel:nth-of-type(1),
.horizontal-tabs
  .cmp-tabs
  .tab-radio:nth-of-type(2)[active="true"]
  ~ .cmp-horizontal-tabs__wrapper-content
  .cmp-horizontal-tabs__tabpanel:nth-of-type(2),
.horizontal-tabs
  .cmp-tabs
  .tab-radio:nth-of-type(3)[active="true"]
  ~ .cmp-horizontal-tabs__wrapper-content
  .cmp-horizontal-tabs__tabpanel:nth-of-type(3),
.horizontal-tabs
  .cmp-tabs
  .tab-radio:nth-of-type(4)[active="true"]
  ~ .cmp-horizontal-tabs__wrapper-content
  .cmp-horizontal-tabs__tabpanel:nth-of-type(4),
.horizontal-tabs
  .cmp-tabs
  .tab-radio:nth-of-type(5)[active="true"]
  ~ .cmp-horizontal-tabs__wrapper-content
  .cmp-horizontal-tabs__tabpanel:nth-of-type(5),
.horizontal-tabs
  .cmp-tabs
  .tab-radio:nth-of-type(6)[active="true"]
  ~ .cmp-horizontal-tabs__wrapper-content
  .cmp-horizontal-tabs__tabpanel:nth-of-type(6),
.horizontal-tabs
  .cmp-tabs
  .tab-radio:nth-of-type(7)[active="true"]
  ~ .cmp-horizontal-tabs__wrapper-content
  .cmp-horizontal-tabs__tabpanel:nth-of-type(7),
.horizontal-tabs
  .cmp-tabs
  .tab-radio:nth-of-type(8)[active="true"]
  ~ .cmp-horizontal-tabs__wrapper-content
  .cmp-horizontal-tabs__tabpanel:nth-of-type(8),
.horizontal-tabs
  .cmp-tabs
  .tab-radio:nth-of-type(9)[active="true"]
  ~ .cmp-horizontal-tabs__wrapper-content
  .cmp-horizontal-tabs__tabpanel:nth-of-type(9),
.horizontal-tabs
  .cmp-tabs
  .tab-radio:nth-of-type(10)[active="true"]
  ~ .cmp-horizontal-tabs__wrapper-content
  .cmp-horizontal-tabs__tabpanel:nth-of-type(10) {
  display: block;
}
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content--is-anchor
  .cmp-horizontal-tabs__tabpanel,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content--is-anchor
  .cmp-tabs__tabpanel,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content--is-anchor
  .cmp-horizontal-tabs__tabpanel,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content--is-anchor
  .cmp-tabs__tabpanel,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content--is-anchor
  .cmp-horizontal-tabs__tabpanel,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content--is-anchor
  .cmp-tabs__tabpanel,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content--is-anchor
  .cmp-horizontal-tabs__tabpanel,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content--is-anchor
  .cmp-tabs__tabpanel {
  display: block;
}
.horizontal-tabs .cmp-horizontal-tabs__tablist,
.horizontal-tabs .cmp-tabs__tablist {
  display: flex;
  list-style-type: none;
  padding: 8px 0px;
  box-shadow: 0px 1px 0px #b6c1cc;
  overflow-y: visible;
  overflow-x: scroll;
  margin-bottom: 1px;
  position: relative;
  -ms-overflow-style: none;
}
.horizontal-tabs .cmp-horizontal-tabs__tablist::-webkit-scrollbar,
.horizontal-tabs .cmp-tabs__tablist::-webkit-scrollbar {
  height: 0;
  background: transparent;
}
.horizontal-tabs .cmp-horizontal-tabs__tablist::-webkit-scrollbar-button,
.horizontal-tabs .cmp-tabs__tablist::-webkit-scrollbar-button {
  height: 0;
  width: 0;
  background: transparent;
}
.horizontal-tabs .cmp-horizontal-tabs__tablist::-moz-scrollbar,
.horizontal-tabs .cmp-tabs__tablist::-moz-scrollbar {
  height: 0;
  background: transparent;
}
.horizontal-tabs .cmp-horizontal-tabs__tablist::-moz-scrollbar-button,
.horizontal-tabs .cmp-tabs__tablist::-moz-scrollbar-button {
  height: 0;
  width: 0;
  background: transparent;
}
.horizontal-tabs .cmp-horizontal-tabs__tab,
.horizontal-tabs .cmp-tabs__tab {
  padding: 12px 2px;
  padding: 0.75rem 0.125rem;
  margin: 0px;
  margin: 0rem;
  margin-right: 24px;
  margin-right: 1.5rem;
  cursor: pointer;
  flex-shrink: 0;
}
.horizontal-tabs .cmp-horizontal-tabs__tab.large-label,
.horizontal-tabs .cmp-tabs__tab.large-label {
  padding-top: 12px;
  padding-bottom: 12px;
}
.horizontal-tabs .cmp-horizontal-tabs__tab label,
.horizontal-tabs .cmp-tabs__tab label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #022043;
}
.horizontal-tabs .cmp-horizontal-tabs__tab label.large,
.horizontal-tabs .cmp-tabs__tab label.large {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.horizontal-tabs .cmp-horizontal-tabs__tab label:hover,
.horizontal-tabs .cmp-tabs__tab label:hover {
  color: #0057ae;
}
.darkTheme .horizontal-tabs .cmp-horizontal-tabs__tab label,
.darkTheme .horizontal-tabs .cmp-tabs__tab label {
  color: #b6c1cc;
}

.horizontal-tabs .cmp-horizontal-tabs__tab:hover label,
.horizontal-tabs .cmp-tabs__tab:hover label {
  color: #0057ae !important;
}
.darkTheme .horizontal-tabs .cmp-horizontal-tabs__tab:hover label,
.darkTheme .horizontal-tabs .cmp-tabs__tab:hover label {
  color: #ffffff !important;
}
.darkTheme .horizontal-tabs .cmp-horizontal-tabs__tab:focus-visible label,
.darkTheme .horizontal-tabs .cmp-tabs__tab:focus-visible label {
  color: #ffffff;
}

.horizontal-tabs .cmp-horizontal-tabs__tab:focus-visible,
.horizontal-tabs .cmp-tabs__tab:focus-visible {
  border-radius: 8px;
  border: none;
  outline: 2px solid #0057ae;
  outline-offset: -2px;
}
.darkTheme .horizontal-tabs .cmp-horizontal-tabs__tab:focus-visible,
.darkTheme .horizontal-tabs .cmp-tabs__tab:focus-visible {
  outline-color: #ffffff;
  color: #ffffff;
}

@media (min-width: 70.25em) {
  .horizontal-tabs .cmp-horizontal-tabs__tab--active,
  .horizontal-tabs .cmp-tabs__tab--active {
    box-shadow: unset;
  }
}
@media (min-width: 70.25em) {
  .darkTheme .horizontal-tabs .cmp-horizontal-tabs__tab--active,
  .darkTheme .horizontal-tabs .cmp-tabs__tab--active {
    box-shadow: none;
    border-bottom: none;
  }
}

@media (min-width: 70.25em) {
  .horizontal-tabs .cmp-horizontal-tabs__tab--active,
  .horizontal-tabs .cmp-tabs__tab--active {
    border-bottom: none;
  }
}
.horizontal-tabs .cmp-horizontal-tabs__tab--active label,
.horizontal-tabs .cmp-tabs__tab--active label {
  color: #0057ae;
}
.darkTheme .horizontal-tabs .cmp-horizontal-tabs__tab--active label,
.darkTheme .horizontal-tabs .cmp-tabs__tab--active label {
  color: #ffffff;
}

.horizontal-tabs .cmp-horizontal-tabs__tab--active .indicator,
.horizontal-tabs .cmp-tabs__tab--active .indicator {
  background-color: #0057ae;
  bottom: 0;
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  transition: all 450ms ease;
  width: auto;
  will-change: transform;
}
@media (min-width: 70.25em) {
  .horizontal-tabs .cmp-horizontal-tabs__tab--active .indicator,
  .horizontal-tabs .cmp-tabs__tab--active .indicator {
    display: block;
  }
}
.horizontal-tabs .cmp-horizontal-tabs__tab--active .indicator.transition,
.horizontal-tabs .cmp-tabs__tab--active .indicator.transition {
  transition: all 450ms ease;
}
.darkTheme .horizontal-tabs .cmp-horizontal-tabs__tab--active .indicator,
.darkTheme .horizontal-tabs .cmp-tabs__tab--active .indicator {
  background-color: #ffffff;
}

.horizontal-tabs .cmp-horizontal-tabs__tabpanel .section-v3,
.horizontal-tabs .cmp-tabs__tabpanel .section-v3 {
  width: 100%;
}
.horizontal-tabs
  .cmp-horizontal-tabs__tabpanel
  .section-v3
  .cmp-section-v3.container
  .new-carousel:has(.pageWidth)
  .new-carousel-publish
  .aem-Grid,
.horizontal-tabs
  .cmp-horizontal-tabs__tabpanel
  .section-v3
  .perspective-article-page
  .cmp-section-v3.perspective-main-container
  .new-carousel:has(.pageWidth)
  .new-carousel-publish
  .aem-Grid,
.perspective-article-page
  .horizontal-tabs
  .cmp-horizontal-tabs__tabpanel
  .section-v3
  .cmp-section-v3.perspective-main-container
  .new-carousel:has(.pageWidth)
  .new-carousel-publish
  .aem-Grid,
.horizontal-tabs
  .cmp-horizontal-tabs__tabpanel
  .section-v3
  .cmp-section-v3.section__container
  .new-carousel:has(.pageWidth)
  .new-carousel-publish
  .aem-Grid,
.horizontal-tabs
  .cmp-tabs__tabpanel
  .section-v3
  .cmp-section-v3.container
  .new-carousel:has(.pageWidth)
  .new-carousel-publish
  .aem-Grid,
.horizontal-tabs
  .cmp-tabs__tabpanel
  .section-v3
  .perspective-article-page
  .cmp-section-v3.perspective-main-container
  .new-carousel:has(.pageWidth)
  .new-carousel-publish
  .aem-Grid,
.perspective-article-page
  .horizontal-tabs
  .cmp-tabs__tabpanel
  .section-v3
  .cmp-section-v3.perspective-main-container
  .new-carousel:has(.pageWidth)
  .new-carousel-publish
  .aem-Grid,
.horizontal-tabs
  .cmp-tabs__tabpanel
  .section-v3
  .cmp-section-v3.section__container
  .new-carousel:has(.pageWidth)
  .new-carousel-publish
  .aem-Grid {
  padding-left: 0;
  padding-right: 0;
}
.horizontal-tabs
  .cmp-horizontal-tabs__tabpanel
  .section-v3
  .cmp-section-v3.container
  .new-carousel:has(.pageWidth)
  .tracker-section,
.horizontal-tabs
  .cmp-horizontal-tabs__tabpanel
  .section-v3
  .perspective-article-page
  .cmp-section-v3.perspective-main-container
  .new-carousel:has(.pageWidth)
  .tracker-section,
.perspective-article-page
  .horizontal-tabs
  .cmp-horizontal-tabs__tabpanel
  .section-v3
  .cmp-section-v3.perspective-main-container
  .new-carousel:has(.pageWidth)
  .tracker-section,
.horizontal-tabs
  .cmp-horizontal-tabs__tabpanel
  .section-v3
  .cmp-section-v3.section__container
  .new-carousel:has(.pageWidth)
  .tracker-section,
.horizontal-tabs
  .cmp-tabs__tabpanel
  .section-v3
  .cmp-section-v3.container
  .new-carousel:has(.pageWidth)
  .tracker-section,
.horizontal-tabs
  .cmp-tabs__tabpanel
  .section-v3
  .perspective-article-page
  .cmp-section-v3.perspective-main-container
  .new-carousel:has(.pageWidth)
  .tracker-section,
.perspective-article-page
  .horizontal-tabs
  .cmp-tabs__tabpanel
  .section-v3
  .cmp-section-v3.perspective-main-container
  .new-carousel:has(.pageWidth)
  .tracker-section,
.horizontal-tabs
  .cmp-tabs__tabpanel
  .section-v3
  .cmp-section-v3.section__container
  .new-carousel:has(.pageWidth)
  .tracker-section {
  margin-left: 0;
  margin-right: 0;
}
.horizontal-tabs
  .cmp-horizontal-tabs__tabpanel
  .section-v3
  .cmp-section-v3.container
  .standardcard__container-wrapper.standardcard__container-wrapper-four,
.horizontal-tabs
  .cmp-horizontal-tabs__tabpanel
  .section-v3
  .perspective-article-page
  .cmp-section-v3.perspective-main-container
  .standardcard__container-wrapper.standardcard__container-wrapper-four,
.perspective-article-page
  .horizontal-tabs
  .cmp-horizontal-tabs__tabpanel
  .section-v3
  .cmp-section-v3.perspective-main-container
  .standardcard__container-wrapper.standardcard__container-wrapper-four,
.horizontal-tabs
  .cmp-horizontal-tabs__tabpanel
  .section-v3
  .cmp-section-v3.section__container
  .standardcard__container-wrapper.standardcard__container-wrapper-four,
.horizontal-tabs
  .cmp-horizontal-tabs__tabpanel
  .section-v3
  .cmp-section-v3.container
  .standardcard__container-wrapper.standardcard__container-wrapper-three,
.horizontal-tabs
  .cmp-horizontal-tabs__tabpanel
  .section-v3
  .perspective-article-page
  .cmp-section-v3.perspective-main-container
  .standardcard__container-wrapper.standardcard__container-wrapper-three,
.perspective-article-page
  .horizontal-tabs
  .cmp-horizontal-tabs__tabpanel
  .section-v3
  .cmp-section-v3.perspective-main-container
  .standardcard__container-wrapper.standardcard__container-wrapper-three,
.horizontal-tabs
  .cmp-horizontal-tabs__tabpanel
  .section-v3
  .cmp-section-v3.section__container
  .standardcard__container-wrapper.standardcard__container-wrapper-three,
.horizontal-tabs
  .cmp-horizontal-tabs__tabpanel
  .section-v3
  .cmp-section-v3.container
  .standardcard__container-wrapper.standardcard__container-wrapper-two,
.horizontal-tabs
  .cmp-horizontal-tabs__tabpanel
  .section-v3
  .perspective-article-page
  .cmp-section-v3.perspective-main-container
  .standardcard__container-wrapper.standardcard__container-wrapper-two,
.perspective-article-page
  .horizontal-tabs
  .cmp-horizontal-tabs__tabpanel
  .section-v3
  .cmp-section-v3.perspective-main-container
  .standardcard__container-wrapper.standardcard__container-wrapper-two,
.horizontal-tabs
  .cmp-horizontal-tabs__tabpanel
  .section-v3
  .cmp-section-v3.section__container
  .standardcard__container-wrapper.standardcard__container-wrapper-two,
.horizontal-tabs
  .cmp-tabs__tabpanel
  .section-v3
  .cmp-section-v3.container
  .standardcard__container-wrapper.standardcard__container-wrapper-four,
.horizontal-tabs
  .cmp-tabs__tabpanel
  .section-v3
  .perspective-article-page
  .cmp-section-v3.perspective-main-container
  .standardcard__container-wrapper.standardcard__container-wrapper-four,
.perspective-article-page
  .horizontal-tabs
  .cmp-tabs__tabpanel
  .section-v3
  .cmp-section-v3.perspective-main-container
  .standardcard__container-wrapper.standardcard__container-wrapper-four,
.horizontal-tabs
  .cmp-tabs__tabpanel
  .section-v3
  .cmp-section-v3.section__container
  .standardcard__container-wrapper.standardcard__container-wrapper-four,
.horizontal-tabs
  .cmp-tabs__tabpanel
  .section-v3
  .cmp-section-v3.container
  .standardcard__container-wrapper.standardcard__container-wrapper-three,
.horizontal-tabs
  .cmp-tabs__tabpanel
  .section-v3
  .perspective-article-page
  .cmp-section-v3.perspective-main-container
  .standardcard__container-wrapper.standardcard__container-wrapper-three,
.perspective-article-page
  .horizontal-tabs
  .cmp-tabs__tabpanel
  .section-v3
  .cmp-section-v3.perspective-main-container
  .standardcard__container-wrapper.standardcard__container-wrapper-three,
.horizontal-tabs
  .cmp-tabs__tabpanel
  .section-v3
  .cmp-section-v3.section__container
  .standardcard__container-wrapper.standardcard__container-wrapper-three,
.horizontal-tabs
  .cmp-tabs__tabpanel
  .section-v3
  .cmp-section-v3.container
  .standardcard__container-wrapper.standardcard__container-wrapper-two,
.horizontal-tabs
  .cmp-tabs__tabpanel
  .section-v3
  .perspective-article-page
  .cmp-section-v3.perspective-main-container
  .standardcard__container-wrapper.standardcard__container-wrapper-two,
.perspective-article-page
  .horizontal-tabs
  .cmp-tabs__tabpanel
  .section-v3
  .cmp-section-v3.perspective-main-container
  .standardcard__container-wrapper.standardcard__container-wrapper-two,
.horizontal-tabs
  .cmp-tabs__tabpanel
  .section-v3
  .cmp-section-v3.section__container
  .standardcard__container-wrapper.standardcard__container-wrapper-two {
  margin: 0;
  padding-left: 0;
}
.horizontal-tabs
  .cmp-horizontal-tabs__tabpanel
  .section-v3
  .cmp-section-v3.container
  .standardcard__container-wrapper.standardcard__container-wrapper-four
  .standardcard,
.horizontal-tabs
  .cmp-horizontal-tabs__tabpanel
  .section-v3
  .perspective-article-page
  .cmp-section-v3.perspective-main-container
  .standardcard__container-wrapper.standardcard__container-wrapper-four
  .standardcard,
.perspective-article-page
  .horizontal-tabs
  .cmp-horizontal-tabs__tabpanel
  .section-v3
  .cmp-section-v3.perspective-main-container
  .standardcard__container-wrapper.standardcard__container-wrapper-four
  .standardcard,
.horizontal-tabs
  .cmp-horizontal-tabs__tabpanel
  .section-v3
  .cmp-section-v3.section__container
  .standardcard__container-wrapper.standardcard__container-wrapper-four
  .standardcard,
.horizontal-tabs
  .cmp-horizontal-tabs__tabpanel
  .section-v3
  .cmp-section-v3.container
  .standardcard__container-wrapper.standardcard__container-wrapper-three
  .standardcard,
.horizontal-tabs
  .cmp-horizontal-tabs__tabpanel
  .section-v3
  .perspective-article-page
  .cmp-section-v3.perspective-main-container
  .standardcard__container-wrapper.standardcard__container-wrapper-three
  .standardcard,
.perspective-article-page
  .horizontal-tabs
  .cmp-horizontal-tabs__tabpanel
  .section-v3
  .cmp-section-v3.perspective-main-container
  .standardcard__container-wrapper.standardcard__container-wrapper-three
  .standardcard,
.horizontal-tabs
  .cmp-horizontal-tabs__tabpanel
  .section-v3
  .cmp-section-v3.section__container
  .standardcard__container-wrapper.standardcard__container-wrapper-three
  .standardcard,
.horizontal-tabs
  .cmp-horizontal-tabs__tabpanel
  .section-v3
  .cmp-section-v3.container
  .standardcard__container-wrapper.standardcard__container-wrapper-two
  .standardcard,
.horizontal-tabs
  .cmp-horizontal-tabs__tabpanel
  .section-v3
  .perspective-article-page
  .cmp-section-v3.perspective-main-container
  .standardcard__container-wrapper.standardcard__container-wrapper-two
  .standardcard,
.perspective-article-page
  .horizontal-tabs
  .cmp-horizontal-tabs__tabpanel
  .section-v3
  .cmp-section-v3.perspective-main-container
  .standardcard__container-wrapper.standardcard__container-wrapper-two
  .standardcard,
.horizontal-tabs
  .cmp-horizontal-tabs__tabpanel
  .section-v3
  .cmp-section-v3.section__container
  .standardcard__container-wrapper.standardcard__container-wrapper-two
  .standardcard,
.horizontal-tabs
  .cmp-tabs__tabpanel
  .section-v3
  .cmp-section-v3.container
  .standardcard__container-wrapper.standardcard__container-wrapper-four
  .standardcard,
.horizontal-tabs
  .cmp-tabs__tabpanel
  .section-v3
  .perspective-article-page
  .cmp-section-v3.perspective-main-container
  .standardcard__container-wrapper.standardcard__container-wrapper-four
  .standardcard,
.perspective-article-page
  .horizontal-tabs
  .cmp-tabs__tabpanel
  .section-v3
  .cmp-section-v3.perspective-main-container
  .standardcard__container-wrapper.standardcard__container-wrapper-four
  .standardcard,
.horizontal-tabs
  .cmp-tabs__tabpanel
  .section-v3
  .cmp-section-v3.section__container
  .standardcard__container-wrapper.standardcard__container-wrapper-four
  .standardcard,
.horizontal-tabs
  .cmp-tabs__tabpanel
  .section-v3
  .cmp-section-v3.container
  .standardcard__container-wrapper.standardcard__container-wrapper-three
  .standardcard,
.horizontal-tabs
  .cmp-tabs__tabpanel
  .section-v3
  .perspective-article-page
  .cmp-section-v3.perspective-main-container
  .standardcard__container-wrapper.standardcard__container-wrapper-three
  .standardcard,
.perspective-article-page
  .horizontal-tabs
  .cmp-tabs__tabpanel
  .section-v3
  .cmp-section-v3.perspective-main-container
  .standardcard__container-wrapper.standardcard__container-wrapper-three
  .standardcard,
.horizontal-tabs
  .cmp-tabs__tabpanel
  .section-v3
  .cmp-section-v3.section__container
  .standardcard__container-wrapper.standardcard__container-wrapper-three
  .standardcard,
.horizontal-tabs
  .cmp-tabs__tabpanel
  .section-v3
  .cmp-section-v3.container
  .standardcard__container-wrapper.standardcard__container-wrapper-two
  .standardcard,
.horizontal-tabs
  .cmp-tabs__tabpanel
  .section-v3
  .perspective-article-page
  .cmp-section-v3.perspective-main-container
  .standardcard__container-wrapper.standardcard__container-wrapper-two
  .standardcard,
.perspective-article-page
  .horizontal-tabs
  .cmp-tabs__tabpanel
  .section-v3
  .cmp-section-v3.perspective-main-container
  .standardcard__container-wrapper.standardcard__container-wrapper-two
  .standardcard,
.horizontal-tabs
  .cmp-tabs__tabpanel
  .section-v3
  .cmp-section-v3.section__container
  .standardcard__container-wrapper.standardcard__container-wrapper-two
  .standardcard {
  padding-left: 0;
}
.horizontal-tabs
  .cmp-horizontal-tabs__tabpanel
  .section-v3:not(.newCarousel)
  .cmp-section-v3.container
  > .aem-Grid
  > .aem-GridColumn:not(.newCarousel).cmp-text,
.horizontal-tabs
  .cmp-horizontal-tabs__tabpanel
  .section-v3:not(.newCarousel)
  .perspective-article-page
  .cmp-section-v3.perspective-main-container
  > .aem-Grid
  > .aem-GridColumn:not(.newCarousel).cmp-text,
.perspective-article-page
  .horizontal-tabs
  .cmp-horizontal-tabs__tabpanel
  .section-v3:not(.newCarousel)
  .cmp-section-v3.perspective-main-container
  > .aem-Grid
  > .aem-GridColumn:not(.newCarousel).cmp-text,
.horizontal-tabs
  .cmp-horizontal-tabs__tabpanel
  .section-v3:not(.newCarousel)
  .cmp-section-v3.section__container
  > .aem-Grid
  > .aem-GridColumn:not(.newCarousel).cmp-text,
.horizontal-tabs
  .cmp-horizontal-tabs__tabpanel
  .section-v3:not(.newCarousel)
  .cmp-section-v3.container
  > .aem-Grid
  > .aem-GridColumn:not(.newCarousel).eyebrow,
.horizontal-tabs
  .cmp-horizontal-tabs__tabpanel
  .section-v3:not(.newCarousel)
  .perspective-article-page
  .cmp-section-v3.perspective-main-container
  > .aem-Grid
  > .aem-GridColumn:not(.newCarousel).eyebrow,
.perspective-article-page
  .horizontal-tabs
  .cmp-horizontal-tabs__tabpanel
  .section-v3:not(.newCarousel)
  .cmp-section-v3.perspective-main-container
  > .aem-Grid
  > .aem-GridColumn:not(.newCarousel).eyebrow,
.horizontal-tabs
  .cmp-horizontal-tabs__tabpanel
  .section-v3:not(.newCarousel)
  .cmp-section-v3.section__container
  > .aem-Grid
  > .aem-GridColumn:not(.newCarousel).eyebrow,
.horizontal-tabs
  .cmp-tabs__tabpanel
  .section-v3:not(.newCarousel)
  .cmp-section-v3.container
  > .aem-Grid
  > .aem-GridColumn:not(.newCarousel).cmp-text,
.horizontal-tabs
  .cmp-tabs__tabpanel
  .section-v3:not(.newCarousel)
  .perspective-article-page
  .cmp-section-v3.perspective-main-container
  > .aem-Grid
  > .aem-GridColumn:not(.newCarousel).cmp-text,
.perspective-article-page
  .horizontal-tabs
  .cmp-tabs__tabpanel
  .section-v3:not(.newCarousel)
  .cmp-section-v3.perspective-main-container
  > .aem-Grid
  > .aem-GridColumn:not(.newCarousel).cmp-text,
.horizontal-tabs
  .cmp-tabs__tabpanel
  .section-v3:not(.newCarousel)
  .cmp-section-v3.section__container
  > .aem-Grid
  > .aem-GridColumn:not(.newCarousel).cmp-text,
.horizontal-tabs
  .cmp-tabs__tabpanel
  .section-v3:not(.newCarousel)
  .cmp-section-v3.container
  > .aem-Grid
  > .aem-GridColumn:not(.newCarousel).eyebrow,
.horizontal-tabs
  .cmp-tabs__tabpanel
  .section-v3:not(.newCarousel)
  .perspective-article-page
  .cmp-section-v3.perspective-main-container
  > .aem-Grid
  > .aem-GridColumn:not(.newCarousel).eyebrow,
.perspective-article-page
  .horizontal-tabs
  .cmp-tabs__tabpanel
  .section-v3:not(.newCarousel)
  .cmp-section-v3.perspective-main-container
  > .aem-Grid
  > .aem-GridColumn:not(.newCarousel).eyebrow,
.horizontal-tabs
  .cmp-tabs__tabpanel
  .section-v3:not(.newCarousel)
  .cmp-section-v3.section__container
  > .aem-Grid
  > .aem-GridColumn:not(.newCarousel).eyebrow {
  padding-left: 0;
  padding-right: 0;
}
.horizontal-tabs .cmp-horizontal-tabs .cmp-horizontal-tabs__stick,
.horizontal-tabs .cmp-horizontal-tabs .cmp-tabs__stick,
.horizontal-tabs .cmp-tabs .cmp-horizontal-tabs__stick,
.horizontal-tabs .cmp-tabs .cmp-tabs__stick {
  position: relative;
}
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll,
.horizontal-tabs .cmp-horizontal-tabs .cmp-tabs__stick .cmp-tabs__scroll,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll,
.horizontal-tabs .cmp-tabs .cmp-horizontal-tabs__stick .cmp-tabs__scroll,
.horizontal-tabs .cmp-tabs .cmp-tabs__stick .cmp-horizontal-tabs__scroll,
.horizontal-tabs .cmp-tabs .cmp-tabs__stick .cmp-tabs__scroll {
  padding: 0px 2px;
  overflow: visible;
  margin: 0 -2px;
}
@media (min-width: 70.25em) {
  .horizontal-tabs
    .cmp-horizontal-tabs
    .cmp-horizontal-tabs__stick
    .cmp-horizontal-tabs__scroll,
  .horizontal-tabs
    .cmp-horizontal-tabs
    .cmp-horizontal-tabs__stick
    .cmp-tabs__scroll,
  .horizontal-tabs
    .cmp-horizontal-tabs
    .cmp-tabs__stick
    .cmp-horizontal-tabs__scroll,
  .horizontal-tabs .cmp-horizontal-tabs .cmp-tabs__stick .cmp-tabs__scroll,
  .horizontal-tabs
    .cmp-tabs
    .cmp-horizontal-tabs__stick
    .cmp-horizontal-tabs__scroll,
  .horizontal-tabs .cmp-tabs .cmp-horizontal-tabs__stick .cmp-tabs__scroll,
  .horizontal-tabs .cmp-tabs .cmp-tabs__stick .cmp-horizontal-tabs__scroll,
  .horizontal-tabs .cmp-tabs .cmp-tabs__stick .cmp-tabs__scroll {
    overflow-x: unset;
  }
}
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky,
.horizontal-tabs .cmp-horizontal-tabs .cmp-tabs__stick .cmp-tabs__scroll.sticky,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky,
.horizontal-tabs .cmp-tabs .cmp-horizontal-tabs__stick .cmp-tabs__scroll.sticky,
.horizontal-tabs .cmp-tabs .cmp-tabs__stick .cmp-horizontal-tabs__scroll.sticky,
.horizontal-tabs .cmp-tabs .cmp-tabs__stick .cmp-tabs__scroll.sticky {
  width: 100%;
  position: fixed;
  left: 0;
  top: 72px;
  background: #ffffff;
  z-index: 10;
  border-bottom: 1px solid #b6c1cc;
  padding-left: 26px;
  padding-right: 26px;
}
@media (min-width: 1124px) {
  .horizontal-tabs
    .cmp-horizontal-tabs
    .cmp-horizontal-tabs__stick
    .cmp-horizontal-tabs__scroll.sticky,
  .horizontal-tabs
    .cmp-horizontal-tabs
    .cmp-horizontal-tabs__stick
    .cmp-tabs__scroll.sticky,
  .horizontal-tabs
    .cmp-horizontal-tabs
    .cmp-tabs__stick
    .cmp-horizontal-tabs__scroll.sticky,
  .horizontal-tabs
    .cmp-horizontal-tabs
    .cmp-tabs__stick
    .cmp-tabs__scroll.sticky,
  .horizontal-tabs
    .cmp-tabs
    .cmp-horizontal-tabs__stick
    .cmp-horizontal-tabs__scroll.sticky,
  .horizontal-tabs
    .cmp-tabs
    .cmp-horizontal-tabs__stick
    .cmp-tabs__scroll.sticky,
  .horizontal-tabs
    .cmp-tabs
    .cmp-tabs__stick
    .cmp-horizontal-tabs__scroll.sticky,
  .horizontal-tabs .cmp-tabs .cmp-tabs__stick .cmp-tabs__scroll.sticky {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.darkTheme
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  li,
.darkTheme
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  li,
.darkTheme
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  li,
.darkTheme
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  li,
.darkTheme
  .horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  li,
.darkTheme
  .horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  li,
.darkTheme
  .horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  li,
.darkTheme
  .horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  li {
  color: #022043 !important;
}

.darkTheme
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  li:hover,
.darkTheme
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  li:hover,
.darkTheme
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  li:hover,
.darkTheme
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  li:hover,
.darkTheme
  .horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  li:hover,
.darkTheme
  .horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  li:hover,
.darkTheme
  .horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  li:hover,
.darkTheme
  .horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  li:hover {
  color: #0057ae !important;
}

.darkTheme
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  li:hover
  label,
.darkTheme
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  li:hover
  label,
.darkTheme
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  li:hover
  label,
.darkTheme
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  li:hover
  label,
.darkTheme
  .horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  li:hover
  label,
.darkTheme
  .horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  li:hover
  label,
.darkTheme
  .horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  li:hover
  label,
.darkTheme
  .horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  li:hover
  label {
  color: #0057ae !important;
}

.darkTheme
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  li
  .indicator,
.darkTheme
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  li
  .indicator,
.darkTheme
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  li
  .indicator,
.darkTheme
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  li
  .indicator,
.darkTheme
  .horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  li
  .indicator,
.darkTheme
  .horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  li
  .indicator,
.darkTheme
  .horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  li
  .indicator,
.darkTheme
  .horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  li
  .indicator {
  background-color: #0057ae !important;
}

.darkTheme
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  li:focus-visible,
.darkTheme
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  li:focus-visible,
.darkTheme
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  li:focus-visible,
.darkTheme
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  li:focus-visible,
.darkTheme
  .horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  li:focus-visible,
.darkTheme
  .horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  li:focus-visible,
.darkTheme
  .horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  li:focus-visible,
.darkTheme
  .horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  li:focus-visible {
  outline-color: #0057ae;
}

body.has-subnavigation
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky,
body.has-subnavigation
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky,
body.has-subnavigation
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky,
body.has-subnavigation
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky,
body.has-subnavigation
  .horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky,
body.has-subnavigation
  .horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky,
body.has-subnavigation
  .horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky,
body.has-subnavigation
  .horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky {
  top: 124px;
}
body.has-subnavigation
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky.header-adjust,
body.has-subnavigation
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky.header-adjust,
body.has-subnavigation
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky.header-adjust,
body.has-subnavigation
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky.header-adjust,
body.has-subnavigation
  .horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky.header-adjust,
body.has-subnavigation
  .horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky.header-adjust,
body.has-subnavigation
  .horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky.header-adjust,
body.has-subnavigation
  .horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky.header-adjust {
  top: 52px;
}
@media (min-width: 70.25em) {
  body.has-subnavigation
    .horizontal-tabs
    .cmp-horizontal-tabs
    .cmp-horizontal-tabs__stick
    .cmp-horizontal-tabs__scroll.sticky,
  body.has-subnavigation
    .horizontal-tabs
    .cmp-horizontal-tabs
    .cmp-horizontal-tabs__stick
    .cmp-tabs__scroll.sticky,
  body.has-subnavigation
    .horizontal-tabs
    .cmp-horizontal-tabs
    .cmp-tabs__stick
    .cmp-horizontal-tabs__scroll.sticky,
  body.has-subnavigation
    .horizontal-tabs
    .cmp-horizontal-tabs
    .cmp-tabs__stick
    .cmp-tabs__scroll.sticky,
  body.has-subnavigation
    .horizontal-tabs
    .cmp-tabs
    .cmp-horizontal-tabs__stick
    .cmp-horizontal-tabs__scroll.sticky,
  body.has-subnavigation
    .horizontal-tabs
    .cmp-tabs
    .cmp-horizontal-tabs__stick
    .cmp-tabs__scroll.sticky,
  body.has-subnavigation
    .horizontal-tabs
    .cmp-tabs
    .cmp-tabs__stick
    .cmp-horizontal-tabs__scroll.sticky,
  body.has-subnavigation
    .horizontal-tabs
    .cmp-tabs
    .cmp-tabs__stick
    .cmp-tabs__scroll.sticky {
    top: 64px;
  }
  body.has-subnavigation
    .horizontal-tabs
    .cmp-horizontal-tabs
    .cmp-horizontal-tabs__stick
    .cmp-horizontal-tabs__scroll.sticky.header-adjust-md,
  body.has-subnavigation
    .horizontal-tabs
    .cmp-horizontal-tabs
    .cmp-horizontal-tabs__stick
    .cmp-tabs__scroll.sticky.header-adjust-md,
  body.has-subnavigation
    .horizontal-tabs
    .cmp-horizontal-tabs
    .cmp-tabs__stick
    .cmp-horizontal-tabs__scroll.sticky.header-adjust-md,
  body.has-subnavigation
    .horizontal-tabs
    .cmp-horizontal-tabs
    .cmp-tabs__stick
    .cmp-tabs__scroll.sticky.header-adjust-md,
  body.has-subnavigation
    .horizontal-tabs
    .cmp-tabs
    .cmp-horizontal-tabs__stick
    .cmp-horizontal-tabs__scroll.sticky.header-adjust-md,
  body.has-subnavigation
    .horizontal-tabs
    .cmp-tabs
    .cmp-horizontal-tabs__stick
    .cmp-tabs__scroll.sticky.header-adjust-md,
  body.has-subnavigation
    .horizontal-tabs
    .cmp-tabs
    .cmp-tabs__stick
    .cmp-horizontal-tabs__scroll.sticky.header-adjust-md,
  body.has-subnavigation
    .horizontal-tabs
    .cmp-tabs
    .cmp-tabs__stick
    .cmp-tabs__scroll.sticky.header-adjust-md {
    top: 136px;
  }
}
body.has-subnavigation
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky.going-up,
body.has-subnavigation
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky.going-up,
body.has-subnavigation
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky.going-up,
body.has-subnavigation
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky.going-up,
body.has-subnavigation
  .horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky.going-up,
body.has-subnavigation
  .horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky.going-up,
body.has-subnavigation
  .horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky.going-up,
body.has-subnavigation
  .horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky.going-up {
  top: 136px;
  transition: top 350ms;
  transition-delay: 260ms;
}
body.has-subnavigation
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky.going-up.header-adjust,
body.has-subnavigation
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky.going-up.header-adjust,
body.has-subnavigation
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky.going-up.header-adjust,
body.has-subnavigation
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky.going-up.header-adjust,
body.has-subnavigation
  .horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky.going-up.header-adjust,
body.has-subnavigation
  .horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky.going-up.header-adjust,
body.has-subnavigation
  .horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky.going-up.header-adjust,
body.has-subnavigation
  .horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky.going-up.header-adjust {
  top: 124px;
}

.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-tabs__tablist,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-tabs__tablist,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-tabs__tablist,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-tabs__tablist,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-tabs__tablist,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-tabs__tablist,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-tabs__tablist,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-tabs__tablist {
  margin-bottom: 0;
  max-width: 88rem;
  margin-left: auto;
  margin-right: auto;
  border-bottom: none;
}
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-horizontal-tabs__tab
  label,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-tabs__tab
  label,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-horizontal-tabs__tab
  label,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-tabs__tab
  label,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-horizontal-tabs__tab
  label,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-tabs__tab
  label,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-horizontal-tabs__tab
  label,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-tabs__tab
  label,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-horizontal-tabs__tab
  label,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-tabs__tab
  label,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-horizontal-tabs__tab
  label,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-tabs__tab
  label,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-horizontal-tabs__tab
  label,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-tabs__tab
  label,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-horizontal-tabs__tab
  label,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-tabs__tab
  label,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-horizontal-tabs__tab
  label,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-tabs__tab
  label,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-horizontal-tabs__tab
  label,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-tabs__tab
  label,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-horizontal-tabs__tab
  label,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-tabs__tab
  label,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-horizontal-tabs__tab
  label,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-tabs__tab
  label,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-horizontal-tabs__tab
  label,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-tabs__tab
  label,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-horizontal-tabs__tab
  label,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-tabs__tab
  label,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-horizontal-tabs__tab
  label,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-tabs__tab
  label,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-horizontal-tabs__tab
  label,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-tabs__tab
  label {
  color: #022043;
}
@media (min-width: 70.25em) {
  .horizontal-tabs
    .cmp-horizontal-tabs
    .cmp-horizontal-tabs__stick
    .cmp-horizontal-tabs__scroll.sticky
    .cmp-horizontal-tabs__tablist
    .cmp-horizontal-tabs__tab.cmp-horizontal-tabs__tab--active,
  .horizontal-tabs
    .cmp-horizontal-tabs
    .cmp-horizontal-tabs__stick
    .cmp-horizontal-tabs__scroll.sticky
    .cmp-horizontal-tabs__tablist
    .cmp-horizontal-tabs__tab.cmp-tabs__tab--active,
  .horizontal-tabs
    .cmp-horizontal-tabs
    .cmp-horizontal-tabs__stick
    .cmp-horizontal-tabs__scroll.sticky
    .cmp-horizontal-tabs__tablist
    .cmp-tabs__tab.cmp-horizontal-tabs__tab--active,
  .horizontal-tabs
    .cmp-horizontal-tabs
    .cmp-horizontal-tabs__stick
    .cmp-horizontal-tabs__scroll.sticky
    .cmp-horizontal-tabs__tablist
    .cmp-tabs__tab.cmp-tabs__tab--active,
  .horizontal-tabs
    .cmp-horizontal-tabs
    .cmp-horizontal-tabs__stick
    .cmp-horizontal-tabs__scroll.sticky
    .cmp-tabs__tablist
    .cmp-horizontal-tabs__tab.cmp-horizontal-tabs__tab--active,
  .horizontal-tabs
    .cmp-horizontal-tabs
    .cmp-horizontal-tabs__stick
    .cmp-horizontal-tabs__scroll.sticky
    .cmp-tabs__tablist
    .cmp-horizontal-tabs__tab.cmp-tabs__tab--active,
  .horizontal-tabs
    .cmp-horizontal-tabs
    .cmp-horizontal-tabs__stick
    .cmp-horizontal-tabs__scroll.sticky
    .cmp-tabs__tablist
    .cmp-tabs__tab.cmp-horizontal-tabs__tab--active,
  .horizontal-tabs
    .cmp-horizontal-tabs
    .cmp-horizontal-tabs__stick
    .cmp-horizontal-tabs__scroll.sticky
    .cmp-tabs__tablist
    .cmp-tabs__tab.cmp-tabs__tab--active,
  .horizontal-tabs
    .cmp-horizontal-tabs
    .cmp-horizontal-tabs__stick
    .cmp-tabs__scroll.sticky
    .cmp-horizontal-tabs__tablist
    .cmp-horizontal-tabs__tab.cmp-horizontal-tabs__tab--active,
  .horizontal-tabs
    .cmp-horizontal-tabs
    .cmp-horizontal-tabs__stick
    .cmp-tabs__scroll.sticky
    .cmp-horizontal-tabs__tablist
    .cmp-horizontal-tabs__tab.cmp-tabs__tab--active,
  .horizontal-tabs
    .cmp-horizontal-tabs
    .cmp-horizontal-tabs__stick
    .cmp-tabs__scroll.sticky
    .cmp-horizontal-tabs__tablist
    .cmp-tabs__tab.cmp-horizontal-tabs__tab--active,
  .horizontal-tabs
    .cmp-horizontal-tabs
    .cmp-horizontal-tabs__stick
    .cmp-tabs__scroll.sticky
    .cmp-horizontal-tabs__tablist
    .cmp-tabs__tab.cmp-tabs__tab--active,
  .horizontal-tabs
    .cmp-horizontal-tabs
    .cmp-horizontal-tabs__stick
    .cmp-tabs__scroll.sticky
    .cmp-tabs__tablist
    .cmp-horizontal-tabs__tab.cmp-horizontal-tabs__tab--active,
  .horizontal-tabs
    .cmp-horizontal-tabs
    .cmp-horizontal-tabs__stick
    .cmp-tabs__scroll.sticky
    .cmp-tabs__tablist
    .cmp-horizontal-tabs__tab.cmp-tabs__tab--active,
  .horizontal-tabs
    .cmp-horizontal-tabs
    .cmp-horizontal-tabs__stick
    .cmp-tabs__scroll.sticky
    .cmp-tabs__tablist
    .cmp-tabs__tab.cmp-horizontal-tabs__tab--active,
  .horizontal-tabs
    .cmp-horizontal-tabs
    .cmp-horizontal-tabs__stick
    .cmp-tabs__scroll.sticky
    .cmp-tabs__tablist
    .cmp-tabs__tab.cmp-tabs__tab--active,
  .horizontal-tabs
    .cmp-horizontal-tabs
    .cmp-tabs__stick
    .cmp-horizontal-tabs__scroll.sticky
    .cmp-horizontal-tabs__tablist
    .cmp-horizontal-tabs__tab.cmp-horizontal-tabs__tab--active,
  .horizontal-tabs
    .cmp-horizontal-tabs
    .cmp-tabs__stick
    .cmp-horizontal-tabs__scroll.sticky
    .cmp-horizontal-tabs__tablist
    .cmp-horizontal-tabs__tab.cmp-tabs__tab--active,
  .horizontal-tabs
    .cmp-horizontal-tabs
    .cmp-tabs__stick
    .cmp-horizontal-tabs__scroll.sticky
    .cmp-horizontal-tabs__tablist
    .cmp-tabs__tab.cmp-horizontal-tabs__tab--active,
  .horizontal-tabs
    .cmp-horizontal-tabs
    .cmp-tabs__stick
    .cmp-horizontal-tabs__scroll.sticky
    .cmp-horizontal-tabs__tablist
    .cmp-tabs__tab.cmp-tabs__tab--active,
  .horizontal-tabs
    .cmp-horizontal-tabs
    .cmp-tabs__stick
    .cmp-horizontal-tabs__scroll.sticky
    .cmp-tabs__tablist
    .cmp-horizontal-tabs__tab.cmp-horizontal-tabs__tab--active,
  .horizontal-tabs
    .cmp-horizontal-tabs
    .cmp-tabs__stick
    .cmp-horizontal-tabs__scroll.sticky
    .cmp-tabs__tablist
    .cmp-horizontal-tabs__tab.cmp-tabs__tab--active,
  .horizontal-tabs
    .cmp-horizontal-tabs
    .cmp-tabs__stick
    .cmp-horizontal-tabs__scroll.sticky
    .cmp-tabs__tablist
    .cmp-tabs__tab.cmp-horizontal-tabs__tab--active,
  .horizontal-tabs
    .cmp-horizontal-tabs
    .cmp-tabs__stick
    .cmp-horizontal-tabs__scroll.sticky
    .cmp-tabs__tablist
    .cmp-tabs__tab.cmp-tabs__tab--active,
  .horizontal-tabs
    .cmp-horizontal-tabs
    .cmp-tabs__stick
    .cmp-tabs__scroll.sticky
    .cmp-horizontal-tabs__tablist
    .cmp-horizontal-tabs__tab.cmp-horizontal-tabs__tab--active,
  .horizontal-tabs
    .cmp-horizontal-tabs
    .cmp-tabs__stick
    .cmp-tabs__scroll.sticky
    .cmp-horizontal-tabs__tablist
    .cmp-horizontal-tabs__tab.cmp-tabs__tab--active,
  .horizontal-tabs
    .cmp-horizontal-tabs
    .cmp-tabs__stick
    .cmp-tabs__scroll.sticky
    .cmp-horizontal-tabs__tablist
    .cmp-tabs__tab.cmp-horizontal-tabs__tab--active,
  .horizontal-tabs
    .cmp-horizontal-tabs
    .cmp-tabs__stick
    .cmp-tabs__scroll.sticky
    .cmp-horizontal-tabs__tablist
    .cmp-tabs__tab.cmp-tabs__tab--active,
  .horizontal-tabs
    .cmp-horizontal-tabs
    .cmp-tabs__stick
    .cmp-tabs__scroll.sticky
    .cmp-tabs__tablist
    .cmp-horizontal-tabs__tab.cmp-horizontal-tabs__tab--active,
  .horizontal-tabs
    .cmp-horizontal-tabs
    .cmp-tabs__stick
    .cmp-tabs__scroll.sticky
    .cmp-tabs__tablist
    .cmp-horizontal-tabs__tab.cmp-tabs__tab--active,
  .horizontal-tabs
    .cmp-horizontal-tabs
    .cmp-tabs__stick
    .cmp-tabs__scroll.sticky
    .cmp-tabs__tablist
    .cmp-tabs__tab.cmp-horizontal-tabs__tab--active,
  .horizontal-tabs
    .cmp-horizontal-tabs
    .cmp-tabs__stick
    .cmp-tabs__scroll.sticky
    .cmp-tabs__tablist
    .cmp-tabs__tab.cmp-tabs__tab--active,
  .horizontal-tabs
    .cmp-tabs
    .cmp-horizontal-tabs__stick
    .cmp-horizontal-tabs__scroll.sticky
    .cmp-horizontal-tabs__tablist
    .cmp-horizontal-tabs__tab.cmp-horizontal-tabs__tab--active,
  .horizontal-tabs
    .cmp-tabs
    .cmp-horizontal-tabs__stick
    .cmp-horizontal-tabs__scroll.sticky
    .cmp-horizontal-tabs__tablist
    .cmp-horizontal-tabs__tab.cmp-tabs__tab--active,
  .horizontal-tabs
    .cmp-tabs
    .cmp-horizontal-tabs__stick
    .cmp-horizontal-tabs__scroll.sticky
    .cmp-horizontal-tabs__tablist
    .cmp-tabs__tab.cmp-horizontal-tabs__tab--active,
  .horizontal-tabs
    .cmp-tabs
    .cmp-horizontal-tabs__stick
    .cmp-horizontal-tabs__scroll.sticky
    .cmp-horizontal-tabs__tablist
    .cmp-tabs__tab.cmp-tabs__tab--active,
  .horizontal-tabs
    .cmp-tabs
    .cmp-horizontal-tabs__stick
    .cmp-horizontal-tabs__scroll.sticky
    .cmp-tabs__tablist
    .cmp-horizontal-tabs__tab.cmp-horizontal-tabs__tab--active,
  .horizontal-tabs
    .cmp-tabs
    .cmp-horizontal-tabs__stick
    .cmp-horizontal-tabs__scroll.sticky
    .cmp-tabs__tablist
    .cmp-horizontal-tabs__tab.cmp-tabs__tab--active,
  .horizontal-tabs
    .cmp-tabs
    .cmp-horizontal-tabs__stick
    .cmp-horizontal-tabs__scroll.sticky
    .cmp-tabs__tablist
    .cmp-tabs__tab.cmp-horizontal-tabs__tab--active,
  .horizontal-tabs
    .cmp-tabs
    .cmp-horizontal-tabs__stick
    .cmp-horizontal-tabs__scroll.sticky
    .cmp-tabs__tablist
    .cmp-tabs__tab.cmp-tabs__tab--active,
  .horizontal-tabs
    .cmp-tabs
    .cmp-horizontal-tabs__stick
    .cmp-tabs__scroll.sticky
    .cmp-horizontal-tabs__tablist
    .cmp-horizontal-tabs__tab.cmp-horizontal-tabs__tab--active,
  .horizontal-tabs
    .cmp-tabs
    .cmp-horizontal-tabs__stick
    .cmp-tabs__scroll.sticky
    .cmp-horizontal-tabs__tablist
    .cmp-horizontal-tabs__tab.cmp-tabs__tab--active,
  .horizontal-tabs
    .cmp-tabs
    .cmp-horizontal-tabs__stick
    .cmp-tabs__scroll.sticky
    .cmp-horizontal-tabs__tablist
    .cmp-tabs__tab.cmp-horizontal-tabs__tab--active,
  .horizontal-tabs
    .cmp-tabs
    .cmp-horizontal-tabs__stick
    .cmp-tabs__scroll.sticky
    .cmp-horizontal-tabs__tablist
    .cmp-tabs__tab.cmp-tabs__tab--active,
  .horizontal-tabs
    .cmp-tabs
    .cmp-horizontal-tabs__stick
    .cmp-tabs__scroll.sticky
    .cmp-tabs__tablist
    .cmp-horizontal-tabs__tab.cmp-horizontal-tabs__tab--active,
  .horizontal-tabs
    .cmp-tabs
    .cmp-horizontal-tabs__stick
    .cmp-tabs__scroll.sticky
    .cmp-tabs__tablist
    .cmp-horizontal-tabs__tab.cmp-tabs__tab--active,
  .horizontal-tabs
    .cmp-tabs
    .cmp-horizontal-tabs__stick
    .cmp-tabs__scroll.sticky
    .cmp-tabs__tablist
    .cmp-tabs__tab.cmp-horizontal-tabs__tab--active,
  .horizontal-tabs
    .cmp-tabs
    .cmp-horizontal-tabs__stick
    .cmp-tabs__scroll.sticky
    .cmp-tabs__tablist
    .cmp-tabs__tab.cmp-tabs__tab--active,
  .horizontal-tabs
    .cmp-tabs
    .cmp-tabs__stick
    .cmp-horizontal-tabs__scroll.sticky
    .cmp-horizontal-tabs__tablist
    .cmp-horizontal-tabs__tab.cmp-horizontal-tabs__tab--active,
  .horizontal-tabs
    .cmp-tabs
    .cmp-tabs__stick
    .cmp-horizontal-tabs__scroll.sticky
    .cmp-horizontal-tabs__tablist
    .cmp-horizontal-tabs__tab.cmp-tabs__tab--active,
  .horizontal-tabs
    .cmp-tabs
    .cmp-tabs__stick
    .cmp-horizontal-tabs__scroll.sticky
    .cmp-horizontal-tabs__tablist
    .cmp-tabs__tab.cmp-horizontal-tabs__tab--active,
  .horizontal-tabs
    .cmp-tabs
    .cmp-tabs__stick
    .cmp-horizontal-tabs__scroll.sticky
    .cmp-horizontal-tabs__tablist
    .cmp-tabs__tab.cmp-tabs__tab--active,
  .horizontal-tabs
    .cmp-tabs
    .cmp-tabs__stick
    .cmp-horizontal-tabs__scroll.sticky
    .cmp-tabs__tablist
    .cmp-horizontal-tabs__tab.cmp-horizontal-tabs__tab--active,
  .horizontal-tabs
    .cmp-tabs
    .cmp-tabs__stick
    .cmp-horizontal-tabs__scroll.sticky
    .cmp-tabs__tablist
    .cmp-horizontal-tabs__tab.cmp-tabs__tab--active,
  .horizontal-tabs
    .cmp-tabs
    .cmp-tabs__stick
    .cmp-horizontal-tabs__scroll.sticky
    .cmp-tabs__tablist
    .cmp-tabs__tab.cmp-horizontal-tabs__tab--active,
  .horizontal-tabs
    .cmp-tabs
    .cmp-tabs__stick
    .cmp-horizontal-tabs__scroll.sticky
    .cmp-tabs__tablist
    .cmp-tabs__tab.cmp-tabs__tab--active,
  .horizontal-tabs
    .cmp-tabs
    .cmp-tabs__stick
    .cmp-tabs__scroll.sticky
    .cmp-horizontal-tabs__tablist
    .cmp-horizontal-tabs__tab.cmp-horizontal-tabs__tab--active,
  .horizontal-tabs
    .cmp-tabs
    .cmp-tabs__stick
    .cmp-tabs__scroll.sticky
    .cmp-horizontal-tabs__tablist
    .cmp-horizontal-tabs__tab.cmp-tabs__tab--active,
  .horizontal-tabs
    .cmp-tabs
    .cmp-tabs__stick
    .cmp-tabs__scroll.sticky
    .cmp-horizontal-tabs__tablist
    .cmp-tabs__tab.cmp-horizontal-tabs__tab--active,
  .horizontal-tabs
    .cmp-tabs
    .cmp-tabs__stick
    .cmp-tabs__scroll.sticky
    .cmp-horizontal-tabs__tablist
    .cmp-tabs__tab.cmp-tabs__tab--active,
  .horizontal-tabs
    .cmp-tabs
    .cmp-tabs__stick
    .cmp-tabs__scroll.sticky
    .cmp-tabs__tablist
    .cmp-horizontal-tabs__tab.cmp-horizontal-tabs__tab--active,
  .horizontal-tabs
    .cmp-tabs
    .cmp-tabs__stick
    .cmp-tabs__scroll.sticky
    .cmp-tabs__tablist
    .cmp-horizontal-tabs__tab.cmp-tabs__tab--active,
  .horizontal-tabs
    .cmp-tabs
    .cmp-tabs__stick
    .cmp-tabs__scroll.sticky
    .cmp-tabs__tablist
    .cmp-tabs__tab.cmp-horizontal-tabs__tab--active,
  .horizontal-tabs
    .cmp-tabs
    .cmp-tabs__stick
    .cmp-tabs__scroll.sticky
    .cmp-tabs__tablist
    .cmp-tabs__tab.cmp-tabs__tab--active {
    box-shadow: none;
    border-bottom: none;
  }
}
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-horizontal-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-tabs__tab.cmp-horizontal-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-tabs__tab.cmp-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-horizontal-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-tabs__tab.cmp-horizontal-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-tabs__tab.cmp-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-horizontal-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-tabs__tab.cmp-horizontal-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-tabs__tab.cmp-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-horizontal-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-tabs__tab.cmp-horizontal-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-tabs__tab.cmp-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-horizontal-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-tabs__tab.cmp-horizontal-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-tabs__tab.cmp-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-horizontal-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-tabs__tab.cmp-horizontal-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-tabs__tab.cmp-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-horizontal-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-tabs__tab.cmp-horizontal-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-tabs__tab.cmp-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-horizontal-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-tabs__tab.cmp-horizontal-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-tabs__tab.cmp-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-horizontal-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-tabs__tab.cmp-horizontal-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-tabs__tab.cmp-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-horizontal-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-tabs__tab.cmp-horizontal-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-tabs__tab.cmp-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-horizontal-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-tabs__tab.cmp-horizontal-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-tabs__tab.cmp-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-horizontal-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-tabs__tab.cmp-horizontal-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-tabs__tab.cmp-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-horizontal-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-tabs__tab.cmp-horizontal-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-tabs__tab.cmp-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-horizontal-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-tabs__tab.cmp-horizontal-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-tabs__tab.cmp-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-horizontal-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-tabs__tab.cmp-horizontal-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-tabs__tab.cmp-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-horizontal-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-tabs__tab.cmp-horizontal-tabs__tab--active
  label,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-tabs__tab.cmp-tabs__tab--active
  label {
  color: #0057ae;
}
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-horizontal-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-tabs__tab.cmp-horizontal-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-tabs__tab.cmp-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-horizontal-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-tabs__tab.cmp-horizontal-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-tabs__tab.cmp-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-horizontal-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-tabs__tab.cmp-horizontal-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-tabs__tab.cmp-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-horizontal-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-tabs__tab.cmp-horizontal-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-tabs__tab.cmp-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-horizontal-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-tabs__tab.cmp-horizontal-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-tabs__tab.cmp-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-horizontal-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-tabs__tab.cmp-horizontal-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-tabs__tab.cmp-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-horizontal-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-tabs__tab.cmp-horizontal-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-tabs__tab.cmp-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-horizontal-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-tabs__tab.cmp-horizontal-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-tabs__tab.cmp-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-horizontal-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-tabs__tab.cmp-horizontal-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-tabs__tab.cmp-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-horizontal-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-tabs__tab.cmp-horizontal-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-tabs__tab.cmp-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-horizontal-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-tabs__tab.cmp-horizontal-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-tabs__tab.cmp-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-horizontal-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-tabs__tab.cmp-horizontal-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-tabs__tab.cmp-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-horizontal-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-tabs__tab.cmp-horizontal-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-tabs__tab.cmp-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-horizontal-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-tabs__tab.cmp-horizontal-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-horizontal-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-tabs__tab.cmp-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-horizontal-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-tabs__tab.cmp-horizontal-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-horizontal-tabs__tablist
  .cmp-tabs__tab.cmp-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-horizontal-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-horizontal-tabs__tab.cmp-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-tabs__tab.cmp-horizontal-tabs__tab--active:focus-visible,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__stick
  .cmp-tabs__scroll.sticky
  .cmp-tabs__tablist
  .cmp-tabs__tab.cmp-tabs__tab--active:focus-visible {
  border-radius: 8px;
}
.horizontal-tabs .cmp-horizontal-tabs .cmp-horizontal-tabs__stick.container,
.horizontal-tabs
  .cmp-horizontal-tabs
  .perspective-article-page
  .cmp-horizontal-tabs__stick.perspective-main-container,
.perspective-article-page
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick.perspective-main-container,
.horizontal-tabs
  .cmp-horizontal-tabs
  .section-v3
  .cmp-horizontal-tabs__stick.section__container,
.section-v3
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__stick.section__container,
.horizontal-tabs .cmp-tabs .cmp-horizontal-tabs__stick.container,
.horizontal-tabs
  .cmp-tabs
  .perspective-article-page
  .cmp-horizontal-tabs__stick.perspective-main-container,
.perspective-article-page
  .horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick.perspective-main-container,
.horizontal-tabs
  .cmp-tabs
  .section-v3
  .cmp-horizontal-tabs__stick.section__container,
.section-v3
  .horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__stick.section__container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 1024px) {
  .horizontal-tabs
    .cmp-horizontal-tabs
    .cmp-horizontal-tabs__stick.container
    .cmp-horizontal-tabs__scroll.sticky,
  .horizontal-tabs
    .cmp-horizontal-tabs
    .perspective-article-page
    .cmp-horizontal-tabs__stick.perspective-main-container
    .cmp-horizontal-tabs__scroll.sticky,
  .perspective-article-page
    .horizontal-tabs
    .cmp-horizontal-tabs
    .cmp-horizontal-tabs__stick.perspective-main-container
    .cmp-horizontal-tabs__scroll.sticky,
  .horizontal-tabs
    .cmp-horizontal-tabs
    .section-v3
    .cmp-horizontal-tabs__stick.section__container
    .cmp-horizontal-tabs__scroll.sticky,
  .section-v3
    .horizontal-tabs
    .cmp-horizontal-tabs
    .cmp-horizontal-tabs__stick.section__container
    .cmp-horizontal-tabs__scroll.sticky,
  .horizontal-tabs
    .cmp-tabs
    .cmp-horizontal-tabs__stick.container
    .cmp-horizontal-tabs__scroll.sticky,
  .horizontal-tabs
    .cmp-tabs
    .perspective-article-page
    .cmp-horizontal-tabs__stick.perspective-main-container
    .cmp-horizontal-tabs__scroll.sticky,
  .perspective-article-page
    .horizontal-tabs
    .cmp-tabs
    .cmp-horizontal-tabs__stick.perspective-main-container
    .cmp-horizontal-tabs__scroll.sticky,
  .horizontal-tabs
    .cmp-tabs
    .section-v3
    .cmp-horizontal-tabs__stick.section__container
    .cmp-horizontal-tabs__scroll.sticky,
  .section-v3
    .horizontal-tabs
    .cmp-tabs
    .cmp-horizontal-tabs__stick.section__container
    .cmp-horizontal-tabs__scroll.sticky {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}
.horizontal-tabs .cmp-horizontal-tabs .indicator,
.horizontal-tabs .cmp-tabs .indicator {
  background-color: #0057ae;
  bottom: 0;
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  transform-origin: center;
  transition: all 450ms ease;
  width: auto;
  will-change: transform;
}
.french-vanilla .horizontal-tabs .cmp-horizontal-tabs .indicator,
.french-vanilla .horizontal-tabs .cmp-tabs .indicator {
  background-color: #ffffff;
}
.black-pepper .horizontal-tabs .cmp-horizontal-tabs .indicator,
.black-pepper .horizontal-tabs .cmp-tabs .indicator {
  background-color: #0057ae;
}
@media (min-width: 70.25em) {
  .horizontal-tabs .cmp-horizontal-tabs .indicator,
  .horizontal-tabs .cmp-tabs .indicator {
    display: block;
  }
}
.horizontal-tabs .cmp-horizontal-tabs .indicator.transition,
.horizontal-tabs .cmp-tabs .indicator.transition {
  transition: all 450ms ease;
}
.darkTheme .horizontal-tabs .cmp-horizontal-tabs .indicator,
.darkTheme .horizontal-tabs .cmp-tabs .indicator {
  background-color: #ffffff;
}

.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .lightTheme,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .quote
  .quote-component,
.quote
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .quote-component,
.horizontal-tabs .cmp-horizontal-tabs .cmp-tabs__wrapper-content .lightTheme,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .quote
  .quote-component,
.quote
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .quote-component,
.horizontal-tabs .cmp-tabs .cmp-horizontal-tabs__wrapper-content .lightTheme,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .quote
  .quote-component,
.quote
  .horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .quote-component,
.horizontal-tabs .cmp-tabs .cmp-tabs__wrapper-content .lightTheme,
.horizontal-tabs .cmp-tabs .cmp-tabs__wrapper-content .quote .quote-component,
.quote .horizontal-tabs .cmp-tabs .cmp-tabs__wrapper-content .quote-component {
  color: #022043;
}
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .lightTheme
  .title-6,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .lightTheme
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .lightTheme
  .hero-card__title,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .quote
  .quote-component
  .title-6,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .quote
  .quote-component
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .quote
  .quote-component
  .hero-card__title,
.quote
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .quote-component
  .title-6,
.quote
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .quote-component
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .quote
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .quote-component
  .hero-card__title,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .lightTheme
  .icon__list-wrapper
  .icon__list-heading,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .quote
  .quote-component
  .icon__list-wrapper
  .icon__list-heading,
.quote
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .quote-component
  .icon__list-wrapper
  .icon__list-heading,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .lightTheme
  .title-6,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .lightTheme
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .lightTheme
  .hero-card__title,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .quote
  .quote-component
  .title-6,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .quote
  .quote-component
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .quote
  .quote-component
  .hero-card__title,
.quote
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .quote-component
  .title-6,
.quote
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .quote-component
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .quote
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .quote-component
  .hero-card__title,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .lightTheme
  .icon__list-wrapper
  .icon__list-heading,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .quote
  .quote-component
  .icon__list-wrapper
  .icon__list-heading,
.quote
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .quote-component
  .icon__list-wrapper
  .icon__list-heading,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .lightTheme
  .title-6,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .lightTheme
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .lightTheme
  .hero-card__title,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .quote
  .quote-component
  .title-6,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .quote
  .quote-component
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .quote
  .quote-component
  .hero-card__title,
.quote
  .horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .quote-component
  .title-6,
.quote
  .horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .quote-component
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .quote
  .horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .quote-component
  .hero-card__title,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .lightTheme
  .icon__list-wrapper
  .icon__list-heading,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .quote
  .quote-component
  .icon__list-wrapper
  .icon__list-heading,
.quote
  .horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .quote-component
  .icon__list-wrapper
  .icon__list-heading,
.horizontal-tabs .cmp-tabs .cmp-tabs__wrapper-content .lightTheme .title-6,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .lightTheme
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .lightTheme
  .hero-card__title,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .quote
  .quote-component
  .title-6,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .quote
  .quote-component
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .quote
  .quote-component
  .hero-card__title,
.quote
  .horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .quote-component
  .title-6,
.quote
  .horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .quote-component
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .quote
  .horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .quote-component
  .hero-card__title,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .lightTheme
  .icon__list-wrapper
  .icon__list-heading,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .quote
  .quote-component
  .icon__list-wrapper
  .icon__list-heading,
.quote
  .horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .quote-component
  .icon__list-wrapper
  .icon__list-heading {
  color: #022043 !important;
}
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .lightTheme
  .icon__list-wrapper
  ul
  .icon__list-item-icon
  svg,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .quote
  .quote-component
  .icon__list-wrapper
  ul
  .icon__list-item-icon
  svg,
.quote
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .quote-component
  .icon__list-wrapper
  ul
  .icon__list-item-icon
  svg,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .lightTheme
  .icon__list-wrapper
  ul
  .icon__list-item-icon
  svg,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .quote
  .quote-component
  .icon__list-wrapper
  ul
  .icon__list-item-icon
  svg,
.quote
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .quote-component
  .icon__list-wrapper
  ul
  .icon__list-item-icon
  svg,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .lightTheme
  .icon__list-wrapper
  ul
  .icon__list-item-icon
  svg,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .quote
  .quote-component
  .icon__list-wrapper
  ul
  .icon__list-item-icon
  svg,
.quote
  .horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .quote-component
  .icon__list-wrapper
  ul
  .icon__list-item-icon
  svg,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .lightTheme
  .icon__list-wrapper
  ul
  .icon__list-item-icon
  svg,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .quote
  .quote-component
  .icon__list-wrapper
  ul
  .icon__list-item-icon
  svg,
.quote
  .horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .quote-component
  .icon__list-wrapper
  ul
  .icon__list-item-icon
  svg {
  fill: #022043 !important;
}
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme,
.horizontal-tabs .cmp-horizontal-tabs .cmp-tabs__wrapper-content .darkTheme,
.horizontal-tabs .cmp-tabs .cmp-horizontal-tabs__wrapper-content .darkTheme,
.horizontal-tabs .cmp-tabs .cmp-tabs__wrapper-content .darkTheme {
  color: #ffffff;
}
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .icon-block-v2__wrapper-logo
  svg,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .icon-block__wrapper
  .icon-block__wrapper-container
  .icon-block__wrapper-logo
  svg,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .icon-block-v2__wrapper-logo
  svg,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .icon-block__wrapper
  .icon-block__wrapper-container
  .icon-block__wrapper-logo
  svg,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .icon-block-v2__wrapper-logo
  svg,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .icon-block__wrapper
  .icon-block__wrapper-container
  .icon-block__wrapper-logo
  svg,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .icon-block-v2__wrapper-logo
  svg,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .icon-block__wrapper
  .icon-block__wrapper-container
  .icon-block__wrapper-logo
  svg {
  fill: #ffffff !important;
}
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .validation-component__wrapper.validation-component__wrapper--default
  .validation-component__wrapper-description
  span,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .validation-component__wrapper.validation-component__wrapper--default
  .validation-component__wrapper-description
  span,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .validation-component__wrapper.validation-component__wrapper--default
  .validation-component__wrapper-description
  span,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .validation-component__wrapper.validation-component__wrapper--default
  .validation-component__wrapper-description
  span {
  color: #ffffff !important;
}
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .accordian__wrapper-item
  .accordian__wrapper-item--title,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .accordian__wrapper-item
  .accordian__wrapper-item--title,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .accordian__wrapper-item
  .accordian__wrapper-item--title,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .accordian__wrapper-item
  .accordian__wrapper-item--title {
  color: #ffffff !important;
}
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .accordian__wrapper-item--header
  span
  svg,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .accordian__wrapper-item--header
  span
  svg,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .accordian__wrapper-item--header
  span
  svg,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .accordian__wrapper-item--header
  span
  svg {
  fill: #ffffff !important;
}
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard__default-content--text
  p,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard__overlay-content--text
  p,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard__default-content--text
  p,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard__overlay-content--text
  p,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard__default-content--text
  p,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard__overlay-content--text
  p,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard__default-content--text
  p,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard__overlay-content--text
  p {
  color: #022043 !important;
}
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard__container.after-hours-blue-btn
  span,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard__container.after-hours-blue-btn
  span,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard__container.after-hours-blue-btn
  span,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard__container.after-hours-blue-btn
  span {
  color: #ffffff !important;
}
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .btn--text__blue
  span,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  span,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .cta
  span,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .cmp-resourcebar
  .content-fragment__cards-cta
  span,
.cmp-resourcebar
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .content-fragment__cards-cta
  span,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .customer-content
  a
  span,
.customer-content
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  a
  span,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .btn--text__blue
  span,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  span,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .cta
  span,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .cmp-resourcebar
  .content-fragment__cards-cta
  span,
.cmp-resourcebar
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .content-fragment__cards-cta
  span,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .customer-content
  a
  span,
.customer-content
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  a
  span,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .btn--text__blue
  span,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  span,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .cta
  span,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .cmp-resourcebar
  .content-fragment__cards-cta
  span,
.cmp-resourcebar
  .horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .content-fragment__cards-cta
  span,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .customer-content
  a
  span,
.customer-content
  .horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  a
  span,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .btn--text__blue
  span,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  span,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .cta
  span,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .cmp-resourcebar
  .content-fragment__cards-cta
  span,
.cmp-resourcebar
  .horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .content-fragment__cards-cta
  span,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .customer-content
  a
  span,
.customer-content
  .horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  a
  span {
  color: #0057ae !important;
}
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .btn--bg__white
  span,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .btn--bg__white
  span,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .btn--bg__white
  span,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .btn--bg__white
  span {
  color: #022043 !important;
}
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .btn--outline__gray
  span,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  span,
.textarea
  video-js
  .vjs-text-track-settings
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .vjs-default-button
  span,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  span,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .vjs-default-button
  span,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .btn--outline__gray
  span,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  span,
.textarea
  video-js
  .vjs-text-track-settings
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .vjs-default-button
  span,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  span,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .vjs-default-button
  span,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .btn--outline__gray
  span,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  span,
.textarea
  video-js
  .vjs-text-track-settings
  .horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .vjs-default-button
  span,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  span,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .vjs-default-button
  span,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .btn--outline__gray
  span,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  span,
.textarea
  video-js
  .vjs-text-track-settings
  .horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .vjs-default-button
  span,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  span,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .vjs-default-button
  span {
  color: #022043 !important;
}
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .btn--outline__gray:hover
  span,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button:hover
  span,
.textarea
  video-js
  .vjs-text-track-settings
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .vjs-default-button:hover
  span,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button:hover
  span,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .vjs-default-button:hover
  span,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .btn--outline__gray:hover
  span,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button:hover
  span,
.textarea
  video-js
  .vjs-text-track-settings
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .vjs-default-button:hover
  span,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button:hover
  span,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .vjs-default-button:hover
  span,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .btn--outline__gray:hover
  span,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button:hover
  span,
.textarea
  video-js
  .vjs-text-track-settings
  .horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .vjs-default-button:hover
  span,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button:hover
  span,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .vjs-default-button:hover
  span,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .btn--outline__gray:hover
  span,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button:hover
  span,
.textarea
  video-js
  .vjs-text-track-settings
  .horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .vjs-default-button:hover
  span,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button:hover
  span,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .vjs-default-button:hover
  span {
  color: #ffffff !important;
}
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .btn--outline__white:hover
  span,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .btn--outline__white:hover
  span,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .btn--outline__white:hover
  span,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard__container
  .btn--outline__white:hover
  span {
  color: #022043 !important;
}
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  h1,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  h2,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  h3,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  h4,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  h5,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  h6,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  p,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .title-1,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .title-2,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .title-3,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .about-author__title,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .title-4,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .title-5,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .hero-card__title,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .title-6,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .hero-card__title,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .body-0,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .body-1,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .hero-card__description,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .user-name,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .body-2,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .about-author__user-details,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .body-3,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .hero-card__eyebrow,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .hero-card__type,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-share-component--copied,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-share-component--date,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-share-component--share,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  li,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .display,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .overline,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-article-hero
  .article-hero__eyebrow,
.cmp-article-hero
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .article-hero__eyebrow,
.eyebrow
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-title__text,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .eyebrow
  .cmp-title__text,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  h1,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  h2,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  h3,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  h4,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  h5,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  h6,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  p,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .title-1,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .title-2,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .title-3,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .about-author__title,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .title-4,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .title-5,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .hero-card__title,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .title-6,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .hero-card__title,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .body-0,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .body-1,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .hero-card__description,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .user-name,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .body-2,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .about-author__user-details,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .body-3,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .hero-card__eyebrow,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .hero-card__type,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-share-component--copied,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-share-component--date,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-share-component--share,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  li,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .display,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .overline,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-article-hero
  .article-hero__eyebrow,
.cmp-article-hero
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .article-hero__eyebrow,
.eyebrow
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-title__text,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .eyebrow
  .cmp-title__text,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  h1,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  h2,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  h3,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  h4,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  h5,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  h6,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  p,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .title-1,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .title-2,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .title-3,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .about-author__title,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .title-4,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .title-5,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .hero-card__title,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .title-6,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .hero-card__title,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .body-0,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .body-1,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .hero-card__description,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .user-name,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .body-2,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .about-author__user-details,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .body-3,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .hero-card__eyebrow,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .hero-card__type,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-share-component--copied,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-share-component--date,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-share-component--share,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  li,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .display,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .overline,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-article-hero
  .article-hero__eyebrow,
.cmp-article-hero
  .horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .article-hero__eyebrow,
.eyebrow
  .horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-title__text,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .eyebrow
  .cmp-title__text,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  h1,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  h2,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  h3,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  h4,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  h5,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  h6,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  p,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .title-1,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .title-2,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .title-3,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .about-author__title,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .title-4,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .title-5,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .hero-card__title,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .title-6,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .hero-card__title,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .body-0,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .body-1,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .hero-card__description,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .user-name,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .body-2,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .about-author__user-details,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .body-3,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .hero-card__eyebrow,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .hero-card__type,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-share-component--copied,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-share-component--date,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-share-component--share,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  li,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .display,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .overline,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-article-hero
  .article-hero__eyebrow,
.cmp-article-hero
  .horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .article-hero__eyebrow,
.eyebrow
  .horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .cmp-title__text,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .overlaycard
  .cmp-overlaycard
  .eyebrow
  .cmp-title__text {
  color: #022043 !important;
}
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .title-6,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .hero-card__title,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .title-6,
.horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .horizontal-tabs
  .cmp-horizontal-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .hero-card__title,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .title-6,
.horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .horizontal-tabs
  .cmp-tabs
  .cmp-horizontal-tabs__wrapper-content
  .darkTheme
  .hero-card__title,
.horizontal-tabs .cmp-tabs .cmp-tabs__wrapper-content .darkTheme .title-6,
.horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .horizontal-tabs
  .cmp-tabs
  .cmp-tabs__wrapper-content
  .darkTheme
  .hero-card__title {
  color: #ffffff !important;
}

.horizontal-tabs .cmp-tabs__has-spacer {
  padding: 0px 32px !important;
}

.cmp-tabs__tabpanel--edit:not([data-state="active"]) {
  display: none;
}

.cmp-tab-edit .new {
  width: 100%;
}
.cmp-tab-edit
  .overlaycard__container-wrapper.overlaycard__container-wrapper-four,
.cmp-tab-edit
  .overlaycard__container-wrapper.overlaycard__container-wrapper-three,
.cmp-tab-edit
  .overlaycard__container-wrapper.overlaycard__container-wrapper-two {
  margin: 0;
}
.cmp-tab-edit .row,
.cmp-tab-edit
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
.customer-story
  .cmp-tab-edit
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
.cmp-tab-edit
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12,
.perspective-article-page
  .cmp-tab-edit
  .perspective-main-container
  > .aem-Grid--default--12,
.cmp-tab-edit .cmp-logo-wall .logo-container,
.cmp-logo-wall .cmp-tab-edit .logo-container {
  margin-left: 0;
  margin-right: 0;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-modal-dialog,
.vjs-button > .vjs-icon-placeholder:before,
.vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.vjs-button > .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==)
    format("woff");
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder,
.vjs-icon-play {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.vjs-icon-play:before {
  content: "\f101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-play-circle:before {
  content: "\f102";
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder,
.vjs-icon-pause {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,
.vjs-icon-pause:before {
  content: "\f103";
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder,
.vjs-icon-volume-mute {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,
.vjs-icon-volume-mute:before {
  content: "\f104";
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder,
.vjs-icon-volume-low {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before,
.vjs-icon-volume-low:before {
  content: "\f105";
}

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder,
.vjs-icon-volume-mid {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before,
.vjs-icon-volume-mid:before {
  content: "\f106";
}

.video-js .vjs-mute-control .vjs-icon-placeholder,
.vjs-icon-volume-high {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-mute-control .vjs-icon-placeholder:before,
.vjs-icon-volume-high:before {
  content: "\f107";
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder,
.vjs-icon-fullscreen-enter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-enter:before {
  content: "\f108";
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder,
.vjs-icon-fullscreen-exit {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-exit:before {
  content: "\f109";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-square:before {
  content: "\f10a";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-spinner:before {
  content: "\f10b";
}

.video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-subtitles-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,
.vjs-icon-subtitles {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU)
  .vjs-subs-caps-button
  .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB)
  .vjs-subs-caps-button
  .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE)
  .vjs-subs-caps-button
  .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ)
  .vjs-subs-caps-button
  .vjs-icon-placeholder:before,
.vjs-icon-subtitles:before {
  content: "\f10c";
}

.video-js .vjs-captions-button .vjs-icon-placeholder,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,
.vjs-icon-captions {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-captions-button .vjs-icon-placeholder:before,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.vjs-icon-captions:before {
  content: "\f10d";
}

.video-js .vjs-chapters-button .vjs-icon-placeholder,
.vjs-icon-chapters {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-chapters-button .vjs-icon-placeholder:before,
.vjs-icon-chapters:before {
  content: "\f10e";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-share:before {
  content: "\f10f";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-cog:before {
  content: "\f110";
}

.video-js .vjs-play-progress,
.video-js .vjs-volume-level,
.vjs-icon-circle,
.vjs-seek-to-live-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before,
.vjs-icon-circle:before,
.vjs-seek-to-live-control .vjs-icon-placeholder:before {
  content: "\f111";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-circle-outline:before {
  content: "\f112";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-hd:before {
  content: "\f114";
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder,
.vjs-icon-cancel {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before,
.vjs-icon-cancel:before {
  content: "\f115";
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder,
.vjs-icon-replay {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,
.vjs-icon-replay:before {
  content: "\f116";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-facebook:before {
  content: "\f117";
}

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-gplus:before {
  content: "\f118";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-linkedin:before {
  content: "\f119";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-twitter:before {
  content: "\f11a";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-tumblr:before {
  content: "\f11b";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-pinterest:before {
  content: "\f11c";
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder,
.vjs-icon-audio-description {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder:before,
.vjs-icon-audio-description:before {
  content: "\f11d";
}

.video-js .vjs-audio-button .vjs-icon-placeholder,
.vjs-icon-audio {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-audio-button .vjs-icon-placeholder:before,
.vjs-icon-audio:before {
  content: "\f11e";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-next-item:before {
  content: "\f11f";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-previous-item:before {
  content: "\f120";
}

.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder,
.vjs-icon-picture-in-picture-enter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before,
.vjs-icon-picture-in-picture-enter:before {
  content: "\f121";
}

.video-js.vjs-picture-in-picture
  .vjs-picture-in-picture-control
  .vjs-icon-placeholder,
.vjs-icon-picture-in-picture-exit {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js.vjs-picture-in-picture
  .vjs-picture-in-picture-control
  .vjs-icon-placeholder:before,
.vjs-icon-picture-in-picture-exit:before {
  content: "\f122";
}

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}

.video-js:-moz-full-screen {
  position: absolute;
}

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: 0;
}

.video-js *,
.video-js :after,
.video-js :before {
  box-sizing: inherit;
}

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-fluid {
  width: 100%;
  max-width: 100%;
  height: 0;
}

.video-js.vjs-16-9 {
  padding-top: 56.25%;
}

.video-js.vjs-4-3 {
  padding-top: 75%;
}

.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0 auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66a8cc;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s;
}

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.81666em;
  margin-left: -1.5em;
}

.video-js .vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-error .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause
  .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: 0 0;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.8),
    rgba(255, 255, 255, 0)
  );
  overflow: auto;
}

.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}

.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.js-focus-visible .vjs-menu li.vjs-menu-item:hover,
.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.js-focus-visible .vjs-menu li.vjs-selected:hover,
.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2b333f;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: 700;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}

.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}

.vjs-menu-button-popup .vjs-menu.vjs-lock-showing,
.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu {
  display: block;
}

.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline:hover,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}

.vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline:hover .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition:
    visibility 0.1s,
    opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  transition:
    visibility 1s,
    opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-error .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.video-js .vjs-control:focus,
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before {
  text-shadow: 0 0 1em #fff;
}

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center;
}

.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div,
.video-js .vjs-progress-holder .vjs-play-progress {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}

.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.3333333333em;
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js
  .vjs-progress-control:hover
  .vjs-progress-holder:focus
  .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition:
    visibility 1s,
    opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex
  .vjs-progress-control
  .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}

.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  transition: width 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control,
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition:
    visibility 0.1s,
    opacity 0.1s,
    height 0.1s,
    width 0.1s,
    left 0s,
    top 0s;
}

.video-js
  .vjs-volume-panel
  .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js
  .vjs-volume-panel.vjs-hover
  .vjs-mute-control
  ~ .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}

.video-js
  .vjs-volume-panel
  .vjs-volume-control.vjs-slider-active.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
.video-js
  .vjs-volume-panel.vjs-hover
  .vjs-mute-control
  ~ .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical {
  left: -3.5em;
  transition: left 0s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active {
  width: 10em;
  transition: width 0.1s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition:
    visibility 1s,
    opacity 1s,
    height 1s 1s,
    width 1s 1s,
    left 1s 1s,
    top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition:
    visibility 1s,
    opacity 1s,
    height 1s 1s,
    width 1s,
    left 1s 1s,
    top 1s 1s;
}

.video-js.vjs-no-flex
  .vjs-volume-panel
  .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: none;
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex
  .vjs-volume-panel
  .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em;
}

.video-js .vjs-volume-panel {
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}

.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-has-started .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}

.vjs-using-native-controls .vjs-poster {
  display: none;
}

.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js.vjs-liveui .vjs-live-control,
.video-js:not(.vjs-live) .vjs-live-control {
  display: none;
}

.video-js .vjs-seek-to-live-control {
  align-items: center;
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control {
  display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.vjs-live .vjs-time-divider {
  display: none;
}

.video-js .vjs-play-control {
  cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  transform: translateY(-3em);
}

.video-js.vjs-user-inactive.vjs-playing
  video::-webkit-media-text-track-display {
  transform: translateY(-1.5em);
}

.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  flex: none;
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}

.vjs-playback-rate .vjs-playback-rate-value,
.vjs-playback-rate > .vjs-menu-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
  animation: vjs-spinner-show 0s linear 0.3s forwards;
}

.vjs-loading-spinner:after,
.vjs-loading-spinner:before {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: #fff;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before {
  -webkit-animation:
    vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite,
    vjs-spinner-fade 1.1s linear infinite;
  animation:
    vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite,
    vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: #fff;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: #fff;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: #fff;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: #fff;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js
  .vjs-subs-caps-button
  + .vjs-menu
  .vjs-captions-menu-item
  .vjs-menu-item-text
  .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js
  .vjs-subs-caps-button
  + .vjs-menu
  .vjs-captions-menu-item
  .vjs-menu-item-text
  .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\f10d";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js
  .vjs-audio-button
  + .vjs-menu
  .vjs-main-desc-menu-item
  .vjs-menu-item-text
  .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js
  .vjs-audio-button
  + .vjs-menu
  .vjs-main-desc-menu-item
  .vjs-menu-item-text
  .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \f11d";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-control,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-control,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-control {
  display: none;
}

.video-js:not(.vjs-fullscreen).vjs-layout-small
  .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js:not(.vjs-fullscreen).vjs-layout-small
  .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-small
  .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny
  .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny
  .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny
  .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small
  .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small
  .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small
  .vjs-volume-panel.vjs-volume-panel-horizontal:hover {
  width: auto;
  width: initial;
}

.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subs-caps-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-live)
  .vjs-subs-caps-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-liveui)
  .vjs-subs-caps-button {
  display: none;
}

.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-custom-control-spacer,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui
  .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}

.video-js:not(.vjs-fullscreen).vjs-layout-tiny.vjs-no-flex
  .vjs-custom-control-spacer,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui.vjs-no-flex
  .vjs-custom-control-spacer {
  width: auto;
}

.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-progress-control,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui
  .vjs-progress-control {
  display: none;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-controls,
.vjs-text-track-settings .vjs-track-settings-font {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0 24px;
  }
  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }
  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}
.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
}

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0;
}

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.vjs-track-settings-controls button:active,
.vjs-track-settings-controls button:focus {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2b333f;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

@media print {
  .video-js > :not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

.js-focus-visible .video-js :focus:not(.focus-visible) {
  outline: 0;
  background: 0 0;
}

.video-js .vjs-menu :focus:not(:focus-visible),
.video-js :focus:not(:focus-visible) {
  outline: 0;
  background: 0 0;
}

.textarea video-js .brightcove-player__wrapper--playlist,
.video-brightcove__wrapper .brightcove-player__wrapper--playlist {
  display: none !important;
}
.textarea video-js .vjs-big-play-button,
.video-brightcove__wrapper .vjs-big-play-button {
  padding: 0px;
  padding: 0rem;
  aspect-ratio: 1/1;
  align-items: center;
  background: #0875e1;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  border: 0;
  border-radius: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transition: all 200ms;
  min-width: 48px;
  min-height: 48px;
  max-width: 144px;
  max-height: 144px;
  width: 12%;
  transform: translate(-50%, -50%);
}
@supports not (aspect-ratio: 1/1) {
  .textarea video-js .vjs-big-play-button,
  .video-brightcove__wrapper .vjs-big-play-button {
    width: 48px;
    height: 48px;
  }
  @media (min-width: 70.25em) {
    .textarea video-js .vjs-big-play-button,
    .video-brightcove__wrapper .vjs-big-play-button {
      width: 72px;
      height: 72px;
      font-size: 2.6em;
    }
  }
  @media (min-width: 75em) {
    .textarea video-js .vjs-big-play-button,
    .video-brightcove__wrapper .vjs-big-play-button {
      width: 144px;
      height: 144px;
      font-size: 5.143em;
    }
  }
}
.textarea video-js .vjs-big-play-button:hover,
.video-brightcove__wrapper .vjs-big-play-button:hover {
  background: #005cb9;
}
.textarea video-js .vjs-big-play-button:active,
.video-brightcove__wrapper .vjs-big-play-button:active {
  background: #004387;
}
.textarea video-js .vjs-big-play-button:focus,
.video-brightcove__wrapper .vjs-big-play-button:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.textarea video-js .vjs-big-play-button:focus-visible,
.video-brightcove__wrapper .vjs-big-play-button:focus-visible {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  outline: 0;
}
.textarea video-js .vjs-big-play-button:focus-visible:hover,
.video-brightcove__wrapper .vjs-big-play-button:focus-visible:hover {
  box-shadow: none;
}
.textarea video-js .vjs-big-play-button svg,
.video-brightcove__wrapper .vjs-big-play-button svg {
  margin-left: 8%;
  display: block;
  fill: #ffffff;
  height: 55.56%;
  width: 55.56%;
  max-width: 80px;
  max-height: 80px;
}
.textarea video-js:focus,
.video-brightcove__wrapper:focus {
  box-shadow: none !important;
}
.textarea video-js:before,
.textarea video-js:after,
.video-brightcove__wrapper:before,
.video-brightcove__wrapper:after {
  content: none !important;
}
.textarea video-js img,
.video-brightcove__wrapper img {
  width: 100%;
}

.textarea video-js,
.brightcove-player__wrapper,
.brightcove-player__wrapper.vjs-v8 {
  background: rgba(0, 0, 0, 0.3);
  padding: 0px;
}
.textarea video-js *,
.brightcove-player__wrapper *,
.brightcove-player__wrapper.vjs-v8 * {
  font-family: "Acid Grotesk", Arial, Helvetica, sans-serif;
}
.textarea video-js *:focus-visible,
.brightcove-player__wrapper *:focus-visible,
.brightcove-player__wrapper.vjs-v8 *:focus-visible {
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  outline: 2px solid #ffffff;
}
.textarea video-js .vjs-tech,
.brightcove-player__wrapper .vjs-tech,
.brightcove-player__wrapper.vjs-v8 .vjs-tech {
  padding: 0 !important;
  background-color: #000000;
}
.textarea video-js .vjs-title-bar,
.brightcove-player__wrapper .vjs-title-bar,
.brightcove-player__wrapper.vjs-v8 .vjs-title-bar {
  left: 0;
}
.textarea video-js .vjs-dock-text,
.textarea video-js .vjs-title-bar,
.brightcove-player__wrapper .vjs-dock-text,
.brightcove-player__wrapper .vjs-title-bar,
.brightcove-player__wrapper.vjs-v8 .vjs-dock-text,
.brightcove-player__wrapper.vjs-v8 .vjs-title-bar {
  height: 64px;
  height: 4rem;
  padding: 8px 8px 8px;
  padding: 0.5rem 0.5rem 0.5rem;
  background: #000000;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4) 23.26%,
    rgba(0, 0, 0, 0.65) 50%,
    #000000 100%
  );
  pointer-events: auto;
  opacity: 0;
}
@media (min-width: 70.25em) {
  .textarea video-js .vjs-dock-text,
  .textarea video-js .vjs-title-bar,
  .brightcove-player__wrapper .vjs-dock-text,
  .brightcove-player__wrapper .vjs-title-bar,
  .brightcove-player__wrapper.vjs-v8 .vjs-dock-text,
  .brightcove-player__wrapper.vjs-v8 .vjs-title-bar {
    height: 96px;
    height: 6rem;
    padding: 24px 24px 44px;
    padding: 1.5rem 1.5rem 2.75rem;
  }
}
.textarea video-js .vjs-dock-text .vjs-title-bar-title,
.textarea video-js .vjs-dock-text .vjs-dock-title,
.textarea video-js .vjs-title-bar .vjs-title-bar-title,
.textarea video-js .vjs-title-bar .vjs-dock-title,
.brightcove-player__wrapper .vjs-dock-text .vjs-title-bar-title,
.brightcove-player__wrapper .vjs-dock-text .vjs-dock-title,
.brightcove-player__wrapper .vjs-title-bar .vjs-title-bar-title,
.brightcove-player__wrapper .vjs-title-bar .vjs-dock-title,
.brightcove-player__wrapper.vjs-v8 .vjs-dock-text .vjs-title-bar-title,
.brightcove-player__wrapper.vjs-v8 .vjs-dock-text .vjs-dock-title,
.brightcove-player__wrapper.vjs-v8 .vjs-title-bar .vjs-title-bar-title,
.brightcove-player__wrapper.vjs-v8 .vjs-title-bar .vjs-dock-title {
  margin: 0px;
  margin: 0rem;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 16px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  font-weight: 500;
  line-height: 24px;
  pointer-events: none;
}
@media (min-width: 70.25em) {
  .textarea video-js .vjs-dock-text .vjs-title-bar-title,
  .textarea video-js .vjs-dock-text .vjs-dock-title,
  .textarea video-js .vjs-title-bar .vjs-title-bar-title,
  .textarea video-js .vjs-title-bar .vjs-dock-title,
  .brightcove-player__wrapper .vjs-dock-text .vjs-title-bar-title,
  .brightcove-player__wrapper .vjs-dock-text .vjs-dock-title,
  .brightcove-player__wrapper .vjs-title-bar .vjs-title-bar-title,
  .brightcove-player__wrapper .vjs-title-bar .vjs-dock-title,
  .brightcove-player__wrapper.vjs-v8 .vjs-dock-text .vjs-title-bar-title,
  .brightcove-player__wrapper.vjs-v8 .vjs-dock-text .vjs-dock-title,
  .brightcove-player__wrapper.vjs-v8 .vjs-title-bar .vjs-title-bar-title,
  .brightcove-player__wrapper.vjs-v8 .vjs-title-bar .vjs-dock-title {
    /* Number of pixels in 1rem (default: 16px/rem)
    /* When converting to rems, we must divide by this ratio. */
    /* Print the pixel fallback declaration first so we can override it in capable browsers. */
    font-size: 20px;
    /* If there is only one value, print the declaration with the value converted to rems.*/
    font-size: 1.25rem;
    /* line heights were not matching with the comps
    /* need to fix the math later
    /* @include set-leading($lines); */
    line-height: 28px;
  }
}
.textarea video-js .vjs-dock-text .vjs-title-bar-description,
.textarea video-js .vjs-title-bar .vjs-title-bar-description,
.brightcove-player__wrapper .vjs-dock-text .vjs-title-bar-description,
.brightcove-player__wrapper .vjs-title-bar .vjs-title-bar-description,
.brightcove-player__wrapper.vjs-v8 .vjs-dock-text .vjs-title-bar-description,
.brightcove-player__wrapper.vjs-v8 .vjs-title-bar .vjs-title-bar-description {
  display: none;
}
.textarea video-js .vjs-control,
.brightcove-player__wrapper .vjs-control,
.brightcove-player__wrapper.vjs-v8 .vjs-control {
  margin-right: 16px;
  margin-right: 1rem;
  width: 24px;
  height: 24px;
  color: #ffffff;
  margin-left: 0 !important;
}
.textarea video-js .vjs-control .vjs-volume-bar,
.brightcove-player__wrapper .vjs-control .vjs-volume-bar,
.brightcove-player__wrapper.vjs-v8 .vjs-control .vjs-volume-bar {
  margin: 10px 0px;
  margin: 0.625rem 0rem;
  background: #a1aab3;
  border-radius: 12px;
  width: 64px;
  height: 4px;
  overflow: hidden;
}
.textarea video-js .vjs-control.vjs-time-control,
.brightcove-player__wrapper .vjs-control.vjs-time-control,
.brightcove-player__wrapper.vjs-v8 .vjs-control.vjs-time-control {
  width: auto !important;
}
.textarea
  video-js
  .vjs-control.vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.brightcove-player__wrapper
  .vjs-control.vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.brightcove-player__wrapper.vjs-v8
  .vjs-control.vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover {
  width: 104px;
}
.textarea
  video-js
  .vjs-control.vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover
  .vjs-volume-bar,
.brightcove-player__wrapper
  .vjs-control.vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover
  .vjs-volume-bar,
.brightcove-player__wrapper.vjs-v8
  .vjs-control.vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover
  .vjs-volume-bar {
  overflow: visible;
}
.textarea video-js .vjs-control.vjs-volume-control,
.brightcove-player__wrapper .vjs-control.vjs-volume-control,
.brightcove-player__wrapper.vjs-v8 .vjs-control.vjs-volume-control {
  width: 64px !important;
}
.textarea video-js .vjs-control .vjs-mute-control.vjs-control,
.brightcove-player__wrapper .vjs-control .vjs-mute-control.vjs-control,
.brightcove-player__wrapper.vjs-v8 .vjs-control .vjs-mute-control.vjs-control {
  margin-right: 16px;
  margin-right: 1rem;
}
.textarea video-js .vjs-control .vjs-volume-level,
.brightcove-player__wrapper .vjs-control .vjs-volume-level,
.brightcove-player__wrapper.vjs-v8 .vjs-control .vjs-volume-level {
  background-color: #0875e1;
  height: 4px;
  border-radius: 12px;
}
.textarea video-js .vjs-fullscreen-control,
.brightcove-player__wrapper .vjs-fullscreen-control,
.brightcove-player__wrapper.vjs-v8 .vjs-fullscreen-control {
  margin-right: 0 !important;
}
.textarea video-js .vjs-control-bar,
.brightcove-player__wrapper .vjs-control-bar,
.brightcove-player__wrapper.vjs-v8 .vjs-control-bar {
  height: 80px;
  height: 5rem;
  padding: 48px 8px 8px;
  padding: 3rem 0.5rem 0.5rem;
  bottom: -1px;
  background: #000000;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4) 19.62%,
    rgba(0, 0, 0, 0.6) 27.29%,
    #000000 38.75%
  );
}
@media (min-width: 70.25em) {
  .textarea video-js .vjs-control-bar,
  .brightcove-player__wrapper .vjs-control-bar,
  .brightcove-player__wrapper.vjs-v8 .vjs-control-bar {
    height: 120px;
    height: 7.5rem;
    padding: 72px 24px 24px;
    padding: 4.5rem 1.5rem 1.5rem;
  }
}
.textarea video-js .vjs-control-bar .vjs-button,
.brightcove-player__wrapper .vjs-control-bar .vjs-button,
.brightcove-player__wrapper.vjs-v8 .vjs-control-bar .vjs-button {
  padding: 0px;
}
.textarea video-js .vjs-control-bar .vjs-icon-placeholder,
.brightcove-player__wrapper .vjs-control-bar .vjs-icon-placeholder,
.brightcove-player__wrapper.vjs-v8 .vjs-control-bar .vjs-icon-placeholder {
  height: 24px;
  width: 24px;
}
.textarea video-js .vjs-control-bar .vjs-icon-placeholder:before,
.brightcove-player__wrapper .vjs-control-bar .vjs-icon-placeholder:before,
.brightcove-player__wrapper.vjs-v8
  .vjs-control-bar
  .vjs-icon-placeholder:before {
  line-height: 16px;
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.textarea video-js .vjs-control-bar .vjs-playing .vjs-icon-placeholder:before,
.brightcove-player__wrapper
  .vjs-control-bar
  .vjs-playing
  .vjs-icon-placeholder:before,
.brightcove-player__wrapper.vjs-v8
  .vjs-control-bar
  .vjs-playing
  .vjs-icon-placeholder:before {
  content: url("data:image/svg+xml,%3Csvg width='12' height='16' viewBox='0 0 12 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.696429 0.402344C0.449873 0.402344 0.25 0.614998 0.25 0.877319V15.1266C0.25 15.3889 0.449872 15.6016 0.696428 15.6016H2.30357C2.55013 15.6016 2.75 15.3889 2.75 15.1266V0.877319C2.75 0.614998 2.55013 0.402344 2.30357 0.402344H0.696429Z' fill='white'/%3E%3Cpath d='M9.69643 0.402344C9.44987 0.402344 9.25 0.614998 9.25 0.877319V15.1266C9.25 15.3889 9.44987 15.6016 9.69643 15.6016H11.3036C11.5501 15.6016 11.75 15.3889 11.75 15.1266V0.877319C11.75 0.614998 11.5501 0.402344 11.3036 0.402344H9.69643Z' fill='white'/%3E%3C/svg%3E");
}
.textarea video-js .vjs-control-bar .vjs-paused .vjs-icon-placeholder:before,
.brightcove-player__wrapper
  .vjs-control-bar
  .vjs-paused
  .vjs-icon-placeholder:before,
.brightcove-player__wrapper.vjs-v8
  .vjs-control-bar
  .vjs-paused
  .vjs-icon-placeholder:before {
  content: url("data:image/svg+xml,%3Csvg width='13' height='16' viewBox='0 0 13 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0.894832C0 0.503672 0.428914 0.263997 0.762049 0.469003L12.308 7.57422C12.6253 7.76946 12.6253 8.23064 12.308 8.42588L0.762048 15.5311C0.428913 15.7361 0 15.4964 0 15.1053V0.894832Z' fill='white'/%3E%3C/svg%3E");
}
.textarea
  video-js
  .vjs-control-bar
  .vjs-volume-panel
  .vjs-vol-0
  .vjs-icon-placeholder:before,
.brightcove-player__wrapper
  .vjs-control-bar
  .vjs-volume-panel
  .vjs-vol-0
  .vjs-icon-placeholder:before,
.brightcove-player__wrapper.vjs-v8
  .vjs-control-bar
  .vjs-volume-panel
  .vjs-vol-0
  .vjs-icon-placeholder:before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 15.982H8.43602L12.1587 19.4498C12.4785 19.7477 12.9995 19.5209 12.9995 19.084V4.91115C12.9995 4.47419 12.4785 4.24745 12.1587 4.54529L8.46311 7.98783H3.5C3.22386 7.98783 3 8.21169 3 8.48783V15.482C3 15.7582 3.22386 15.982 3.5 15.982Z' fill='white'/%3E%3Cpath d='M20.8659 10.4078L19.2739 11.9999L20.8659 13.5919C21.042 13.768 21.0483 14.047 20.8632 14.2321L20.2322 14.8631C20.0547 15.0406 19.7638 15.0375 19.5921 14.8658L18 13.2738L16.4079 14.8658C16.2319 15.0418 15.9529 15.0482 15.7678 14.8631L15.1368 14.2321C14.9593 14.0546 14.9623 13.7637 15.1341 13.5919L16.7261 11.9999L15.1341 10.4078C14.958 10.2318 14.9517 9.95277 15.1368 9.76764L15.7678 9.13668C15.9453 8.95915 16.2362 8.96223 16.4079 9.13397L18 10.726L19.5921 9.13397C19.7681 8.95794 20.0471 8.95156 20.2322 9.13668L20.8632 9.76764C21.0407 9.94518 21.0377 10.2361 20.8659 10.4078Z' fill='white'/%3E%3C/svg%3E");
  padding-top: 1px;
}
.textarea
  video-js
  .vjs-control-bar
  .vjs-volume-panel
  .vjs-vol-1
  .vjs-icon-placeholder:before,
.brightcove-player__wrapper
  .vjs-control-bar
  .vjs-volume-panel
  .vjs-vol-1
  .vjs-icon-placeholder:before,
.brightcove-player__wrapper.vjs-v8
  .vjs-control-bar
  .vjs-volume-panel
  .vjs-vol-1
  .vjs-icon-placeholder:before {
  content: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.43602 11.982H0.5C0.223857 11.982 0 11.7582 0 11.482V4.48783C0 4.21169 0.223858 3.98783 0.5 3.98783H5.46311L9.15874 0.545287C9.47847 0.247453 9.99954 0.474188 9.99954 0.911147V15.084C9.99954 15.5209 9.47847 15.7477 9.15874 15.4498L5.43602 11.982Z' fill='white'/%3E%3C/svg%3E");
}
.textarea
  video-js
  .vjs-control-bar
  .vjs-volume-panel
  .vjs-vol-2
  .vjs-icon-placeholder:before,
.brightcove-player__wrapper
  .vjs-control-bar
  .vjs-volume-panel
  .vjs-vol-2
  .vjs-icon-placeholder:before,
.brightcove-player__wrapper.vjs-v8
  .vjs-control-bar
  .vjs-volume-panel
  .vjs-vol-2
  .vjs-icon-placeholder:before {
  content: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 11.982H5.43602L9.15874 15.4498C9.47847 15.7477 9.99954 15.5209 9.99954 15.084V0.911147C9.99954 0.474188 9.47847 0.247453 9.15874 0.545287L5.46311 3.98783H0.5C0.223858 3.98783 0 4.21169 0 4.48783V11.482C0 11.7582 0.223857 11.982 0.5 11.982Z' fill='white'/%3E%3Cpath d='M14.52 8.04516C14.52 9.48553 14.0554 10.804 13.2855 11.8215C13.0232 12.168 12.5135 12.1334 12.2466 11.7906L12.1134 11.6194C11.888 11.3299 11.9124 10.9253 12.1365 10.6349C12.1619 10.602 12.185 10.5708 12.2045 10.5424C12.6801 9.85211 12.9632 8.98579 12.9632 8.04516C12.9632 7.11077 12.6839 6.24969 12.214 5.56164C12.1918 5.52922 12.1651 5.49311 12.1358 5.45518C11.9113 5.16532 11.8877 4.76067 12.113 4.4714L12.2085 4.34864C12.4917 3.98493 13.0456 3.95077 13.3228 4.31901L13.3404 4.34265C14.0774 5.34973 14.52 6.63936 14.52 8.04516Z' fill='white'/%3E%3C/svg%3E");
}
.textarea
  video-js
  .vjs-control-bar
  .vjs-volume-panel
  .vjs-vol-3
  .vjs-icon-placeholder:before,
.brightcove-player__wrapper
  .vjs-control-bar
  .vjs-volume-panel
  .vjs-vol-3
  .vjs-icon-placeholder:before,
.brightcove-player__wrapper.vjs-v8
  .vjs-control-bar
  .vjs-volume-panel
  .vjs-vol-3
  .vjs-icon-placeholder:before {
  content: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.43602 11.982H0.5C0.223857 11.982 0 11.7582 0 11.482V4.48783C0 4.21169 0.223858 3.98783 0.5 3.98783H5.46311L9.15874 0.545287C9.47847 0.247453 9.99954 0.474188 9.99954 0.911147V15.084C9.99954 15.5209 9.47847 15.7477 9.15874 15.4498L5.43602 11.982Z' fill='white'/%3E%3Cpath d='M13.2855 11.8215C14.0554 10.804 14.52 9.48553 14.52 8.04516C14.52 6.63936 14.0774 5.34973 13.3404 4.34265L13.3228 4.31901C13.0456 3.95077 12.4917 3.98493 12.2085 4.34864L12.113 4.4714C11.8877 4.76067 11.9113 5.16532 12.1358 5.45518C12.1651 5.49311 12.1918 5.52922 12.214 5.56164C12.6839 6.24969 12.9632 7.11077 12.9632 8.04516C12.9632 8.98579 12.6801 9.85211 12.2045 10.5424C12.185 10.5708 12.1619 10.602 12.1365 10.6349C11.9124 10.9253 11.888 11.3299 12.1134 11.6194L12.2466 11.7906C12.5135 12.1334 13.0232 12.168 13.2855 11.8215Z' fill='white'/%3E%3Cpath d='M18 7.82756C18 9.97044 17.1337 11.9208 15.7162 13.3788C15.6846 13.4113 15.6473 13.4481 15.6069 13.487C15.3132 13.7696 14.8451 13.7417 14.5692 13.4417L14.5182 13.3862C14.2337 13.0768 14.2681 12.6029 14.56 12.3006L14.5686 12.2916C15.6965 11.1116 16.384 9.5437 16.384 7.823C16.384 6.11136 15.7037 4.5509 14.5864 3.37305L14.5633 3.34904C14.2706 3.04814 14.238 2.57366 14.5221 2.26467L14.5698 2.2128C14.8455 1.91304 15.3137 1.88422 15.6067 2.16706C15.6362 2.19558 15.6635 2.22253 15.6875 2.24694C17.122 3.70811 18 5.67027 18 7.82756Z' fill='white'/%3E%3C/svg%3E");
}
.textarea
  video-js
  .vjs-control-bar
  .vjs-fullscreen-control
  .vjs-icon-placeholder:before,
.brightcove-player__wrapper
  .vjs-control-bar
  .vjs-fullscreen-control
  .vjs-icon-placeholder:before,
.brightcove-player__wrapper.vjs-v8
  .vjs-control-bar
  .vjs-fullscreen-control
  .vjs-icon-placeholder:before {
  content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 0C8.22386 0 8 0.223858 8 0.5V2.5C8 2.77614 8.22386 3 8.5 3H13V7.5C13 7.77614 13.2239 8 13.5 8H15.5C15.7761 8 16 7.77614 16 7.5V0.5C16 0.223858 15.7761 0 15.5 0H8.5Z' fill='white'/%3E%3Cpath d='M8 15.5C8 15.7761 7.77614 16 7.5 16H0.5C0.223858 16 0 15.7761 0 15.5V8.5C0 8.22386 0.223858 8 0.5 8H2.5C2.77614 8 3 8.22386 3 8.5V13H7.5C7.77614 13 8 13.2239 8 13.5V15.5Z' fill='white'/%3E%3C/svg%3E");
}
.textarea
  video-js
  .vjs-control-bar
  .vjs-picture-in-picture-control
  .vjs-icon-placeholder:before,
.brightcove-player__wrapper
  .vjs-control-bar
  .vjs-picture-in-picture-control
  .vjs-icon-placeholder:before,
.brightcove-player__wrapper.vjs-v8
  .vjs-control-bar
  .vjs-picture-in-picture-control
  .vjs-icon-placeholder:before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.49639 4C6.22618 4 6 4.22401 6 4.50035V15.4997C6 15.771 6.22224 16 6.49639 16H21.5036C21.7738 16 22 15.776 22 15.4997V4.50035C22 4.229 21.7778 4 21.5036 4H6.49639ZM20 6H8V14H20V6Z' fill='white'/%3E%3Cpath d='M5 8H2.49326C2.21483 8 2 8.22401 2 8.50035V19.4997C2 19.771 2.22224 20 2.49639 20H17.5036C17.7738 20 18 19.776 18 19.4997V17H16V18H4V10H5V8Z' fill='white'/%3E%3C/svg%3E");
}
.textarea
  video-js
  .vjs-control-bar
  .vjs-subs-caps-button
  .vjs-icon-placeholder:before,
.brightcove-player__wrapper
  .vjs-control-bar
  .vjs-subs-caps-button
  .vjs-icon-placeholder:before,
.brightcove-player__wrapper.vjs-v8
  .vjs-control-bar
  .vjs-subs-caps-button
  .vjs-icon-placeholder:before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 17H20V7H4V17ZM2 5.49827C2 5.22308 2.22461 5 2.49438 5H21.5056C21.7787 5 22 5.21991 22 5.49827V18.5017C22 18.7769 21.7754 19 21.5056 19H2.49438C2.22134 19 2 18.7801 2 18.5017V5.49827Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.43851 15.8999C6.41827 15.8999 4.90039 14.2395 4.90039 11.9157C4.90039 9.60346 6.4456 7.8999 8.41982 7.8999C10.1799 7.8999 11.3069 9.02924 11.6009 10.5027L11.5376 10.6134L10.145 11.1098L10.0148 11.0368C9.86658 10.2908 9.33695 9.72148 8.41982 9.72148C7.43204 9.72148 6.63043 10.5569 6.63043 11.9157C6.63043 13.183 7.4248 14.0361 8.43851 14.0361C9.34604 14.0361 9.89618 13.4673 10.0811 12.7062L10.2075 12.6362L11.6188 13.0903L11.6849 13.2028C11.3729 14.7051 10.2278 15.8999 8.43851 15.8999Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.6534 15.8999C13.6331 15.8999 12.1152 14.2395 12.1152 11.9157C12.1152 9.60346 13.6604 7.8999 15.6347 7.8999C17.3947 7.8999 18.5217 9.02924 18.8158 10.5027L18.7524 10.6134L17.3598 11.1098L17.2296 11.0368C17.0814 10.2908 16.5518 9.72148 15.6347 9.72148C14.6469 9.72148 13.8453 10.5569 13.8453 11.9157C13.8453 13.183 14.6396 14.0361 15.6534 14.0361C16.5609 14.0361 17.111 13.4673 17.2959 12.7062L17.4223 12.6362L18.8336 13.0903L18.8997 13.2028C18.5877 14.7051 17.4426 15.8999 15.6534 15.8999Z' fill='white'/%3E%3C/svg%3E");
}
.textarea video-js .vjs-control-bar .vjs-quality-menu-button,
.brightcove-player__wrapper .vjs-control-bar .vjs-quality-menu-button,
.brightcove-player__wrapper.vjs-v8 .vjs-control-bar .vjs-quality-menu-button {
  display: none;
}
@media (min-width: 48em) {
  .textarea video-js .vjs-control-bar .vjs-quality-menu-button,
  .brightcove-player__wrapper .vjs-control-bar .vjs-quality-menu-button,
  .brightcove-player__wrapper.vjs-v8 .vjs-control-bar .vjs-quality-menu-button {
    display: block;
    padding: 0;
  }
}
.textarea
  video-js
  .vjs-control-bar
  .vjs-quality-menu-button
  .vjs-icon-placeholder:before,
.brightcove-player__wrapper
  .vjs-control-bar
  .vjs-quality-menu-button
  .vjs-icon-placeholder:before,
.brightcove-player__wrapper.vjs-v8
  .vjs-control-bar
  .vjs-quality-menu-button
  .vjs-icon-placeholder:before {
  content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6 10C6 12.2091 7.79086 14 10 14C12.2091 14 14 12.2091 14 10C14 7.79086 12.2091 6 10 6C7.79086 6 6 7.79086 6 10ZM12.5 10C12.5 11.3807 11.3807 12.5 10 12.5C8.61929 12.5 7.5 11.3807 7.5 10C7.5 8.61929 8.61929 7.5 10 7.5C11.3807 7.5 12.5 8.61929 12.5 10Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.30248 3.48761L7.80459 0.97705C7.91251 0.43744 8.44335 0 9.00937 0H10.9906C11.5481 0 12.0859 0.429688 12.1954 0.97705L12.6975 3.48761L14.8278 2.06742C15.2857 1.76217 15.9704 1.82822 16.3706 2.22845L17.7715 3.62941C18.1657 4.0236 18.2422 4.70775 17.9326 5.1722L16.5124 7.30248L19.023 7.80459C19.5626 7.91251 20 8.44335 20 9.00937V10.9906C20 11.5481 19.5703 12.0859 19.023 12.1954L16.5124 12.6975L17.9326 14.8278C18.2378 15.2857 18.1718 15.9704 17.7715 16.3706L16.3706 17.7715C15.9764 18.1657 15.2923 18.2422 14.8278 17.9326L12.6975 16.5124L12.1954 19.023C12.0875 19.5626 11.5566 20 10.9906 20H9.00937C8.45191 20 7.91406 19.5703 7.80459 19.023L7.30248 16.5124L5.1722 17.9326C4.71433 18.2378 4.02965 18.1718 3.62941 17.7715L2.22845 16.3706C1.83427 15.9764 1.75779 15.2923 2.06742 14.8278L3.48761 12.6975L0.97705 12.1954C0.43744 12.0875 0 11.5566 0 10.9906V9.00937C0 8.45191 0.429688 7.91406 0.97705 7.80459L3.48761 7.30248L2.06742 5.1722C1.76217 4.71433 1.82822 4.02965 2.22845 3.62941L3.62941 2.22845C4.0236 1.83427 4.70775 1.75779 5.1722 2.06742L7.30248 3.48761ZM3.44491 4.53427L4.73568 6.47043C5.32792 7.35879 4.82873 8.56396 3.78178 8.77335L1.5 9.22971V10.7703L3.78178 11.2267C4.82873 11.436 5.32792 12.6412 4.73568 13.5296L3.44491 15.4657L4.53427 16.5551L6.47043 15.2643C7.35879 14.6721 8.56396 15.1713 8.77335 16.2182L9.22971 18.5H10.7703L11.2267 16.2182C11.436 15.1713 12.6412 14.6721 13.5296 15.2643L15.4657 16.5551L16.5551 15.4657L15.2643 13.5296C14.6721 12.6412 15.1713 11.436 16.2182 11.2267L18.5 10.7703V9.22971L16.2182 8.77335C15.1713 8.56396 14.6721 7.35879 15.2643 6.47043L16.5551 4.53427L15.4657 3.44491L13.5296 4.73568C12.6412 5.32792 11.436 4.82873 11.2267 3.78178L10.7703 1.5H9.22971L8.77335 3.78178C8.56396 4.82873 7.35879 5.32792 6.47043 4.73568L4.53427 3.44491L3.44491 4.53427Z' fill='white'/%3E%3C/svg%3E");
}
.textarea video-js .vjs-control-bar .vjs-quality-menu-button + .vjs-menu,
.brightcove-player__wrapper
  .vjs-control-bar
  .vjs-quality-menu-button
  + .vjs-menu,
.brightcove-player__wrapper.vjs-v8
  .vjs-control-bar
  .vjs-quality-menu-button
  + .vjs-menu {
  display: none !important;
}
.textarea
  video-js
  .vjs-control-bar
  .vjs-quality-menu-button.vjs-active
  + .vjs-menu,
.brightcove-player__wrapper
  .vjs-control-bar
  .vjs-quality-menu-button.vjs-active
  + .vjs-menu,
.brightcove-player__wrapper.vjs-v8
  .vjs-control-bar
  .vjs-quality-menu-button.vjs-active
  + .vjs-menu {
  display: block !important;
}
.textarea video-js .vjs-control-bar .vjs-quality-menu-button-HD-flag,
.brightcove-player__wrapper .vjs-control-bar .vjs-quality-menu-button-HD-flag,
.brightcove-player__wrapper.vjs-v8
  .vjs-control-bar
  .vjs-quality-menu-button-HD-flag {
  position: relative;
  overflow: visible !important;
}
.textarea video-js .vjs-control-bar .vjs-quality-menu-button-HD-flag:after,
.brightcove-player__wrapper
  .vjs-control-bar
  .vjs-quality-menu-button-HD-flag:after,
.brightcove-player__wrapper.vjs-v8
  .vjs-control-bar
  .vjs-quality-menu-button-HD-flag:after {
  content: none;
}
.textarea
  video-js
  .vjs-control-bar
  .vjs-quality-menu-button-HD-flag
  .vjs-quality-menu-button,
.brightcove-player__wrapper
  .vjs-control-bar
  .vjs-quality-menu-button-HD-flag
  .vjs-quality-menu-button,
.brightcove-player__wrapper.vjs-v8
  .vjs-control-bar
  .vjs-quality-menu-button-HD-flag
  .vjs-quality-menu-button {
  overflow: visible !important;
  position: relative;
}
.textarea
  video-js
  .vjs-control-bar
  .vjs-quality-menu-button-HD-flag
  .vjs-quality-menu-button
  .vjs-icon-placeholder,
.brightcove-player__wrapper
  .vjs-control-bar
  .vjs-quality-menu-button-HD-flag
  .vjs-quality-menu-button
  .vjs-icon-placeholder,
.brightcove-player__wrapper.vjs-v8
  .vjs-control-bar
  .vjs-quality-menu-button-HD-flag
  .vjs-quality-menu-button
  .vjs-icon-placeholder {
  overflow: visible !important;
  position: relative;
}
.textarea
  video-js
  .vjs-control-bar
  .vjs-quality-menu-button-HD-flag
  .vjs-quality-menu-button
  .vjs-icon-placeholder:before,
.brightcove-player__wrapper
  .vjs-control-bar
  .vjs-quality-menu-button-HD-flag
  .vjs-quality-menu-button
  .vjs-icon-placeholder:before,
.brightcove-player__wrapper.vjs-v8
  .vjs-control-bar
  .vjs-quality-menu-button-HD-flag
  .vjs-quality-menu-button
  .vjs-icon-placeholder:before {
  content: url('data:image/svg+xml,<svg width="30" height="24" viewBox="0 0 30 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 12C8 14.2091 9.79086 16 12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12ZM14.5 12C14.5 13.3807 13.3807 14.5 12 14.5C10.6193 14.5 9.5 13.3807 9.5 12C9.5 10.6193 10.6193 9.5 12 9.5C13.3807 9.5 14.5 10.6193 14.5 12Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M9.30248 5.48761L9.80459 2.97705C9.91251 2.43744 10.4434 2 11.0094 2H12.9906C13.5481 2 14.0859 2.42969 14.1954 2.97705L14.6975 5.48761L16.8278 4.06742C17.2857 3.76217 17.9704 3.82822 18.3706 4.22845L19.7715 5.62941C20.1657 6.0236 20.2422 6.70775 19.9326 7.1722L18.5124 9.30248L21.023 9.80459C21.5626 9.91251 22 10.4434 22 11.0094V12.9906C22 13.5481 21.5703 14.0859 21.023 14.1954L18.5124 14.6975L19.9326 16.8278C20.2378 17.2857 20.1718 17.9704 19.7715 18.3706L18.3706 19.7715C17.9764 20.1657 17.2923 20.2422 16.8278 19.9326L14.6975 18.5124L14.1954 21.023C14.0875 21.5626 13.5566 22 12.9906 22H11.0094C10.4519 22 9.91406 21.5703 9.80459 21.023L9.30248 18.5124L7.1722 19.9326C6.71433 20.2378 6.02965 20.1718 5.62941 19.7715L4.22845 18.3706C3.83427 17.9764 3.75779 17.2923 4.06742 16.8278L5.48761 14.6975L2.97705 14.1954C2.43744 14.0875 2 13.5566 2 12.9906V11.0094C2 10.4519 2.42969 9.91406 2.97705 9.80459L5.48761 9.30248L4.06742 7.1722C3.76217 6.71433 3.82822 6.02965 4.22845 5.62941L5.62941 4.22845C6.0236 3.83427 6.70775 3.75779 7.1722 4.06742L9.30248 5.48761ZM5.44491 6.53427L6.73568 8.47043C7.32792 9.35879 6.82873 10.564 5.78178 10.7733L3.5 11.2297V12.7703L5.78178 13.2267C6.82873 13.436 7.32792 14.6412 6.73568 15.5296L5.44491 17.4657L6.53427 18.5551L8.47043 17.2643C9.35879 16.6721 10.564 17.1713 10.7733 18.2182L11.2297 20.5H12.7703L13.2267 18.2182C13.436 17.1713 14.6412 16.6721 15.5296 17.2643L17.4657 18.5551L18.5551 17.4657L17.2643 15.5296C16.6721 14.6412 17.1713 13.436 18.2182 13.2267L20.5 12.7703V11.2297L18.2182 10.7733C17.1713 10.564 16.6721 9.35879 17.2643 8.47043L18.5551 6.53427L17.4657 5.44491L15.5296 6.73568C14.6412 7.32792 13.436 6.82873 13.2267 5.78178L12.7703 3.5H11.2297L10.7733 5.78178C10.564 6.82873 9.35879 7.32792 8.47043 6.73568L6.53427 5.44491L5.44491 6.53427Z" fill="white"/><circle cx="22" cy="8" r="8" fill="%230875E1"/><path d="M21.258 4.66992V11.3419H19.89V8.56992H17.118V11.3419H15.75V4.66992H17.118V7.40592H19.89V4.66992H21.258Z" fill="white"/><path d="M25.1416 11.3419H22.9336V4.66992H25.3096C26.5096 4.66992 27.3816 4.96192 27.9256 5.54592C28.4696 6.12192 28.7416 6.90992 28.7416 7.90992C28.7416 8.58992 28.6136 9.18992 28.3576 9.70992C28.1016 10.2219 27.7096 10.6219 27.1816 10.9099C26.6536 11.1979 25.9736 11.3419 25.1416 11.3419ZM24.3016 10.2619H25.1056C25.9136 10.2619 26.4856 10.0619 26.8216 9.66192C27.1656 9.25392 27.3376 8.69792 27.3376 7.99392C27.3376 7.40992 27.2576 6.95792 27.0976 6.63792C26.9376 6.31792 26.6976 6.09392 26.3776 5.96592C26.0656 5.82992 25.6696 5.76192 25.1896 5.76192H24.3016V10.2619Z" fill="white"/></svg>');
  position: static;
  display: block;
  overflow: visible !important;
  top: auto;
  left: auto;
  width: 30px;
  height: 24px;
}
.textarea video-js .vjs-control-bar .vjs-quality-menu-wrapper,
.textarea video-js .vjs-control-bar .vjs-playback-rate,
.brightcove-player__wrapper .vjs-control-bar .vjs-quality-menu-wrapper,
.brightcove-player__wrapper .vjs-control-bar .vjs-playback-rate,
.brightcove-player__wrapper.vjs-v8 .vjs-control-bar .vjs-quality-menu-wrapper,
.brightcove-player__wrapper.vjs-v8 .vjs-control-bar .vjs-playback-rate {
  display: none;
}
@media (min-width: 48em) {
  .textarea video-js .vjs-control-bar .vjs-quality-menu-wrapper,
  .brightcove-player__wrapper .vjs-control-bar .vjs-quality-menu-wrapper,
  .brightcove-player__wrapper.vjs-v8
    .vjs-control-bar
    .vjs-quality-menu-wrapper {
    display: block !important;
  }
}
.textarea video-js .vjs-control-bar button[title]:hover:after,
.textarea video-js .vjs-control-bar button[data-title]:hover:after,
.brightcove-player__wrapper .vjs-control-bar button[title]:hover:after,
.brightcove-player__wrapper .vjs-control-bar button[data-title]:hover:after,
.brightcove-player__wrapper.vjs-v8 .vjs-control-bar button[title]:hover:after,
.brightcove-player__wrapper.vjs-v8
  .vjs-control-bar
  button[data-title]:hover:after {
  visibility: visible;
}
@media (min-width: 70.25em) {
  .textarea video-js .vjs-control-bar button[title]:after,
  .textarea video-js .vjs-control-bar button[data-title]:after,
  .brightcove-player__wrapper .vjs-control-bar button[title]:after,
  .brightcove-player__wrapper .vjs-control-bar button[data-title]:after,
  .brightcove-player__wrapper.vjs-v8 .vjs-control-bar button[title]:after,
  .brightcove-player__wrapper.vjs-v8 .vjs-control-bar button[data-title]:after {
    /* Number of pixels in 1rem (default: 16px/rem)
    /* When converting to rems, we must divide by this ratio. */
    /* Print the pixel fallback declaration first so we can override it in capable browsers. */
    font-size: 14px;
    /* If there is only one value, print the declaration with the value converted to rems.*/
    font-size: 0.875rem;
    /* line heights were not matching with the comps
    /* need to fix the math later
    /* @include set-leading($lines); */
    padding: 6px 8px;
    padding: 0.375rem 0.5rem;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    /* Prevent background color leak outs */
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background: rgba(0, 0, 0, 0.85);
    bottom: calc(100% + 4px);
    content: attr(title);
    color: #ffffff;
    left: 50%;
    font-weight: 400;
    line-height: 20px;
    position: absolute;
    transform: translate(-50%, 0);
    visibility: hidden;
    white-space: nowrap;
    z-index: 99;
  }
}
.textarea video-js .vjs-control-bar button.vjs-play-control[title]:after,
.brightcove-player__wrapper
  .vjs-control-bar
  button.vjs-play-control[title]:after,
.brightcove-player__wrapper.vjs-v8
  .vjs-control-bar
  button.vjs-play-control[title]:after {
  left: calc(100% - 4px);
}
.textarea video-js .vjs-control-bar button.vjs-fullscreen-control:after,
.brightcove-player__wrapper
  .vjs-control-bar
  button.vjs-fullscreen-control:after,
.brightcove-player__wrapper.vjs-v8
  .vjs-control-bar
  button.vjs-fullscreen-control:after {
  transform: translate(0, 0);
  right: 0;
  left: auto;
}
.textarea video-js .vjs-control-bar .vjs-time-tooltip,
.brightcove-player__wrapper .vjs-control-bar .vjs-time-tooltip,
.brightcove-player__wrapper.vjs-v8 .vjs-control-bar .vjs-time-tooltip {
  padding: 6px 8px !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 20px !important;
}
.textarea video-js .vjs-mouse-display .vjs-volume-tooltip,
.brightcove-player__wrapper .vjs-mouse-display .vjs-volume-tooltip,
.brightcove-player__wrapper.vjs-v8 .vjs-mouse-display .vjs-volume-tooltip {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  padding: 6px 8px;
  top: -46px;
}
.textarea video-js .vjs-big-play-button,
.brightcove-player__wrapper .vjs-big-play-button,
.brightcove-player__wrapper.vjs-v8 .vjs-big-play-button {
  display: none;
}
.textarea video-js:hover .vjs-big-play-button,
.brightcove-player__wrapper:hover .vjs-big-play-button,
.brightcove-player__wrapper.vjs-v8:hover .vjs-big-play-button {
  background: #005cb9;
}
.textarea video-js:active .vjs-big-play-button,
.brightcove-player__wrapper:active .vjs-big-play-button,
.brightcove-player__wrapper.vjs-v8:active .vjs-big-play-button {
  background: #004387;
}
.textarea video-js .vjs-progress-control,
.brightcove-player__wrapper .vjs-progress-control,
.brightcove-player__wrapper.vjs-v8 .vjs-progress-control {
  height: 4px;
  height: 0.25rem;
  -webkit-border-radius: 12px 12px 12px 12px;
  -moz-border-radius: 12px 12px 12px 12px;
  border-radius: 12px 12px 12px 12px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  margin: 0px 8px !important;
  margin-top: 32px !important;
  top: 0 !important;
  width: calc(100% - 16px);
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}
.textarea video-js .vjs-progress-control:hover,
.brightcove-player__wrapper .vjs-progress-control:hover,
.brightcove-player__wrapper.vjs-v8 .vjs-progress-control:hover {
  height: 4px !important;
}
.textarea video-js .vjs-progress-control:hover .vjs-progress-holder,
.brightcove-player__wrapper .vjs-progress-control:hover .vjs-progress-holder,
.brightcove-player__wrapper.vjs-v8
  .vjs-progress-control:hover
  .vjs-progress-holder {
  height: 8px !important;
  overflow: visible;
}
@media (min-width: 70.25em) {
  .textarea video-js .vjs-progress-control,
  .brightcove-player__wrapper .vjs-progress-control,
  .brightcove-player__wrapper.vjs-v8 .vjs-progress-control {
    margin: 0px 24px !important;
    margin-top: 46px !important;
    width: calc(100% - 48px);
  }
}
.textarea video-js .vjs-progress-control .vjs-marker,
.brightcove-player__wrapper .vjs-progress-control .vjs-marker,
.brightcove-player__wrapper.vjs-v8 .vjs-progress-control .vjs-marker {
  background-color: #000000;
  width: 4px;
  height: 12px;
  position: absolute;
  top: -2px;
}
@media (min-width: 70.25em) {
  .textarea video-js .vjs-progress-control .vjs-marker,
  .brightcove-player__wrapper .vjs-progress-control .vjs-marker,
  .brightcove-player__wrapper.vjs-v8 .vjs-progress-control .vjs-marker {
    width: 8px;
  }
}
.textarea video-js .vjs-thumbnail-display,
.brightcove-player__wrapper .vjs-thumbnail-display,
.brightcove-player__wrapper.vjs-v8 .vjs-thumbnail-display {
  -webkit-border-radius: 12px 12px 12px 12px;
  -moz-border-radius: 12px 12px 12px 12px;
  border-radius: 12px 12px 12px 12px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  box-shadow: none !important;
  width: 200px !important;
  height: auto !important;
  position: absolute;
  bottom: 36px;
}
.textarea video-js .vjs-thumbnail-display img,
.brightcove-player__wrapper .vjs-thumbnail-display img,
.brightcove-player__wrapper.vjs-v8 .vjs-thumbnail-display img {
  -webkit-border-radius: 12px 12px 12px 12px;
  -moz-border-radius: 12px 12px 12px 12px;
  border-radius: 12px 12px 12px 12px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 100%;
}
.textarea video-js .vjs-progress-holder,
.brightcove-player__wrapper .vjs-progress-holder,
.brightcove-player__wrapper.vjs-v8 .vjs-progress-holder {
  height: 8px;
  height: 0.5rem;
  -webkit-border-radius: 12px 12px 12px 12px;
  -moz-border-radius: 12px 12px 12px 12px;
  border-radius: 12px 12px 12px 12px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #a1aab3;
  margin: 0;
}
@media (min-width: 70.25em) {
  .textarea video-js .vjs-progress-holder,
  .brightcove-player__wrapper .vjs-progress-holder,
  .brightcove-player__wrapper.vjs-v8 .vjs-progress-holder {
    height: 4px;
    height: 0.25rem;
    overflow: hidden;
  }
}
.textarea video-js .vjs-spacer,
.brightcove-player__wrapper .vjs-spacer,
.brightcove-player__wrapper.vjs-v8 .vjs-spacer {
  display: flex;
}
.textarea video-js .vjs-load-progress div,
.brightcove-player__wrapper .vjs-load-progress div,
.brightcove-player__wrapper.vjs-v8 .vjs-load-progress div {
  -webkit-border-radius: 12px 12px 12px 12px;
  -moz-border-radius: 12px 12px 12px 12px;
  border-radius: 12px 12px 12px 12px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #e8ebed;
}
.textarea video-js .vjs-play-progress,
.brightcove-player__wrapper .vjs-play-progress,
.brightcove-player__wrapper.vjs-v8 .vjs-play-progress {
  -webkit-border-radius: 12px 12px 12px 12px;
  -moz-border-radius: 12px 12px 12px 12px;
  border-radius: 12px 12px 12px 12px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #0875e1;
}
.textarea
  video-js
  .vjs-control-bar
  .vjs-subs-caps-button
  .vjs-texttrack-settings,
.brightcove-player__wrapper
  .vjs-control-bar
  .vjs-subs-caps-button
  .vjs-texttrack-settings,
.brightcove-player__wrapper.vjs-v8
  .vjs-control-bar
  .vjs-subs-caps-button
  .vjs-texttrack-settings {
  position: relative;
  margin-bottom: 24px !important;
}
.textarea
  video-js
  .vjs-control-bar
  .vjs-subs-caps-button
  .vjs-texttrack-settings:after,
.brightcove-player__wrapper
  .vjs-control-bar
  .vjs-subs-caps-button
  .vjs-texttrack-settings:after,
.brightcove-player__wrapper.vjs-v8
  .vjs-control-bar
  .vjs-subs-caps-button
  .vjs-texttrack-settings:after {
  content: "";
  height: 1px;
  width: calc(100% - 24px);
  position: absolute;
  background: #dfe2e6;
  bottom: -12px;
  left: 12px;
}
.textarea video-js .vjs-next-overlay,
.textarea video-js .vjs-next-button,
.textarea video-js .vjs-share-control,
.textarea video-js .vjs-remaining-time,
.textarea video-js .vjs-playback-rate,
.textarea video-js .vjs-play-progress .vjs-time-tooltip,
.textarea video-js .vjs-menu.vjs-contextmenu-ui-menu,
.brightcove-player__wrapper .vjs-next-overlay,
.brightcove-player__wrapper .vjs-next-button,
.brightcove-player__wrapper .vjs-share-control,
.brightcove-player__wrapper .vjs-remaining-time,
.brightcove-player__wrapper .vjs-playback-rate,
.brightcove-player__wrapper .vjs-play-progress .vjs-time-tooltip,
.brightcove-player__wrapper .vjs-menu.vjs-contextmenu-ui-menu,
.brightcove-player__wrapper.vjs-v8 .vjs-next-overlay,
.brightcove-player__wrapper.vjs-v8 .vjs-next-button,
.brightcove-player__wrapper.vjs-v8 .vjs-share-control,
.brightcove-player__wrapper.vjs-v8 .vjs-remaining-time,
.brightcove-player__wrapper.vjs-v8 .vjs-playback-rate,
.brightcove-player__wrapper.vjs-v8 .vjs-play-progress .vjs-time-tooltip,
.brightcove-player__wrapper.vjs-v8 .vjs-menu.vjs-contextmenu-ui-menu {
  display: none !important;
}
.textarea video-js .vjs-current-time,
.textarea video-js .vjs-time-divider,
.textarea video-js .vjs-time-control,
.brightcove-player__wrapper .vjs-current-time,
.brightcove-player__wrapper .vjs-time-divider,
.brightcove-player__wrapper .vjs-time-control,
.brightcove-player__wrapper.vjs-v8 .vjs-current-time,
.brightcove-player__wrapper.vjs-v8 .vjs-time-divider,
.brightcove-player__wrapper.vjs-v8 .vjs-time-control {
  display: none;
}
@media (min-width: 70.25em) {
  .textarea video-js .vjs-current-time,
  .textarea video-js .vjs-time-divider,
  .textarea video-js .vjs-time-control,
  .brightcove-player__wrapper .vjs-current-time,
  .brightcove-player__wrapper .vjs-time-divider,
  .brightcove-player__wrapper .vjs-time-control,
  .brightcove-player__wrapper.vjs-v8 .vjs-current-time,
  .brightcove-player__wrapper.vjs-v8 .vjs-time-divider,
  .brightcove-player__wrapper.vjs-v8 .vjs-time-control {
    margin: 0px;
    margin: 0rem;
    padding: 0px;
    padding: 0rem;
    color: #ffffff;
    display: flex;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
}
.textarea video-js .vjs-time-divider,
.brightcove-player__wrapper .vjs-time-divider,
.brightcove-player__wrapper.vjs-v8 .vjs-time-divider {
  min-width: 14px;
  min-width: 0.875rem;
}
.textarea video-js .vjs-menu-button-popup .vjs-menu,
.brightcove-player__wrapper .vjs-menu-button-popup .vjs-menu,
.brightcove-player__wrapper.vjs-v8 .vjs-menu-button-popup .vjs-menu {
  margin: 0px;
  margin: 0rem;
  left: auto;
  right: 0;
}
.textarea video-js .vjs-menu-button-popup .vjs-menu-content,
.brightcove-player__wrapper .vjs-menu-button-popup .vjs-menu-content,
.brightcove-player__wrapper.vjs-v8 .vjs-menu-button-popup .vjs-menu-content {
  margin-bottom: 33px;
  margin-bottom: 2.0625rem;
  padding: 12px;
  padding: 0.75rem;
  -webkit-border-radius: 12px 12px 12px 12px;
  -moz-border-radius: 12px 12px 12px 12px;
  border-radius: 12px 12px 12px 12px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 240px;
  width: 15rem;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
  left: auto;
  right: 0;
  z-index: 999;
  cursor: auto;
  max-height: 100vh; /* Use vh as a fallback for browsers that do not support Custom Properties */
  max-height: calc(var(--playerHeight, 1vh));
  overscroll-behavior: contain;
}
@media (min-width: 70.25em) {
  .textarea video-js .vjs-menu-button-popup .vjs-menu-content,
  .brightcove-player__wrapper .vjs-menu-button-popup .vjs-menu-content,
  .brightcove-player__wrapper.vjs-v8 .vjs-menu-button-popup .vjs-menu-content {
    margin-bottom: 51px;
    margin-bottom: 3.1875rem;
  }
}
.textarea video-js .vjs-menu-button-popup .vjs-menu-content li,
.textarea video-js .vjs-menu-button-popup .vjs-menu-content .vjs-menu-item,
.brightcove-player__wrapper .vjs-menu-button-popup .vjs-menu-content li,
.brightcove-player__wrapper
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-menu-item,
.brightcove-player__wrapper.vjs-v8 .vjs-menu-button-popup .vjs-menu-content li,
.brightcove-player__wrapper.vjs-v8
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-menu-item {
  margin: 0px;
  margin: 0rem;
  padding: 12px;
  padding: 0.75rem;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 16px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  background: transparent;
  color: #333333 !important;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-transform: capitalize;
  border-radius: 8px;
  justify-content: flex-start;
}
.textarea video-js .vjs-menu-button-popup .vjs-menu-content li span,
.textarea video-js .vjs-menu-button-popup .vjs-menu-content .vjs-menu-item span,
.brightcove-player__wrapper .vjs-menu-button-popup .vjs-menu-content li span,
.brightcove-player__wrapper
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-menu-item
  span,
.brightcove-player__wrapper.vjs-v8
  .vjs-menu-button-popup
  .vjs-menu-content
  li
  span,
.brightcove-player__wrapper.vjs-v8
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-menu-item
  span {
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 16px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  background: transparent;
  color: #333333;
  font-weight: 400;
  line-height: 24px;
}
.textarea video-js .vjs-menu-button-popup .vjs-menu-content li:focus,
.textarea
  video-js
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-menu-item:focus,
.brightcove-player__wrapper .vjs-menu-button-popup .vjs-menu-content li:focus,
.brightcove-player__wrapper
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-menu-item:focus,
.brightcove-player__wrapper.vjs-v8
  .vjs-menu-button-popup
  .vjs-menu-content
  li:focus,
.brightcove-player__wrapper.vjs-v8
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-menu-item:focus {
  background: #ffffff;
  color: #333333;
  text-shadow: none;
}
.textarea video-js .vjs-menu-button-popup .vjs-menu-content li:focus-visible,
.textarea
  video-js
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-menu-item:focus-visible,
.brightcove-player__wrapper
  .vjs-menu-button-popup
  .vjs-menu-content
  li:focus-visible,
.brightcove-player__wrapper
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-menu-item:focus-visible,
.brightcove-player__wrapper.vjs-v8
  .vjs-menu-button-popup
  .vjs-menu-content
  li:focus-visible,
.brightcove-player__wrapper.vjs-v8
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-menu-item:focus-visible {
  box-shadow: 0 0 0 2px #0875e1;
  outline: 0;
}
.textarea
  video-js
  .vjs-menu-button-popup
  .vjs-menu-content
  li:focus-visible:hover,
.textarea
  video-js
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-menu-item:focus-visible:hover,
.brightcove-player__wrapper
  .vjs-menu-button-popup
  .vjs-menu-content
  li:focus-visible:hover,
.brightcove-player__wrapper
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-menu-item:focus-visible:hover,
.brightcove-player__wrapper.vjs-v8
  .vjs-menu-button-popup
  .vjs-menu-content
  li:focus-visible:hover,
.brightcove-player__wrapper.vjs-v8
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-menu-item:focus-visible:hover {
  box-shadow: none;
}
.textarea video-js .vjs-menu-button-popup .vjs-menu-content li:hover,
.textarea
  video-js
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-menu-item:hover,
.brightcove-player__wrapper .vjs-menu-button-popup .vjs-menu-content li:hover,
.brightcove-player__wrapper
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-menu-item:hover,
.brightcove-player__wrapper.vjs-v8
  .vjs-menu-button-popup
  .vjs-menu-content
  li:hover,
.brightcove-player__wrapper.vjs-v8
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-menu-item:hover {
  background: #f0f1f2;
  color: #333333;
  cursor: pointer;
}
.textarea video-js .vjs-menu-button-popup .vjs-menu-content li:active,
.textarea
  video-js
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-menu-item:active,
.brightcove-player__wrapper .vjs-menu-button-popup .vjs-menu-content li:active,
.brightcove-player__wrapper
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-menu-item:active,
.brightcove-player__wrapper.vjs-v8
  .vjs-menu-button-popup
  .vjs-menu-content
  li:active,
.brightcove-player__wrapper.vjs-v8
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-menu-item:active {
  background: #dfe2e6;
  color: #333333;
}
.textarea video-js .vjs-menu-button-popup .vjs-menu-content li.vjs-selected,
.textarea
  video-js
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-menu-item.vjs-selected,
.brightcove-player__wrapper
  .vjs-menu-button-popup
  .vjs-menu-content
  li.vjs-selected,
.brightcove-player__wrapper
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-menu-item.vjs-selected,
.brightcove-player__wrapper.vjs-v8
  .vjs-menu-button-popup
  .vjs-menu-content
  li.vjs-selected,
.brightcove-player__wrapper.vjs-v8
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-menu-item.vjs-selected {
  background: transparent;
  color: #333333;
}
.textarea
  video-js
  .vjs-menu-button-popup
  .vjs-menu-content
  li.vjs-selected:after,
.textarea
  video-js
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-menu-item.vjs-selected:after,
.brightcove-player__wrapper
  .vjs-menu-button-popup
  .vjs-menu-content
  li.vjs-selected:after,
.brightcove-player__wrapper
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-menu-item.vjs-selected:after,
.brightcove-player__wrapper.vjs-v8
  .vjs-menu-button-popup
  .vjs-menu-content
  li.vjs-selected:after,
.brightcove-player__wrapper.vjs-v8
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-menu-item.vjs-selected:after {
  content: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.65693 10.8495L15.9167 0.589668C16.1083 0.398139 16.4149 0.394218 16.6204 0.599739L17.3209 1.30022C17.518 1.49731 17.5258 1.80907 17.3309 2.00388L6.00373 13.3311C5.82426 13.5106 5.54375 13.5253 5.34004 13.3574C5.33046 13.3496 5.32112 13.3414 5.31207 13.3328C5.30807 13.3289 5.30405 13.325 5.30006 13.321L0.353937 8.37491C0.158505 8.17948 0.151421 7.8697 0.356941 7.66418L1.05742 6.9637C1.25451 6.76661 1.57749 6.77003 1.76815 6.9607L5.65693 10.8495Z' fill='%23333333'/%3E%3C/svg%3E");
  position: absolute;
  right: 0;
  text-align: center;
  width: 4em;
}
.textarea
  video-js
  .vjs-menu-button-popup
  .vjs-menu-content
  li.vjs-selected:hover,
.textarea
  video-js
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-menu-item.vjs-selected:hover,
.brightcove-player__wrapper
  .vjs-menu-button-popup
  .vjs-menu-content
  li.vjs-selected:hover,
.brightcove-player__wrapper
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-menu-item.vjs-selected:hover,
.brightcove-player__wrapper.vjs-v8
  .vjs-menu-button-popup
  .vjs-menu-content
  li.vjs-selected:hover,
.brightcove-player__wrapper.vjs-v8
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-menu-item.vjs-selected:hover {
  background: #f0f1f2;
}
.textarea
  video-js
  .vjs-menu-button-popup
  .vjs-menu-content
  li
  .vjs-quality-menu-item-sub-label,
.textarea
  video-js
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-menu-item
  .vjs-quality-menu-item-sub-label,
.brightcove-player__wrapper
  .vjs-menu-button-popup
  .vjs-menu-content
  li
  .vjs-quality-menu-item-sub-label,
.brightcove-player__wrapper
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-menu-item
  .vjs-quality-menu-item-sub-label,
.brightcove-player__wrapper.vjs-v8
  .vjs-menu-button-popup
  .vjs-menu-content
  li
  .vjs-quality-menu-item-sub-label,
.brightcove-player__wrapper.vjs-v8
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-menu-item
  .vjs-quality-menu-item-sub-label {
  margin-left: 4px;
  margin-left: 0.25rem;
  position: static;
  width: auto;
  font-weight: 400;
}
.textarea video-js .vjs-menu-button-popup .vjs-menu-content .vjs-back-btn,
.brightcove-player__wrapper
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-back-btn,
.brightcove-player__wrapper.vjs-v8
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-back-btn {
  font-weight: 500;
  display: flex;
  align-items: center;
  padding-left: 4px;
  border-radius: 8px;
  justify-content: flex-start;
}
.textarea
  video-js
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-back-btn:before,
.brightcove-player__wrapper
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-back-btn:before,
.brightcove-player__wrapper.vjs-v8
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-back-btn:before {
  content: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.2943 11.9956L14.8693 16.6017C15.0398 16.7733 15.0398 17.0502 14.8693 17.2218L14.2342 17.8612L14.2321 17.8633C14.0597 18.0346 13.7811 18.0336 13.6099 17.8612L8.12782 12.3419C8.03341 12.2469 7.9913 12.1195 8.00149 11.9956C7.9913 11.8717 8.03341 11.7443 8.12782 11.6492L13.6099 6.12993L13.612 6.12782C13.7844 5.95657 14.063 5.95752 14.2342 6.12993L14.8693 6.76933C15.0398 6.94092 15.0398 7.21789 14.8693 7.38948L10.2943 11.9956Z" fill="%23333333"/></svg>');
  height: 24px;
  width: 24px;
  display: flex;
  margin-right: 4px;
}
.textarea video-js .vjs-menu-button-popup .vjs-menu-content .vjs-playrate__box,
.textarea video-js .vjs-menu-button-popup .vjs-menu-content .vjs-settings__box,
.brightcove-player__wrapper
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-playrate__box,
.brightcove-player__wrapper
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-settings__box,
.brightcove-player__wrapper.vjs-v8
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-playrate__box,
.brightcove-player__wrapper.vjs-v8
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-settings__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.textarea
  video-js
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-playrate__box:after,
.textarea
  video-js
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-settings__box:after,
.brightcove-player__wrapper
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-playrate__box:after,
.brightcove-player__wrapper
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-settings__box:after,
.brightcove-player__wrapper.vjs-v8
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-playrate__box:after,
.brightcove-player__wrapper.vjs-v8
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-settings__box:after {
  content: url('data:image/svg+xml,<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.7028 12.4956L9.12782 7.88948C8.95739 7.71789 8.95739 7.44092 9.12782 7.26933L9.76291 6.62993C9.93416 6.45752 10.2128 6.45657 10.3852 6.62782L10.3873 6.62993L15.8693 12.1492C15.9637 12.2443 16.0058 12.3717 15.9957 12.4956C16.0058 12.6195 15.9637 12.7469 15.8693 12.8419L10.3873 18.3612C10.216 18.5336 9.93743 18.5346 9.76502 18.3633L9.76291 18.3612L9.12782 17.7218C8.95739 17.5502 8.95739 17.2733 9.12782 17.1017L13.7028 12.4956Z" fill="%23333333"/></svg>');
  height: 24px;
  width: 24px;
  display: flex;
  margin-left: 4px;
  justify-content: center;
}
.textarea
  video-js
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-playrate__box:focus,
.textarea
  video-js
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-settings__box:focus,
.brightcove-player__wrapper
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-playrate__box:focus,
.brightcove-player__wrapper
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-settings__box:focus,
.brightcove-player__wrapper.vjs-v8
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-playrate__box:focus,
.brightcove-player__wrapper.vjs-v8
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-settings__box:focus {
  box-shadow: 0 0 0 2px #0875e1;
  outline: 0;
}
.textarea
  video-js
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-playrate__box:focus:hover,
.textarea
  video-js
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-settings__box:focus:hover,
.brightcove-player__wrapper
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-playrate__box:focus:hover,
.brightcove-player__wrapper
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-settings__box:focus:hover,
.brightcove-player__wrapper.vjs-v8
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-playrate__box:focus:hover,
.brightcove-player__wrapper.vjs-v8
  .vjs-menu-button-popup
  .vjs-menu-content
  .vjs-settings__box:focus:hover {
  box-shadow: none;
}
.textarea video-js .vjs-menu-button-popup.vjs-hover .vjs-menu,
.brightcove-player__wrapper .vjs-menu-button-popup.vjs-hover .vjs-menu,
.brightcove-player__wrapper.vjs-v8 .vjs-menu-button-popup.vjs-hover .vjs-menu {
  display: none;
}
.textarea video-js .vjs-subs-caps-button .vjs-menu-content,
.brightcove-player__wrapper .vjs-subs-caps-button .vjs-menu-content,
.brightcove-player__wrapper.vjs-v8 .vjs-subs-caps-button .vjs-menu-content {
  width: 200px;
  width: 12.5rem;
  right: -39px;
}
@media (min-width: 70.25em) {
  .textarea video-js .vjs-subs-caps-button .vjs-menu-content,
  .brightcove-player__wrapper .vjs-subs-caps-button .vjs-menu-content,
  .brightcove-player__wrapper.vjs-v8 .vjs-subs-caps-button .vjs-menu-content {
    right: -86px;
  }
}
.textarea video-js .vjs-text-track-cue,
.brightcove-player__wrapper .vjs-text-track-cue,
.brightcove-player__wrapper.vjs-v8 .vjs-text-track-cue {
  bottom: 46px !important;
  display: block !important;
  height: auto !important;
  top: auto !important;
  line-height: 1px !important;
  width: auto !important;
  white-space: normal !important;
}
@media (min-width: 70.25em) {
  .textarea video-js .vjs-text-track-cue,
  .brightcove-player__wrapper .vjs-text-track-cue,
  .brightcove-player__wrapper.vjs-v8 .vjs-text-track-cue {
    bottom: 82px !important;
  }
}
.textarea video-js .vjs-text-track-cue div,
.brightcove-player__wrapper .vjs-text-track-cue div,
.brightcove-player__wrapper.vjs-v8 .vjs-text-track-cue div {
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.65);
  color: #ffffff;
  font-family: "Acid Grotesk", Arial, Helvetica, sans-serif !important;
  font-weight: 400;
  padding: 4px;
  font-size: 8px;
  line-height: 16px;
}
@media (min-width: 70.25em) {
  .textarea video-js .vjs-text-track-cue div,
  .brightcove-player__wrapper .vjs-text-track-cue div,
  .brightcove-player__wrapper.vjs-v8 .vjs-text-track-cue div {
    font-size: 24px;
    line-height: 32px;
    padding: 4px 8px;
  }
}
.textarea video-js .vjs-text-track-settings,
.brightcove-player__wrapper .vjs-text-track-settings,
.brightcove-player__wrapper.vjs-v8 .vjs-text-track-settings {
  padding: 32px;
  padding: 2rem;
  background: #ffffff;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  z-index: 999;
  height: auto;
}
.textarea video-js .vjs-text-track-settings:focus-visible,
.brightcove-player__wrapper .vjs-text-track-settings:focus-visible,
.brightcove-player__wrapper.vjs-v8 .vjs-text-track-settings:focus-visible {
  box-shadow: 0 0 0 2px #0875e1;
  outline: 0;
}
.textarea video-js .vjs-text-track-settings:focus-visible:hover,
.brightcove-player__wrapper .vjs-text-track-settings:focus-visible:hover,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings:focus-visible:hover {
  box-shadow: none;
}
@media (min-width: 70.25em) {
  .textarea video-js .vjs-text-track-settings,
  .brightcove-player__wrapper .vjs-text-track-settings,
  .brightcove-player__wrapper.vjs-v8 .vjs-text-track-settings {
    border-radius: 12px;
    max-height: 326px;
    height: 80%;
    width: 466px;
    left: 50%;
    top: 32px;
    transform: translate(-50%, 0);
    border: 1px solid #dfe2e6;
    box-shadow:
      0px 3px 12px rgba(0, 0, 0, 0.2),
      0px 6px 24px rgba(0, 0, 0, 0.16);
  }
}
.textarea video-js .vjs-text-track-settings fieldset,
.textarea video-js .vjs-text-track-settings fieldset span,
.brightcove-player__wrapper .vjs-text-track-settings fieldset,
.brightcove-player__wrapper .vjs-text-track-settings fieldset span,
.brightcove-player__wrapper.vjs-v8 .vjs-text-track-settings fieldset,
.brightcove-player__wrapper.vjs-v8 .vjs-text-track-settings fieldset span {
  padding: 0px;
  padding: 0rem;
  margin: 0px;
  margin: 0rem;
}
.textarea video-js .vjs-text-track-settings fieldset,
.brightcove-player__wrapper .vjs-text-track-settings fieldset,
.brightcove-player__wrapper.vjs-v8 .vjs-text-track-settings fieldset {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.textarea video-js .vjs-text-track-settings legend,
.textarea video-js .vjs-text-track-settings .brightcove__caption-font-title,
.textarea video-js .vjs-text-track-settings .brightcove__caption-preset-title,
.brightcove-player__wrapper .vjs-text-track-settings legend,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .brightcove__caption-font-title,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .brightcove__caption-preset-title,
.brightcove-player__wrapper.vjs-v8 .vjs-text-track-settings legend,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .brightcove__caption-font-title,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .brightcove__caption-preset-title {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  color: #333333;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.textarea video-js .vjs-text-track-settings select,
.brightcove-player__wrapper .vjs-text-track-settings select,
.brightcove-player__wrapper.vjs-v8 .vjs-text-track-settings select {
  margin: 0px;
  margin: 0rem;
}
.textarea video-js .vjs-text-track-settings .vjs-modal-dialog-content,
.brightcove-player__wrapper .vjs-text-track-settings .vjs-modal-dialog-content,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-modal-dialog-content {
  display: block;
  padding: 0;
  position: static;
  height: auto;
  width: 100%;
}
.textarea video-js .vjs-text-track-settings .vjs-close-button,
.brightcove-player__wrapper .vjs-text-track-settings .vjs-close-button,
.brightcove-player__wrapper.vjs-v8 .vjs-text-track-settings .vjs-close-button {
  padding: 8px;
  padding: 0.5rem;
  border-radius: 50%;
  color: #333333;
  box-sizing: content-box;
  margin: 16px 16px 0 0;
  top: 0;
}
.textarea video-js .vjs-text-track-settings .vjs-close-button:focus-visible,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-close-button:focus-visible,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-close-button:focus-visible {
  box-shadow: 0 0 0 2px #0875e1;
  outline: 0;
}
.textarea
  video-js
  .vjs-text-track-settings
  .vjs-close-button:focus-visible:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-close-button:focus-visible:hover,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-close-button:focus-visible:hover {
  box-shadow: none;
}
.textarea video-js .vjs-text-track-settings .vjs-close-button:hover,
.brightcove-player__wrapper .vjs-text-track-settings .vjs-close-button:hover,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-close-button:hover {
  background-color: #f0f1f2;
}
.textarea
  video-js
  .vjs-text-track-settings
  .vjs-close-button
  .vjs-icon-placeholder,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-close-button
  .vjs-icon-placeholder,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-close-button
  .vjs-icon-placeholder {
  width: 24px;
  height: 24px;
}
.textarea
  video-js
  .vjs-text-track-settings
  .vjs-close-button
  .vjs-icon-placeholder:before,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-close-button
  .vjs-icon-placeholder:before,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-close-button
  .vjs-icon-placeholder:before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.98945 4.57523C5.79418 4.37997 5.4776 4.37997 5.28234 4.57523L4.57523 5.28234C4.37997 5.4776 4.37997 5.79418 4.57523 5.98945L10.5856 11.9999L4.57523 18.0103C4.37997 18.2055 4.37997 18.5221 4.57523 18.7174L5.28234 19.4245C5.4776 19.6197 5.79418 19.6197 5.98945 19.4245L11.9999 13.4141L18.0103 19.4245C18.2055 19.6197 18.5221 19.6197 18.7174 19.4245L19.4245 18.7174C19.6197 18.5221 19.6197 18.2055 19.4245 18.0103L13.4141 11.9999L19.4245 5.98945C19.6197 5.79418 19.6197 5.4776 19.4245 5.28234L18.7174 4.57523C18.5221 4.37997 18.2055 4.37997 18.0103 4.57523L11.9999 10.5856L5.98945 4.57523Z' fill='%23333333'/%3E%3C/svg%3E");
  line-height: 16px;
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.textarea video-js .vjs-text-track-settings .vjs-track-settings-colors,
.textarea video-js .vjs-text-track-settings .vjs-track-settings-font,
.brightcove-player__wrapper .vjs-text-track-settings .vjs-track-settings-colors,
.brightcove-player__wrapper .vjs-text-track-settings .vjs-track-settings-font,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-track-settings-colors,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-track-settings-font {
  display: none !important;
}
.textarea video-js .vjs-text-track-settings .vjs-track-settings-controls,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-track-settings-controls,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-track-settings-controls {
  align-items: center;
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-end;
}
.textarea video-js .vjs-text-track-settings .vjs-track-settings-controls button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-track-settings-controls
  button,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .vjs-track-settings-controls
  button {
  margin-bottom: 0px !important;
}
.textarea video-js .vjs-text-track-settings .vjs-default-button,
.textarea video-js .vjs-text-track-settings .vjs-done-button,
.brightcove-player__wrapper .vjs-text-track-settings .vjs-default-button,
.brightcove-player__wrapper .vjs-text-track-settings .vjs-done-button,
.brightcove-player__wrapper.vjs-v8 .vjs-text-track-settings .vjs-default-button,
.brightcove-player__wrapper.vjs-v8 .vjs-text-track-settings .vjs-done-button {
  background-image: none;
}
.textarea video-js .vjs-text-track-settings .brightcove__caption-font-wrapper,
.textarea video-js .vjs-text-track-settings .brightcove__caption-preset-wrapper,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .brightcove__caption-font-wrapper,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .brightcove__caption-preset-wrapper,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .brightcove__caption-font-wrapper,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .brightcove__caption-preset-wrapper {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.textarea video-js .vjs-text-track-settings .brightcove__caption-section,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .brightcove__caption-section,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .brightcove__caption-section {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, 1fr);
  margin-left: -8px;
}
@media (min-width: 70.25em) {
  .textarea video-js .vjs-text-track-settings .brightcove__caption-section,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .brightcove__caption-section,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .brightcove__caption-section {
    grid-template-columns: repeat(4, 1fr);
  }
}
.textarea video-js .vjs-text-track-settings .brightcove__caption-actions,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .brightcove__caption-actions,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .brightcove__caption-actions {
  margin-left: 8px;
  margin-left: 0.5rem;
  padding: 11px 0px;
  padding: 0.6875rem 0rem;
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 16px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  border: 1px solid #dfe2e6;
  color: #333333;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  line-height: 24px;
}
@media (min-width: 70.25em) {
  .textarea video-js .vjs-text-track-settings .brightcove__caption-actions,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .brightcove__caption-actions,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-settings
    .brightcove__caption-actions {
    width: 88px;
  }
}
.textarea video-js .vjs-text-track-settings .brightcove__caption-actions:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .brightcove__caption-actions:hover,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .brightcove__caption-actions:hover {
  background: #f0f1f2;
}
.textarea video-js .vjs-text-track-settings .brightcove__caption-actions:active,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .brightcove__caption-actions:active,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .brightcove__caption-actions:active {
  background: #dfe2e6;
}
.textarea
  video-js
  .vjs-text-track-settings
  .brightcove__caption-actions:focus-visible,
.textarea
  video-js
  .vjs-text-track-settings
  .brightcove__caption-actions[aria-checked="true"],
.brightcove-player__wrapper
  .vjs-text-track-settings
  .brightcove__caption-actions:focus-visible,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .brightcove__caption-actions[aria-checked="true"],
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .brightcove__caption-actions:focus-visible,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .brightcove__caption-actions[aria-checked="true"] {
  outline: none;
  border-color: transparent;
  box-shadow: 0 0 0 2px #0875e1;
}
.textarea
  video-js
  .vjs-text-track-settings
  .brightcove__caption-actions:focus-visible,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .brightcove__caption-actions:focus-visible,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .brightcove__caption-actions:focus-visible {
  background: #f0f1f2;
}
.textarea video-js .vjs-text-track-settings .brightcove__caption-actions span,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .brightcove__caption-actions
  span,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .brightcove__caption-actions
  span {
  color: #333333;
}
.textarea
  video-js
  .vjs-text-track-settings
  .brightcove__caption-preset-wrapper
  .brightcove__caption-actions,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .brightcove__caption-preset-wrapper
  .brightcove__caption-actions,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .brightcove__caption-preset-wrapper
  .brightcove__caption-actions {
  padding: 7px 0px;
  padding: 0.4375rem 0rem;
  position: relative;
}
.textarea
  video-js
  .vjs-text-track-settings
  .brightcove__caption-preset-wrapper
  .brightcove__caption-actions
  span,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .brightcove__caption-preset-wrapper
  .brightcove__caption-actions
  span,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .brightcove__caption-preset-wrapper
  .brightcove__caption-actions
  span {
  border: 1px solid transparent;
  border-radius: 4px;
  width: 36px;
  height: 32px;
  padding: 4px 8px;
}
.textarea
  video-js
  .vjs-text-track-settings
  .brightcove__caption-preset-wrapper
  .brightcove__caption-actions.one,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .brightcove__caption-preset-wrapper
  .brightcove__caption-actions.one,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .brightcove__caption-preset-wrapper
  .brightcove__caption-actions.one {
  color: #ffffff;
}
.textarea
  video-js
  .vjs-text-track-settings
  .brightcove__caption-preset-wrapper
  .brightcove__caption-actions.one
  span,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .brightcove__caption-preset-wrapper
  .brightcove__caption-actions.one
  span,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .brightcove__caption-preset-wrapper
  .brightcove__caption-actions.one
  span {
  background: rgba(0, 0, 0, 0.65);
  color: #ffffff;
}
.textarea
  video-js
  .vjs-text-track-settings
  .brightcove__caption-preset-wrapper
  .brightcove__caption-actions.two,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .brightcove__caption-preset-wrapper
  .brightcove__caption-actions.two,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .brightcove__caption-preset-wrapper
  .brightcove__caption-actions.two {
  color: #ffffff;
}
.textarea
  video-js
  .vjs-text-track-settings
  .brightcove__caption-preset-wrapper
  .brightcove__caption-actions.two
  span,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .brightcove__caption-preset-wrapper
  .brightcove__caption-actions.two
  span,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .brightcove__caption-preset-wrapper
  .brightcove__caption-actions.two
  span {
  background: #000000;
  color: #ffffff;
}
.textarea
  video-js
  .vjs-text-track-settings
  .brightcove__caption-preset-wrapper
  .brightcove__caption-actions.three,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .brightcove__caption-preset-wrapper
  .brightcove__caption-actions.three,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .brightcove__caption-preset-wrapper
  .brightcove__caption-actions.three {
  color: #ffda61;
}
.textarea
  video-js
  .vjs-text-track-settings
  .brightcove__caption-preset-wrapper
  .brightcove__caption-actions.three
  span,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .brightcove__caption-preset-wrapper
  .brightcove__caption-actions.three
  span,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .brightcove__caption-preset-wrapper
  .brightcove__caption-actions.three
  span {
  background: #000000;
  color: #ffda61;
}
.textarea
  video-js
  .vjs-text-track-settings
  .brightcove__caption-preset-wrapper
  .brightcove__caption-actions.four,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .brightcove__caption-preset-wrapper
  .brightcove__caption-actions.four,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .brightcove__caption-preset-wrapper
  .brightcove__caption-actions.four {
  color: #333333;
}
.textarea
  video-js
  .vjs-text-track-settings
  .brightcove__caption-preset-wrapper
  .brightcove__caption-actions.four
  span,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .brightcove__caption-preset-wrapper
  .brightcove__caption-actions.four
  span,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .brightcove__caption-preset-wrapper
  .brightcove__caption-actions.four
  span {
  background: #ffffff;
  border-color: #dfe2e6;
  color: #333333;
}
.textarea video-js .vjs-text-track-settings .brightcove__caption-action-wrapper,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .brightcove__caption-action-wrapper,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .brightcove__caption-action-wrapper {
  cursor: pointer;
}
.textarea
  video-js
  .vjs-text-track-settings
  .brightcove__caption-action-wrapper
  button:focus-visible,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .brightcove__caption-action-wrapper
  button:focus-visible,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-settings
  .brightcove__caption-action-wrapper
  button:focus-visible {
  -webkit-border-radius: 24px 24px 24px 24px;
  -moz-border-radius: 24px 24px 24px 24px;
  border-radius: 24px 24px 24px 24px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.textarea video-js .vjs-text-track-display,
.brightcove-player__wrapper .vjs-text-track-display,
.brightcove-player__wrapper.vjs-v8 .vjs-text-track-display {
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  bottom: 0px !important;
  display: inline;
  left: 24px;
  margin: auto;
  right: 24px;
  text-align: center;
}
.textarea video-js .vjs-text-track-display.one .vjs-text-track-cue div,
.brightcove-player__wrapper .vjs-text-track-display.one .vjs-text-track-cue div,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-display.one
  .vjs-text-track-cue
  div {
  background: rgba(0, 0, 0, 0.65) !important;
  color: #ffffff !important;
}
.textarea video-js .vjs-text-track-display.two .vjs-text-track-cue div,
.brightcove-player__wrapper .vjs-text-track-display.two .vjs-text-track-cue div,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-display.two
  .vjs-text-track-cue
  div {
  background: #000000 !important;
  color: #ffffff !important;
}
.textarea video-js .vjs-text-track-display.three .vjs-text-track-cue div,
.brightcove-player__wrapper
  .vjs-text-track-display.three
  .vjs-text-track-cue
  div,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-display.three
  .vjs-text-track-cue
  div {
  background: #000000 !important;
  color: #ffda61 !important;
}
.textarea video-js .vjs-text-track-display.four .vjs-text-track-cue div,
.brightcove-player__wrapper
  .vjs-text-track-display.four
  .vjs-text-track-cue
  div,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-display.four
  .vjs-text-track-cue
  div {
  background: #ffffff !important;
  border: 1px solid #dfe2e6 !important;
  color: #333333 !important;
}
.textarea video-js .vjs-text-track-display.small .vjs-text-track-cue div,
.brightcove-player__wrapper
  .vjs-text-track-display.small
  .vjs-text-track-cue
  div,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-display.small
  .vjs-text-track-cue
  div {
  font-size: 4px;
  line-height: 12px;
}
@media (min-width: 70.25em) {
  .textarea video-js .vjs-text-track-display.small .vjs-text-track-cue div,
  .brightcove-player__wrapper
    .vjs-text-track-display.small
    .vjs-text-track-cue
    div,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-display.small
    .vjs-text-track-cue
    div {
    font-size: 12px;
    line-height: 24px;
  }
}
.textarea video-js .vjs-text-track-display.medium .vjs-text-track-cue div,
.brightcove-player__wrapper
  .vjs-text-track-display.medium
  .vjs-text-track-cue
  div,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-display.medium
  .vjs-text-track-cue
  div {
  font-size: 8px;
  line-height: 18px;
}
@media (min-width: 70.25em) {
  .textarea video-js .vjs-text-track-display.medium .vjs-text-track-cue div,
  .brightcove-player__wrapper
    .vjs-text-track-display.medium
    .vjs-text-track-cue
    div,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-display.medium
    .vjs-text-track-cue
    div {
    font-size: 24px;
    line-height: 39px;
  }
}
.textarea video-js .vjs-text-track-display.large .vjs-text-track-cue div,
.brightcove-player__wrapper
  .vjs-text-track-display.large
  .vjs-text-track-cue
  div,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-display.large
  .vjs-text-track-cue
  div {
  font-size: 12px;
  line-height: 23px;
}
@media (min-width: 70.25em) {
  .textarea video-js .vjs-text-track-display.large .vjs-text-track-cue div,
  .brightcove-player__wrapper
    .vjs-text-track-display.large
    .vjs-text-track-cue
    div,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-display.large
    .vjs-text-track-cue
    div {
    font-size: 36px;
    line-height: 55px;
  }
}
.textarea video-js .vjs-text-track-display.xlarge .vjs-text-track-cue div,
.brightcove-player__wrapper
  .vjs-text-track-display.xlarge
  .vjs-text-track-cue
  div,
.brightcove-player__wrapper.vjs-v8
  .vjs-text-track-display.xlarge
  .vjs-text-track-cue
  div {
  font-size: 16px;
  line-height: 28px;
}
@media (min-width: 70.25em) {
  .textarea video-js .vjs-text-track-display.xlarge .vjs-text-track-cue div,
  .brightcove-player__wrapper
    .vjs-text-track-display.xlarge
    .vjs-text-track-cue
    div,
  .brightcove-player__wrapper.vjs-v8
    .vjs-text-track-display.xlarge
    .vjs-text-track-cue
    div {
    font-size: 48px;
    line-height: 70px;
  }
}
.textarea video-js .vjs-related-video__wrapper,
.brightcove-player__wrapper .vjs-related-video__wrapper,
.brightcove-player__wrapper.vjs-v8 .vjs-related-video__wrapper {
  display: none;
  bottom: auto;
  left: 50%;
  max-height: unset;
  right: auto;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  z-index: 9;
  margin-top: -4%;
  position: absolute;
  cursor: pointer;
}
@media (min-width: 75em) {
  .textarea video-js .vjs-related-video__wrapper,
  .brightcove-player__wrapper .vjs-related-video__wrapper,
  .brightcove-player__wrapper.vjs-v8 .vjs-related-video__wrapper {
    max-width: 480px;
  }
}
.textarea video-js .vjs-related-video__wrapper img,
.brightcove-player__wrapper .vjs-related-video__wrapper img,
.brightcove-player__wrapper.vjs-v8 .vjs-related-video__wrapper img {
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
}
.textarea video-js .vjs-related-video__wrapper .vjs-next-heading,
.brightcove-player__wrapper .vjs-related-video__wrapper .vjs-next-heading,
.brightcove-player__wrapper.vjs-v8
  .vjs-related-video__wrapper
  .vjs-next-heading {
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .textarea video-js .vjs-related-video__wrapper .vjs-next-heading,
  .brightcove-player__wrapper .vjs-related-video__wrapper .vjs-next-heading,
  .brightcove-player__wrapper.vjs-v8
    .vjs-related-video__wrapper
    .vjs-next-heading {
    font-size: 14px;
  }
}
.textarea video-js .vjs-related-video__wrapper .vjs-next-title,
.brightcove-player__wrapper .vjs-related-video__wrapper .vjs-next-title,
.brightcove-player__wrapper.vjs-v8 .vjs-related-video__wrapper .vjs-next-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
}
@media (min-width: 48em) {
  .textarea video-js .vjs-related-video__wrapper .vjs-next-title,
  .brightcove-player__wrapper .vjs-related-video__wrapper .vjs-next-title,
  .brightcove-player__wrapper.vjs-v8
    .vjs-related-video__wrapper
    .vjs-next-title {
    -webkit-line-clamp: 2;
    font-size: 20px;
    line-height: 28px;
  }
}
.textarea video-js .vjs-related-video__wrapper .related-video__poster,
.brightcove-player__wrapper .vjs-related-video__wrapper .related-video__poster,
.brightcove-player__wrapper.vjs-v8
  .vjs-related-video__wrapper
  .related-video__poster {
  margin: 4px 0px;
  margin: 0.25rem 0rem;
  position: relative;
}
@media (min-width: 70.25em) {
  .textarea video-js .vjs-related-video__wrapper .related-video__poster,
  .brightcove-player__wrapper
    .vjs-related-video__wrapper
    .related-video__poster,
  .brightcove-player__wrapper.vjs-v8
    .vjs-related-video__wrapper
    .related-video__poster {
    margin: 8px 0px;
    margin: 0.5rem 0rem;
  }
}
@media (min-width: 75em) {
  .textarea video-js .vjs-related-video__wrapper .related-video__poster,
  .brightcove-player__wrapper
    .vjs-related-video__wrapper
    .related-video__poster,
  .brightcove-player__wrapper.vjs-v8
    .vjs-related-video__wrapper
    .related-video__poster {
    margin: 16px 0px;
    margin: 1rem 0rem;
  }
}
.textarea video-js .vjs-related-video__wrapper .related-video__poster:before,
.brightcove-player__wrapper
  .vjs-related-video__wrapper
  .related-video__poster:before,
.brightcove-player__wrapper.vjs-v8
  .vjs-related-video__wrapper
  .related-video__poster:before {
  content: "";
  aspect-ratio: 1/1;
  align-items: center;
  background: #0875e1;
  cursor: pointer;
  display: flex;
  justify-content: center;
  border-radius: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transition: all 200ms;
  max-width: 72px;
  max-height: 72px;
  width: 20%;
  transform: translate(-50%, -50%);
}
@supports not (aspect-ratio: 1/1) {
  .textarea video-js .vjs-related-video__wrapper .related-video__poster:before,
  .brightcove-player__wrapper
    .vjs-related-video__wrapper
    .related-video__poster:before,
  .brightcove-player__wrapper.vjs-v8
    .vjs-related-video__wrapper
    .related-video__poster:before {
    width: 32px;
    height: 32px;
  }
  @media (min-width: 70.25em) {
    .textarea
      video-js
      .vjs-related-video__wrapper
      .related-video__poster:before,
    .brightcove-player__wrapper
      .vjs-related-video__wrapper
      .related-video__poster:before,
    .brightcove-player__wrapper.vjs-v8
      .vjs-related-video__wrapper
      .related-video__poster:before {
      width: 72px;
      height: 72px;
    }
  }
}
.textarea
  video-js
  .vjs-related-video__wrapper
  .related-video__poster:before:hover,
.brightcove-player__wrapper
  .vjs-related-video__wrapper
  .related-video__poster:before:hover,
.brightcove-player__wrapper.vjs-v8
  .vjs-related-video__wrapper
  .related-video__poster:before:hover {
  background: #005cb9;
}
.textarea
  video-js
  .vjs-related-video__wrapper
  .related-video__poster:before:active,
.brightcove-player__wrapper
  .vjs-related-video__wrapper
  .related-video__poster:before:active,
.brightcove-player__wrapper.vjs-v8
  .vjs-related-video__wrapper
  .related-video__poster:before:active {
  background: #004387;
}
.textarea
  video-js
  .vjs-related-video__wrapper
  .related-video__poster:before:focus,
.brightcove-player__wrapper
  .vjs-related-video__wrapper
  .related-video__poster:before:focus,
.brightcove-player__wrapper.vjs-v8
  .vjs-related-video__wrapper
  .related-video__poster:before:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.textarea
  video-js
  .vjs-related-video__wrapper
  .related-video__poster:before:focus-visible,
.brightcove-player__wrapper
  .vjs-related-video__wrapper
  .related-video__poster:before:focus-visible,
.brightcove-player__wrapper.vjs-v8
  .vjs-related-video__wrapper
  .related-video__poster:before:focus-visible {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  outline: 0;
}
.textarea
  video-js
  .vjs-related-video__wrapper
  .related-video__poster:before:focus-visible:hover,
.brightcove-player__wrapper
  .vjs-related-video__wrapper
  .related-video__poster:before:focus-visible:hover,
.brightcove-player__wrapper.vjs-v8
  .vjs-related-video__wrapper
  .related-video__poster:before:focus-visible:hover {
  box-shadow: none;
}
.textarea video-js .vjs-related-video__wrapper .related-video__poster:after,
.brightcove-player__wrapper
  .vjs-related-video__wrapper
  .related-video__poster:after,
.brightcove-player__wrapper.vjs-v8
  .vjs-related-video__wrapper
  .related-video__poster:after {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 43 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.333496 2.3159C0.333496 1.01204 1.76321 0.21312 2.87366 0.896473L41.3603 24.5805C42.4178 25.2313 42.4178 26.7686 41.3603 27.4194L2.87366 51.1034C1.76321 51.7868 0.333496 50.9879 0.333496 49.684V2.3159Z' fill='white'/%3E%3C/svg%3E");
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  width: 6%;
  transform: translate(-50%, -50%);
  margin-left: 2px;
  max-width: 24px;
}
.textarea video-js .vjs-related-video__wrapper .video-list__container,
.brightcove-player__wrapper .vjs-related-video__wrapper .video-list__container,
.brightcove-player__wrapper.vjs-v8
  .vjs-related-video__wrapper
  .video-list__container {
  display: none;
}
.textarea
  video-js
  .vjs-related-video__wrapper
  .video-list__container.video-list__container--active,
.brightcove-player__wrapper
  .vjs-related-video__wrapper
  .video-list__container.video-list__container--active,
.brightcove-player__wrapper.vjs-v8
  .vjs-related-video__wrapper
  .video-list__container.video-list__container--active {
  display: block;
  margin: 2px;
}
.textarea
  video-js
  .vjs-related-video__wrapper
  .video-list__container.video-list__container--active:focus-visible,
.brightcove-player__wrapper
  .vjs-related-video__wrapper
  .video-list__container.video-list__container--active:focus-visible,
.brightcove-player__wrapper.vjs-v8
  .vjs-related-video__wrapper
  .video-list__container.video-list__container--active:focus-visible {
  box-shadow: 0 0 0 2px #ffffff;
  outline: 0;
}
.textarea
  video-js
  .vjs-related-video__wrapper
  .video-list__container.video-list__container--active:focus-visible:hover,
.brightcove-player__wrapper
  .vjs-related-video__wrapper
  .video-list__container.video-list__container--active:focus-visible:hover,
.brightcove-player__wrapper.vjs-v8
  .vjs-related-video__wrapper
  .video-list__container.video-list__container--active:focus-visible:hover {
  box-shadow: none;
}
.textarea video-js .vjs-chapters-button,
.brightcove-player__wrapper .vjs-chapters-button,
.brightcove-player__wrapper.vjs-v8 .vjs-chapters-button {
  display: none;
  position: absolute;
  top: 8px;
  right: 8px;
  margin: 0;
  width: 108px;
  height: 48px;
  z-index: 99;
}
@media (min-width: 70.25em) {
  .textarea video-js .vjs-chapters-button,
  .brightcove-player__wrapper .vjs-chapters-button,
  .brightcove-player__wrapper.vjs-v8 .vjs-chapters-button {
    top: 24px;
    right: 24px;
  }
}
.textarea video-js .vjs-chapters-button .vjs-button,
.brightcove-player__wrapper .vjs-chapters-button .vjs-button,
.brightcove-player__wrapper.vjs-v8 .vjs-chapters-button .vjs-button {
  position: static;
  background: #333333;
  color: #ffffff;
  border-radius: 24px;
  padding: 12px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.textarea video-js .vjs-chapters-button .vjs-button:focus-visible,
.brightcove-player__wrapper .vjs-chapters-button .vjs-button:focus-visible,
.brightcove-player__wrapper.vjs-v8
  .vjs-chapters-button
  .vjs-button:focus-visible {
  box-shadow:
    0 0 0 2px #f6f7f8,
    0 0 0 4px #0875e1;
  outline: 0;
}
.textarea video-js .vjs-chapters-button .vjs-button:focus-visible:hover,
.brightcove-player__wrapper
  .vjs-chapters-button
  .vjs-button:focus-visible:hover,
.brightcove-player__wrapper.vjs-v8
  .vjs-chapters-button
  .vjs-button:focus-visible:hover {
  box-shadow: none;
}
.textarea video-js .vjs-chapters-button .vjs-button:hover,
.brightcove-player__wrapper .vjs-chapters-button .vjs-button:hover,
.brightcove-player__wrapper.vjs-v8 .vjs-chapters-button .vjs-button:hover {
  background: #494949;
}
.textarea video-js .vjs-chapters-button .vjs-button:active,
.brightcove-player__wrapper .vjs-chapters-button .vjs-button:active,
.brightcove-player__wrapper.vjs-v8 .vjs-chapters-button .vjs-button:active {
  background: #1e1e1e;
}
.textarea video-js .vjs-chapters-button .vjs-icon-placeholder,
.brightcove-player__wrapper .vjs-chapters-button .vjs-icon-placeholder,
.brightcove-player__wrapper.vjs-v8 .vjs-chapters-button .vjs-icon-placeholder {
  display: none;
}
.textarea video-js .vjs-chapters-button .vjs-control-text,
.brightcove-player__wrapper .vjs-chapters-button .vjs-control-text,
.brightcove-player__wrapper.vjs-v8 .vjs-chapters-button .vjs-control-text {
  position: static;
}
.textarea video-js .vjs-chapters-button .vjs-menu-content,
.brightcove-player__wrapper .vjs-chapters-button .vjs-menu-content,
.brightcove-player__wrapper.vjs-v8 .vjs-chapters-button .vjs-menu-content {
  margin: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  max-height: 100vh !important;
  width: 100%;
  border-radius: 0;
  padding: 31px;
  box-shadow:
    0px 4px 16px rgba(0, 0, 0, 0.2),
    0px 8px 32px rgba(0, 0, 0, 0.16);
  border: 1px solid #dfe2e6;
  overflow: auto;
}
@media (min-width: 70.25em) {
  .textarea video-js .vjs-chapters-button .vjs-menu-content,
  .brightcove-player__wrapper .vjs-chapters-button .vjs-menu-content,
  .brightcove-player__wrapper.vjs-v8 .vjs-chapters-button .vjs-menu-content {
    width: 480px;
  }
}
.textarea video-js .vjs-chapters-button .vjs-menu-content div.vjs-menu-title,
.brightcove-player__wrapper
  .vjs-chapters-button
  .vjs-menu-content
  div.vjs-menu-title,
.brightcove-player__wrapper.vjs-v8
  .vjs-chapters-button
  .vjs-menu-content
  div.vjs-menu-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  border-bottom: 1px solid #dfe2e6;
  border-radius: 0;
  padding: 0 0 24px;
  margin: 0px 0px 24px;
  text-align: left;
  background: transparent;
  color: #333333;
  display: flex;
  position: relative;
}
.textarea
  video-js
  .vjs-chapters-button
  .vjs-menu-content
  div.vjs-menu-title:hover,
.brightcove-player__wrapper
  .vjs-chapters-button
  .vjs-menu-content
  div.vjs-menu-title:hover,
.brightcove-player__wrapper.vjs-v8
  .vjs-chapters-button
  .vjs-menu-content
  div.vjs-menu-title:hover {
  background: transparent !important;
}
.textarea
  video-js
  .vjs-chapters-button
  .vjs-menu-content
  div.vjs-menu-title
  .vjs-chapter-close,
.brightcove-player__wrapper
  .vjs-chapters-button
  .vjs-menu-content
  div.vjs-menu-title
  .vjs-chapter-close,
.brightcove-player__wrapper.vjs-v8
  .vjs-chapters-button
  .vjs-menu-content
  div.vjs-menu-title
  .vjs-chapter-close {
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.98945 4.57523C5.79418 4.37997 5.4776 4.37997 5.28234 4.57523L4.57523 5.28234C4.37997 5.4776 4.37997 5.79418 4.57523 5.98945L10.5856 11.9999L4.57523 18.0103C4.37997 18.2055 4.37997 18.5221 4.57523 18.7174L5.28234 19.4245C5.4776 19.6197 5.79418 19.6197 5.98945 19.4245L11.9999 13.4141L18.0103 19.4245C18.2055 19.6197 18.5221 19.6197 18.7174 19.4245L19.4245 18.7174C19.6197 18.5221 19.6197 18.2055 19.4245 18.0103L13.4141 11.9999L19.4245 5.98945C19.6197 5.79418 19.6197 5.4776 19.4245 5.28234L18.7174 4.57523C18.5221 4.37997 18.2055 4.37997 18.0103 4.57523L11.9999 10.5856L5.98945 4.57523Z' fill='%23333333'/%3E%3C/svg%3E");
  line-height: 16px;
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  top: -16px;
  right: -16px;
  position: absolute;
  padding: 12px;
  height: 24px;
  width: 24px;
  box-sizing: content-box;
  background-repeat: no-repeat;
  background-position: center;
}
.textarea
  video-js
  .vjs-chapters-button
  .vjs-menu-content
  div.vjs-menu-title
  .vjs-chapter-close:hover,
.brightcove-player__wrapper
  .vjs-chapters-button
  .vjs-menu-content
  div.vjs-menu-title
  .vjs-chapter-close:hover,
.brightcove-player__wrapper.vjs-v8
  .vjs-chapters-button
  .vjs-menu-content
  div.vjs-menu-title
  .vjs-chapter-close:hover {
  background-color: #f0f1f2;
}
.textarea
  video-js
  .vjs-chapters-button
  .vjs-menu-content
  div.vjs-menu-title
  .vjs-chapter-close:active,
.brightcove-player__wrapper
  .vjs-chapters-button
  .vjs-menu-content
  div.vjs-menu-title
  .vjs-chapter-close:active,
.brightcove-player__wrapper.vjs-v8
  .vjs-chapters-button
  .vjs-menu-content
  div.vjs-menu-title
  .vjs-chapter-close:active {
  background-color: #dfe2e6;
}
.textarea
  video-js
  .vjs-chapters-button
  .vjs-menu-content
  div.vjs-menu-title
  .vjs-chapter-close:focus-visible,
.brightcove-player__wrapper
  .vjs-chapters-button
  .vjs-menu-content
  div.vjs-menu-title
  .vjs-chapter-close:focus-visible,
.brightcove-player__wrapper.vjs-v8
  .vjs-chapters-button
  .vjs-menu-content
  div.vjs-menu-title
  .vjs-chapter-close:focus-visible {
  box-shadow: 0 0 0 2px #0875e1;
  outline: 0;
}
.textarea
  video-js
  .vjs-chapters-button
  .vjs-menu-content
  div.vjs-menu-title
  .vjs-chapter-close:focus-visible:hover,
.brightcove-player__wrapper
  .vjs-chapters-button
  .vjs-menu-content
  div.vjs-menu-title
  .vjs-chapter-close:focus-visible:hover,
.brightcove-player__wrapper.vjs-v8
  .vjs-chapters-button
  .vjs-menu-content
  div.vjs-menu-title
  .vjs-chapter-close:focus-visible:hover {
  box-shadow: none;
}
.textarea video-js .vjs-chapters-button .vjs-menu-content li.vjs-menu-title,
.brightcove-player__wrapper
  .vjs-chapters-button
  .vjs-menu-content
  li.vjs-menu-title,
.brightcove-player__wrapper.vjs-v8
  .vjs-chapters-button
  .vjs-menu-content
  li.vjs-menu-title {
  display: none;
}
.textarea video-js .vjs-chapters-button .vjs-menu-content .vjs-selected:after,
.brightcove-player__wrapper
  .vjs-chapters-button
  .vjs-menu-content
  .vjs-selected:after,
.brightcove-player__wrapper.vjs-v8
  .vjs-chapters-button
  .vjs-menu-content
  .vjs-selected:after {
  content: none !important;
}
.textarea video-js .vjs-chapters-button .vjs-menu-content .vjs-menu-item,
.brightcove-player__wrapper
  .vjs-chapters-button
  .vjs-menu-content
  .vjs-menu-item,
.brightcove-player__wrapper.vjs-v8
  .vjs-chapters-button
  .vjs-menu-content
  .vjs-menu-item {
  list-style: decimal;
  list-style-position: inside;
}
.textarea
  video-js
  .vjs-chapters-button
  .vjs-menu-content
  .vjs-menu-item
  .vjs-control-text,
.brightcove-player__wrapper
  .vjs-chapters-button
  .vjs-menu-content
  .vjs-menu-item
  .vjs-control-text,
.brightcove-player__wrapper.vjs-v8
  .vjs-chapters-button
  .vjs-menu-content
  .vjs-menu-item
  .vjs-control-text {
  display: none;
}
.textarea
  video-js
  .vjs-chapters-button
  .vjs-menu-content
  .vjs-menu-item
  .vjs-menu-item-text,
.brightcove-player__wrapper
  .vjs-chapters-button
  .vjs-menu-content
  .vjs-menu-item
  .vjs-menu-item-text,
.brightcove-player__wrapper.vjs-v8
  .vjs-chapters-button
  .vjs-menu-content
  .vjs-menu-item
  .vjs-menu-item-text {
  display: inline-flex;
  max-width: 65%;
}
.textarea
  video-js
  .vjs-chapters-button
  .vjs-menu-content
  .vjs-menu-item
  .vjs-menu-item-time,
.brightcove-player__wrapper
  .vjs-chapters-button
  .vjs-menu-content
  .vjs-menu-item
  .vjs-menu-item-time,
.brightcove-player__wrapper.vjs-v8
  .vjs-chapters-button
  .vjs-menu-content
  .vjs-menu-item
  .vjs-menu-item-time {
  float: right;
  margin-left: 12px;
}
.textarea
  video-js
  .vjs-chapters-button
  .vjs-menu-content
  .vjs-menu-item
  + .vjs-menu-item,
.brightcove-player__wrapper
  .vjs-chapters-button
  .vjs-menu-content
  .vjs-menu-item
  + .vjs-menu-item,
.brightcove-player__wrapper.vjs-v8
  .vjs-chapters-button
  .vjs-menu-content
  .vjs-menu-item
  + .vjs-menu-item {
  margin-top: 24px;
}
.textarea
  video-js
  .vjs-chapters-button
  .vjs-menu-content
  .vjs-menu-item.vjs-selected,
.brightcove-player__wrapper
  .vjs-chapters-button
  .vjs-menu-content
  .vjs-menu-item.vjs-selected,
.brightcove-player__wrapper.vjs-v8
  .vjs-chapters-button
  .vjs-menu-content
  .vjs-menu-item.vjs-selected {
  background: #f0f1f2;
  color: #333333;
}
.textarea video-js button.vjs-control,
.textarea video-js button.vjs-subs-caps-button,
.brightcove-player__wrapper button.vjs-control,
.brightcove-player__wrapper button.vjs-subs-caps-button,
.brightcove-player__wrapper.vjs-v8 button.vjs-control,
.brightcove-player__wrapper.vjs-v8 button.vjs-subs-caps-button {
  overflow: hidden;
}
.textarea video-js button.vjs-control:hover,
.textarea video-js button.vjs-subs-caps-button:hover,
.brightcove-player__wrapper button.vjs-control:hover,
.brightcove-player__wrapper button.vjs-subs-caps-button:hover,
.brightcove-player__wrapper.vjs-v8 button.vjs-control:hover,
.brightcove-player__wrapper.vjs-v8 button.vjs-subs-caps-button:hover {
  overflow: visible;
}
.textarea video-js .vjs-quality-menu-wrapper .vjs-menu-content:first-child,
.textarea video-js .vjs-quality-menu-wrapper .vjs-playback-rate--menu,
.textarea video-js .vjs-quality-menu-wrapper .vjs-quality-menu-wrapper--menu,
.textarea video-js .vjs-quality-menu-wrapper .settings-active,
.brightcove-player__wrapper
  .vjs-quality-menu-wrapper
  .vjs-menu-content:first-child,
.brightcove-player__wrapper .vjs-quality-menu-wrapper .vjs-playback-rate--menu,
.brightcove-player__wrapper
  .vjs-quality-menu-wrapper
  .vjs-quality-menu-wrapper--menu,
.brightcove-player__wrapper .vjs-quality-menu-wrapper .settings-active,
.brightcove-player__wrapper.vjs-v8
  .vjs-quality-menu-wrapper
  .vjs-menu-content:first-child,
.brightcove-player__wrapper.vjs-v8
  .vjs-quality-menu-wrapper
  .vjs-playback-rate--menu,
.brightcove-player__wrapper.vjs-v8
  .vjs-quality-menu-wrapper
  .vjs-quality-menu-wrapper--menu,
.brightcove-player__wrapper.vjs-v8 .vjs-quality-menu-wrapper .settings-active {
  display: none;
}
.textarea video-js .vjs-quality-menu-wrapper .vjs-menu-content.active,
.brightcove-player__wrapper .vjs-quality-menu-wrapper .vjs-menu-content.active,
.brightcove-player__wrapper.vjs-v8
  .vjs-quality-menu-wrapper
  .vjs-menu-content.active {
  display: block;
}
.textarea
  video-js
  .vjs-quality-menu-wrapper
  .vjs-menu-content:first-child:focus,
.textarea video-js .vjs-quality-menu-wrapper .vjs-playback-rate--menu li:focus,
.textarea
  video-js
  .vjs-quality-menu-wrapper
  .vjs-quality-menu-wrapper--menu
  li:focus,
.brightcove-player__wrapper
  .vjs-quality-menu-wrapper
  .vjs-menu-content:first-child:focus,
.brightcove-player__wrapper
  .vjs-quality-menu-wrapper
  .vjs-playback-rate--menu
  li:focus,
.brightcove-player__wrapper
  .vjs-quality-menu-wrapper
  .vjs-quality-menu-wrapper--menu
  li:focus,
.brightcove-player__wrapper.vjs-v8
  .vjs-quality-menu-wrapper
  .vjs-menu-content:first-child:focus,
.brightcove-player__wrapper.vjs-v8
  .vjs-quality-menu-wrapper
  .vjs-playback-rate--menu
  li:focus,
.brightcove-player__wrapper.vjs-v8
  .vjs-quality-menu-wrapper
  .vjs-quality-menu-wrapper--menu
  li:focus {
  box-shadow: 0 0 0 2px #0875e1;
  outline: 0;
}
.textarea
  video-js
  .vjs-quality-menu-wrapper
  .vjs-menu-content:first-child:focus:hover,
.textarea
  video-js
  .vjs-quality-menu-wrapper
  .vjs-playback-rate--menu
  li:focus:hover,
.textarea
  video-js
  .vjs-quality-menu-wrapper
  .vjs-quality-menu-wrapper--menu
  li:focus:hover,
.brightcove-player__wrapper
  .vjs-quality-menu-wrapper
  .vjs-menu-content:first-child:focus:hover,
.brightcove-player__wrapper
  .vjs-quality-menu-wrapper
  .vjs-playback-rate--menu
  li:focus:hover,
.brightcove-player__wrapper
  .vjs-quality-menu-wrapper
  .vjs-quality-menu-wrapper--menu
  li:focus:hover,
.brightcove-player__wrapper.vjs-v8
  .vjs-quality-menu-wrapper
  .vjs-menu-content:first-child:focus:hover,
.brightcove-player__wrapper.vjs-v8
  .vjs-quality-menu-wrapper
  .vjs-playback-rate--menu
  li:focus:hover,
.brightcove-player__wrapper.vjs-v8
  .vjs-quality-menu-wrapper
  .vjs-quality-menu-wrapper--menu
  li:focus:hover {
  box-shadow: none;
}
.textarea video-js div.vjs-poster,
.textarea video-js .vjs-control-bar,
.brightcove-player__wrapper div.vjs-poster,
.brightcove-player__wrapper .vjs-control-bar,
.brightcove-player__wrapper.vjs-v8 div.vjs-poster,
.brightcove-player__wrapper.vjs-v8 .vjs-control-bar {
  opacity: 0;
}
.textarea video-js .vjs-title-show,
.textarea video-js .vjs-poster-show,
.textarea video-js .vjs-control-bar-show,
.brightcove-player__wrapper .vjs-title-show,
.brightcove-player__wrapper .vjs-poster-show,
.brightcove-player__wrapper .vjs-control-bar-show,
.brightcove-player__wrapper.vjs-v8 .vjs-title-show,
.brightcove-player__wrapper.vjs-v8 .vjs-poster-show,
.brightcove-player__wrapper.vjs-v8 .vjs-control-bar-show {
  opacity: 1 !important;
}
.textarea
  video-js.vjs-fullscreen
  .vjs-fullscreen-control
  .vjs-icon-placeholder:before,
.brightcove-player__wrapper.vjs-fullscreen
  .vjs-fullscreen-control
  .vjs-icon-placeholder:before,
.brightcove-player__wrapper.vjs-v8.vjs-fullscreen
  .vjs-fullscreen-control
  .vjs-icon-placeholder:before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 3.5C13 3.22386 13.2239 3 13.5 3H15.5C15.7761 3 16 3.22386 16 3.5V8H20.5C20.7761 8 21 8.22386 21 8.5V10.5C21 10.7761 20.7761 11 20.5 11H13.5C13.2239 11 13 10.7761 13 10.5V3.5Z' fill='white'/%3E%3Cpath d='M3.5 13C3.22386 13 3 13.2239 3 13.5V15.5C3 15.7761 3.22386 16 3.5 16H8V20.5C8 20.7761 8.22386 21 8.5 21H10.5C10.7761 21 11 20.7761 11 20.5V13.5C11 13.2239 10.7761 13 10.5 13H3.5Z' fill='white'/%3E%3C/svg%3E");
}
.textarea video-js.vjs-ended .vjs-control-bar,
.brightcove-player__wrapper.vjs-ended .vjs-control-bar,
.brightcove-player__wrapper.vjs-v8.vjs-ended .vjs-control-bar {
  transform: translateY(0px) !important;
  z-index: 99;
}
.textarea
  video-js.vjs-ended
  .vjs-control-bar
  .vjs-paused
  .vjs-icon-placeholder:before,
.brightcove-player__wrapper.vjs-ended
  .vjs-control-bar
  .vjs-paused
  .vjs-icon-placeholder:before,
.brightcove-player__wrapper.vjs-v8.vjs-ended
  .vjs-control-bar
  .vjs-paused
  .vjs-icon-placeholder:before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.2958 17.4821L6.29368 17.4799C6.10168 17.2809 6.10781 16.9644 6.30738 16.7729L7.03225 16.0775L7.03476 16.0751C7.2356 15.8851 7.5529 15.8934 7.74346 16.0937C8.95263 17.3646 10.4143 18 12.1285 18C15.4513 18 18.1449 15.3137 18.1449 12C18.1449 8.68629 15.4513 6 12.1285 6C8.30508 6.03211 6.42914 9.1031 6.18593 11.1078L6.73375 10.5695C6.93099 10.3757 7.24843 10.3781 7.44277 10.5748L8.13986 11.2803C8.33311 11.4759 8.33202 11.7904 8.13741 11.9846L5.57549 14.5418C5.37985 14.7371 5.06251 14.7373 4.8666 14.5423L2.29755 11.9851C2.10231 11.7907 2.1012 11.4756 2.29507 11.2798L2.98934 10.5789L2.99389 10.5744C3.191 10.3804 3.50844 10.3826 3.70292 10.5791L4.16765 11.0488C4.51665 7.44602 7.63811 4.10076 12.1285 4C16.6084 4.06866 20.1504 7.58172 20.1504 12C20.1504 16.4183 16.5589 20 12.1285 20C9.87924 20 7.935 19.1607 6.2958 17.4821Z' fill='white'/%3E%3C/svg%3E");
}
.textarea video-js.vjs-ended .vjs-related-video__wrapper,
.textarea video-js.vjs-ended .vjs-poster,
.brightcove-player__wrapper.vjs-ended .vjs-related-video__wrapper,
.brightcove-player__wrapper.vjs-ended .vjs-poster,
.brightcove-player__wrapper.vjs-v8.vjs-ended .vjs-related-video__wrapper,
.brightcove-player__wrapper.vjs-v8.vjs-ended .vjs-poster {
  display: block;
  overflow: hidden;
}
.textarea video-js.vjs-ended .vjs-marker,
.textarea video-js.vjs-ended div.vjs-chapters-button,
.textarea video-js.vjs-ended .vjs-title-bar,
.brightcove-player__wrapper.vjs-ended .vjs-marker,
.brightcove-player__wrapper.vjs-ended div.vjs-chapters-button,
.brightcove-player__wrapper.vjs-ended .vjs-title-bar,
.brightcove-player__wrapper.vjs-v8.vjs-ended .vjs-marker,
.brightcove-player__wrapper.vjs-v8.vjs-ended div.vjs-chapters-button,
.brightcove-player__wrapper.vjs-v8.vjs-ended .vjs-title-bar {
  display: none;
}
.textarea video-js.vjs-has-related-videos.vjs-ended:after,
.brightcove-player__wrapper.vjs-has-related-videos.vjs-ended:after,
.brightcove-player__wrapper.vjs-v8.vjs-has-related-videos.vjs-ended:after {
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(12px);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.textarea video-js.vjs-hide-controls .vjs-control-bar,
.textarea video-js.not-hover .vjs-control-bar,
.brightcove-player__wrapper.vjs-hide-controls .vjs-control-bar,
.brightcove-player__wrapper.not-hover .vjs-control-bar,
.brightcove-player__wrapper.vjs-v8.vjs-hide-controls .vjs-control-bar,
.brightcove-player__wrapper.vjs-v8.not-hover .vjs-control-bar {
  transform: translateY(120px) !important;
  transition: transform 1s ease 0s;
}
.textarea video-js.vjs-hide-controls .vjs-menu-content,
.textarea video-js.not-hover .vjs-menu-content,
.brightcove-player__wrapper.vjs-hide-controls .vjs-menu-content,
.brightcove-player__wrapper.not-hover .vjs-menu-content,
.brightcove-player__wrapper.vjs-v8.vjs-hide-controls .vjs-menu-content,
.brightcove-player__wrapper.vjs-v8.not-hover .vjs-menu-content {
  opacity: 0;
  transition: opacity 1s;
}
.textarea
  video-js.vjs-user-inactive
  .vjs-control-bar:not(.vjs-control-bar-visible),
.brightcove-player__wrapper.vjs-user-inactive
  .vjs-control-bar:not(.vjs-control-bar-visible),
.brightcove-player__wrapper.vjs-v8.vjs-user-inactive
  .vjs-control-bar:not(.vjs-control-bar-visible) {
  transform: translateY(120px) !important;
}
.textarea video-js.vjs-user-inactive .vjs-title-bar,
.textarea video-js.vjs-hide-controls .vjs-title-bar,
.brightcove-player__wrapper.vjs-user-inactive .vjs-title-bar,
.brightcove-player__wrapper.vjs-hide-controls .vjs-title-bar,
.brightcove-player__wrapper.vjs-v8.vjs-user-inactive .vjs-title-bar,
.brightcove-player__wrapper.vjs-v8.vjs-hide-controls .vjs-title-bar {
  opacity: 0 !important;
  transition: opacity 1s;
}
.textarea video-js.vjs-user-inactive .vjs-text-track-cue,
.textarea video-js.vjs-hide-controls .vjs-text-track-cue,
.brightcove-player__wrapper.vjs-user-inactive .vjs-text-track-cue,
.brightcove-player__wrapper.vjs-hide-controls .vjs-text-track-cue,
.brightcove-player__wrapper.vjs-v8.vjs-user-inactive .vjs-text-track-cue,
.brightcove-player__wrapper.vjs-v8.vjs-hide-controls .vjs-text-track-cue {
  bottom: 9px !important;
}
@media (min-width: 70.25em) {
  .textarea video-js.vjs-user-inactive .vjs-text-track-cue,
  .textarea video-js.vjs-hide-controls .vjs-text-track-cue,
  .brightcove-player__wrapper.vjs-user-inactive .vjs-text-track-cue,
  .brightcove-player__wrapper.vjs-hide-controls .vjs-text-track-cue,
  .brightcove-player__wrapper.vjs-v8.vjs-user-inactive .vjs-text-track-cue,
  .brightcove-player__wrapper.vjs-v8.vjs-hide-controls .vjs-text-track-cue {
    bottom: 11px !important;
  }
}
.textarea video-js.safari-only .vjs-subs-caps-button .vjs-menu-content,
.brightcove-player__wrapper.safari-only .vjs-subs-caps-button .vjs-menu-content,
.brightcove-player__wrapper.vjs-v8.safari-only
  .vjs-subs-caps-button
  .vjs-menu-content {
  right: -39px;
}
@media (min-width: 70.25em) {
  .textarea video-js.safari-only .vjs-subs-caps-button .vjs-menu-content,
  .brightcove-player__wrapper.safari-only
    .vjs-subs-caps-button
    .vjs-menu-content,
  .brightcove-player__wrapper.vjs-v8.safari-only
    .vjs-subs-caps-button
    .vjs-menu-content {
    right: -47px;
  }
}
.textarea video-js.safari-only .vjs-settings__box,
.brightcove-player__wrapper.safari-only .vjs-settings__box,
.brightcove-player__wrapper.vjs-v8.safari-only .vjs-settings__box {
  display: none !important;
}

.brightcove .modal-dialog .modal-content {
  background-color: transparent;
}
.brightcove .brightcove-player__wrapper .vjs-picture-in-picture-control {
  display: none;
}

.textarea video-js .vjs-big-play-button,
.video-brightcove__wrapper .vjs-big-play-button {
  background: #0057ae;
  color: #ffffff;
}
.textarea video-js .vjs-big-play-button:hover,
.video-brightcove__wrapper .vjs-big-play-button:hover {
  background: #022043;
}
.textarea video-js .vjs-big-play-button:active,
.video-brightcove__wrapper .vjs-big-play-button:active {
  background: #022043;
}
.textarea video-js .vjs-big-play-button:focus,
.video-brightcove__wrapper .vjs-big-play-button:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.textarea video-js .vjs-big-play-button:focus-visible,
.video-brightcove__wrapper .vjs-big-play-button:focus-visible {
  background: #022043;
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0057ae;
  outline: 0;
}
.textarea video-js .vjs-big-play-button:focus-visible:hover,
.video-brightcove__wrapper .vjs-big-play-button:focus-visible:hover {
  background: #022043;
  box-shadow: none;
}
.textarea video-js .vjs-big-play-button svg,
.video-brightcove__wrapper .vjs-big-play-button svg {
  fill: #ffffff;
}

/* sans-style class will ignore video modal styles */
.cmp-brightcove-videomodal.vm-styles:before,
.cmp-videomodal.vm-styles:before {
  background-color: #0057ae;
}
.cmp-brightcove-videomodal.vm-styles:active::before,
.cmp-brightcove-videomodal.vm-styles:hover::before,
.cmp-videomodal.vm-styles:active::before,
.cmp-videomodal.vm-styles:hover::before {
  background-color: #022043;
}
.cmp-brightcove-videomodal.vm-styles:focus::before,
.cmp-videomodal.vm-styles:focus::before {
  background-color: #022043;
  box-shadow:
    0 0 0 1px #ffffff,
    0 0 0 2px #0057ae;
  outline: 0;
}
.cmp-brightcove-videomodal.vm-styles .cmp-videomodal__radius-0,
.cmp-videomodal.vm-styles .cmp-videomodal__radius-0 {
  border-radius: 0px;
}
.cmp-brightcove-videomodal.vm-styles .cmp-videomodal__radius-4,
.cmp-videomodal.vm-styles .cmp-videomodal__radius-4 {
  border-radius: 4px;
}
.cmp-brightcove-videomodal.vm-styles .cmp-videomodal__radius-8,
.cmp-videomodal.vm-styles .cmp-videomodal__radius-8 {
  border-radius: 8px;
}
.cmp-brightcove-videomodal.vm-styles .cmp-videomodal__radius-12,
.cmp-videomodal.vm-styles .cmp-videomodal__radius-12 {
  border-radius: 12px;
}
@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cmp-brightcove-videomodal.vm-styles,
.cmp-videomodal.vm-styles {
  position: relative;
  display: block;
}
@media (min-width: 48em) {
  .cmp-brightcove-videomodal.vm-styles__landscape,
  .cmp-videomodal.vm-styles__landscape {
    width: auto;
    height: auto;
  }
}
@media (min-width: 70.25em) {
  .cmp-brightcove-videomodal.vm-styles__landscape,
  .cmp-videomodal.vm-styles__landscape {
    width: 528px;
    height: 352px;
  }
}
@media (min-width: 75em) {
  .cmp-brightcove-videomodal.vm-styles__landscape,
  .cmp-videomodal.vm-styles__landscape {
    width: 640px;
    height: 427px;
  }
}
@media (min-width: 100em) {
  .cmp-brightcove-videomodal.vm-styles__landscape,
  .cmp-videomodal.vm-styles__landscape {
    width: 928px;
    height: 619px;
  }
}
@media (min-width: 48em) {
  .cmp-brightcove-videomodal.vm-styles__square,
  .cmp-videomodal.vm-styles__square {
    width: auto;
    height: auto;
  }
}
@media (min-width: 70.25em) {
  .cmp-brightcove-videomodal.vm-styles__square,
  .cmp-videomodal.vm-styles__square {
    width: 528px;
    height: 528px;
  }
}
@media (min-width: 75em) {
  .cmp-brightcove-videomodal.vm-styles__square,
  .cmp-videomodal.vm-styles__square {
    width: 640px;
    height: 640px;
  }
}
@media (min-width: 100em) {
  .cmp-brightcove-videomodal.vm-styles__square,
  .cmp-videomodal.vm-styles__square {
    width: 808px;
    height: 808px;
  }
}
.cmp-brightcove-videomodal.vm-styles.vm-thumbnail-exists:after,
.cmp-brightcove-videomodal.vm-styles.vm-thumbnail-exists:before,
.cmp-videomodal.vm-styles.vm-thumbnail-exists:after,
.cmp-videomodal.vm-styles.vm-thumbnail-exists:before {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.15s;
}
.cmp-brightcove-videomodal.vm-styles,
.cmp-videomodal.vm-styles {
  /* before and after pseudo element styles for video player button */
  font-size: 16px;
}
.cmp-brightcove-videomodal.vm-styles:after,
.cmp-brightcove-videomodal.vm-styles:before,
.cmp-videomodal.vm-styles:after,
.cmp-videomodal.vm-styles:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  opacity: 0;
}
.cmp-brightcove-videomodal.vm-styles:before,
.cmp-videomodal.vm-styles:before {
  background: #0875e1;
  border-radius: 50%;
  height: 3em;
  margin-left: -32px;
  margin-top: -32px;
  width: 3em;
}
@media (min-width: 23.4375em) {
  .cmp-brightcove-videomodal.vm-styles:before,
  .cmp-videomodal.vm-styles:before {
    height: 4em;
    width: 4em;
  }
}
@media (min-width: 48em) {
  .cmp-brightcove-videomodal.vm-styles:before,
  .cmp-videomodal.vm-styles:before {
    height: 5em;
    width: 5em;
  }
}
@media (min-width: 120em) {
  .cmp-brightcove-videomodal.vm-styles:before,
  .cmp-videomodal.vm-styles:before {
    height: 6em;
    width: 6em;
  }
}
.cmp-brightcove-videomodal.vm-styles:after,
.cmp-videomodal.vm-styles:after {
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left: 14px solid #ffffff;
  margin-top: -15px;
  margin-left: -13px;
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.25));
}
@media (min-width: 23.4375em) {
  .cmp-brightcove-videomodal.vm-styles:after,
  .cmp-videomodal.vm-styles:after {
    border-width: 11px;
    border-left-width: 19px;
    margin-left: -7px;
    margin-top: -11px;
  }
}
@media (min-width: 48em) {
  .cmp-brightcove-videomodal.vm-styles:after,
  .cmp-videomodal.vm-styles:after {
    border-width: 16px;
    border-left-width: 25px;
    margin-top: -8px;
    margin-left: 0px;
  }
}
@media (min-width: 70.25em) {
  .cmp-brightcove-videomodal.vm-styles:after,
  .cmp-videomodal.vm-styles:after {
    border-width: 19px;
    border-left-width: 28px;
    margin-top: -11px;
    margin-left: -1px;
  }
}
@media (min-width: 75em) {
  .cmp-brightcove-videomodal.vm-styles:after,
  .cmp-videomodal.vm-styles:after {
    border-width: 19px;
    border-left-width: 28px;
    margin-top: -10px;
    margin-left: 0px;
  }
}
@media (min-width: 120em) {
  .cmp-brightcove-videomodal.vm-styles:after,
  .cmp-videomodal.vm-styles:after {
    border-width: 25px;
    border-left-width: 33px;
    margin-top: -8px;
    margin-left: 5px;
  }
}
.cmp-brightcove-videomodal.vm-styles:focus,
.cmp-videomodal.vm-styles:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.cmp-brightcove-videomodal.vm-styles:focus-visible,
.cmp-videomodal.vm-styles:focus-visible {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  outline: 0;
}
.cmp-brightcove-videomodal.vm-styles:focus-visible:hover,
.cmp-videomodal.vm-styles:focus-visible:hover {
  box-shadow: none;
}
.cmp-brightcove-videomodal.vm-styles:hover:before,
.cmp-videomodal.vm-styles:hover:before {
  background: #005cb9;
}
.cmp-brightcove-videomodal.vm-styles.play-btn-border .vm-brightcove-btn,
.cmp-videomodal.vm-styles.play-btn-border .vm-brightcove-btn {
  border: 1px solid #ffffff;
}
.cmp-brightcove-videomodal.vm-styles.video-thumbnail-border
  .cmp-videomodal__image,
.cmp-videomodal.vm-styles.video-thumbnail-border .cmp-videomodal__image {
  border: 1px solid #ffffff;
}
.cmp-brightcove-videomodal.vm-styles img,
.cmp-videomodal.vm-styles img {
  display: block;
  width: 100%;
}

.cmp-brightcove-videomodal.vm-styles:before,
.cmp-videomodal.vm-styles:before {
  background-color: #0057ae;
}
.cmp-brightcove-videomodal.vm-styles:active::before,
.cmp-brightcove-videomodal.vm-styles:hover::before,
.cmp-videomodal.vm-styles:active::before,
.cmp-videomodal.vm-styles:hover::before {
  background-color: #022043;
}
.cmp-brightcove-videomodal.vm-styles:focus::before,
.cmp-videomodal.vm-styles:focus::before {
  background-color: #022043;
  box-shadow:
    0 0 0 1px #ffffff,
    0 0 0 2px #0057ae;
  outline: 0;
}

/*** Column Control specific video modal styling ***/
.columncontrol
  .row
  .col-sm-4
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .col-sm-4
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .col-sm-4
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.columncontrol
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  .col-sm-4
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.perspective-article-page
  .columncontrol
  .perspective-main-container
  > .aem-Grid--default--12
  .col-sm-4
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.columncontrol
  .cmp-logo-wall
  .logo-container
  .col-sm-4
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.cmp-logo-wall
  .columncontrol
  .logo-container
  .col-sm-4
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.columncontrol
  .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.validation-component__wrapper--horizontal
  .columncontrol
  .row
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.validation-component__wrapper--horizontal
  .columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.validation-component__wrapper--horizontal
  .customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.columncontrol
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.validation-component__wrapper--horizontal
  .columncontrol
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.perspective-article-page
  .columncontrol
  .perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .columncontrol
  .perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.columncontrol
  .cmp-logo-wall
  .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.validation-component__wrapper--horizontal
  .columncontrol
  .cmp-logo-wall
  .logo-container
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.cmp-logo-wall
  .columncontrol
  .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .columncontrol
  .logo-container
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.columncontrol
  .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.validation-component__wrapper--contentonWhiteBackground
  .columncontrol
  .row
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.validation-component__wrapper--contentonWhiteBackground
  .columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.columncontrol
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.validation-component__wrapper--contentonWhiteBackground
  .columncontrol
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.perspective-article-page
  .columncontrol
  .perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .columncontrol
  .perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.columncontrol
  .cmp-logo-wall
  .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.validation-component__wrapper--contentonWhiteBackground
  .columncontrol
  .cmp-logo-wall
  .logo-container
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.cmp-logo-wall
  .columncontrol
  .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .columncontrol
  .logo-container
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.columncontrol .row .col-sm-4 .cmp-videomodal .cmp-videomodal__link::before,
.columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .col-sm-4
  .cmp-videomodal
  .cmp-videomodal__link::before,
.customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .col-sm-4
  .cmp-videomodal
  .cmp-videomodal__link::before,
.columncontrol
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  .col-sm-4
  .cmp-videomodal
  .cmp-videomodal__link::before,
.perspective-article-page
  .columncontrol
  .perspective-main-container
  > .aem-Grid--default--12
  .col-sm-4
  .cmp-videomodal
  .cmp-videomodal__link::before,
.columncontrol
  .cmp-logo-wall
  .logo-container
  .col-sm-4
  .cmp-videomodal
  .cmp-videomodal__link::before,
.cmp-logo-wall
  .columncontrol
  .logo-container
  .col-sm-4
  .cmp-videomodal
  .cmp-videomodal__link::before,
.columncontrol
  .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::before,
.validation-component__wrapper--horizontal
  .columncontrol
  .row
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::before,
.columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::before,
.validation-component__wrapper--horizontal
  .columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::before,
.customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::before,
.validation-component__wrapper--horizontal
  .customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::before,
.columncontrol
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::before,
.validation-component__wrapper--horizontal
  .columncontrol
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::before,
.perspective-article-page
  .columncontrol
  .perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::before,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .columncontrol
  .perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::before,
.columncontrol
  .cmp-logo-wall
  .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::before,
.validation-component__wrapper--horizontal
  .columncontrol
  .cmp-logo-wall
  .logo-container
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::before,
.cmp-logo-wall
  .columncontrol
  .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::before,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .columncontrol
  .logo-container
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::before,
.columncontrol
  .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::before,
.validation-component__wrapper--contentonWhiteBackground
  .columncontrol
  .row
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::before,
.columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::before,
.validation-component__wrapper--contentonWhiteBackground
  .columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::before,
.customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::before,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::before,
.columncontrol
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::before,
.validation-component__wrapper--contentonWhiteBackground
  .columncontrol
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::before,
.perspective-article-page
  .columncontrol
  .perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::before,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .columncontrol
  .perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::before,
.columncontrol
  .cmp-logo-wall
  .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::before,
.validation-component__wrapper--contentonWhiteBackground
  .columncontrol
  .cmp-logo-wall
  .logo-container
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::before,
.cmp-logo-wall
  .columncontrol
  .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::before,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .columncontrol
  .logo-container
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::before,
.columncontrol
  .row
  .col-sm-6
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .col-sm-6
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .col-sm-6
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.columncontrol
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  .col-sm-6
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.perspective-article-page
  .columncontrol
  .perspective-main-container
  > .aem-Grid--default--12
  .col-sm-6
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.columncontrol
  .cmp-logo-wall
  .logo-container
  .col-sm-6
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.cmp-logo-wall
  .columncontrol
  .logo-container
  .col-sm-6
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.columncontrol
  .row
  .icon-grid-resource
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .icon-grid-resource
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .icon-grid-resource
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.columncontrol
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  .icon-grid-resource
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.perspective-article-page
  .columncontrol
  .perspective-main-container
  > .aem-Grid--default--12
  .icon-grid-resource
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.columncontrol
  .cmp-logo-wall
  .logo-container
  .icon-grid-resource
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.cmp-logo-wall
  .columncontrol
  .logo-container
  .icon-grid-resource
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.columncontrol
  .row
  .twocolumn
  .icon-grid-resource
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.twocolumn
  .columncontrol
  .row
  .icon-grid-resource
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .icon-grid-resource
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.twocolumn
  .columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .icon-grid-resource
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .icon-grid-resource
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.twocolumn
  .customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .icon-grid-resource
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.columncontrol
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .icon-grid-resource
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.twocolumn
  .columncontrol
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  .icon-grid-resource
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.perspective-article-page
  .columncontrol
  .perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .icon-grid-resource
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.twocolumn
  .perspective-article-page
  .columncontrol
  .perspective-main-container
  > .aem-Grid--default--12
  .icon-grid-resource
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.columncontrol
  .cmp-logo-wall
  .logo-container
  .twocolumn
  .icon-grid-resource
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.twocolumn
  .columncontrol
  .cmp-logo-wall
  .logo-container
  .icon-grid-resource
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.cmp-logo-wall
  .columncontrol
  .logo-container
  .twocolumn
  .icon-grid-resource
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.twocolumn
  .cmp-logo-wall
  .columncontrol
  .logo-container
  .icon-grid-resource
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::before,
.columncontrol .row .col-sm-6 .cmp-videomodal .cmp-videomodal__link::before,
.columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .col-sm-6
  .cmp-videomodal
  .cmp-videomodal__link::before,
.customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .col-sm-6
  .cmp-videomodal
  .cmp-videomodal__link::before,
.columncontrol
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  .col-sm-6
  .cmp-videomodal
  .cmp-videomodal__link::before,
.perspective-article-page
  .columncontrol
  .perspective-main-container
  > .aem-Grid--default--12
  .col-sm-6
  .cmp-videomodal
  .cmp-videomodal__link::before,
.columncontrol
  .cmp-logo-wall
  .logo-container
  .col-sm-6
  .cmp-videomodal
  .cmp-videomodal__link::before,
.cmp-logo-wall
  .columncontrol
  .logo-container
  .col-sm-6
  .cmp-videomodal
  .cmp-videomodal__link::before,
.columncontrol
  .row
  .icon-grid-resource
  .cmp-videomodal
  .cmp-videomodal__link::before,
.columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .icon-grid-resource
  .cmp-videomodal
  .cmp-videomodal__link::before,
.customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .icon-grid-resource
  .cmp-videomodal
  .cmp-videomodal__link::before,
.columncontrol
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  .icon-grid-resource
  .cmp-videomodal
  .cmp-videomodal__link::before,
.perspective-article-page
  .columncontrol
  .perspective-main-container
  > .aem-Grid--default--12
  .icon-grid-resource
  .cmp-videomodal
  .cmp-videomodal__link::before,
.columncontrol
  .cmp-logo-wall
  .logo-container
  .icon-grid-resource
  .cmp-videomodal
  .cmp-videomodal__link::before,
.cmp-logo-wall
  .columncontrol
  .logo-container
  .icon-grid-resource
  .cmp-videomodal
  .cmp-videomodal__link::before,
.columncontrol
  .row
  .twocolumn
  .icon-grid-resource
  .cmp-videomodal
  .cmp-videomodal__link::before,
.twocolumn
  .columncontrol
  .row
  .icon-grid-resource
  .cmp-videomodal
  .cmp-videomodal__link::before,
.columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .icon-grid-resource
  .cmp-videomodal
  .cmp-videomodal__link::before,
.twocolumn
  .columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .icon-grid-resource
  .cmp-videomodal
  .cmp-videomodal__link::before,
.customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .icon-grid-resource
  .cmp-videomodal
  .cmp-videomodal__link::before,
.twocolumn
  .customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .icon-grid-resource
  .cmp-videomodal
  .cmp-videomodal__link::before,
.columncontrol
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .icon-grid-resource
  .cmp-videomodal
  .cmp-videomodal__link::before,
.twocolumn
  .columncontrol
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  .icon-grid-resource
  .cmp-videomodal
  .cmp-videomodal__link::before,
.perspective-article-page
  .columncontrol
  .perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .icon-grid-resource
  .cmp-videomodal
  .cmp-videomodal__link::before,
.twocolumn
  .perspective-article-page
  .columncontrol
  .perspective-main-container
  > .aem-Grid--default--12
  .icon-grid-resource
  .cmp-videomodal
  .cmp-videomodal__link::before,
.columncontrol
  .cmp-logo-wall
  .logo-container
  .twocolumn
  .icon-grid-resource
  .cmp-videomodal
  .cmp-videomodal__link::before,
.twocolumn
  .columncontrol
  .cmp-logo-wall
  .logo-container
  .icon-grid-resource
  .cmp-videomodal
  .cmp-videomodal__link::before,
.cmp-logo-wall
  .columncontrol
  .logo-container
  .twocolumn
  .icon-grid-resource
  .cmp-videomodal
  .cmp-videomodal__link::before,
.twocolumn
  .cmp-logo-wall
  .columncontrol
  .logo-container
  .icon-grid-resource
  .cmp-videomodal
  .cmp-videomodal__link::before {
  height: 4em;
  width: 4em;
}
@media (min-width: 48em) {
  .columncontrol
    .row
    .col-sm-4
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .col-sm-4
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .col-sm-4
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .col-sm-4
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .col-sm-4
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .col-sm-4
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .col-sm-4
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .row
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--horizontal
    .columncontrol
    .row
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--horizontal
    .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--horizontal
    .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--horizontal
    .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--horizontal
    .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--horizontal
    .columncontrol
    .cmp-logo-wall
    .logo-container
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--horizontal
    .cmp-logo-wall
    .columncontrol
    .logo-container
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .row
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--contentonWhiteBackground
    .columncontrol
    .row
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--contentonWhiteBackground
    .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--contentonWhiteBackground
    .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--contentonWhiteBackground
    .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--contentonWhiteBackground
    .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--contentonWhiteBackground
    .columncontrol
    .cmp-logo-wall
    .logo-container
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--contentonWhiteBackground
    .cmp-logo-wall
    .columncontrol
    .logo-container
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .columncontrol .row .col-sm-4 .cmp-videomodal .cmp-videomodal__link::before,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .col-sm-4
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .col-sm-4
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .col-sm-4
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .col-sm-4
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .col-sm-4
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .col-sm-4
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .row
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--horizontal
    .columncontrol
    .row
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--horizontal
    .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--horizontal
    .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--horizontal
    .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--horizontal
    .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--horizontal
    .columncontrol
    .cmp-logo-wall
    .logo-container
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--horizontal
    .cmp-logo-wall
    .columncontrol
    .logo-container
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .row
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--contentonWhiteBackground
    .columncontrol
    .row
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--contentonWhiteBackground
    .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--contentonWhiteBackground
    .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--contentonWhiteBackground
    .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--contentonWhiteBackground
    .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--contentonWhiteBackground
    .columncontrol
    .cmp-logo-wall
    .logo-container
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--contentonWhiteBackground
    .cmp-logo-wall
    .columncontrol
    .logo-container
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .row
    .col-sm-6
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .col-sm-6
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .col-sm-6
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .col-sm-6
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .col-sm-6
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .col-sm-6
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .col-sm-6
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .row
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .row
    .twocolumn
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .twocolumn
    .columncontrol
    .row
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .twocolumn
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .twocolumn
    .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .twocolumn
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .twocolumn
    .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .twocolumn
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .twocolumn
    .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .twocolumn
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .twocolumn
    .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .twocolumn
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .twocolumn
    .columncontrol
    .cmp-logo-wall
    .logo-container
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .twocolumn
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .twocolumn
    .cmp-logo-wall
    .columncontrol
    .logo-container
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .columncontrol .row .col-sm-6 .cmp-videomodal .cmp-videomodal__link::before,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .col-sm-6
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .col-sm-6
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .col-sm-6
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .col-sm-6
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .col-sm-6
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .col-sm-6
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .row
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .row
    .twocolumn
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .twocolumn
    .columncontrol
    .row
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .twocolumn
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .twocolumn
    .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .twocolumn
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .twocolumn
    .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .twocolumn
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .twocolumn
    .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .twocolumn
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .twocolumn
    .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .twocolumn
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .twocolumn
    .columncontrol
    .cmp-logo-wall
    .logo-container
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .twocolumn
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .twocolumn
    .cmp-logo-wall
    .columncontrol
    .logo-container
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::before {
    height: 3em;
    width: 3em;
  }
}
@media (min-width: 70.25em) {
  .columncontrol
    .row
    .col-sm-4
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .col-sm-4
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .col-sm-4
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .col-sm-4
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .col-sm-4
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .col-sm-4
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .col-sm-4
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .row
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--horizontal
    .columncontrol
    .row
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--horizontal
    .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--horizontal
    .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--horizontal
    .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--horizontal
    .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--horizontal
    .columncontrol
    .cmp-logo-wall
    .logo-container
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--horizontal
    .cmp-logo-wall
    .columncontrol
    .logo-container
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .row
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--contentonWhiteBackground
    .columncontrol
    .row
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--contentonWhiteBackground
    .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--contentonWhiteBackground
    .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--contentonWhiteBackground
    .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--contentonWhiteBackground
    .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--contentonWhiteBackground
    .columncontrol
    .cmp-logo-wall
    .logo-container
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--contentonWhiteBackground
    .cmp-logo-wall
    .columncontrol
    .logo-container
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .columncontrol .row .col-sm-4 .cmp-videomodal .cmp-videomodal__link::before,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .col-sm-4
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .col-sm-4
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .col-sm-4
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .col-sm-4
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .col-sm-4
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .col-sm-4
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .row
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--horizontal
    .columncontrol
    .row
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--horizontal
    .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--horizontal
    .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--horizontal
    .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--horizontal
    .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--horizontal
    .columncontrol
    .cmp-logo-wall
    .logo-container
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--horizontal
    .cmp-logo-wall
    .columncontrol
    .logo-container
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .row
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--contentonWhiteBackground
    .columncontrol
    .row
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--contentonWhiteBackground
    .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--contentonWhiteBackground
    .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--contentonWhiteBackground
    .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--contentonWhiteBackground
    .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--contentonWhiteBackground
    .columncontrol
    .cmp-logo-wall
    .logo-container
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .validation-component__wrapper--contentonWhiteBackground
    .cmp-logo-wall
    .columncontrol
    .logo-container
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .row
    .col-sm-6
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .col-sm-6
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .col-sm-6
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .col-sm-6
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .col-sm-6
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .col-sm-6
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .col-sm-6
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .row
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .row
    .twocolumn
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .twocolumn
    .columncontrol
    .row
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .twocolumn
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .twocolumn
    .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .twocolumn
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .twocolumn
    .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .twocolumn
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .twocolumn
    .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .twocolumn
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .twocolumn
    .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .twocolumn
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .twocolumn
    .columncontrol
    .cmp-logo-wall
    .logo-container
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .twocolumn
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .twocolumn
    .cmp-logo-wall
    .columncontrol
    .logo-container
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::before,
  .columncontrol .row .col-sm-6 .cmp-videomodal .cmp-videomodal__link::before,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .col-sm-6
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .col-sm-6
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .col-sm-6
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .col-sm-6
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .col-sm-6
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .col-sm-6
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .row
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .row
    .twocolumn
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .twocolumn
    .columncontrol
    .row
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .twocolumn
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .twocolumn
    .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .twocolumn
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .twocolumn
    .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .twocolumn
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .twocolumn
    .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .twocolumn
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .twocolumn
    .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .twocolumn
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .twocolumn
    .columncontrol
    .cmp-logo-wall
    .logo-container
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .twocolumn
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::before,
  .twocolumn
    .cmp-logo-wall
    .columncontrol
    .logo-container
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::before {
    height: 4em;
    width: 4em;
  }
}
.columncontrol
  .row
  .col-sm-4
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .col-sm-4
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .col-sm-4
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.columncontrol
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  .col-sm-4
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.perspective-article-page
  .columncontrol
  .perspective-main-container
  > .aem-Grid--default--12
  .col-sm-4
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.columncontrol
  .cmp-logo-wall
  .logo-container
  .col-sm-4
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.cmp-logo-wall
  .columncontrol
  .logo-container
  .col-sm-4
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.columncontrol
  .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.validation-component__wrapper--horizontal
  .columncontrol
  .row
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.validation-component__wrapper--horizontal
  .columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.validation-component__wrapper--horizontal
  .customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.columncontrol
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.validation-component__wrapper--horizontal
  .columncontrol
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.perspective-article-page
  .columncontrol
  .perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .columncontrol
  .perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.columncontrol
  .cmp-logo-wall
  .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.validation-component__wrapper--horizontal
  .columncontrol
  .cmp-logo-wall
  .logo-container
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.cmp-logo-wall
  .columncontrol
  .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .columncontrol
  .logo-container
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.columncontrol
  .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.validation-component__wrapper--contentonWhiteBackground
  .columncontrol
  .row
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.validation-component__wrapper--contentonWhiteBackground
  .columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.columncontrol
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.validation-component__wrapper--contentonWhiteBackground
  .columncontrol
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.perspective-article-page
  .columncontrol
  .perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .columncontrol
  .perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.columncontrol
  .cmp-logo-wall
  .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.validation-component__wrapper--contentonWhiteBackground
  .columncontrol
  .cmp-logo-wall
  .logo-container
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.cmp-logo-wall
  .columncontrol
  .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .columncontrol
  .logo-container
  .validation-component__wrapper-logo
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.columncontrol .row .col-sm-4 .cmp-videomodal .cmp-videomodal__link::after,
.columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .col-sm-4
  .cmp-videomodal
  .cmp-videomodal__link::after,
.customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .col-sm-4
  .cmp-videomodal
  .cmp-videomodal__link::after,
.columncontrol
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  .col-sm-4
  .cmp-videomodal
  .cmp-videomodal__link::after,
.perspective-article-page
  .columncontrol
  .perspective-main-container
  > .aem-Grid--default--12
  .col-sm-4
  .cmp-videomodal
  .cmp-videomodal__link::after,
.columncontrol
  .cmp-logo-wall
  .logo-container
  .col-sm-4
  .cmp-videomodal
  .cmp-videomodal__link::after,
.cmp-logo-wall
  .columncontrol
  .logo-container
  .col-sm-4
  .cmp-videomodal
  .cmp-videomodal__link::after,
.columncontrol
  .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::after,
.validation-component__wrapper--horizontal
  .columncontrol
  .row
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::after,
.columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::after,
.validation-component__wrapper--horizontal
  .columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::after,
.customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::after,
.validation-component__wrapper--horizontal
  .customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::after,
.columncontrol
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::after,
.validation-component__wrapper--horizontal
  .columncontrol
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::after,
.perspective-article-page
  .columncontrol
  .perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::after,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .columncontrol
  .perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::after,
.columncontrol
  .cmp-logo-wall
  .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::after,
.validation-component__wrapper--horizontal
  .columncontrol
  .cmp-logo-wall
  .logo-container
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::after,
.cmp-logo-wall
  .columncontrol
  .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::after,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .columncontrol
  .logo-container
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::after,
.columncontrol
  .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::after,
.validation-component__wrapper--contentonWhiteBackground
  .columncontrol
  .row
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::after,
.columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::after,
.validation-component__wrapper--contentonWhiteBackground
  .columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::after,
.customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::after,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::after,
.columncontrol
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::after,
.validation-component__wrapper--contentonWhiteBackground
  .columncontrol
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::after,
.perspective-article-page
  .columncontrol
  .perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::after,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .columncontrol
  .perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::after,
.columncontrol
  .cmp-logo-wall
  .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::after,
.validation-component__wrapper--contentonWhiteBackground
  .columncontrol
  .cmp-logo-wall
  .logo-container
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::after,
.cmp-logo-wall
  .columncontrol
  .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::after,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .columncontrol
  .logo-container
  .validation-component__wrapper-logo
  .cmp-videomodal
  .cmp-videomodal__link::after,
.columncontrol
  .row
  .col-sm-6
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .col-sm-6
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .col-sm-6
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.columncontrol
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  .col-sm-6
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.perspective-article-page
  .columncontrol
  .perspective-main-container
  > .aem-Grid--default--12
  .col-sm-6
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.columncontrol
  .cmp-logo-wall
  .logo-container
  .col-sm-6
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.cmp-logo-wall
  .columncontrol
  .logo-container
  .col-sm-6
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.columncontrol
  .row
  .icon-grid-resource
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .icon-grid-resource
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .icon-grid-resource
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.columncontrol
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  .icon-grid-resource
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.perspective-article-page
  .columncontrol
  .perspective-main-container
  > .aem-Grid--default--12
  .icon-grid-resource
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.columncontrol
  .cmp-logo-wall
  .logo-container
  .icon-grid-resource
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.cmp-logo-wall
  .columncontrol
  .logo-container
  .icon-grid-resource
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.columncontrol
  .row
  .twocolumn
  .icon-grid-resource
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.twocolumn
  .columncontrol
  .row
  .icon-grid-resource
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .icon-grid-resource
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.twocolumn
  .columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .icon-grid-resource
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .icon-grid-resource
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.twocolumn
  .customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .icon-grid-resource
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.columncontrol
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .icon-grid-resource
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.twocolumn
  .columncontrol
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  .icon-grid-resource
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.perspective-article-page
  .columncontrol
  .perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .icon-grid-resource
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.twocolumn
  .perspective-article-page
  .columncontrol
  .perspective-main-container
  > .aem-Grid--default--12
  .icon-grid-resource
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.columncontrol
  .cmp-logo-wall
  .logo-container
  .twocolumn
  .icon-grid-resource
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.twocolumn
  .columncontrol
  .cmp-logo-wall
  .logo-container
  .icon-grid-resource
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.cmp-logo-wall
  .columncontrol
  .logo-container
  .twocolumn
  .icon-grid-resource
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.twocolumn
  .cmp-logo-wall
  .columncontrol
  .logo-container
  .icon-grid-resource
  .cmp-brightcove-videomodal
  .cmp-videomodal__link::after,
.columncontrol .row .col-sm-6 .cmp-videomodal .cmp-videomodal__link::after,
.columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .col-sm-6
  .cmp-videomodal
  .cmp-videomodal__link::after,
.customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .col-sm-6
  .cmp-videomodal
  .cmp-videomodal__link::after,
.columncontrol
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  .col-sm-6
  .cmp-videomodal
  .cmp-videomodal__link::after,
.perspective-article-page
  .columncontrol
  .perspective-main-container
  > .aem-Grid--default--12
  .col-sm-6
  .cmp-videomodal
  .cmp-videomodal__link::after,
.columncontrol
  .cmp-logo-wall
  .logo-container
  .col-sm-6
  .cmp-videomodal
  .cmp-videomodal__link::after,
.cmp-logo-wall
  .columncontrol
  .logo-container
  .col-sm-6
  .cmp-videomodal
  .cmp-videomodal__link::after,
.columncontrol
  .row
  .icon-grid-resource
  .cmp-videomodal
  .cmp-videomodal__link::after,
.columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .icon-grid-resource
  .cmp-videomodal
  .cmp-videomodal__link::after,
.customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .icon-grid-resource
  .cmp-videomodal
  .cmp-videomodal__link::after,
.columncontrol
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  .icon-grid-resource
  .cmp-videomodal
  .cmp-videomodal__link::after,
.perspective-article-page
  .columncontrol
  .perspective-main-container
  > .aem-Grid--default--12
  .icon-grid-resource
  .cmp-videomodal
  .cmp-videomodal__link::after,
.columncontrol
  .cmp-logo-wall
  .logo-container
  .icon-grid-resource
  .cmp-videomodal
  .cmp-videomodal__link::after,
.cmp-logo-wall
  .columncontrol
  .logo-container
  .icon-grid-resource
  .cmp-videomodal
  .cmp-videomodal__link::after,
.columncontrol
  .row
  .twocolumn
  .icon-grid-resource
  .cmp-videomodal
  .cmp-videomodal__link::after,
.twocolumn
  .columncontrol
  .row
  .icon-grid-resource
  .cmp-videomodal
  .cmp-videomodal__link::after,
.columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .icon-grid-resource
  .cmp-videomodal
  .cmp-videomodal__link::after,
.twocolumn
  .columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .icon-grid-resource
  .cmp-videomodal
  .cmp-videomodal__link::after,
.customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .icon-grid-resource
  .cmp-videomodal
  .cmp-videomodal__link::after,
.twocolumn
  .customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .icon-grid-resource
  .cmp-videomodal
  .cmp-videomodal__link::after,
.columncontrol
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .icon-grid-resource
  .cmp-videomodal
  .cmp-videomodal__link::after,
.twocolumn
  .columncontrol
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  .icon-grid-resource
  .cmp-videomodal
  .cmp-videomodal__link::after,
.perspective-article-page
  .columncontrol
  .perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .icon-grid-resource
  .cmp-videomodal
  .cmp-videomodal__link::after,
.twocolumn
  .perspective-article-page
  .columncontrol
  .perspective-main-container
  > .aem-Grid--default--12
  .icon-grid-resource
  .cmp-videomodal
  .cmp-videomodal__link::after,
.columncontrol
  .cmp-logo-wall
  .logo-container
  .twocolumn
  .icon-grid-resource
  .cmp-videomodal
  .cmp-videomodal__link::after,
.twocolumn
  .columncontrol
  .cmp-logo-wall
  .logo-container
  .icon-grid-resource
  .cmp-videomodal
  .cmp-videomodal__link::after,
.cmp-logo-wall
  .columncontrol
  .logo-container
  .twocolumn
  .icon-grid-resource
  .cmp-videomodal
  .cmp-videomodal__link::after,
.twocolumn
  .cmp-logo-wall
  .columncontrol
  .logo-container
  .icon-grid-resource
  .cmp-videomodal
  .cmp-videomodal__link::after {
  margin-top: -14px;
  margin-left: -8px;
  border-width: 14px;
  border-left-width: 22px;
}
@media (min-width: 48em) {
  .columncontrol
    .row
    .col-sm-4
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .col-sm-4
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .col-sm-4
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .col-sm-4
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .col-sm-4
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .col-sm-4
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .col-sm-4
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .row
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--horizontal
    .columncontrol
    .row
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--horizontal
    .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--horizontal
    .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--horizontal
    .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--horizontal
    .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--horizontal
    .columncontrol
    .cmp-logo-wall
    .logo-container
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--horizontal
    .cmp-logo-wall
    .columncontrol
    .logo-container
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .row
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--contentonWhiteBackground
    .columncontrol
    .row
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--contentonWhiteBackground
    .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--contentonWhiteBackground
    .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--contentonWhiteBackground
    .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--contentonWhiteBackground
    .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--contentonWhiteBackground
    .columncontrol
    .cmp-logo-wall
    .logo-container
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--contentonWhiteBackground
    .cmp-logo-wall
    .columncontrol
    .logo-container
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .columncontrol .row .col-sm-4 .cmp-videomodal .cmp-videomodal__link::after,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .col-sm-4
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .col-sm-4
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .col-sm-4
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .col-sm-4
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .col-sm-4
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .col-sm-4
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .row
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--horizontal
    .columncontrol
    .row
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--horizontal
    .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--horizontal
    .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--horizontal
    .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--horizontal
    .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--horizontal
    .columncontrol
    .cmp-logo-wall
    .logo-container
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--horizontal
    .cmp-logo-wall
    .columncontrol
    .logo-container
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .row
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--contentonWhiteBackground
    .columncontrol
    .row
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--contentonWhiteBackground
    .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--contentonWhiteBackground
    .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--contentonWhiteBackground
    .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--contentonWhiteBackground
    .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--contentonWhiteBackground
    .columncontrol
    .cmp-logo-wall
    .logo-container
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--contentonWhiteBackground
    .cmp-logo-wall
    .columncontrol
    .logo-container
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .row
    .col-sm-6
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .col-sm-6
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .col-sm-6
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .col-sm-6
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .col-sm-6
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .col-sm-6
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .col-sm-6
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .row
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .row
    .twocolumn
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .twocolumn
    .columncontrol
    .row
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .twocolumn
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .twocolumn
    .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .twocolumn
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .twocolumn
    .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .twocolumn
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .twocolumn
    .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .twocolumn
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .twocolumn
    .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .twocolumn
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .twocolumn
    .columncontrol
    .cmp-logo-wall
    .logo-container
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .twocolumn
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .twocolumn
    .cmp-logo-wall
    .columncontrol
    .logo-container
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .columncontrol .row .col-sm-6 .cmp-videomodal .cmp-videomodal__link::after,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .col-sm-6
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .col-sm-6
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .col-sm-6
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .col-sm-6
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .col-sm-6
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .col-sm-6
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .row
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .row
    .twocolumn
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .twocolumn
    .columncontrol
    .row
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .twocolumn
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .twocolumn
    .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .twocolumn
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .twocolumn
    .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .twocolumn
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .twocolumn
    .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .twocolumn
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .twocolumn
    .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .twocolumn
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .twocolumn
    .columncontrol
    .cmp-logo-wall
    .logo-container
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .twocolumn
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .twocolumn
    .cmp-logo-wall
    .columncontrol
    .logo-container
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::after {
    margin-top: -18px;
    margin-left: -14px;
    border-width: 11px;
    border-left-width: 19px;
  }
}
@media (min-width: 70.25em) {
  .columncontrol
    .row
    .col-sm-4
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .col-sm-4
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .col-sm-4
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .col-sm-4
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .col-sm-4
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .col-sm-4
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .col-sm-4
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .row
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--horizontal
    .columncontrol
    .row
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--horizontal
    .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--horizontal
    .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--horizontal
    .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--horizontal
    .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--horizontal
    .columncontrol
    .cmp-logo-wall
    .logo-container
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--horizontal
    .cmp-logo-wall
    .columncontrol
    .logo-container
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .row
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--contentonWhiteBackground
    .columncontrol
    .row
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--contentonWhiteBackground
    .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--contentonWhiteBackground
    .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--contentonWhiteBackground
    .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--contentonWhiteBackground
    .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--contentonWhiteBackground
    .columncontrol
    .cmp-logo-wall
    .logo-container
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--contentonWhiteBackground
    .cmp-logo-wall
    .columncontrol
    .logo-container
    .validation-component__wrapper-logo
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .columncontrol .row .col-sm-4 .cmp-videomodal .cmp-videomodal__link::after,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .col-sm-4
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .col-sm-4
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .col-sm-4
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .col-sm-4
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .col-sm-4
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .col-sm-4
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .row
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--horizontal
    .columncontrol
    .row
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--horizontal
    .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--horizontal
    .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--horizontal
    .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--horizontal
    .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--horizontal
    .columncontrol
    .cmp-logo-wall
    .logo-container
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--horizontal
    .cmp-logo-wall
    .columncontrol
    .logo-container
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .row
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--contentonWhiteBackground
    .columncontrol
    .row
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--contentonWhiteBackground
    .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--contentonWhiteBackground
    .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--contentonWhiteBackground
    .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--contentonWhiteBackground
    .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--contentonWhiteBackground
    .columncontrol
    .cmp-logo-wall
    .logo-container
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .validation-component__wrapper--contentonWhiteBackground
    .cmp-logo-wall
    .columncontrol
    .logo-container
    .validation-component__wrapper-logo
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .row
    .col-sm-6
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .col-sm-6
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .col-sm-6
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .col-sm-6
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .col-sm-6
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .col-sm-6
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .col-sm-6
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .row
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .row
    .twocolumn
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .twocolumn
    .columncontrol
    .row
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .twocolumn
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .twocolumn
    .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .twocolumn
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .twocolumn
    .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .twocolumn
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .twocolumn
    .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .twocolumn
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .twocolumn
    .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .twocolumn
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .twocolumn
    .columncontrol
    .cmp-logo-wall
    .logo-container
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .twocolumn
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .twocolumn
    .cmp-logo-wall
    .columncontrol
    .logo-container
    .icon-grid-resource
    .cmp-brightcove-videomodal
    .cmp-videomodal__link::after,
  .columncontrol .row .col-sm-6 .cmp-videomodal .cmp-videomodal__link::after,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .col-sm-6
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .col-sm-6
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .col-sm-6
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .col-sm-6
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .col-sm-6
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .col-sm-6
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .row
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .row
    .twocolumn
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .twocolumn
    .columncontrol
    .row
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .twocolumn
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .twocolumn
    .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .twocolumn
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .twocolumn
    .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .twocolumn
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .twocolumn
    .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .twocolumn
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .twocolumn
    .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .twocolumn
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .twocolumn
    .columncontrol
    .cmp-logo-wall
    .logo-container
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .twocolumn
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::after,
  .twocolumn
    .cmp-logo-wall
    .columncontrol
    .logo-container
    .icon-grid-resource
    .cmp-videomodal
    .cmp-videomodal__link::after {
    margin-top: -14px;
    margin-left: -8px;
    border-width: 14px;
    border-left-width: 22px;
  }
}

/*** end Column Control specific video modal styling ***/
/* video skin override based on _videojs.scss from www */
.wd-video-skin .vjs-big-play-button {
  font-size: 2em;
  line-height: 2em;
  height: 2em;
  width: 2em;
  border: 0.06666em solid #ffffff;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  margin-left: -1em;
  margin-top: -1em;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  transition: background-color 250ms ease;
}
@media (min-width: 48em) {
  .wd-video-skin .vjs-big-play-button {
    font-size: 4em;
  }
}
.wd-video-skin:hover .vjs-big-play-button {
  transition: background-color 250ms ease;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.5);
}
.wd-video-skin.vjs-youtube-mobile .vjs-control-bar,
.wd-video-skin.vjs-youtube .vjs-control-bar,
.wd-video-skin .vjs-youtube-mobile .vjs-control-bar,
.wd-video-skin .vjs-youtube .vjs-control-bar,
.wd-video-skin .vjs-no-flex .vjs-control-bar {
  display: none;
}

body.simple-nav,
body.simple-nav {
  padding-top: 72px !important;
  padding-top: 4.5rem !important;
}
@media (min-width: 48em) {
  body.simple-nav,
  body.simple-nav {
    padding-top: 80px !important;
    padding-top: 5rem !important;
  }
}

.simple-header .atlas-overlay {
  transition: all 250ms ease;
  min-height: 100vh;
}
.simple-header .atlas-overlay.hide {
  transition: all 250ms ease;
  min-height: 0;
}
.simple-header .cmp-event-header {
  height: 72px;
  height: 4.5rem;
  padding: 0 16px;
  padding: 0rem 1rem;
  display: flex;
  left: 0;
  position: fixed;
  top: 0;
  transition:
    background 250ms ease,
    height 250ms ease;
  width: 100%;
  z-index: 900;
  align-items: center;
}
@media (min-width: 48em) {
  .simple-header .cmp-event-header {
    height: 80px;
    height: 5rem;
    padding: 0 32px;
    padding: 0rem 2rem;
    flex-direction: row;
    justify-content: flex-end;
  }
}
.simple-header .cmp-event-header.noNav {
  height: 80px;
  height: 5rem;
  display: flex;
  align-items: center;
}
.simple-header .cmp-event-header .menu-options {
  display: none;
}
@media (min-width: 70.25em) {
  .simple-header .cmp-event-header .menu-options {
    display: block;
  }
}
.simple-header .cmp-event-header .cmp-getstarted {
  margin: 32px 16px;
  margin: 2rem 1rem;
  text-align: center;
}
.simple-header .cmp-event-header .cmp-getstarted .btn,
.simple-header
  .cmp-event-header
  .cmp-getstarted
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .simple-header
  .cmp-event-header
  .cmp-getstarted
  a,
.simple-header
  .cmp-event-header
  .cmp-getstarted
  .cmp-subnavigation
  .sub-navigation__container--cta
  a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .simple-header
  .cmp-event-header
  .cmp-getstarted
  a,
.simple-header
  .cmp-event-header
  .cmp-getstarted
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .simple-header
  .cmp-event-header
  .cmp-getstarted
  .vjs-default-button,
.simple-header
  .cmp-event-header
  .cmp-getstarted
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .simple-header
  .cmp-event-header
  .cmp-getstarted
  .vjs-done-button,
.simple-header
  .cmp-event-header
  .cmp-getstarted
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .simple-header
  .cmp-event-header
  .cmp-getstarted
  .vjs-default-button,
.simple-header
  .cmp-event-header
  .cmp-getstarted
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .simple-header
  .cmp-event-header
  .cmp-getstarted
  .vjs-done-button {
  justify-content: center;
}
.simple-header .cmp-event-header .cmp-event-navigation {
  text-decoration: none;
}
@media (min-width: 70.25em) {
  .simple-header .cmp-event-header .cmp-event-navigation {
    padding: 0;
    padding: 0rem;
    align-items: center;
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
  }
}
.simple-header
  .cmp-event-header
  .cmp-event-navigation
  .cmp-event-navigation__group {
  flex-flow: column;
  height: 0;
  left: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: absolute;
  top: 72px;
  transition: height 250ms ease;
  background-color: #ffffff;
  width: 100%;
}
@media (min-width: 70.25em) {
  .simple-header
    .cmp-event-header
    .cmp-event-navigation
    .cmp-event-navigation__group {
    background-color: transparent;
    display: inline-flex;
    flex-flow: row;
    height: auto;
    overflow: visible;
    position: static;
    transition: initial;
  }
}
.simple-header
  .cmp-event-header
  .cmp-event-navigation
  .cmp-event-navigation__group.open {
  -ms-overflow-style: none;
  transition: height 200ms ease;
  height: calc(100vh - 72px);
}
@media (min-width: 70.25em) {
  .simple-header
    .cmp-event-header
    .cmp-event-navigation
    .cmp-event-navigation__group.open {
    align-items: center;
    display: none;
    justify-content: center;
    overflow: visible;
    padding: 0;
    position: initial;
    transition: initial;
  }
}
.simple-header
  .cmp-event-header
  .cmp-event-navigation
  .cmp-event-navigation__group.open
  .cmp-getstarted {
  display: block;
  margin: 32px 16px;
  margin: 2rem 1rem;
}
@media (min-width: 70.25em) {
  .simple-header
    .cmp-event-header
    .cmp-event-navigation
    .cmp-event-navigation__group
    .cmp-getstarted {
    display: none;
  }
}
.simple-header
  .cmp-event-header
  .cmp-event-navigation
  .cmp-event-navigation__group {
  list-style: none;
}
@media (min-width: 70.25em) {
  .simple-header
    .cmp-event-header
    .cmp-event-navigation
    .cmp-event-navigation__group {
    margin-right: 12px;
    margin-right: 0.75rem;
  }
}
.simple-header
  .cmp-event-header
  .cmp-event-navigation
  .cmp-event-navigation__group
  .cmp-event-navigation__item {
  padding: 0 16px;
  padding: 0rem 1rem;
}
@media (min-width: 70.25em) {
  .simple-header
    .cmp-event-header
    .cmp-event-navigation
    .cmp-event-navigation__group
    .cmp-event-navigation__item {
    padding: 0;
    padding: 0rem;
  }
}
.simple-header
  .cmp-event-header
  .cmp-event-navigation
  .cmp-event-navigation__group
  .cmp-event-navigation__item:first-of-type {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media (min-width: 70.25em) {
  .simple-header
    .cmp-event-header
    .cmp-event-navigation
    .cmp-event-navigation__group
    .cmp-event-navigation__item:first-of-type {
    margin: 0;
    margin: 0rem;
  }
}
.simple-header
  .cmp-event-header
  .cmp-event-navigation
  .cmp-event-navigation__group
  .cmp-event-navigation__item
  + .cmp-event-navigation__item {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media (min-width: 70.25em) {
  .simple-header
    .cmp-event-header
    .cmp-event-navigation
    .cmp-event-navigation__group
    .cmp-event-navigation__item
    + .cmp-event-navigation__item {
    margin-top: 0;
    margin-top: 0rem;
    margin-left: 4px;
    margin-left: 0.25rem;
  }
}
.simple-header
  .cmp-event-header
  .cmp-event-navigation
  .cmp-event-navigation__group
  .cmp-event-navigation__item
  a {
  padding: 10px 16px;
  padding: 0.625rem 1rem;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 20px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1.25rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  border-radius: 28px;
  border-radius: 4px;
  display: block;
  text-decoration: none;
  outline: none;
  font-weight: 500;
  transition:
    color 250ms ease,
    background 250ms ease;
}
@media (min-width: 70.25em) {
  .simple-header
    .cmp-event-header
    .cmp-event-navigation
    .cmp-event-navigation__group
    .cmp-event-navigation__item
    a {
    padding: 12px;
    padding: 0.75rem;
    /* Number of pixels in 1rem (default: 16px/rem)
    /* When converting to rems, we must divide by this ratio. */
    /* Print the pixel fallback declaration first so we can override it in capable browsers. */
    font-size: 16px;
    /* If there is only one value, print the declaration with the value converted to rems.*/
    font-size: 1rem;
    /* line heights were not matching with the comps
    /* need to fix the math later
    /* @include set-leading($lines); */
    border-radius: 24px;
    line-height: 24px;
    text-decoration: none;
    transition:
      color 250ms ease,
      background 250ms ease;
  }
}
.simple-header .cmp-event-header .hamburger {
  height: 40px;
  height: 2.5rem;
  padding: 0px;
  padding: 0rem;
  width: 40px;
  width: 2.5rem;
  background-color: transparent;
  border-radius: 50%;
  border: 0 none transparent;
  cursor: pointer;
  transition: all 250ms ease;
  z-index: 999;
}
@media (min-width: 70.25em) {
  .simple-header .cmp-event-header .hamburger {
    display: none;
  }
}
.simple-header .cmp-event-header .hamburger.is-active .hamburger-svg-icon {
  display: none;
}
.simple-header .cmp-event-header .hamburger.is-active .nav-close {
  display: block;
}
.simple-header .cmp-event-header .hamburger .nav-close {
  height: 40px;
  height: 2.5rem;
  padding: 8px;
  padding: 0.5rem;
  width: 40px;
  width: 2.5rem;
  border-radius: 50%;
  display: none;
}
.simple-header .cmp-event-header .hamburger .hamburger-svg-icon {
  height: 40px;
  height: 2.5rem;
  padding: 8px;
  padding: 0.5rem;
  width: 40px;
  width: 2.5rem;
  border-radius: 50%;
  display: block;
  outline: none;
}
.simple-header .cmp-event-header {
  /* alignment */
}
.simple-header .cmp-event-header__align-center {
  align-items: center;
  text-align: center;
}
.simple-header .cmp-event-header__align-center .logo-wrapper {
  justify-content: center;
}
.simple-header .cmp-event-header {
  /* themes */
}
.simple-header .cmp-event-header__white {
  color: #333333;
  background-color: #ffffff;
}
.simple-header .cmp-event-header__white .event-name {
  border-left-color: rgba(0, 0, 0, 0.12);
  color: #005cb9;
}
.simple-header .cmp-event-header__white svg#workday-logo #arch {
  fill: #f38b00;
}
.simple-header .cmp-event-header__white svg#workday-logo #workday {
  fill: #005cb9;
}
.simple-header .cmp-event-header__white .hamburger .hamburger-svg-icon svg,
.simple-header .cmp-event-header__white .hamburger .nav-close svg {
  fill: #333333;
}
.simple-header .cmp-event-header__white .hamburger .hamburger-svg-icon:hover,
.simple-header .cmp-event-header__white .hamburger .nav-close:hover {
  background-color: #f0f1f2;
}
.simple-header .cmp-event-header__white .hamburger .hamburger-svg-icon:active,
.simple-header .cmp-event-header__white .hamburger .nav-close:active {
  background-color: #dfe2e6;
  color: currentColor;
}
.simple-header .cmp-event-header__white .hamburger .hamburger-svg-icon:focus,
.simple-header .cmp-event-header__white .hamburger .nav-close:focus {
  background-color: #ffffff;
  box-shadow: 0 0 0 2px #0875e1;
  color: currentColor;
}
.simple-header
  .cmp-event-header__white
  .hamburger
  .hamburger-svg-icon:focus:hover,
.simple-header .cmp-event-header__white .hamburger .nav-close:focus:hover {
  box-shadow: none;
}
.simple-header .cmp-event-header__white .hamburger:hover {
  color: currentColor;
}
.simple-header .cmp-event-header__white .cmp-event-navigation__item a {
  color: currentColor;
}
.simple-header .cmp-event-header__white .cmp-event-navigation__item a:active {
  background-color: #dfe2e6;
  color: currentColor;
}
.simple-header .cmp-event-header__white .cmp-event-navigation__item a:hover {
  background-color: #f0f1f2;
  color: currentColor;
}
.simple-header .cmp-event-header__white .cmp-event-navigation__item a:focus {
  background-color: #ffffff;
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  color: currentColor;
}
.simple-header
  .cmp-event-header__white
  .cmp-event-navigation__item
  a:focus:hover {
  box-shadow: none;
}
.simple-header .cmp-event-header__transparent-dark {
  color: #ffffff;
  background-color: #0875e1;
}
.simple-header .cmp-event-header__transparent-dark .event-name {
  border-left-color: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}
.simple-header .cmp-event-header__transparent-dark svg#workday-logo #arch {
  fill: #f38b00;
}
.simple-header .cmp-event-header__transparent-dark svg#workday-logo #workday {
  fill: #ffffff;
}
.simple-header
  .cmp-event-header__transparent-dark
  .hamburger
  .hamburger-svg-icon
  svg,
.simple-header .cmp-event-header__transparent-dark .hamburger .nav-close svg {
  fill: #ffffff;
}
.simple-header .cmp-event-header__transparent-dark .hamburger:hover {
  background-color: rgba(0, 0, 0, 0.16);
  color: #ffffff;
}
.simple-header .cmp-event-header__transparent-dark .hamburger:active {
  background-color: rgba(0, 0, 0, 0.32);
  color: currentColor;
}
.simple-header .cmp-event-header__transparent-dark .hamburger:focus {
  background-color: transparent;
  box-shadow:
    0 0 0 2px #0875e1,
    0 0 0 4px #ffffff;
  color: currentColor;
}
.simple-header .cmp-event-header__transparent-dark .hamburger:focus:hover {
  box-shadow: none;
}
@media (min-width: 70.25em) {
  .simple-header
    .cmp-event-header__transparent-dark
    .cmp-event-navigation__item
    a {
    color: currentColor;
    background-color: transparent;
  }
  .simple-header
    .cmp-event-header__transparent-dark
    .cmp-event-navigation__item
    a:active {
    background-color: rgba(0, 0, 0, 0.32);
    color: currentColor;
  }
  .simple-header
    .cmp-event-header__transparent-dark
    .cmp-event-navigation__item
    a:hover {
    background-color: rgba(0, 0, 0, 0.16);
    color: currentColor;
  }
  .simple-header
    .cmp-event-header__transparent-dark
    .cmp-event-navigation__item
    a:focus {
    background-color: transparent;
    color: currentColor;
    box-shadow:
      0 0 0 2px #0875e1,
      0 0 0 4px #ffffff;
  }
  .simple-header
    .cmp-event-header__transparent-dark
    .cmp-event-navigation__item
    a:focus:hover {
    box-shadow: none;
  }
}
.simple-header .cmp-event-header__transparent-light {
  color: #333333;
  background-color: #f0f1f2;
}
.simple-header .cmp-event-header__transparent-light .event-name {
  border-left-color: rgba(0, 0, 0, 0.12);
  color: #005cb9;
}
.simple-header .cmp-event-header__transparent-light svg#workday-logo #arch {
  fill: #f38b00;
}
.simple-header .cmp-event-header__transparent-light svg#workday-logo #workday {
  fill: #005cb9;
}
.simple-header
  .cmp-event-header__transparent-light
  .hamburger
  .hamburger-svg-icon
  svg,
.simple-header .cmp-event-header__transparent-light .hamburger .nav-close svg {
  fill: currentColor;
}
.simple-header
  .cmp-event-header__transparent-light
  .hamburger
  .hamburger-svg-icon:hover,
.simple-header
  .cmp-event-header__transparent-light
  .hamburger
  .nav-close:hover {
  background-color: rgba(0, 0, 0, 0.08);
  color: currentColor;
}
.simple-header
  .cmp-event-header__transparent-light
  .hamburger
  .hamburger-svg-icon:active,
.simple-header
  .cmp-event-header__transparent-light
  .hamburger
  .nav-close:active {
  background-color: rgba(0, 0, 0, 0.16);
}
.simple-header
  .cmp-event-header__transparent-light
  .hamburger
  .hamburger-svg-icon:focus,
.simple-header
  .cmp-event-header__transparent-light
  .hamburger
  .nav-close:focus {
  background-color: transparent;
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
}
.simple-header
  .cmp-event-header__transparent-light
  .hamburger
  .hamburger-svg-icon:focus:hover,
.simple-header
  .cmp-event-header__transparent-light
  .hamburger
  .nav-close:focus:hover {
  box-shadow: none;
}
@media (min-width: 70.25em) {
  .simple-header
    .cmp-event-header__transparent-light
    .cmp-event-navigation__item
    a {
    color: currentColor;
    background-color: transparent;
  }
  .simple-header
    .cmp-event-header__transparent-light
    .cmp-event-navigation__item
    a:active {
    background-color: rgba(0, 0, 0, 0.16);
    color: currentColor;
  }
  .simple-header
    .cmp-event-header__transparent-light
    .cmp-event-navigation__item
    a:hover {
    background-color: rgba(0, 0, 0, 0.08);
    color: currentColor;
  }
  .simple-header
    .cmp-event-header__transparent-light
    .cmp-event-navigation__item
    a:focus {
    background-color: transparent;
    box-shadow:
      0 0 0 2px #ffffff,
      0 0 0 4px #0875e1;
    color: currentColor;
  }
  .simple-header
    .cmp-event-header__transparent-light
    .cmp-event-navigation__item
    a:focus:hover {
    box-shadow: none;
  }
}
.simple-header .logo-wrapper {
  flex-grow: 3;
  display: inline-flex;
}
.simple-header .logo-wrapper a {
  align-items: center;
  display: inline-flex;
  text-decoration: none;
  outline: none;
  height: 56px;
  height: 3.5rem;
}
@media (min-width: 48em) {
  .simple-header .logo-wrapper a {
    height: 64px;
    height: 4rem;
  }
}
.simple-header .logo-wrapper a .logo svg {
  display: block;
  width: 100px;
  width: 6.25rem;
  height: 40px;
  height: 2.5rem;
}
@media (min-width: 48em) {
  .simple-header .logo-wrapper a .logo svg {
    width: 120px;
    width: 7.5rem;
    height: 48px;
    height: 3rem;
  }
}
.simple-header .logo-wrapper a .event-name {
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 20px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1.25rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  line-height: 28px;
  margin-left: 16px;
  margin-left: 1rem;
  padding-left: 16px;
  padding-left: 1rem;
  position: relative;
}
.simple-header .logo-wrapper a .event-name::before {
  position: absolute;
  top: 50%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.12);
  transform: translateY(-50%);
  content: "";
  width: 1px;
  width: 0.0625rem;
  display: block;
  height: 40px;
  height: 2.5rem;
}
@media (min-width: 48em) {
  .simple-header .logo-wrapper a .event-name::before {
    height: 48px;
    height: 3rem;
  }
}
.simple-header .logo-wrapper a:not(.noHyperLink) {
  cursor: pointer;
}
.simple-header .logo-wrapper a:not(.noHyperLink):focus {
  border-radius: 4px;
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
}
.simple-header .logo-wrapper a:not(.noHyperLink):focus:hover {
  box-shadow: none;
}
.simple-header .logo-wrapper a.noHyperLink {
  cursor: auto;
}
.simple-header
  .cmp-event-header__transparent-dark
  .logo-wrapper
  .event-name:before {
  background-color: rgba(255, 255, 255, 0.3);
}

html.freeze {
  overflow: hidden !important;
  scrollbar-gutter: stable;
}
html {
  scroll-behavior: smooth;
}

body.freeze {
  overflow: hidden !important;
}
body.simple-nav {
  padding-top: 72px !important;
  padding-top: 4.5rem !important;
}
body.simple-nav-v2 {
  padding-top: 0px !important;
  padding-top: 0rem !important;
}

.simple-header .atlas-overlay {
  transition: all 200ms linear;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(12px);
  z-index: 9992;
  position: fixed;
}
.simple-header .atlas-overlay.hide {
  transition: all 200ms linear;
  min-height: 0;
}
.simple-header .simple-header-v2 {
  background-color: #ffffff;
  height: 72px;
  height: 4.5rem;
  padding: 0rem 0.75rem 0rem 2rem;
  display: flex;
  left: 0;
  position: fixed;
  top: 0;
  transition:
    background-color 200ms linear,
    height 200ms linear;
  width: 100%;
  z-index: 9995;
  align-items: center;
  box-shadow: 0px -1px 0px 0px #dfe2e6 inset;
}
@media (min-width: 48em) {
  .simple-header .simple-header-v2 {
    padding: 0 32px;
    padding: 0rem 2rem;
    flex-direction: row;
    justify-content: flex-end;
  }
}
@media (min-width: 70.25em) {
  .simple-header .simple-header-v2 {
    padding: 0rem 2rem;
  }
  .simple-header .simple-header-v2.hidden {
    opacity: 0;
  }
}
.simple-header .simple-header-v2-content-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1408px;
  margin-left: auto;
  margin-right: auto;
}
.simple-header .simple-header-v2.absolute:not(.noNav) {
  position: absolute;
}
.simple-header .simple-header-v2.noNav {
  height: 4.5rem;
  display: flex;
  align-items: center;
  position: fixed;
}
.simple-header .simple-header-v2 .menu-options {
  display: none;
}
@media (min-width: 70.25em) {
  .simple-header .simple-header-v2 .menu-options {
    display: block;
  }
}
.simple-header .simple-header-v2 .verticle-divide {
  height: 100%;
  max-height: 48px;
  width: 1px;
  margin: 0 16px;
  background-color: rgba(0, 0, 0, 0.12);
}
.simple-header .simple-header-v2 .logo-wrapper .simple-nav-name {
  color: #0f2e66;
}
.simple-header .simple-header-v2 .cmp-getstarted {
  margin: 32px 16px;
  margin: 2rem 1rem;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.simple-header .simple-header-v2 .cmp-getstarted .btn,
.simple-header
  .simple-header-v2
  .cmp-getstarted
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .simple-header
  .simple-header-v2
  .cmp-getstarted
  a,
.simple-header
  .simple-header-v2
  .cmp-getstarted
  .cmp-subnavigation
  .sub-navigation__container--cta
  a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .simple-header
  .simple-header-v2
  .cmp-getstarted
  a,
.simple-header
  .simple-header-v2
  .cmp-getstarted
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .simple-header
  .simple-header-v2
  .cmp-getstarted
  .vjs-default-button,
.simple-header
  .simple-header-v2
  .cmp-getstarted
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .simple-header
  .simple-header-v2
  .cmp-getstarted
  .vjs-done-button,
.simple-header
  .simple-header-v2
  .cmp-getstarted
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .simple-header
  .simple-header-v2
  .cmp-getstarted
  .vjs-default-button,
.simple-header
  .simple-header-v2
  .cmp-getstarted
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .simple-header
  .simple-header-v2
  .cmp-getstarted
  .vjs-done-button {
  color: #ffffff;
  justify-content: center;
}
.simple-header .simple-header-v2 .cmp-simple-navigation-v2 {
  text-decoration: none;
}
@media (min-width: 70.25em) {
  .simple-header .simple-header-v2 .cmp-simple-navigation-v2 {
    padding: 0;
    padding: 0rem;
    align-items: center;
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
  }
}
.simple-header .simple-header-v2 .cmp-simple-navigation-v2__group {
  display: none;
  flex-flow: column;
  height: 0;
  left: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: absolute;
  top: 72px;
  transition: height 200ms linear;
  background-color: #ffffff;
  width: 100%;
}
@media (min-width: 70.25em) {
  .simple-header .simple-header-v2 .cmp-simple-navigation-v2__group {
    background-color: transparent;
    display: inline-flex;
    flex-flow: row;
    height: auto;
    overflow: visible;
    position: static;
    transition: initial;
  }
}
.simple-header .simple-header-v2 .cmp-simple-navigation-v2__group.open {
  -ms-overflow-style: none;
  transition: height 200ms linear;
  height: calc(100vh - 72px);
}
@media (min-width: 70.25em) {
  .simple-header .simple-header-v2 .cmp-simple-navigation-v2__group.open {
    align-items: center;
    display: none;
    justify-content: center;
    overflow: visible;
    padding: 0;
    position: initial;
    transition: initial;
  }
}
.simple-header
  .simple-header-v2
  .cmp-simple-navigation-v2__group.open
  .cmp-getstarted {
  display: block;
  margin: 32px 16px;
  margin: 2rem 1rem;
}
.simple-header
  .simple-header-v2
  .cmp-simple-navigation-v2__group
  .cmp-getstarted {
  margin: 0;
}
@media (min-width: 70.25em) {
  .simple-header
    .simple-header-v2
    .cmp-simple-navigation-v2__group
    .cmp-getstarted {
    display: none;
  }
}
.simple-header .simple-header-v2 .cmp-simple-navigation-v2__group {
  list-style: none;
}
@media (min-width: 70.25em) {
  .simple-header .simple-header-v2 .cmp-simple-navigation-v2__group {
    margin-right: 12px;
    margin-right: 0.75rem;
  }
}
.cmp-simple-navigation-v2__item {
  cursor: pointer;
  position: relative;
  padding: 0 16px;
  padding: 0rem 1rem;
}
@media (min-width: 70.25em) {
  .cmp-simple-navigation-v2__item {
    padding: 0px;
  }
}
.cmp-simple-navigation-v2__item a {
  font-weight: 700;
}
.cmp-simple-navigation-v2__item span {
  pointer-events: none;
}
.cmp-simple-navigation-v2__item-lvl-2 {
  background-color: #ffffff;
  outline: none;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.12);
  display: none;
  padding: 12px;
  position: absolute;
  right: 0;
  top: 53px;
  width: 320px;
}
.cmp-simple-navigation-v2__item-lvl-2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cmp-simple-navigation-v2__item-lvl-2 ul li {
  margin: 0;
}
.cmp-simple-navigation-v2__item-lvl-2 ul li a {
  color: #022043;
  background-color: #ffffff;
  border-radius: 8px;
  display: flex;
  padding: 12px;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  width: 100%;
  font-weight: 400;
}
.cmp-simple-navigation-v2__item-lvl-2 ul li a:visited:hover,
.cmp-simple-navigation-v2__item-lvl-2 ul li a:active,
.cmp-simple-navigation-v2__item-lvl-2 ul li a:hover {
  color: currentColor;
  background-color: rgba(0, 0, 0, 0.08);
}
.cmp-simple-navigation-v2__item-lvl-2 ul li a:focus,
.cmp-simple-navigation-v2__item-lvl-2 ul li a:focus-within {
  border: none;
  outline: none;
  box-shadow: none !important;
}
.cmp-simple-navigation-v2__item-lvl-2 ul li a:focus-visible {
  box-shadow: 0 0 0 2px #0057ae inset !important;
}
.cmp-simple-navigation-v2__item-lvl-2 ul li a span {
  pointer-events: none;
}
.cmp-simple-navigation-v2__item-lvl-2
  ul
  li
  .cmp-simple-navigation-v2__item-lvl-3,
.cmp-simple-navigation-v2__item-lvl-2
  ul
  li
  .cmp-simple-navigation-v2__item-lvl-4 {
  display: none;
  flex-direction: column;
  width: 100%;
}
.cmp-simple-navigation-v2__item-lvl-2
  ul
  li
  .cmp-simple-navigation-v2__item-lvl-3-back-button,
.cmp-simple-navigation-v2__item-lvl-2
  ul
  li
  .cmp-simple-navigation-v2__item-lvl-4-back-button {
  font-weight: 700;
  color: #022043;
  cursor: pointer;
  background-color: #ffffff;
  border: 0;
  font-size: 1rem;
  line-height: 24px;
  border-radius: 8px;
  display: flex;
  padding: 12px 12px 12px 4px;
  align-items: center;
  gap: 4px;
  align-self: stretch;
}
.cmp-simple-navigation-v2__item-lvl-2
  ul
  li
  .cmp-simple-navigation-v2__item-lvl-3-back-button:hover,
.cmp-simple-navigation-v2__item-lvl-2
  ul
  li
  .cmp-simple-navigation-v2__item-lvl-3-back-button:active,
.cmp-simple-navigation-v2__item-lvl-2
  ul
  li
  .cmp-simple-navigation-v2__item-lvl-4-back-button:hover,
.cmp-simple-navigation-v2__item-lvl-2
  ul
  li
  .cmp-simple-navigation-v2__item-lvl-4-back-button:active {
  color: currentColor;
  background-color: rgba(0, 0, 0, 0.08);
}
.cmp-simple-navigation-v2__item-lvl-2
  ul
  li
  .cmp-simple-navigation-v2__item-lvl-3-back-button:focus,
.cmp-simple-navigation-v2__item-lvl-2
  ul
  li
  .cmp-simple-navigation-v2__item-lvl-3-back-button:focus-within,
.cmp-simple-navigation-v2__item-lvl-2
  ul
  li
  .cmp-simple-navigation-v2__item-lvl-4-back-button:focus,
.cmp-simple-navigation-v2__item-lvl-2
  ul
  li
  .cmp-simple-navigation-v2__item-lvl-4-back-button:focus-within {
  border: none;
  outline: none;
  box-shadow: none !important;
}
.cmp-simple-navigation-v2__item-lvl-2
  ul
  li
  .cmp-simple-navigation-v2__item-lvl-3-back-button:focus-visible,
.cmp-simple-navigation-v2__item-lvl-2
  ul
  li
  .cmp-simple-navigation-v2__item-lvl-4-back-button:focus-visible {
  box-shadow: 0 0 0 2px #0057ae inset !important;
}
.cmp-simple-navigation-v2__item-lvl-2
  ul
  li
  .cmp-simple-navigation-v2__item-lvl-3-back-button
  svg,
.cmp-simple-navigation-v2__item-lvl-2
  ul
  li
  .cmp-simple-navigation-v2__item-lvl-4-back-button
  svg {
  pointer-events: none;
  flex-shrink: 0;
  fill: #022043;
  height: 24px;
  width: 24px;
  transform: rotate(180deg);
}
.cmp-simple-navigation-v2__item-lvl-2
  ul
  li
  .cmp-simple-navigation-v2__item-lvl-3__item
  a,
.cmp-simple-navigation-v2__item-lvl-2
  ul
  li
  .cmp-simple-navigation-v2__item-lvl-4__item
  a {
  font-weight: 400;
}
.cmp-simple-navigation-v2__item-lvl-2__item-link {
  font-weight: 400 !important;
}
.cmp-simple-navigation-v2__item:first-of-type {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media (min-width: 70.25em) {
  .cmp-simple-navigation-v2__item:first-of-type {
    margin: 0;
    margin: 0rem;
  }
}
.cmp-simple-navigation-v2__item + .cmp-simple-navigation-v2__item {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media (min-width: 70.25em) {
  .cmp-simple-navigation-v2__item + .cmp-simple-navigation-v2__item {
    margin-top: 0;
    margin-top: 0rem;
    margin-left: 4px;
    margin-left: 0.25rem;
  }
}
.cmp-simple-navigation-v2__item.more {
  display: none;
}
.cmp-simple-navigation-v2__item.more a {
  height: 48px;
}
.cmp-simple-navigation-v2__item.more
  .cmp-simple-navigation-v2__item-lvl-2__item {
  display: none;
}

.cmp-simple-navigation-v2__item a {
  padding: 10px 16px;
  padding: 0.625rem 1rem;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 20px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1.25rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  border-radius: 28px;
  border-radius: 4px;
  display: block;
  text-decoration: none;
  outline: none;
  font-weight: 500;
  justify-content: space-between;
  transition:
    color 200ms linear,
    background-color 200ms linear;
}
@media (min-width: 70.25em) {
  .cmp-simple-navigation-v2__item a {
    padding: 12px;
    padding: 0.75rem;
    /* Number of pixels in 1rem (default: 16px/rem)
    /* When converting to rems, we must divide by this ratio. */
    /* Print the pixel fallback declaration first so we can override it in capable browsers. */
    font-size: 16px;
    /* If there is only one value, print the declaration with the value converted to rems.*/
    font-size: 1rem;
    /* line heights were not matching with the comps
    /* need to fix the math later
    /* @include set-leading($lines); */
    border-radius: 24px;
    line-height: 24px;
    text-decoration: none;
    transition:
      color 200ms linear,
      background-color 200ms linear;
  }
}
.cmp-simple-navigation-v2__item a:focus,
.cmp-simple-navigation-v2__item a:focus-within {
  border: none;
  outline: none;
  box-shadow: none !important;
}
.cmp-simple-navigation-v2__item a:focus-visible {
  outline: none !important;
  box-shadow: 0 0 0 2px #0057ae inset !important;
}
.cmp-simple-navigation-v2__item a.active,
.cmp-simple-navigation-v2__item a:hover,
.cmp-simple-navigation-v2__item a:active {
  background-color: rgba(0, 0, 0, 0.08);
}
.cmp-simple-navigation-v2__item a svg {
  pointer-events: none;
  flex-shrink: 0;
  fill: currentColor;
  height: 24px;
  width: 24px;
  vertical-align: middle;
  transition: fill 200ms linear;
}

.simple-header .simple-header-v2 .hamburger {
  height: 40px;
  height: 2.5rem;
  padding: 0px;
  padding: 0rem;
  width: 40px;
  width: 2.5rem;
  background-color: transparent;
  border-radius: 50%;
  border: 0 none transparent;
  cursor: pointer;
  transition: all 200ms linear;
  z-index: 999;
  outline: none;
}
@media (min-width: 70.25em) {
  .simple-header .simple-header-v2 .hamburger {
    display: none;
  }
}
.simple-header .simple-header-v2 .hamburger:hover,
.simple-header .simple-header-v2 .hamburger:active {
  background-color: rgba(0, 0, 0, 0.08);
}
.simple-header .simple-header-v2 .hamburger:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.simple-header .simple-header-v2 .hamburger:focus-visible {
  box-shadow: 0 0 0 2px #022043;
}
.simple-header .simple-header-v2 .hamburger.is-active .hamburger-svg-icon {
  display: none;
}
.simple-header .simple-header-v2 .hamburger.is-active .nav-close {
  display: block;
}
.simple-header .simple-header-v2 .hamburger .nav-close {
  height: 40px;
  height: 2.5rem;
  padding: 8px;
  padding: 0.5rem;
  width: 40px;
  width: 2.5rem;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
}
.simple-header .simple-header-v2 .hamburger .hamburger-svg-icon {
  padding: 8px;
  padding: 0.5rem;
  border-radius: 50%;
  display: flex;
  outline: none;
  justify-content: center;
  align-items: center;
}
.simple-header .simple-header-v2 .hamburger,
.simple-header .simple-header-v2 .hamburger .hamburger-svg-icon,
.simple-header .simple-header-v2 .hamburger .nav-close {
  height: 3rem;
  width: 3rem;
}
.simple-header .simple-header-v2 .hamburger svg {
  fill: #022043;
}
.simple-header .simple-header-v2 {
  /* alignment */
}
.simple-header .simple-header-v2__align-center {
  align-items: center;
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;
}
.simple-header .simple-header-v2__align-center .logo-wrapper {
  justify-content: center;
}
.simple-header .simple-header-v2 {
  /* themes */
}
.simple-header .simple-header-v2__white {
  color: #022043;
  background-color: #ffffff;
  box-shadow: 0px -1px 0px 0px #b6c1cc inset;
}
.simple-header .simple-header-v2__white .verticle-divide {
  background-color: #b6c1cc;
}
.simple-header .simple-header-v2__white .simple-nav-name {
  color: #0f2e66;
}
.simple-header .simple-header-v2__white svg#workday-logo #arch {
  fill: #f38b00;
}
.simple-header .simple-header-v2__white svg#workday-logo #workday {
  fill: #005cb9;
}
.simple-header .simple-header-v2__white .hamburger .hamburger-svg-icon svg,
.simple-header .simple-header-v2__white .hamburger .nav-close svg {
  fill: #022043;
}
.simple-header .simple-header-v2__white .hamburger,
.simple-header .simple-header-v2__white .hamburger .hamburger-svg-icon,
.simple-header .simple-header-v2__white .hamburger .nav-close {
  height: 3rem;
  width: 3rem;
}
.simple-header .simple-header-v2__white .hamburger .hamburger-svg-icon,
.simple-header .simple-header-v2__white .hamburger .nav-close {
  justify-content: center;
  align-items: center;
}
.simple-header .simple-header-v2__white .hamburger:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.simple-header .simple-header-v2__white .hamburger:focus-visible {
  box-shadow: 0 0 0 2px #022043;
}
.simple-header .simple-header-v2__white .hamburger:hover,
.simple-header .simple-header-v2__white .hamburger:active {
  background-color: rgba(0, 0, 0, 0.08);
}
.cmp-simple-navigation-v2__item a {
  font-weight: 700;
  color: currentColor;
  display: flex;
}
.cmp-simple-navigation-v2__item a:hover,
.cmp-simple-navigation-v2__item a:active {
  color: currentColor;
  background-color: rgba(0, 0, 0, 0.08);
}
.cmp-simple-navigation-v2__item a:focus,
.cmp-simple-navigation-v2__item a:focus-within {
  border: none;
  outline: none;
  box-shadow: none !important;
}
.cmp-simple-navigation-v2__item a:focus-visible {
  box-shadow: 0 0 0 2px #0057ae inset !important;
}

.simple-header .simple-header-v2__white .cmp-sign-in-menu__toggle svg {
  fill: #022043 !important;
}
.simple-header .simple-header-v2__white .cmp-sign-in-menu__toggle:hover {
  background-color: rgba(0, 0, 0, 0.08) !important;
}
.simple-header
  .simple-header-v2__white
  .cmp-sign-in-menu__toggle
  #unifiedUserIcon
  circle {
  fill: #0057ae !important;
}
.simple-header
  .simple-header-v2__white
  .cmp-sign-in-menu__toggle
  #unifiedUserIcon
  text {
  fill: #ffffff !important;
}
.simple-header .simple-header-v2__white .cmp-sign-in-menu__toggle.active {
  background-color: rgba(0, 0, 0, 0.08) !important;
}
.simple-header .simple-header-v2__transparent-dark {
  box-shadow: 0px -1px 0px 0px #b6c1cc inset;
}
.simple-header
  .simple-header-v2__transparent-dark
  .cmp-getstarted
  .btn--bg__white {
  background-color: #0057ae;
  color: #ffffff !important;
  transition:
    color 200ms linear,
    background-color 200ms linear;
}
.simple-header
  .simple-header-v2__transparent-dark
  .cmp-getstarted
  .btn--bg__white:hover,
.simple-header
  .simple-header-v2__transparent-dark
  .cmp-getstarted
  .btn--bg__white:active {
  background-color: #022043;
  color: #ffffff !important;
}
.simple-header
  .simple-header-v2__transparent-dark
  .cmp-getstarted
  .btn--bg__white:focus-visible {
  background-color: #022043;
  color: #ffffff !important;
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0057ae !important;
}
.simple-header
  .simple-header-v2__transparent-dark
  .cmp-getstarted
  .btn--bg__white:focus-visible
  svg {
  fill: #ffffff;
}
.simple-header
  .simple-header-v2__transparent-dark
  .cmp-getstarted
  .btn--bg__white:focus-visible:hover {
  background-color: #022043;
  color: #ffffff !important;
  box-shadow: 0 0 0 0 transparent;
}
.simple-header
  .simple-header-v2__transparent-dark
  .cmp-getstarted
  .btn--bg__white:focus-visible:hover
  svg {
  fill: #ffffff;
}
.simple-header
  .simple-header-v2__transparent-dark
  .cmp-getstarted
  .btn--bg__white:focus-visible:active {
  background-color: #022043;
  color: #ffffff !important;
}
.simple-header
  .simple-header-v2__transparent-dark
  .cmp-getstarted
  .btn--bg__white:focus-visible:active
  svg {
  fill: #ffffff;
}
.simple-header
  .simple-header-v2__transparent-dark
  .logo-wrapper
  a.noHyperLink
  .simple-nav-name {
  color: #0f2e66;
}
.simple-header
  .simple-header-v2__transparent-dark
  .logo-wrapper
  a.noHyperLink:hover
  .simple-nav-name {
  color: #0f2e66;
}
.simple-header
  .simple-header-v2__transparent-dark
  .cmp-sign-in-menu__toggle
  svg {
  fill: #022043 !important;
}
.simple-header
  .simple-header-v2__transparent-dark
  .cmp-sign-in-menu__toggle:hover,
.simple-header
  .simple-header-v2__transparent-dark
  .cmp-sign-in-menu__toggle:active {
  background-color: rgba(0, 0, 0, 0.08) !important;
}
.simple-header
  .simple-header-v2__transparent-dark
  .cmp-sign-in-menu__toggle:focus-visible {
  box-shadow: 0 0 0 2px #0057ae !important;
}
.simple-header
  .simple-header-v2__transparent-dark
  .cmp-sign-in-menu__toggle
  #unifiedUserIcon
  circle {
  fill: #0057ae !important;
}
.simple-header
  .simple-header-v2__transparent-dark
  .cmp-sign-in-menu__toggle
  #unifiedUserIcon
  text {
  fill: #ffffff !important;
}
.simple-header
  .simple-header-v2__transparent-dark
  .cmp-sign-in-menu__toggle.active {
  background-color: rgba(0, 0, 0, 0.08) !important;
}
.simple-header .simple-header-v2__transparent-dark.color-shift {
  color: #ffffff;
  background-color: #022043;
  box-shadow: none !important;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-sign-in-menu__toggle
  svg {
  fill: #ffffff !important;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-sign-in-menu__toggle:hover,
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-sign-in-menu__toggle:active {
  background-color: rgba(0, 0, 0, 0.32) !important;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-sign-in-menu__toggle:focus-visible {
  box-shadow: 0 0 0 2px #ffffff !important;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-sign-in-menu__toggle
  #unifiedUserIcon
  circle {
  fill: #ffffff !important;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-sign-in-menu__toggle
  #unifiedUserIcon
  text {
  fill: #022043 !important;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-sign-in-menu__toggle.active {
  background-color: rgba(0, 0, 0, 0.32) !important;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .verticle-divide {
  background-color: #b6c1cc;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .simple-nav-name {
  color: #ffffff;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .logo-wrapper
  a:not(.noHyperLink) {
  border-radius: 8px;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .logo-wrapper
  a:not(.noHyperLink):focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .logo-wrapper
  a:not(.noHyperLink):focus-visible {
  border-radius: 8px;
  border: none;
  outline: none;
  box-shadow:
    0 0 0 4px #022043 inset,
    0 0 0 2px #0057ae,
    0 0 0 4px #ffffff;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .logo-wrapper
  a.noHyperLink
  .simple-nav-name {
  color: #ffffff;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .logo-wrapper
  a.noHyperLink:hover
  .simple-nav-name {
  color: #ffffff;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .logo-wrapper
  #workday-logo
  .letter {
  fill: #ffffff;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .hamburger
  .hamburger-svg-icon
  svg,
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .hamburger
  .nav-close
  svg {
  fill: #ffffff;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .hamburger:hover {
  background-color: rgba(0, 0, 0, 0.16);
  color: #ffffff;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .hamburger:active {
  background-color: rgba(0, 0, 0, 0.32);
  color: currentColor;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .hamburger:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .hamburger:focus-visible {
  background-color: transparent;
  box-shadow: 0 0 0 2px #ffffff;
  color: currentColor;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .hamburger:focus-visible:hover {
  box-shadow: none;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-simple-navigation-v2
  .cmp-simple-navigation-v2__item
  > a {
  font-weight: 700;
  color: #ffffff;
  display: flex;
  background-color: transparent;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-simple-navigation-v2
  .cmp-simple-navigation-v2__item
  > a:active,
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-simple-navigation-v2
  .cmp-simple-navigation-v2__item
  > a:hover {
  background-color: rgba(0, 0, 0, 0.32);
  color: #ffffff;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-simple-navigation-v2
  .cmp-simple-navigation-v2__item
  > a.active,
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-simple-navigation-v2
  .cmp-simple-navigation-v2__item
  > a:focus-visible {
  background-color: #022043;
  color: #ffffff;
  box-shadow: 0 0 0 2px #ffffff inset !important;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-simple-navigation-v2
  .cmp-simple-navigation-v2__item
  > a
  svg {
  fill: #ffffff;
  transition: fill 200ms linear;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-simple-navigation-v2
  .cmp-simple-navigation-v2__item-lvl-2__item
  a {
  background-color: #ffffff;
  color: #022043;
  border-radius: 8px;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-simple-navigation-v2
  .cmp-simple-navigation-v2__item-lvl-2__item
  a:hover,
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-simple-navigation-v2
  .cmp-simple-navigation-v2__item-lvl-2__item
  a:active {
  color: #022043;
  background-color: rgba(0, 0, 0, 0.08);
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-simple-navigation-v2
  .cmp-simple-navigation-v2__item-lvl-2__item
  a:focus,
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-simple-navigation-v2
  .cmp-simple-navigation-v2__item-lvl-2__item
  a:focus-within {
  color: #022043;
  border: none;
  outline: none;
  box-shadow: none !important;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-simple-navigation-v2
  .cmp-simple-navigation-v2__item-lvl-2__item
  a:focus:hover,
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-simple-navigation-v2
  .cmp-simple-navigation-v2__item-lvl-2__item
  a:focus:active,
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-simple-navigation-v2
  .cmp-simple-navigation-v2__item-lvl-2__item
  a:focus-within:hover,
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-simple-navigation-v2
  .cmp-simple-navigation-v2__item-lvl-2__item
  a:focus-within:active {
  color: #022043;
  background-color: rgba(0, 0, 0, 0.08) !important;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-simple-navigation-v2
  .cmp-simple-navigation-v2__item-lvl-2__item
  a:focus-visible {
  color: #022043;
  box-shadow: 0 0 0 2px #0057ae inset !important;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-getstarted
  .btn--bg__white {
  background-color: #ffffff;
  color: #022043;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-simple-nav-mobile-title-bar__back
  button::before {
  border-color: #ffffff;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-simple-nav-mobile-title-bar__back
  button:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-simple-nav-mobile-title-bar__back
  button:focus-visible {
  box-shadow: 0 0 0 2px #ffffff;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-simple-nav-mobile-title-bar__back
  button:hover,
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-simple-nav-mobile-title-bar__back
  button:active {
  background: rgba(0, 0, 0, 0.32);
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-simple-nav-mobile-title-bar__title
  h2 {
  color: #ffffff;
  font-weight: 700;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-simple-navigation-v2
  .btn--bg__white {
  color: #022043 !important;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-simple-navigation-v2
  .btn--bg__white:hover,
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-simple-navigation-v2
  .btn--bg__white:active {
  background-color: #b6c1cc;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-simple-navigation-v2
  .btn--bg__white:focus-visible {
  background-color: #b6c1cc;
  box-shadow:
    0 0 0 2px #022043,
    0 0 0 4px #ffffff !important;
  color: #022043 !important;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-simple-navigation-v2
  .btn--bg__white:focus-visible
  svg {
  fill: #022043;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-simple-navigation-v2
  .btn--bg__white:focus-visible:hover {
  background-color: #b6c1cc;
  box-shadow: inset 0 0 0 0 transparent;
  color: #022043 !important;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-simple-navigation-v2
  .btn--bg__white:focus-visible:hover
  svg {
  fill: #022043;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-simple-navigation-v2
  .btn--bg__white:focus-visible:active {
  background-color: #b6c1cc;
  box-shadow: inset 0 0 0 0 transparent;
  color: #022043 !important;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-simple-navigation-v2
  .btn--bg__white:focus-visible:active
  svg {
  fill: #022043;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-simple-navigation-v2__item
  a {
  color: #ffffff;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-simple-navigation-v2__item
  a
  .svg-icon {
  fill: #ffffff;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-simple-navigation-v2__item
  a:hover,
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-simple-navigation-v2__item
  a:active {
  background-color: rgba(0, 0, 0, 0.32);
  color: #ffffff;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-simple-navigation-v2__item
  a:focus,
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-simple-navigation-v2__item
  a:focus-within {
  background-color: transparent !important;
  color: #ffffff;
  border: none;
  outline: none;
  box-shadow: none !important;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-simple-navigation-v2__item
  a:focus-visible {
  background-color: #022043;
  color: #ffffff;
  box-shadow: 0 0 0 2px #ffffff inset !important;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-simple-navigation-v2__item
  a.active {
  background-color: rgba(0, 0, 0, 0.32) !important;
  color: #ffffff;
  box-shadow: none !important;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-simple-navigation-v2__item-lvl-2
  a {
  color: #022043;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-simple-navigation-v2__item-lvl-2
  a:hover,
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-simple-navigation-v2__item-lvl-2
  a:active {
  background-color: rgba(0, 0, 0, 0.08);
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-simple-navigation-v2__item-lvl-2
  a:focus,
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-simple-navigation-v2__item-lvl-2
  a:focus-within {
  border: none;
  outline: none;
  box-shadow: none !important;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-simple-navigation-v2__item-lvl-2
  a:focus-visible {
  box-shadow: 0 0 0 2px #0057ae inset !important;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-simple-navigation-v2__item-lvl-3-back-button {
  color: #022043;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-simple-navigation-v2__item-lvl-3-back-button
  svg {
  fill: #022043;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-simple-navigation-v2__item-lvl-3-back-button:focus,
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-simple-navigation-v2__item-lvl-3-back-button:focus-within {
  border: none;
  outline: none;
  box-shadow: none !important;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-simple-navigation-v2__item-lvl-3-back-button:focus-visible {
  box-shadow: 0 0 0 2px #0057ae inset !important;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .cmp-simple-navigation-v2__item-lvl-3
  a {
  color: #022043;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .logo-wrapper
  img {
  transition: opacity 200ms ease-in-out;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .header-scroller-custom-logo {
  opacity: 0;
  width: 0;
}
.simple-header
  .simple-header-v2__transparent-dark.color-shift
  .header-custom-logo {
  opacity: 1;
  width: auto;
}
.simple-header
  .simple-header-v2__transparent-dark
  .header-scroller-custom-logo {
  opacity: 1;
  width: auto;
}
.simple-header .simple-header-v2__transparent-dark .header-custom-logo {
  opacity: 0;
  width: 0;
}
.simple-header .simple-header-v2__transparent {
  background: #ffffff;
  box-shadow: 0px -1px 0px 0px #b6c1cc inset;
}
.simple-header .simple-header-v2__transparent .logo-wrapper img {
  transition: opacity 200ms ease-in-out;
}
.simple-header .simple-header-v2__transparent .cmp-sign-in-menu__toggle svg {
  fill: #022043 !important;
}
.simple-header .simple-header-v2__transparent .cmp-sign-in-menu__toggle:hover,
.simple-header .simple-header-v2__transparent .cmp-sign-in-menu__toggle:active {
  background-color: rgba(0, 0, 0, 0.08) !important;
}
.simple-header
  .simple-header-v2__transparent
  .cmp-sign-in-menu__toggle
  #unifiedUserIcon
  circle {
  fill: #0057ae !important;
}
.simple-header
  .simple-header-v2__transparent
  .cmp-sign-in-menu__toggle
  #unifiedUserIcon
  text {
  fill: #ffffff !important;
}
.simple-header .simple-header-v2__transparent .cmp-sign-in-menu__toggle.active {
  background-color: rgba(0, 0, 0, 0.08) !important;
}
.simple-header .simple-header-v2__transparent.color-shift {
  background: transparent;
  box-shadow: none !important;
}
.simple-header
  .simple-header-v2__transparent.color-shift
  .header-scroller-custom-logo {
  opacity: 0;
  width: 0;
}
.simple-header .simple-header-v2__transparent.color-shift .header-custom-logo {
  opacity: 1;
  width: auto;
}
.simple-header .simple-header-v2__transparent .header-scroller-custom-logo {
  opacity: 1;
  width: auto;
}
.simple-header .simple-header-v2__transparent .header-custom-logo {
  opacity: 0;
  width: 0;
}
.simple-header
  .simple-header-v2__transparent.simple-header-v2__transparent-invert-links
  .cmp-getstarted
  a {
  background-color: #0057ae;
  color: #ffffff !important;
}
.simple-header
  .simple-header-v2__transparent.simple-header-v2__transparent-invert-links
  .cmp-getstarted
  a:hover,
.simple-header
  .simple-header-v2__transparent.simple-header-v2__transparent-invert-links
  .cmp-getstarted
  a:active {
  background-color: #022043 !important;
  color: #ffffff !important;
}
.simple-header
  .simple-header-v2__transparent.simple-header-v2__transparent-invert-links
  .cmp-getstarted
  a:focus {
  box-shadow: none;
  outline: none;
  border: none;
}
.simple-header
  .simple-header-v2__transparent.simple-header-v2__transparent-invert-links
  .cmp-getstarted
  a:focus-visible {
  background-color: #022043 !important;
  color: #ffffff !important;
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0057ae !important;
}
.simple-header
  .simple-header-v2__transparent.simple-header-v2__transparent-invert-links
  .cmp-getstarted
  a:focus-visible
  svg {
  fill: #ffffff;
}
.simple-header
  .simple-header-v2__transparent.simple-header-v2__transparent-invert-links
  .cmp-getstarted
  a:focus-visible:hover {
  background-color: #022043 !important;
  color: #ffffff !important;
  box-shadow: 0 0 0 0 transparent;
}
.simple-header
  .simple-header-v2__transparent.simple-header-v2__transparent-invert-links
  .cmp-getstarted
  a:focus-visible:hover
  svg {
  fill: #ffffff;
}
.simple-header
  .simple-header-v2__transparent.simple-header-v2__transparent-invert-links
  .cmp-getstarted
  a:focus-visible:active {
  background-color: #022043;
  color: #ffffff !important;
}
.simple-header
  .simple-header-v2__transparent.simple-header-v2__transparent-invert-links
  .cmp-getstarted
  a:focus-visible:active
  svg {
  fill: #ffffff;
}
.simple-header
  .simple-header-v2__transparent.simple-header-v2__transparent-invert-links
  .nav-close
  svg,
.simple-header
  .simple-header-v2__transparent.simple-header-v2__transparent-invert-links
  .hamburger-svg-icon
  svg {
  fill: #022043;
}
.simple-header
  .simple-header-v2__transparent.simple-header-v2__transparent-invert-links
  svg#workday-logo
  #workday {
  transition: fill 200ms linear;
}
.simple-header
  .simple-header-v2__transparent.simple-header-v2__transparent-invert-links
  .verticle-divide {
  transition: background-color 200ms linear;
}
.simple-header
  .simple-header-v2__transparent.simple-header-v2__transparent-invert-links
  .simple-nav-name {
  color: #0f2e66;
  transition: color 200ms linear;
}
.simple-header
  .simple-header-v2__transparent.simple-header-v2__transparent-invert-links
  .cmp-simple-navigation-v2__item-lvl-2
  svg {
  fill: #022043;
}
.simple-header
  .simple-header-v2__transparent.simple-header-v2__transparent-invert-links:not(
    .color-shift
  )
  .logo-wrapper
  a.noHyperLink:hover
  .simple-nav-name {
  color: #0f2e66;
}
.simple-header
  .simple-header-v2__transparent.color-shift.simple-header-v2__transparent-invert-links
  .logo
  .letter {
  fill: #ffffff;
}
.simple-header
  .simple-header-v2__transparent.color-shift.simple-header-v2__transparent-invert-links
  .cmp-simple-navigation-v2__item
  a,
.simple-header
  .simple-header-v2__transparent.color-shift.simple-header-v2__transparent-invert-links
  .cmp-simple-navigation-v2__item
  svg {
  color: #ffffff;
  fill: #ffffff;
}
.simple-header
  .simple-header-v2__transparent.color-shift.simple-header-v2__transparent-invert-links
  .cmp-simple-navigation-v2__item
  a:active,
.simple-header
  .simple-header-v2__transparent.color-shift.simple-header-v2__transparent-invert-links
  .cmp-simple-navigation-v2__item
  a.active,
.simple-header
  .simple-header-v2__transparent.color-shift.simple-header-v2__transparent-invert-links
  .cmp-simple-navigation-v2__item
  a:hover {
  background-color: rgba(0, 0, 0, 0.08);
}
.simple-header
  .simple-header-v2__transparent.color-shift.simple-header-v2__transparent-invert-links
  .cmp-simple-navigation-v2__item
  a:focus-visible {
  box-shadow: 0 0 0 2px #ffffff inset !important;
}
.simple-header
  .simple-header-v2__transparent.color-shift.simple-header-v2__transparent-invert-links
  .cmp-simple-navigation-v2__item-lvl-2__item
  .cmp-simple-navigation-v2__item-lvl-2__item-link,
.simple-header
  .simple-header-v2__transparent.color-shift.simple-header-v2__transparent-invert-links
  .cmp-simple-navigation-v2__item-lvl-2__item
  .cmp-simple-navigation-v2__item-lvl-3__item-link {
  color: currentColor;
}
.simple-header
  .simple-header-v2__transparent.color-shift.simple-header-v2__transparent-invert-links
  .hamburger
  svg {
  fill: #022043;
}
.simple-header
  .simple-header-v2__transparent.color-shift.simple-header-v2__transparent-invert-links
  .hamburger:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.simple-header
  .simple-header-v2__transparent.color-shift.simple-header-v2__transparent-invert-links
  .hamburger:focus-visible {
  box-shadow: 0 0 0 2px #ffffff;
}
.simple-header
  .simple-header-v2__transparent.color-shift.simple-header-v2__transparent-invert-links
  .cmp-getstarted
  .btn--bg__white {
  color: #022043 !important;
  background-color: #ffffff;
}
.simple-header
  .simple-header-v2__transparent.color-shift.simple-header-v2__transparent-invert-links
  .cmp-getstarted
  .btn--bg__white:hover,
.simple-header
  .simple-header-v2__transparent.color-shift.simple-header-v2__transparent-invert-links
  .cmp-getstarted
  .btn--bg__white:active {
  background-color: #b6c1cc !important;
  color: #022043 !important;
}
.simple-header
  .simple-header-v2__transparent.color-shift.simple-header-v2__transparent-invert-links
  .cmp-getstarted
  .btn--bg__white:focus-visible {
  background-color: #b6c1cc !important;
  box-shadow:
    0 0 0 2px #022043,
    0 0 0 4px #ffffff !important;
  color: #022043 !important;
}
.simple-header
  .simple-header-v2__transparent.color-shift.simple-header-v2__transparent-invert-links
  .cmp-getstarted
  .btn--bg__white:focus-visible
  svg {
  fill: #022043 !important;
}
.simple-header
  .simple-header-v2__transparent.color-shift.simple-header-v2__transparent-invert-links
  .cmp-getstarted
  .btn--bg__white:focus-visible:hover {
  background-color: #b6c1cc !important;
  box-shadow: inset 0 0 0 0 transparent;
  color: #022043 !important;
}
.simple-header
  .simple-header-v2__transparent.color-shift.simple-header-v2__transparent-invert-links
  .cmp-getstarted
  .btn--bg__white:focus-visible:hover
  svg {
  fill: #022043;
}
.simple-header
  .simple-header-v2__transparent.color-shift.simple-header-v2__transparent-invert-links
  .cmp-getstarted
  .btn--bg__white:focus-visible:active {
  background-color: #b6c1cc !important;
  box-shadow: inset 0 0 0 0 transparent;
  color: #022043 !important;
}
.simple-header
  .simple-header-v2__transparent.color-shift.simple-header-v2__transparent-invert-links
  .cmp-getstarted
  .btn--bg__white:focus-visible:active
  svg {
  fill: #022043 !important;
}
.simple-header
  .simple-header-v2__transparent.color-shift.simple-header-v2__transparent-invert-links
  .hamburger-svg-icon
  svg {
  fill: #ffffff;
}
.simple-header
  .simple-header-v2__transparent.color-shift.simple-header-v2__transparent-invert-links
  .verticle-divide {
  background-color: #b6c1cc;
}
.simple-header
  .simple-header-v2__transparent.color-shift.simple-header-v2__transparent-invert-links
  .simple-nav-name {
  color: #ffffff;
}
.simple-header
  .simple-header-v2__transparent.color-shift.simple-header-v2__transparent-invert-links
  .logo-wrapper
  a:not(.noHyperLink):focus-visible {
  border-radius: 8px;
  border: none;
  outline: none;
  box-shadow:
    0 0 0 4px #022043 inset,
    0 0 0 2px #0057ae,
    0 0 0 4px #ffffff;
}
.simple-header
  .simple-header-v2__transparent.color-shift.simple-header-v2__transparent-invert-links.menu-open
  svg#workday-logo
  #workday {
  fill: currentColor;
}
.simple-header
  .simple-header-v2__transparent.color-shift.simple-header-v2__transparent-invert-links.menu-open
  .simple-nav-name {
  color: currentColor;
}
.simple-header
  .simple-header-v2__transparent-invert-links.color-shift
  .cmp-sign-in-menu__toggle
  svg {
  fill: #ffffff !important;
}
.simple-header
  .simple-header-v2__transparent-invert-links.color-shift
  .cmp-sign-in-menu__toggle:hover,
.simple-header
  .simple-header-v2__transparent-invert-links.color-shift
  .cmp-sign-in-menu__toggle:active {
  background-color: rgba(0, 0, 0, 0.08) !important;
}
.simple-header
  .simple-header-v2__transparent-invert-links.color-shift
  .cmp-sign-in-menu__toggle:focus-visible {
  box-shadow: 0 0 0 2px #0057ae !important;
}
.simple-header
  .simple-header-v2__transparent-invert-links.color-shift
  .cmp-sign-in-menu__toggle
  #unifiedUserIcon
  circle {
  fill: #ffffff !important;
}
.simple-header
  .simple-header-v2__transparent-invert-links.color-shift
  .cmp-sign-in-menu__toggle
  #unifiedUserIcon
  text {
  fill: #022043 !important;
}
.simple-header
  .simple-header-v2__transparent-invert-links.color-shift.menu-open
  .simple-nav-name {
  color: #0f2e66;
}
.simple-header
  .simple-header-v2__transparent-invert-links.color-shift.menu-open
  svg
  .letter {
  fill: #0057ae;
}
.simple-header
  .simple-header-v2__transparent-invert-links.color-shift
  .hamburger
  .hamburger-svg-icon
  svg {
  fill: #ffffff !important;
}
.simple-header .logo-wrapper {
  flex-grow: 3;
  display: inline-flex;
  min-height: 48px;
}
.simple-header .logo-wrapper img {
  max-height: 48px;
}
.simple-header .logo-wrapper a {
  align-items: center;
  display: inline-flex;
  text-decoration: none;
  outline: none;
  height: auto;
}
.simple-header .logo-wrapper a .logo svg {
  display: block;
  height: 40px;
  height: 2.5rem;
  width: auto;
}
@media (min-width: 48em) {
  .simple-header .logo-wrapper a .logo svg {
    height: 48px;
    height: 3rem;
  }
}
.simple-header .logo-wrapper a .simple-nav-name {
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 20px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1.25rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  line-height: 28px;
  position: relative;
}
.simple-header .logo-wrapper a:not(.noHyperLink) {
  cursor: pointer;
  border-radius: 8px;
}
.simple-header .logo-wrapper a:not(.noHyperLink):focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.simple-header .logo-wrapper a:not(.noHyperLink):focus-visible {
  border-radius: 4px;
  border: none;
  outline: none;
  box-shadow:
    0 0 0 4px #ffffff inset,
    0 0 0 2px #ffffff,
    0 0 0 4px #022043;
}
.simple-header .logo-wrapper a:not(.noHyperLink):focus-visible:hover {
  box-shadow: none;
}
.simple-header .logo-wrapper a.noHyperLink {
  cursor: default;
}
.simple-header .logo-wrapper a.noHyperLink:hover {
  color: currentColor;
}
.simple-header .cmp-simple-nav-mobile-title-bar {
  display: none;
  flex-grow: 3;
  align-items: center;
}
.simple-header .cmp-simple-nav-mobile-title-bar__back {
  display: flex;
}
.simple-header .cmp-simple-nav-mobile-title-bar__back button {
  cursor: pointer;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 24px;
  padding: 0.75rem;
  border: 0;
  background-color: transparent;
  font-size: 24px;
  height: 24px;
  width: 24px;
  justify-content: center;
  vertical-align: middle;
  box-sizing: content-box;
  margin-left: -12px;
}
.simple-header .cmp-simple-nav-mobile-title-bar__back button::before {
  pointer-events: none;
  border-style: solid;
  border-color: #022043;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 0.45em;
  left: 8px;
  position: relative;
  transform: rotate(-135deg);
  width: 0.45em;
  top: 0px;
}
.simple-header .cmp-simple-nav-mobile-title-bar__back button:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.simple-header .cmp-simple-nav-mobile-title-bar__back button:focus-visible {
  box-shadow: 0 0 0 2px #0057ae;
}
.simple-header .cmp-simple-nav-mobile-title-bar__back button:hover,
.simple-header .cmp-simple-nav-mobile-title-bar__back button:active {
  background: rgba(0, 0, 0, 0.08);
}
.simple-header .cmp-simple-nav-mobile-title-bar__title {
  display: flex;
  flex-grow: 3;
  justify-content: center;
}
.simple-header .cmp-simple-nav-mobile-title-bar__title h2 {
  color: #022043;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 0;
  margin: 0;
}
.simple-header .cmp-simple-navigation-v2-mobile {
  position: fixed;
  background-color: #ffffff;
  top: 0;
  left: 0;
  height: 100vh;
  height: 100dvh;
  width: 100%;
  outline: 1px solid red;
  z-index: 1000;
  padding: 0 12px 24px;
  display: none;
  justify-content: space-between;
  flex-direction: column;
}
.simple-header .cmp-simple-navigation-v2-mobile-menu {
  margin-top: 92px;
  overflow: auto;
  display: flex;
  flex-direction: row;
}
.simple-header .cmp-simple-navigation-v2-mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.simple-header .cmp-simple-navigation-v2-mobile-menu__item {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.simple-header .cmp-simple-navigation-v2-mobile-menu__item a {
  display: flex;
  flex-direction: row;
  padding: 12px;
  text-decoration: none;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
}
.simple-header .cmp-simple-navigation-v2-mobile-menu__item a span {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #022043;
}
.simple-header .cmp-simple-navigation-v2-mobile-menu__item a .nav-title svg {
  display: inline;
}
.simple-header .cmp-simple-navigation-v2-mobile-menu__item a svg {
  pointer-events: none;
  flex-shrink: 0;
  fill: #022043;
  height: 24px;
  width: 24px;
  vertical-align: middle;
}
.simple-header .cmp-simple-navigation-v2-mobile-menu__item a:hover {
  background-color: rgba(0, 0, 0, 0.08);
}
.simple-header .cmp-simple-navigation-v2-mobile-menu__item a:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.simple-header .cmp-simple-navigation-v2-mobile-menu__item a:focus-within {
  box-shadow: 0 0 0 2px #0875e1 inset !important;
}
.simple-header .cmp-simple-navigation-v2-mobile-menu__item a:focus-visible {
  outline: none;
  border: none;
  box-shadow: 0 0 0 2px #0057ae;
}
.simple-header .cmp-simple-navigation-v2-mobile-menu__item-lvl-2,
.simple-header .cmp-simple-navigation-v2-mobile-menu__item-lvl-3 {
  display: none;
  width: 100%;
  flex-direction: column;
}
.simple-header .cmp-simple-navigation-v2-mobile-menu__item-lvl-2__item,
.simple-header .cmp-simple-navigation-v2-mobile-menu__item-lvl-3__item {
  display: flex;
  width: 100%;
}
.simple-header
  .cmp-simple-navigation-v2-mobile-menu__item.sign-in-mobile--hidden {
  display: none;
}
.simple-header .cmp-simple-navigation-v2-mobile__getstarted {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  padding: 24px 12px 0;
}
.simple-header .cmp-simple-navigation-v2-mobile__getstarted div {
  width: 100%;
  justify-content: center;
}
.simple-header .cmp-simple-navigation-v2-mobile__getstarted div a {
  justify-content: center;
}
.simple-header .cmp-simple-navigation-v2-mobile__getstarted div a span {
  text-align: center;
}
.simple-header
  .cmp-simple-navigation-v2-mobile__getstarted
  div
  a
  .attendee--btn {
  width: 100%;
}
.simple-header .cmp-simple-navigation-v2-mobile .sign-in-wrapper {
  display: flex;
  align-items: center;
}
.simple-header .cmp-simple-navigation-v2-mobile .sign-in-wrapper svg {
  margin-right: 8px;
}

#teconsent.hidden {
  display: none !important;
}

.transparent-top-padding-lg {
  padding-top: 136px !important;
}
@media (min-width: 70.25em) {
  .transparent-top-padding-lg {
    padding-top: 168px !important;
  }
}
.transparent-top-padding-md {
  padding-top: 120px !important;
}
@media (min-width: 70.25em) {
  .transparent-top-padding-md {
    padding-top: 136px !important;
  }
}
.transparent-top-padding-sm {
  padding-top: 72px !important;
}

.simple-footer {
  display: block;
  position: relative;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media (min-width: 48em) {
  .simple-footer {
    padding-bottom: 48px;
    padding-bottom: 3rem;
  }
}
.simple-footer .col-xs-4,
.simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8,
.customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8,
.simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4,
.customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4,
.simple-footer
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .simple-footer
  .validation-component__wrapper-logo,
.simple-footer
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .simple-footer
  .validation-component__wrapper-logo,
.simple-footer
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .simple-footer
  .validation-component__wrapper-content,
.simple-footer
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .simple-footer
  .validation-component__wrapper-content,
.simple-footer .icon-grid-resource,
.simple-footer .section-v3 .twocolumn .icon-grid-resource,
.section-v3 .twocolumn .simple-footer .icon-grid-resource,
.simple-footer .section-v3 .threecolumn .icon-grid-resource,
.section-v3 .threecolumn .simple-footer .icon-grid-resource,
.simple-footer .section-v3 .fourcolumn .icon-grid-resource,
.section-v3 .fourcolumn .simple-footer .icon-grid-resource {
  width: 100% !important;
  min-height: unset !important;
}
.simple-footer .cmp-footer-container {
  padding: 0;
  margin: 0;
}
.simple-footer .row,
.simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
.customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
.simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12,
.perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12,
.simple-footer .cmp-logo-wall .logo-container,
.cmp-logo-wall .simple-footer .logo-container {
  padding-top: 40px;
  padding-top: 2.5rem;
}
@media (min-width: 48em) {
  .simple-footer .row,
  .simple-footer
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
  .customer-story
    .simple-footer
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
  .simple-footer
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12,
  .perspective-article-page
    .simple-footer
    .perspective-main-container
    > .aem-Grid--default--12,
  .simple-footer .cmp-logo-wall .logo-container,
  .cmp-logo-wall .simple-footer .logo-container {
    padding-top: 48px;
    padding-top: 3rem;
  }
}
.simple-footer .row + .row .footer-links__container,
.simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .row
  .footer-links__container,
.customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .row
  .footer-links__container,
.simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .row
  .footer-links__container,
.perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .row
  .footer-links__container,
.simple-footer .cmp-logo-wall .logo-container + .row .footer-links__container,
.cmp-logo-wall .simple-footer .logo-container + .row .footer-links__container,
.simple-footer
  .customer-story
  .row
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .footer-links__container,
.customer-story
  .simple-footer
  .row
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .footer-links__container,
.simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .footer-links__container,
.customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .footer-links__container,
.simple-footer
  .cmp-logo-wall
  .customer-story
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .footer-links__container,
.customer-story
  .simple-footer
  .cmp-logo-wall
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .footer-links__container,
.cmp-logo-wall
  .simple-footer
  .customer-story
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .footer-links__container,
.customer-story
  .cmp-logo-wall
  .simple-footer
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .footer-links__container,
.simple-footer
  .perspective-article-page
  .perspective-main-container
  > .row
  + .aem-Grid--default--12
  .footer-links__container,
.perspective-article-page
  .simple-footer
  .perspective-main-container
  > .row
  + .aem-Grid--default--12
  .footer-links__container,
.simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid--default--12
  .footer-links__container,
.perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid--default--12
  .footer-links__container,
.simple-footer
  .cmp-logo-wall
  .perspective-article-page
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .footer-links__container,
.perspective-article-page
  .simple-footer
  .cmp-logo-wall
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .footer-links__container,
.cmp-logo-wall
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .footer-links__container,
.perspective-article-page
  .cmp-logo-wall
  .simple-footer
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .footer-links__container,
.simple-footer .cmp-logo-wall .row + .logo-container .footer-links__container,
.cmp-logo-wall .simple-footer .row + .logo-container .footer-links__container,
.simple-footer
  .customer-story
  .cmp-logo-wall
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .footer-links__container,
.cmp-logo-wall
  .simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .footer-links__container,
.customer-story
  .simple-footer
  .cmp-logo-wall
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .footer-links__container,
.cmp-logo-wall
  .customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .footer-links__container,
.simple-footer
  .perspective-article-page
  .cmp-logo-wall
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .footer-links__container,
.cmp-logo-wall
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .footer-links__container,
.perspective-article-page
  .simple-footer
  .cmp-logo-wall
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .footer-links__container,
.cmp-logo-wall
  .perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .footer-links__container,
.simple-footer
  .cmp-logo-wall
  .logo-container
  + .logo-container
  .footer-links__container,
.cmp-logo-wall
  .simple-footer
  .logo-container
  + .logo-container
  .footer-links__container {
  border-top: 1px solid #f0f1f2;
  display: block;
  text-align: center;
  padding-top: 40px;
  padding-top: 2.5rem;
}
@media (min-width: 48em) {
  .simple-footer .row + .row .footer-links__container,
  .simple-footer
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    + .row
    .footer-links__container,
  .customer-story
    .simple-footer
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    + .row
    .footer-links__container,
  .simple-footer
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    + .row
    .footer-links__container,
  .perspective-article-page
    .simple-footer
    .perspective-main-container
    > .aem-Grid--default--12
    + .row
    .footer-links__container,
  .simple-footer .cmp-logo-wall .logo-container + .row .footer-links__container,
  .cmp-logo-wall .simple-footer .logo-container + .row .footer-links__container,
  .simple-footer
    .customer-story
    .row
    + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .footer-links__container,
  .customer-story
    .simple-footer
    .row
    + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .footer-links__container,
  .simple-footer
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .footer-links__container,
  .customer-story
    .simple-footer
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .footer-links__container,
  .simple-footer
    .cmp-logo-wall
    .customer-story
    .logo-container
    + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .footer-links__container,
  .customer-story
    .simple-footer
    .cmp-logo-wall
    .logo-container
    + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .footer-links__container,
  .cmp-logo-wall
    .simple-footer
    .customer-story
    .logo-container
    + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .footer-links__container,
  .customer-story
    .cmp-logo-wall
    .simple-footer
    .logo-container
    + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .footer-links__container,
  .simple-footer
    .perspective-article-page
    .perspective-main-container
    > .row
    + .aem-Grid--default--12
    .footer-links__container,
  .perspective-article-page
    .simple-footer
    .perspective-main-container
    > .row
    + .aem-Grid--default--12
    .footer-links__container,
  .simple-footer
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    + .aem-Grid--default--12
    .footer-links__container,
  .perspective-article-page
    .simple-footer
    .perspective-main-container
    > .aem-Grid--default--12
    + .aem-Grid--default--12
    .footer-links__container,
  .simple-footer
    .cmp-logo-wall
    .perspective-article-page
    .perspective-main-container
    > .logo-container
    + .aem-Grid--default--12
    .footer-links__container,
  .perspective-article-page
    .simple-footer
    .cmp-logo-wall
    .perspective-main-container
    > .logo-container
    + .aem-Grid--default--12
    .footer-links__container,
  .cmp-logo-wall
    .simple-footer
    .perspective-article-page
    .perspective-main-container
    > .logo-container
    + .aem-Grid--default--12
    .footer-links__container,
  .perspective-article-page
    .cmp-logo-wall
    .simple-footer
    .perspective-main-container
    > .logo-container
    + .aem-Grid--default--12
    .footer-links__container,
  .simple-footer .cmp-logo-wall .row + .logo-container .footer-links__container,
  .cmp-logo-wall .simple-footer .row + .logo-container .footer-links__container,
  .simple-footer
    .customer-story
    .cmp-logo-wall
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    + .logo-container
    .footer-links__container,
  .cmp-logo-wall
    .simple-footer
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    + .logo-container
    .footer-links__container,
  .customer-story
    .simple-footer
    .cmp-logo-wall
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    + .logo-container
    .footer-links__container,
  .cmp-logo-wall
    .customer-story
    .simple-footer
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    + .logo-container
    .footer-links__container,
  .simple-footer
    .perspective-article-page
    .cmp-logo-wall
    .perspective-main-container
    > .aem-Grid--default--12
    + .logo-container
    .footer-links__container,
  .cmp-logo-wall
    .simple-footer
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    + .logo-container
    .footer-links__container,
  .perspective-article-page
    .simple-footer
    .cmp-logo-wall
    .perspective-main-container
    > .aem-Grid--default--12
    + .logo-container
    .footer-links__container,
  .cmp-logo-wall
    .perspective-article-page
    .simple-footer
    .perspective-main-container
    > .aem-Grid--default--12
    + .logo-container
    .footer-links__container,
  .simple-footer
    .cmp-logo-wall
    .logo-container
    + .logo-container
    .footer-links__container,
  .cmp-logo-wall
    .simple-footer
    .logo-container
    + .logo-container
    .footer-links__container {
    padding-top: 48px;
    padding-top: 3rem;
  }
}
.simple-footer .row + .row .col:first-of-type,
.simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .row
  .col:first-of-type,
.customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .row
  .col:first-of-type,
.simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .row
  .col:first-of-type,
.perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .row
  .col:first-of-type,
.simple-footer .cmp-logo-wall .logo-container + .row .col:first-of-type,
.cmp-logo-wall .simple-footer .logo-container + .row .col:first-of-type,
.simple-footer
  .customer-story
  .row
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .col:first-of-type,
.customer-story
  .simple-footer
  .row
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .col:first-of-type,
.simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .col:first-of-type,
.customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .col:first-of-type,
.simple-footer
  .perspective-article-page
  .customer-story
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .col:first-of-type,
.customer-story
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .col:first-of-type,
.perspective-article-page
  .simple-footer
  .customer-story
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .col:first-of-type,
.customer-story
  .perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .col:first-of-type,
.simple-footer
  .cmp-logo-wall
  .customer-story
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .col:first-of-type,
.customer-story
  .simple-footer
  .cmp-logo-wall
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .col:first-of-type,
.cmp-logo-wall
  .simple-footer
  .customer-story
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .col:first-of-type,
.customer-story
  .cmp-logo-wall
  .simple-footer
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .col:first-of-type,
.simple-footer
  .perspective-article-page
  .perspective-main-container
  > .row
  + .aem-Grid--default--12
  .col:first-of-type,
.perspective-article-page
  .simple-footer
  .perspective-main-container
  > .row
  + .aem-Grid--default--12
  .col:first-of-type,
.simple-footer
  .customer-story
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .col:first-of-type,
.perspective-article-page
  .simple-footer
  .customer-story
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .col:first-of-type,
.customer-story
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .col:first-of-type,
.perspective-article-page
  .customer-story
  .simple-footer
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .col:first-of-type,
.simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid--default--12
  .col:first-of-type,
.perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid--default--12
  .col:first-of-type,
.simple-footer
  .cmp-logo-wall
  .perspective-article-page
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .col:first-of-type,
.perspective-article-page
  .simple-footer
  .cmp-logo-wall
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .col:first-of-type,
.cmp-logo-wall
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .col:first-of-type,
.perspective-article-page
  .cmp-logo-wall
  .simple-footer
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .col:first-of-type,
.simple-footer .cmp-logo-wall .row + .logo-container .col:first-of-type,
.cmp-logo-wall .simple-footer .row + .logo-container .col:first-of-type,
.simple-footer
  .customer-story
  .cmp-logo-wall
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .col:first-of-type,
.cmp-logo-wall
  .simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .col:first-of-type,
.customer-story
  .simple-footer
  .cmp-logo-wall
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .col:first-of-type,
.cmp-logo-wall
  .customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .col:first-of-type,
.simple-footer
  .perspective-article-page
  .cmp-logo-wall
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .col:first-of-type,
.cmp-logo-wall
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .col:first-of-type,
.perspective-article-page
  .simple-footer
  .cmp-logo-wall
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .col:first-of-type,
.cmp-logo-wall
  .perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .col:first-of-type,
.simple-footer
  .cmp-logo-wall
  .logo-container
  + .logo-container
  .col:first-of-type,
.cmp-logo-wall
  .simple-footer
  .logo-container
  + .logo-container
  .col:first-of-type,
.simple-footer
  .row
  + .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.customer-story
  .simple-footer
  .row
  + .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.customer-story
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.customer-story
  .perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.simple-footer
  .cmp-logo-wall
  .logo-container
  + .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.customer-story
  .simple-footer
  .cmp-logo-wall
  .logo-container
  + .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.cmp-logo-wall
  .simple-footer
  .logo-container
  + .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.customer-story
  .cmp-logo-wall
  .simple-footer
  .logo-container
  + .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.simple-footer
  .customer-story
  .row
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.customer-story
  .simple-footer
  .row
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.simple-footer
  .perspective-article-page
  .customer-story
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.customer-story
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.perspective-article-page
  .simple-footer
  .customer-story
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.customer-story
  .perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.simple-footer
  .cmp-logo-wall
  .customer-story
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.customer-story
  .simple-footer
  .cmp-logo-wall
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.cmp-logo-wall
  .simple-footer
  .customer-story
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.customer-story
  .cmp-logo-wall
  .simple-footer
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.simple-footer
  .perspective-article-page
  .customer-story
  .perspective-main-container
  > .row
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.customer-story
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .row
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.perspective-article-page
  .simple-footer
  .customer-story
  .perspective-main-container
  > .row
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.customer-story
  .perspective-article-page
  .simple-footer
  .perspective-main-container
  > .row
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.simple-footer
  .customer-story
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.perspective-article-page
  .simple-footer
  .customer-story
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.customer-story
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.perspective-article-page
  .customer-story
  .simple-footer
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.simple-footer
  .perspective-article-page
  .customer-story
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.customer-story
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.perspective-article-page
  .simple-footer
  .customer-story
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.customer-story
  .perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.simple-footer
  .cmp-logo-wall
  .perspective-article-page
  .customer-story
  .perspective-main-container
  > .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.customer-story
  .simple-footer
  .cmp-logo-wall
  .perspective-article-page
  .perspective-main-container
  > .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.perspective-article-page
  .simple-footer
  .cmp-logo-wall
  .customer-story
  .perspective-main-container
  > .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.customer-story
  .perspective-article-page
  .simple-footer
  .cmp-logo-wall
  .perspective-main-container
  > .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.cmp-logo-wall
  .simple-footer
  .perspective-article-page
  .customer-story
  .perspective-main-container
  > .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.customer-story
  .cmp-logo-wall
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.perspective-article-page
  .cmp-logo-wall
  .simple-footer
  .customer-story
  .perspective-main-container
  > .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.customer-story
  .perspective-article-page
  .cmp-logo-wall
  .simple-footer
  .perspective-main-container
  > .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.simple-footer
  .cmp-logo-wall
  .row
  + .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.customer-story
  .simple-footer
  .cmp-logo-wall
  .row
  + .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.cmp-logo-wall
  .simple-footer
  .row
  + .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.customer-story
  .cmp-logo-wall
  .simple-footer
  .row
  + .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.simple-footer
  .customer-story
  .cmp-logo-wall
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.cmp-logo-wall
  .simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.customer-story
  .simple-footer
  .cmp-logo-wall
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.cmp-logo-wall
  .customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.simple-footer
  .perspective-article-page
  .cmp-logo-wall
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.customer-story
  .simple-footer
  .perspective-article-page
  .cmp-logo-wall
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.cmp-logo-wall
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.customer-story
  .cmp-logo-wall
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.perspective-article-page
  .simple-footer
  .cmp-logo-wall
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.customer-story
  .perspective-article-page
  .simple-footer
  .cmp-logo-wall
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.cmp-logo-wall
  .perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.customer-story
  .cmp-logo-wall
  .perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.simple-footer
  .cmp-logo-wall
  .logo-container
  + .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.customer-story
  .simple-footer
  .cmp-logo-wall
  .logo-container
  + .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.cmp-logo-wall
  .simple-footer
  .logo-container
  + .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.customer-story
  .cmp-logo-wall
  .simple-footer
  .logo-container
  + .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:first-of-type,
.simple-footer
  .row
  + .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.customer-story
  .simple-footer
  .row
  + .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.customer-story
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.customer-story
  .perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.simple-footer
  .cmp-logo-wall
  .logo-container
  + .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.customer-story
  .simple-footer
  .cmp-logo-wall
  .logo-container
  + .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.cmp-logo-wall
  .simple-footer
  .logo-container
  + .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.customer-story
  .cmp-logo-wall
  .simple-footer
  .logo-container
  + .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.simple-footer
  .customer-story
  .row
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.customer-story
  .simple-footer
  .row
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.simple-footer
  .perspective-article-page
  .customer-story
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.customer-story
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.perspective-article-page
  .simple-footer
  .customer-story
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.customer-story
  .perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.simple-footer
  .cmp-logo-wall
  .customer-story
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.customer-story
  .simple-footer
  .cmp-logo-wall
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.cmp-logo-wall
  .simple-footer
  .customer-story
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.customer-story
  .cmp-logo-wall
  .simple-footer
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.simple-footer
  .perspective-article-page
  .customer-story
  .perspective-main-container
  > .row
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.customer-story
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .row
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.perspective-article-page
  .simple-footer
  .customer-story
  .perspective-main-container
  > .row
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.customer-story
  .perspective-article-page
  .simple-footer
  .perspective-main-container
  > .row
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.simple-footer
  .customer-story
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.perspective-article-page
  .simple-footer
  .customer-story
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.customer-story
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.perspective-article-page
  .customer-story
  .simple-footer
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.simple-footer
  .perspective-article-page
  .customer-story
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.customer-story
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.perspective-article-page
  .simple-footer
  .customer-story
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.customer-story
  .perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.simple-footer
  .cmp-logo-wall
  .perspective-article-page
  .customer-story
  .perspective-main-container
  > .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.customer-story
  .simple-footer
  .cmp-logo-wall
  .perspective-article-page
  .perspective-main-container
  > .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.perspective-article-page
  .simple-footer
  .cmp-logo-wall
  .customer-story
  .perspective-main-container
  > .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.customer-story
  .perspective-article-page
  .simple-footer
  .cmp-logo-wall
  .perspective-main-container
  > .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.cmp-logo-wall
  .simple-footer
  .perspective-article-page
  .customer-story
  .perspective-main-container
  > .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.customer-story
  .cmp-logo-wall
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.perspective-article-page
  .cmp-logo-wall
  .simple-footer
  .customer-story
  .perspective-main-container
  > .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.customer-story
  .perspective-article-page
  .cmp-logo-wall
  .simple-footer
  .perspective-main-container
  > .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.simple-footer
  .cmp-logo-wall
  .row
  + .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.customer-story
  .simple-footer
  .cmp-logo-wall
  .row
  + .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.cmp-logo-wall
  .simple-footer
  .row
  + .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.customer-story
  .cmp-logo-wall
  .simple-footer
  .row
  + .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.simple-footer
  .customer-story
  .cmp-logo-wall
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.cmp-logo-wall
  .simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.customer-story
  .simple-footer
  .cmp-logo-wall
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.cmp-logo-wall
  .customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.simple-footer
  .perspective-article-page
  .cmp-logo-wall
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.customer-story
  .simple-footer
  .perspective-article-page
  .cmp-logo-wall
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.cmp-logo-wall
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.customer-story
  .cmp-logo-wall
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.perspective-article-page
  .simple-footer
  .cmp-logo-wall
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.customer-story
  .perspective-article-page
  .simple-footer
  .cmp-logo-wall
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.cmp-logo-wall
  .perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.customer-story
  .cmp-logo-wall
  .perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.simple-footer
  .cmp-logo-wall
  .logo-container
  + .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.customer-story
  .simple-footer
  .cmp-logo-wall
  .logo-container
  + .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.cmp-logo-wall
  .simple-footer
  .logo-container
  + .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.customer-story
  .cmp-logo-wall
  .simple-footer
  .logo-container
  + .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:first-of-type,
.simple-footer
  .row
  + .row
  .perspective-article-page
  .about-author
  .cmp-upnext:first-of-type,
.perspective-article-page
  .about-author
  .simple-footer
  .row
  + .row
  .cmp-upnext:first-of-type,
.simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .row
  .perspective-article-page
  .about-author
  .cmp-upnext:first-of-type,
.perspective-article-page
  .about-author
  .simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .row
  .cmp-upnext:first-of-type,
.customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .row
  .perspective-article-page
  .about-author
  .cmp-upnext:first-of-type,
.perspective-article-page
  .about-author
  .customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .row
  .cmp-upnext:first-of-type,
.simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .row
  .about-author
  .cmp-upnext:first-of-type,
.simple-footer
  .perspective-article-page
  .about-author
  .perspective-main-container
  > .aem-Grid--default--12
  + .row
  .cmp-upnext:first-of-type,
.perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .row
  .about-author
  .cmp-upnext:first-of-type,
.perspective-article-page
  .about-author
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .row
  .cmp-upnext:first-of-type,
.simple-footer
  .cmp-logo-wall
  .logo-container
  + .row
  .perspective-article-page
  .about-author
  .cmp-upnext:first-of-type,
.perspective-article-page
  .about-author
  .simple-footer
  .cmp-logo-wall
  .logo-container
  + .row
  .cmp-upnext:first-of-type,
.cmp-logo-wall
  .simple-footer
  .logo-container
  + .row
  .perspective-article-page
  .about-author
  .cmp-upnext:first-of-type,
.perspective-article-page
  .about-author
  .cmp-logo-wall
  .simple-footer
  .logo-container
  + .row
  .cmp-upnext:first-of-type,
.simple-footer
  .customer-story
  .row
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .cmp-upnext:first-of-type,
.perspective-article-page
  .about-author
  .simple-footer
  .customer-story
  .row
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .cmp-upnext:first-of-type,
.customer-story
  .simple-footer
  .row
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .cmp-upnext:first-of-type,
.perspective-article-page
  .about-author
  .customer-story
  .simple-footer
  .row
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .cmp-upnext:first-of-type,
.simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .cmp-upnext:first-of-type,
.perspective-article-page
  .about-author
  .simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .cmp-upnext:first-of-type,
.customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .cmp-upnext:first-of-type,
.perspective-article-page
  .about-author
  .customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .cmp-upnext:first-of-type,
.simple-footer
  .perspective-article-page
  .customer-story
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .about-author
  .cmp-upnext:first-of-type,
.simple-footer
  .perspective-article-page
  .about-author
  .customer-story
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .cmp-upnext:first-of-type,
.customer-story
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .about-author
  .cmp-upnext:first-of-type,
.customer-story
  .simple-footer
  .perspective-article-page
  .about-author
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .cmp-upnext:first-of-type,
.perspective-article-page
  .simple-footer
  .customer-story
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .about-author
  .cmp-upnext:first-of-type,
.perspective-article-page
  .about-author
  .simple-footer
  .customer-story
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .cmp-upnext:first-of-type,
.customer-story
  .perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .about-author
  .cmp-upnext:first-of-type,
.customer-story
  .perspective-article-page
  .about-author
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .cmp-upnext:first-of-type,
.simple-footer
  .cmp-logo-wall
  .customer-story
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .cmp-upnext:first-of-type,
.perspective-article-page
  .about-author
  .simple-footer
  .cmp-logo-wall
  .customer-story
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .cmp-upnext:first-of-type,
.customer-story
  .simple-footer
  .cmp-logo-wall
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .cmp-upnext:first-of-type,
.perspective-article-page
  .about-author
  .customer-story
  .simple-footer
  .cmp-logo-wall
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .cmp-upnext:first-of-type,
.cmp-logo-wall
  .simple-footer
  .customer-story
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .cmp-upnext:first-of-type,
.perspective-article-page
  .about-author
  .cmp-logo-wall
  .simple-footer
  .customer-story
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .cmp-upnext:first-of-type,
.customer-story
  .cmp-logo-wall
  .simple-footer
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .cmp-upnext:first-of-type,
.perspective-article-page
  .about-author
  .customer-story
  .cmp-logo-wall
  .simple-footer
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .cmp-upnext:first-of-type,
.simple-footer
  .perspective-article-page
  .perspective-main-container
  > .row
  + .aem-Grid--default--12
  .about-author
  .cmp-upnext:first-of-type,
.simple-footer
  .perspective-article-page
  .about-author
  .perspective-main-container
  > .row
  + .aem-Grid--default--12
  .cmp-upnext:first-of-type,
.perspective-article-page
  .simple-footer
  .perspective-main-container
  > .row
  + .aem-Grid--default--12
  .about-author
  .cmp-upnext:first-of-type,
.perspective-article-page
  .about-author
  .simple-footer
  .perspective-main-container
  > .row
  + .aem-Grid--default--12
  .cmp-upnext:first-of-type,
.simple-footer
  .customer-story
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .about-author
  .cmp-upnext:first-of-type,
.simple-footer
  .customer-story
  .perspective-article-page
  .about-author
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .cmp-upnext:first-of-type,
.perspective-article-page
  .simple-footer
  .customer-story
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .about-author
  .cmp-upnext:first-of-type,
.perspective-article-page
  .about-author
  .simple-footer
  .customer-story
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .cmp-upnext:first-of-type,
.customer-story
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .about-author
  .cmp-upnext:first-of-type,
.customer-story
  .simple-footer
  .perspective-article-page
  .about-author
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .cmp-upnext:first-of-type,
.perspective-article-page
  .customer-story
  .simple-footer
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .about-author
  .cmp-upnext:first-of-type,
.perspective-article-page
  .about-author
  .customer-story
  .simple-footer
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .cmp-upnext:first-of-type,
.simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid--default--12
  .about-author
  .cmp-upnext:first-of-type,
.simple-footer
  .perspective-article-page
  .about-author
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid--default--12
  .cmp-upnext:first-of-type,
.perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid--default--12
  .about-author
  .cmp-upnext:first-of-type,
.perspective-article-page
  .about-author
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid--default--12
  .cmp-upnext:first-of-type,
.simple-footer
  .cmp-logo-wall
  .perspective-article-page
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .about-author
  .cmp-upnext:first-of-type,
.simple-footer
  .cmp-logo-wall
  .perspective-article-page
  .about-author
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .cmp-upnext:first-of-type,
.perspective-article-page
  .simple-footer
  .cmp-logo-wall
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .about-author
  .cmp-upnext:first-of-type,
.perspective-article-page
  .about-author
  .simple-footer
  .cmp-logo-wall
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .cmp-upnext:first-of-type,
.cmp-logo-wall
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .about-author
  .cmp-upnext:first-of-type,
.cmp-logo-wall
  .simple-footer
  .perspective-article-page
  .about-author
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .cmp-upnext:first-of-type,
.perspective-article-page
  .cmp-logo-wall
  .simple-footer
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .about-author
  .cmp-upnext:first-of-type,
.perspective-article-page
  .about-author
  .cmp-logo-wall
  .simple-footer
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .cmp-upnext:first-of-type,
.simple-footer
  .cmp-logo-wall
  .row
  + .logo-container
  .perspective-article-page
  .about-author
  .cmp-upnext:first-of-type,
.perspective-article-page
  .about-author
  .simple-footer
  .cmp-logo-wall
  .row
  + .logo-container
  .cmp-upnext:first-of-type,
.cmp-logo-wall
  .simple-footer
  .row
  + .logo-container
  .perspective-article-page
  .about-author
  .cmp-upnext:first-of-type,
.perspective-article-page
  .about-author
  .cmp-logo-wall
  .simple-footer
  .row
  + .logo-container
  .cmp-upnext:first-of-type,
.simple-footer
  .customer-story
  .cmp-logo-wall
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .perspective-article-page
  .about-author
  .cmp-upnext:first-of-type,
.perspective-article-page
  .about-author
  .simple-footer
  .customer-story
  .cmp-logo-wall
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .cmp-upnext:first-of-type,
.cmp-logo-wall
  .simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .perspective-article-page
  .about-author
  .cmp-upnext:first-of-type,
.perspective-article-page
  .about-author
  .cmp-logo-wall
  .simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .cmp-upnext:first-of-type,
.customer-story
  .simple-footer
  .cmp-logo-wall
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .perspective-article-page
  .about-author
  .cmp-upnext:first-of-type,
.perspective-article-page
  .about-author
  .customer-story
  .simple-footer
  .cmp-logo-wall
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .cmp-upnext:first-of-type,
.cmp-logo-wall
  .customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .perspective-article-page
  .about-author
  .cmp-upnext:first-of-type,
.perspective-article-page
  .about-author
  .cmp-logo-wall
  .customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .cmp-upnext:first-of-type,
.simple-footer
  .perspective-article-page
  .cmp-logo-wall
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .about-author
  .cmp-upnext:first-of-type,
.simple-footer
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .cmp-upnext:first-of-type,
.cmp-logo-wall
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .about-author
  .cmp-upnext:first-of-type,
.cmp-logo-wall
  .simple-footer
  .perspective-article-page
  .about-author
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .cmp-upnext:first-of-type,
.perspective-article-page
  .simple-footer
  .cmp-logo-wall
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .about-author
  .cmp-upnext:first-of-type,
.perspective-article-page
  .about-author
  .simple-footer
  .cmp-logo-wall
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .cmp-upnext:first-of-type,
.cmp-logo-wall
  .perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .about-author
  .cmp-upnext:first-of-type,
.cmp-logo-wall
  .perspective-article-page
  .about-author
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .cmp-upnext:first-of-type,
.simple-footer
  .cmp-logo-wall
  .logo-container
  + .logo-container
  .perspective-article-page
  .about-author
  .cmp-upnext:first-of-type,
.perspective-article-page
  .about-author
  .simple-footer
  .cmp-logo-wall
  .logo-container
  + .logo-container
  .cmp-upnext:first-of-type,
.cmp-logo-wall
  .simple-footer
  .logo-container
  + .logo-container
  .perspective-article-page
  .about-author
  .cmp-upnext:first-of-type,
.perspective-article-page
  .about-author
  .cmp-logo-wall
  .simple-footer
  .logo-container
  + .logo-container
  .cmp-upnext:first-of-type,
.simple-footer
  .row
  + .row
  .perspective-article-page
  .upnext
  .cmp-upnext:first-of-type,
.perspective-article-page
  .upnext
  .simple-footer
  .row
  + .row
  .cmp-upnext:first-of-type,
.simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .row
  .perspective-article-page
  .upnext
  .cmp-upnext:first-of-type,
.perspective-article-page
  .upnext
  .simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .row
  .cmp-upnext:first-of-type,
.customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .row
  .perspective-article-page
  .upnext
  .cmp-upnext:first-of-type,
.perspective-article-page
  .upnext
  .customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .row
  .cmp-upnext:first-of-type,
.simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .row
  .upnext
  .cmp-upnext:first-of-type,
.simple-footer
  .perspective-article-page
  .upnext
  .perspective-main-container
  > .aem-Grid--default--12
  + .row
  .cmp-upnext:first-of-type,
.perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .row
  .upnext
  .cmp-upnext:first-of-type,
.perspective-article-page
  .upnext
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .row
  .cmp-upnext:first-of-type,
.simple-footer
  .cmp-logo-wall
  .logo-container
  + .row
  .perspective-article-page
  .upnext
  .cmp-upnext:first-of-type,
.perspective-article-page
  .upnext
  .simple-footer
  .cmp-logo-wall
  .logo-container
  + .row
  .cmp-upnext:first-of-type,
.cmp-logo-wall
  .simple-footer
  .logo-container
  + .row
  .perspective-article-page
  .upnext
  .cmp-upnext:first-of-type,
.perspective-article-page
  .upnext
  .cmp-logo-wall
  .simple-footer
  .logo-container
  + .row
  .cmp-upnext:first-of-type,
.simple-footer
  .customer-story
  .row
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .cmp-upnext:first-of-type,
.perspective-article-page
  .upnext
  .simple-footer
  .customer-story
  .row
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .cmp-upnext:first-of-type,
.customer-story
  .simple-footer
  .row
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .cmp-upnext:first-of-type,
.perspective-article-page
  .upnext
  .customer-story
  .simple-footer
  .row
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .cmp-upnext:first-of-type,
.simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .cmp-upnext:first-of-type,
.perspective-article-page
  .upnext
  .simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .cmp-upnext:first-of-type,
.customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .cmp-upnext:first-of-type,
.perspective-article-page
  .upnext
  .customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .cmp-upnext:first-of-type,
.simple-footer
  .perspective-article-page
  .customer-story
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .upnext
  .cmp-upnext:first-of-type,
.simple-footer
  .perspective-article-page
  .upnext
  .customer-story
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .cmp-upnext:first-of-type,
.customer-story
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .upnext
  .cmp-upnext:first-of-type,
.customer-story
  .simple-footer
  .perspective-article-page
  .upnext
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .cmp-upnext:first-of-type,
.perspective-article-page
  .simple-footer
  .customer-story
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .upnext
  .cmp-upnext:first-of-type,
.perspective-article-page
  .upnext
  .simple-footer
  .customer-story
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .cmp-upnext:first-of-type,
.customer-story
  .perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .upnext
  .cmp-upnext:first-of-type,
.customer-story
  .perspective-article-page
  .upnext
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .cmp-upnext:first-of-type,
.simple-footer
  .cmp-logo-wall
  .customer-story
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .cmp-upnext:first-of-type,
.perspective-article-page
  .upnext
  .simple-footer
  .cmp-logo-wall
  .customer-story
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .cmp-upnext:first-of-type,
.customer-story
  .simple-footer
  .cmp-logo-wall
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .cmp-upnext:first-of-type,
.perspective-article-page
  .upnext
  .customer-story
  .simple-footer
  .cmp-logo-wall
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .cmp-upnext:first-of-type,
.cmp-logo-wall
  .simple-footer
  .customer-story
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .cmp-upnext:first-of-type,
.perspective-article-page
  .upnext
  .cmp-logo-wall
  .simple-footer
  .customer-story
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .cmp-upnext:first-of-type,
.customer-story
  .cmp-logo-wall
  .simple-footer
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .cmp-upnext:first-of-type,
.perspective-article-page
  .upnext
  .customer-story
  .cmp-logo-wall
  .simple-footer
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .cmp-upnext:first-of-type,
.simple-footer
  .perspective-article-page
  .perspective-main-container
  > .row
  + .aem-Grid--default--12
  .upnext
  .cmp-upnext:first-of-type,
.simple-footer
  .perspective-article-page
  .upnext
  .perspective-main-container
  > .row
  + .aem-Grid--default--12
  .cmp-upnext:first-of-type,
.perspective-article-page
  .simple-footer
  .perspective-main-container
  > .row
  + .aem-Grid--default--12
  .upnext
  .cmp-upnext:first-of-type,
.perspective-article-page
  .upnext
  .simple-footer
  .perspective-main-container
  > .row
  + .aem-Grid--default--12
  .cmp-upnext:first-of-type,
.simple-footer
  .customer-story
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .upnext
  .cmp-upnext:first-of-type,
.simple-footer
  .customer-story
  .perspective-article-page
  .upnext
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .cmp-upnext:first-of-type,
.perspective-article-page
  .simple-footer
  .customer-story
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .upnext
  .cmp-upnext:first-of-type,
.perspective-article-page
  .upnext
  .simple-footer
  .customer-story
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .cmp-upnext:first-of-type,
.customer-story
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .upnext
  .cmp-upnext:first-of-type,
.customer-story
  .simple-footer
  .perspective-article-page
  .upnext
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .cmp-upnext:first-of-type,
.perspective-article-page
  .customer-story
  .simple-footer
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .upnext
  .cmp-upnext:first-of-type,
.perspective-article-page
  .upnext
  .customer-story
  .simple-footer
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .cmp-upnext:first-of-type,
.simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid--default--12
  .upnext
  .cmp-upnext:first-of-type,
.simple-footer
  .perspective-article-page
  .upnext
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid--default--12
  .cmp-upnext:first-of-type,
.perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid--default--12
  .upnext
  .cmp-upnext:first-of-type,
.perspective-article-page
  .upnext
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid--default--12
  .cmp-upnext:first-of-type,
.simple-footer
  .cmp-logo-wall
  .perspective-article-page
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .upnext
  .cmp-upnext:first-of-type,
.simple-footer
  .cmp-logo-wall
  .perspective-article-page
  .upnext
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .cmp-upnext:first-of-type,
.perspective-article-page
  .simple-footer
  .cmp-logo-wall
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .upnext
  .cmp-upnext:first-of-type,
.perspective-article-page
  .upnext
  .simple-footer
  .cmp-logo-wall
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .cmp-upnext:first-of-type,
.cmp-logo-wall
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .upnext
  .cmp-upnext:first-of-type,
.cmp-logo-wall
  .simple-footer
  .perspective-article-page
  .upnext
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .cmp-upnext:first-of-type,
.perspective-article-page
  .cmp-logo-wall
  .simple-footer
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .upnext
  .cmp-upnext:first-of-type,
.perspective-article-page
  .upnext
  .cmp-logo-wall
  .simple-footer
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .cmp-upnext:first-of-type,
.simple-footer
  .cmp-logo-wall
  .row
  + .logo-container
  .perspective-article-page
  .upnext
  .cmp-upnext:first-of-type,
.perspective-article-page
  .upnext
  .simple-footer
  .cmp-logo-wall
  .row
  + .logo-container
  .cmp-upnext:first-of-type,
.cmp-logo-wall
  .simple-footer
  .row
  + .logo-container
  .perspective-article-page
  .upnext
  .cmp-upnext:first-of-type,
.perspective-article-page
  .upnext
  .cmp-logo-wall
  .simple-footer
  .row
  + .logo-container
  .cmp-upnext:first-of-type,
.simple-footer
  .customer-story
  .cmp-logo-wall
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .perspective-article-page
  .upnext
  .cmp-upnext:first-of-type,
.perspective-article-page
  .upnext
  .simple-footer
  .customer-story
  .cmp-logo-wall
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .cmp-upnext:first-of-type,
.cmp-logo-wall
  .simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .perspective-article-page
  .upnext
  .cmp-upnext:first-of-type,
.perspective-article-page
  .upnext
  .cmp-logo-wall
  .simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .cmp-upnext:first-of-type,
.customer-story
  .simple-footer
  .cmp-logo-wall
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .perspective-article-page
  .upnext
  .cmp-upnext:first-of-type,
.perspective-article-page
  .upnext
  .customer-story
  .simple-footer
  .cmp-logo-wall
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .cmp-upnext:first-of-type,
.cmp-logo-wall
  .customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .perspective-article-page
  .upnext
  .cmp-upnext:first-of-type,
.perspective-article-page
  .upnext
  .cmp-logo-wall
  .customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .cmp-upnext:first-of-type,
.simple-footer
  .perspective-article-page
  .cmp-logo-wall
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .upnext
  .cmp-upnext:first-of-type,
.simple-footer
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .cmp-upnext:first-of-type,
.cmp-logo-wall
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .upnext
  .cmp-upnext:first-of-type,
.cmp-logo-wall
  .simple-footer
  .perspective-article-page
  .upnext
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .cmp-upnext:first-of-type,
.perspective-article-page
  .simple-footer
  .cmp-logo-wall
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .upnext
  .cmp-upnext:first-of-type,
.perspective-article-page
  .upnext
  .simple-footer
  .cmp-logo-wall
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .cmp-upnext:first-of-type,
.cmp-logo-wall
  .perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .upnext
  .cmp-upnext:first-of-type,
.cmp-logo-wall
  .perspective-article-page
  .upnext
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .cmp-upnext:first-of-type,
.simple-footer
  .cmp-logo-wall
  .logo-container
  + .logo-container
  .perspective-article-page
  .upnext
  .cmp-upnext:first-of-type,
.perspective-article-page
  .upnext
  .simple-footer
  .cmp-logo-wall
  .logo-container
  + .logo-container
  .cmp-upnext:first-of-type,
.cmp-logo-wall
  .simple-footer
  .logo-container
  + .logo-container
  .perspective-article-page
  .upnext
  .cmp-upnext:first-of-type,
.perspective-article-page
  .upnext
  .cmp-logo-wall
  .simple-footer
  .logo-container
  + .logo-container
  .cmp-upnext:first-of-type,
.simple-footer
  .row
  + .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--horizontal
  .simple-footer
  .row
  + .row
  .validation-component__wrapper-logo:first-of-type,
.simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--horizontal
  .simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .row
  .validation-component__wrapper-logo:first-of-type,
.customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--horizontal
  .customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .row
  .validation-component__wrapper-logo:first-of-type,
.simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--horizontal
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .row
  .validation-component__wrapper-logo:first-of-type,
.perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .row
  .validation-component__wrapper-logo:first-of-type,
.simple-footer
  .cmp-logo-wall
  .logo-container
  + .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--horizontal
  .simple-footer
  .cmp-logo-wall
  .logo-container
  + .row
  .validation-component__wrapper-logo:first-of-type,
.cmp-logo-wall
  .simple-footer
  .logo-container
  + .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .simple-footer
  .logo-container
  + .row
  .validation-component__wrapper-logo:first-of-type,
.simple-footer
  .customer-story
  .row
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--horizontal
  .simple-footer
  .customer-story
  .row
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-logo:first-of-type,
.customer-story
  .simple-footer
  .row
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--horizontal
  .customer-story
  .simple-footer
  .row
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-logo:first-of-type,
.simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--horizontal
  .simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-logo:first-of-type,
.customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--horizontal
  .customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-logo:first-of-type,
.simple-footer
  .perspective-article-page
  .customer-story
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--horizontal
  .simple-footer
  .perspective-article-page
  .customer-story
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-logo:first-of-type,
.customer-story
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--horizontal
  .customer-story
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-logo:first-of-type,
.perspective-article-page
  .simple-footer
  .customer-story
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .simple-footer
  .customer-story
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-logo:first-of-type,
.customer-story
  .perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-logo:first-of-type,
.simple-footer
  .cmp-logo-wall
  .customer-story
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--horizontal
  .simple-footer
  .cmp-logo-wall
  .customer-story
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-logo:first-of-type,
.customer-story
  .simple-footer
  .cmp-logo-wall
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--horizontal
  .customer-story
  .simple-footer
  .cmp-logo-wall
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-logo:first-of-type,
.cmp-logo-wall
  .simple-footer
  .customer-story
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .simple-footer
  .customer-story
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-logo:first-of-type,
.customer-story
  .cmp-logo-wall
  .simple-footer
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .simple-footer
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-logo:first-of-type,
.simple-footer
  .perspective-article-page
  .perspective-main-container
  > .row
  + .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--horizontal
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .row
  + .aem-Grid--default--12
  .validation-component__wrapper-logo:first-of-type,
.perspective-article-page
  .simple-footer
  .perspective-main-container
  > .row
  + .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .simple-footer
  .perspective-main-container
  > .row
  + .aem-Grid--default--12
  .validation-component__wrapper-logo:first-of-type,
.simple-footer
  .customer-story
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--horizontal
  .simple-footer
  .customer-story
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .validation-component__wrapper-logo:first-of-type,
.perspective-article-page
  .simple-footer
  .customer-story
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .simple-footer
  .customer-story
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .validation-component__wrapper-logo:first-of-type,
.customer-story
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--horizontal
  .customer-story
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .validation-component__wrapper-logo:first-of-type,
.perspective-article-page
  .customer-story
  .simple-footer
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .customer-story
  .simple-footer
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .validation-component__wrapper-logo:first-of-type,
.simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--horizontal
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid--default--12
  .validation-component__wrapper-logo:first-of-type,
.perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid--default--12
  .validation-component__wrapper-logo:first-of-type,
.simple-footer
  .cmp-logo-wall
  .perspective-article-page
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--horizontal
  .simple-footer
  .cmp-logo-wall
  .perspective-article-page
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .validation-component__wrapper-logo:first-of-type,
.perspective-article-page
  .simple-footer
  .cmp-logo-wall
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .simple-footer
  .cmp-logo-wall
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .validation-component__wrapper-logo:first-of-type,
.cmp-logo-wall
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .validation-component__wrapper-logo:first-of-type,
.perspective-article-page
  .cmp-logo-wall
  .simple-footer
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .cmp-logo-wall
  .simple-footer
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .validation-component__wrapper-logo:first-of-type,
.simple-footer
  .cmp-logo-wall
  .row
  + .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--horizontal
  .simple-footer
  .cmp-logo-wall
  .row
  + .logo-container
  .validation-component__wrapper-logo:first-of-type,
.cmp-logo-wall
  .simple-footer
  .row
  + .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .simple-footer
  .row
  + .logo-container
  .validation-component__wrapper-logo:first-of-type,
.simple-footer
  .customer-story
  .cmp-logo-wall
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--horizontal
  .simple-footer
  .customer-story
  .cmp-logo-wall
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .validation-component__wrapper-logo:first-of-type,
.cmp-logo-wall
  .simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .validation-component__wrapper-logo:first-of-type,
.customer-story
  .simple-footer
  .cmp-logo-wall
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--horizontal
  .customer-story
  .simple-footer
  .cmp-logo-wall
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .validation-component__wrapper-logo:first-of-type,
.cmp-logo-wall
  .customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .validation-component__wrapper-logo:first-of-type,
.simple-footer
  .perspective-article-page
  .cmp-logo-wall
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--horizontal
  .simple-footer
  .perspective-article-page
  .cmp-logo-wall
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .validation-component__wrapper-logo:first-of-type,
.cmp-logo-wall
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .validation-component__wrapper-logo:first-of-type,
.perspective-article-page
  .simple-footer
  .cmp-logo-wall
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .simple-footer
  .cmp-logo-wall
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .validation-component__wrapper-logo:first-of-type,
.cmp-logo-wall
  .perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .validation-component__wrapper-logo:first-of-type,
.simple-footer
  .cmp-logo-wall
  .logo-container
  + .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--horizontal
  .simple-footer
  .cmp-logo-wall
  .logo-container
  + .logo-container
  .validation-component__wrapper-logo:first-of-type,
.cmp-logo-wall
  .simple-footer
  .logo-container
  + .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .simple-footer
  .logo-container
  + .logo-container
  .validation-component__wrapper-logo:first-of-type,
.simple-footer
  .row
  + .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .simple-footer
  .row
  + .row
  .validation-component__wrapper-logo:first-of-type,
.simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .row
  .validation-component__wrapper-logo:first-of-type,
.customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .row
  .validation-component__wrapper-logo:first-of-type,
.simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .row
  .validation-component__wrapper-logo:first-of-type,
.perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .row
  .validation-component__wrapper-logo:first-of-type,
.simple-footer
  .cmp-logo-wall
  .logo-container
  + .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .simple-footer
  .cmp-logo-wall
  .logo-container
  + .row
  .validation-component__wrapper-logo:first-of-type,
.cmp-logo-wall
  .simple-footer
  .logo-container
  + .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .simple-footer
  .logo-container
  + .row
  .validation-component__wrapper-logo:first-of-type,
.simple-footer
  .customer-story
  .row
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .simple-footer
  .customer-story
  .row
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-logo:first-of-type,
.customer-story
  .simple-footer
  .row
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .simple-footer
  .row
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-logo:first-of-type,
.simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-logo:first-of-type,
.customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-logo:first-of-type,
.simple-footer
  .perspective-article-page
  .customer-story
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .simple-footer
  .perspective-article-page
  .customer-story
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-logo:first-of-type,
.customer-story
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-logo:first-of-type,
.perspective-article-page
  .simple-footer
  .customer-story
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .simple-footer
  .customer-story
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-logo:first-of-type,
.customer-story
  .perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-logo:first-of-type,
.simple-footer
  .cmp-logo-wall
  .customer-story
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .simple-footer
  .cmp-logo-wall
  .customer-story
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-logo:first-of-type,
.customer-story
  .simple-footer
  .cmp-logo-wall
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .simple-footer
  .cmp-logo-wall
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-logo:first-of-type,
.cmp-logo-wall
  .simple-footer
  .customer-story
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .simple-footer
  .customer-story
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-logo:first-of-type,
.customer-story
  .cmp-logo-wall
  .simple-footer
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .simple-footer
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-logo:first-of-type,
.simple-footer
  .perspective-article-page
  .perspective-main-container
  > .row
  + .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .row
  + .aem-Grid--default--12
  .validation-component__wrapper-logo:first-of-type,
.perspective-article-page
  .simple-footer
  .perspective-main-container
  > .row
  + .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .simple-footer
  .perspective-main-container
  > .row
  + .aem-Grid--default--12
  .validation-component__wrapper-logo:first-of-type,
.simple-footer
  .customer-story
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .simple-footer
  .customer-story
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .validation-component__wrapper-logo:first-of-type,
.perspective-article-page
  .simple-footer
  .customer-story
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .simple-footer
  .customer-story
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .validation-component__wrapper-logo:first-of-type,
.customer-story
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .validation-component__wrapper-logo:first-of-type,
.perspective-article-page
  .customer-story
  .simple-footer
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .customer-story
  .simple-footer
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .validation-component__wrapper-logo:first-of-type,
.simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid--default--12
  .validation-component__wrapper-logo:first-of-type,
.perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid--default--12
  .validation-component__wrapper-logo:first-of-type,
.simple-footer
  .cmp-logo-wall
  .perspective-article-page
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .simple-footer
  .cmp-logo-wall
  .perspective-article-page
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .validation-component__wrapper-logo:first-of-type,
.perspective-article-page
  .simple-footer
  .cmp-logo-wall
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .simple-footer
  .cmp-logo-wall
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .validation-component__wrapper-logo:first-of-type,
.cmp-logo-wall
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .validation-component__wrapper-logo:first-of-type,
.perspective-article-page
  .cmp-logo-wall
  .simple-footer
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .cmp-logo-wall
  .simple-footer
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .validation-component__wrapper-logo:first-of-type,
.simple-footer
  .cmp-logo-wall
  .row
  + .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .simple-footer
  .cmp-logo-wall
  .row
  + .logo-container
  .validation-component__wrapper-logo:first-of-type,
.cmp-logo-wall
  .simple-footer
  .row
  + .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .simple-footer
  .row
  + .logo-container
  .validation-component__wrapper-logo:first-of-type,
.simple-footer
  .customer-story
  .cmp-logo-wall
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .simple-footer
  .customer-story
  .cmp-logo-wall
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .validation-component__wrapper-logo:first-of-type,
.cmp-logo-wall
  .simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .validation-component__wrapper-logo:first-of-type,
.customer-story
  .simple-footer
  .cmp-logo-wall
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .simple-footer
  .cmp-logo-wall
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .validation-component__wrapper-logo:first-of-type,
.cmp-logo-wall
  .customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .validation-component__wrapper-logo:first-of-type,
.simple-footer
  .perspective-article-page
  .cmp-logo-wall
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .simple-footer
  .perspective-article-page
  .cmp-logo-wall
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .validation-component__wrapper-logo:first-of-type,
.cmp-logo-wall
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .validation-component__wrapper-logo:first-of-type,
.perspective-article-page
  .simple-footer
  .cmp-logo-wall
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .simple-footer
  .cmp-logo-wall
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .validation-component__wrapper-logo:first-of-type,
.cmp-logo-wall
  .perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .validation-component__wrapper-logo:first-of-type,
.simple-footer
  .cmp-logo-wall
  .logo-container
  + .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .simple-footer
  .cmp-logo-wall
  .logo-container
  + .logo-container
  .validation-component__wrapper-logo:first-of-type,
.cmp-logo-wall
  .simple-footer
  .logo-container
  + .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .simple-footer
  .logo-container
  + .logo-container
  .validation-component__wrapper-logo:first-of-type,
.simple-footer
  .row
  + .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--horizontal
  .simple-footer
  .row
  + .row
  .validation-component__wrapper-content:first-of-type,
.simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--horizontal
  .simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .row
  .validation-component__wrapper-content:first-of-type,
.customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--horizontal
  .customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .row
  .validation-component__wrapper-content:first-of-type,
.simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--horizontal
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .row
  .validation-component__wrapper-content:first-of-type,
.perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .row
  .validation-component__wrapper-content:first-of-type,
.simple-footer
  .cmp-logo-wall
  .logo-container
  + .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--horizontal
  .simple-footer
  .cmp-logo-wall
  .logo-container
  + .row
  .validation-component__wrapper-content:first-of-type,
.cmp-logo-wall
  .simple-footer
  .logo-container
  + .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .simple-footer
  .logo-container
  + .row
  .validation-component__wrapper-content:first-of-type,
.simple-footer
  .customer-story
  .row
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--horizontal
  .simple-footer
  .customer-story
  .row
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-content:first-of-type,
.customer-story
  .simple-footer
  .row
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--horizontal
  .customer-story
  .simple-footer
  .row
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-content:first-of-type,
.simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--horizontal
  .simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-content:first-of-type,
.customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--horizontal
  .customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-content:first-of-type,
.simple-footer
  .perspective-article-page
  .customer-story
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--horizontal
  .simple-footer
  .perspective-article-page
  .customer-story
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-content:first-of-type,
.customer-story
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--horizontal
  .customer-story
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-content:first-of-type,
.perspective-article-page
  .simple-footer
  .customer-story
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .simple-footer
  .customer-story
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-content:first-of-type,
.customer-story
  .perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-content:first-of-type,
.simple-footer
  .cmp-logo-wall
  .customer-story
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--horizontal
  .simple-footer
  .cmp-logo-wall
  .customer-story
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-content:first-of-type,
.customer-story
  .simple-footer
  .cmp-logo-wall
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--horizontal
  .customer-story
  .simple-footer
  .cmp-logo-wall
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-content:first-of-type,
.cmp-logo-wall
  .simple-footer
  .customer-story
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .simple-footer
  .customer-story
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-content:first-of-type,
.customer-story
  .cmp-logo-wall
  .simple-footer
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .simple-footer
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-content:first-of-type,
.simple-footer
  .perspective-article-page
  .perspective-main-container
  > .row
  + .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--horizontal
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .row
  + .aem-Grid--default--12
  .validation-component__wrapper-content:first-of-type,
.perspective-article-page
  .simple-footer
  .perspective-main-container
  > .row
  + .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .simple-footer
  .perspective-main-container
  > .row
  + .aem-Grid--default--12
  .validation-component__wrapper-content:first-of-type,
.simple-footer
  .customer-story
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--horizontal
  .simple-footer
  .customer-story
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .validation-component__wrapper-content:first-of-type,
.perspective-article-page
  .simple-footer
  .customer-story
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .simple-footer
  .customer-story
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .validation-component__wrapper-content:first-of-type,
.customer-story
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--horizontal
  .customer-story
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .validation-component__wrapper-content:first-of-type,
.perspective-article-page
  .customer-story
  .simple-footer
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .customer-story
  .simple-footer
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .validation-component__wrapper-content:first-of-type,
.simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--horizontal
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid--default--12
  .validation-component__wrapper-content:first-of-type,
.perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid--default--12
  .validation-component__wrapper-content:first-of-type,
.simple-footer
  .cmp-logo-wall
  .perspective-article-page
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--horizontal
  .simple-footer
  .cmp-logo-wall
  .perspective-article-page
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .validation-component__wrapper-content:first-of-type,
.perspective-article-page
  .simple-footer
  .cmp-logo-wall
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .simple-footer
  .cmp-logo-wall
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .validation-component__wrapper-content:first-of-type,
.cmp-logo-wall
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .validation-component__wrapper-content:first-of-type,
.perspective-article-page
  .cmp-logo-wall
  .simple-footer
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .cmp-logo-wall
  .simple-footer
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .validation-component__wrapper-content:first-of-type,
.simple-footer
  .cmp-logo-wall
  .row
  + .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--horizontal
  .simple-footer
  .cmp-logo-wall
  .row
  + .logo-container
  .validation-component__wrapper-content:first-of-type,
.cmp-logo-wall
  .simple-footer
  .row
  + .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .simple-footer
  .row
  + .logo-container
  .validation-component__wrapper-content:first-of-type,
.simple-footer
  .customer-story
  .cmp-logo-wall
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--horizontal
  .simple-footer
  .customer-story
  .cmp-logo-wall
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .validation-component__wrapper-content:first-of-type,
.cmp-logo-wall
  .simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .validation-component__wrapper-content:first-of-type,
.customer-story
  .simple-footer
  .cmp-logo-wall
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--horizontal
  .customer-story
  .simple-footer
  .cmp-logo-wall
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .validation-component__wrapper-content:first-of-type,
.cmp-logo-wall
  .customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .validation-component__wrapper-content:first-of-type,
.simple-footer
  .perspective-article-page
  .cmp-logo-wall
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--horizontal
  .simple-footer
  .perspective-article-page
  .cmp-logo-wall
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .validation-component__wrapper-content:first-of-type,
.cmp-logo-wall
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .validation-component__wrapper-content:first-of-type,
.perspective-article-page
  .simple-footer
  .cmp-logo-wall
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .simple-footer
  .cmp-logo-wall
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .validation-component__wrapper-content:first-of-type,
.cmp-logo-wall
  .perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .validation-component__wrapper-content:first-of-type,
.simple-footer
  .cmp-logo-wall
  .logo-container
  + .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--horizontal
  .simple-footer
  .cmp-logo-wall
  .logo-container
  + .logo-container
  .validation-component__wrapper-content:first-of-type,
.cmp-logo-wall
  .simple-footer
  .logo-container
  + .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .simple-footer
  .logo-container
  + .logo-container
  .validation-component__wrapper-content:first-of-type,
.simple-footer
  .row
  + .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .simple-footer
  .row
  + .row
  .validation-component__wrapper-content:first-of-type,
.simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .row
  .validation-component__wrapper-content:first-of-type,
.customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .row
  .validation-component__wrapper-content:first-of-type,
.simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .row
  .validation-component__wrapper-content:first-of-type,
.perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .row
  .validation-component__wrapper-content:first-of-type,
.simple-footer
  .cmp-logo-wall
  .logo-container
  + .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .simple-footer
  .cmp-logo-wall
  .logo-container
  + .row
  .validation-component__wrapper-content:first-of-type,
.cmp-logo-wall
  .simple-footer
  .logo-container
  + .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .simple-footer
  .logo-container
  + .row
  .validation-component__wrapper-content:first-of-type,
.simple-footer
  .customer-story
  .row
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .simple-footer
  .customer-story
  .row
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-content:first-of-type,
.customer-story
  .simple-footer
  .row
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .simple-footer
  .row
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-content:first-of-type,
.simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-content:first-of-type,
.customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-content:first-of-type,
.simple-footer
  .perspective-article-page
  .customer-story
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .simple-footer
  .perspective-article-page
  .customer-story
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-content:first-of-type,
.customer-story
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-content:first-of-type,
.perspective-article-page
  .simple-footer
  .customer-story
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .simple-footer
  .customer-story
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-content:first-of-type,
.customer-story
  .perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-content:first-of-type,
.simple-footer
  .cmp-logo-wall
  .customer-story
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .simple-footer
  .cmp-logo-wall
  .customer-story
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-content:first-of-type,
.customer-story
  .simple-footer
  .cmp-logo-wall
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .simple-footer
  .cmp-logo-wall
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-content:first-of-type,
.cmp-logo-wall
  .simple-footer
  .customer-story
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .simple-footer
  .customer-story
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-content:first-of-type,
.customer-story
  .cmp-logo-wall
  .simple-footer
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .simple-footer
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-content:first-of-type,
.simple-footer
  .perspective-article-page
  .perspective-main-container
  > .row
  + .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .row
  + .aem-Grid--default--12
  .validation-component__wrapper-content:first-of-type,
.perspective-article-page
  .simple-footer
  .perspective-main-container
  > .row
  + .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .simple-footer
  .perspective-main-container
  > .row
  + .aem-Grid--default--12
  .validation-component__wrapper-content:first-of-type,
.simple-footer
  .customer-story
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .simple-footer
  .customer-story
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .validation-component__wrapper-content:first-of-type,
.perspective-article-page
  .simple-footer
  .customer-story
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .simple-footer
  .customer-story
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .validation-component__wrapper-content:first-of-type,
.customer-story
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .validation-component__wrapper-content:first-of-type,
.perspective-article-page
  .customer-story
  .simple-footer
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .customer-story
  .simple-footer
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .validation-component__wrapper-content:first-of-type,
.simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid--default--12
  .validation-component__wrapper-content:first-of-type,
.perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid--default--12
  .validation-component__wrapper-content:first-of-type,
.simple-footer
  .cmp-logo-wall
  .perspective-article-page
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .simple-footer
  .cmp-logo-wall
  .perspective-article-page
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .validation-component__wrapper-content:first-of-type,
.perspective-article-page
  .simple-footer
  .cmp-logo-wall
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .simple-footer
  .cmp-logo-wall
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .validation-component__wrapper-content:first-of-type,
.cmp-logo-wall
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .validation-component__wrapper-content:first-of-type,
.perspective-article-page
  .cmp-logo-wall
  .simple-footer
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .cmp-logo-wall
  .simple-footer
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .validation-component__wrapper-content:first-of-type,
.simple-footer
  .cmp-logo-wall
  .row
  + .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .simple-footer
  .cmp-logo-wall
  .row
  + .logo-container
  .validation-component__wrapper-content:first-of-type,
.cmp-logo-wall
  .simple-footer
  .row
  + .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .simple-footer
  .row
  + .logo-container
  .validation-component__wrapper-content:first-of-type,
.simple-footer
  .customer-story
  .cmp-logo-wall
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .simple-footer
  .customer-story
  .cmp-logo-wall
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .validation-component__wrapper-content:first-of-type,
.cmp-logo-wall
  .simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .validation-component__wrapper-content:first-of-type,
.customer-story
  .simple-footer
  .cmp-logo-wall
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .simple-footer
  .cmp-logo-wall
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .validation-component__wrapper-content:first-of-type,
.cmp-logo-wall
  .customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .validation-component__wrapper-content:first-of-type,
.simple-footer
  .perspective-article-page
  .cmp-logo-wall
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .simple-footer
  .perspective-article-page
  .cmp-logo-wall
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .validation-component__wrapper-content:first-of-type,
.cmp-logo-wall
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .validation-component__wrapper-content:first-of-type,
.perspective-article-page
  .simple-footer
  .cmp-logo-wall
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .simple-footer
  .cmp-logo-wall
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .validation-component__wrapper-content:first-of-type,
.cmp-logo-wall
  .perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .validation-component__wrapper-content:first-of-type,
.simple-footer
  .cmp-logo-wall
  .logo-container
  + .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .simple-footer
  .cmp-logo-wall
  .logo-container
  + .logo-container
  .validation-component__wrapper-content:first-of-type,
.cmp-logo-wall
  .simple-footer
  .logo-container
  + .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content:first-of-type,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .simple-footer
  .logo-container
  + .logo-container
  .validation-component__wrapper-content:first-of-type,
.simple-footer .row + .row .icon-grid-resource:first-of-type,
.simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .row
  .icon-grid-resource:first-of-type,
.customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .row
  .icon-grid-resource:first-of-type,
.simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .row
  .icon-grid-resource:first-of-type,
.perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .row
  .icon-grid-resource:first-of-type,
.simple-footer
  .cmp-logo-wall
  .logo-container
  + .row
  .icon-grid-resource:first-of-type,
.cmp-logo-wall
  .simple-footer
  .logo-container
  + .row
  .icon-grid-resource:first-of-type,
.simple-footer
  .customer-story
  .row
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .icon-grid-resource:first-of-type,
.customer-story
  .simple-footer
  .row
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .icon-grid-resource:first-of-type,
.simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .icon-grid-resource:first-of-type,
.customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .icon-grid-resource:first-of-type,
.simple-footer
  .perspective-article-page
  .customer-story
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .icon-grid-resource:first-of-type,
.customer-story
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .icon-grid-resource:first-of-type,
.perspective-article-page
  .simple-footer
  .customer-story
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .icon-grid-resource:first-of-type,
.customer-story
  .perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .icon-grid-resource:first-of-type,
.simple-footer
  .cmp-logo-wall
  .customer-story
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .icon-grid-resource:first-of-type,
.customer-story
  .simple-footer
  .cmp-logo-wall
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .icon-grid-resource:first-of-type,
.cmp-logo-wall
  .simple-footer
  .customer-story
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .icon-grid-resource:first-of-type,
.customer-story
  .cmp-logo-wall
  .simple-footer
  .logo-container
  + .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .icon-grid-resource:first-of-type,
.simple-footer
  .perspective-article-page
  .perspective-main-container
  > .row
  + .aem-Grid--default--12
  .icon-grid-resource:first-of-type,
.perspective-article-page
  .simple-footer
  .perspective-main-container
  > .row
  + .aem-Grid--default--12
  .icon-grid-resource:first-of-type,
.simple-footer
  .customer-story
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .icon-grid-resource:first-of-type,
.perspective-article-page
  .simple-footer
  .customer-story
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .icon-grid-resource:first-of-type,
.customer-story
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .icon-grid-resource:first-of-type,
.perspective-article-page
  .customer-story
  .simple-footer
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .aem-Grid--default--12
  .icon-grid-resource:first-of-type,
.simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid--default--12
  .icon-grid-resource:first-of-type,
.perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .aem-Grid--default--12
  .icon-grid-resource:first-of-type,
.simple-footer
  .cmp-logo-wall
  .perspective-article-page
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .icon-grid-resource:first-of-type,
.perspective-article-page
  .simple-footer
  .cmp-logo-wall
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .icon-grid-resource:first-of-type,
.cmp-logo-wall
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .icon-grid-resource:first-of-type,
.perspective-article-page
  .cmp-logo-wall
  .simple-footer
  .perspective-main-container
  > .logo-container
  + .aem-Grid--default--12
  .icon-grid-resource:first-of-type,
.simple-footer
  .cmp-logo-wall
  .row
  + .logo-container
  .icon-grid-resource:first-of-type,
.cmp-logo-wall
  .simple-footer
  .row
  + .logo-container
  .icon-grid-resource:first-of-type,
.simple-footer
  .customer-story
  .cmp-logo-wall
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .icon-grid-resource:first-of-type,
.cmp-logo-wall
  .simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .icon-grid-resource:first-of-type,
.customer-story
  .simple-footer
  .cmp-logo-wall
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .icon-grid-resource:first-of-type,
.cmp-logo-wall
  .customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  + .logo-container
  .icon-grid-resource:first-of-type,
.simple-footer
  .perspective-article-page
  .cmp-logo-wall
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .icon-grid-resource:first-of-type,
.cmp-logo-wall
  .simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .icon-grid-resource:first-of-type,
.perspective-article-page
  .simple-footer
  .cmp-logo-wall
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .icon-grid-resource:first-of-type,
.cmp-logo-wall
  .perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12
  + .logo-container
  .icon-grid-resource:first-of-type,
.simple-footer
  .cmp-logo-wall
  .logo-container
  + .logo-container
  .icon-grid-resource:first-of-type,
.cmp-logo-wall
  .simple-footer
  .logo-container
  + .logo-container
  .icon-grid-resource:first-of-type {
  align-self: flex-end;
}
.simple-footer .footer-links {
  text-align: center;
}
.simple-footer .footer-links a {
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 14px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 0.875rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  margin-bottom: 16px;
  margin-bottom: 1rem;
  text-decoration: none;
  color: #333333;
  display: flex;
}
.simple-footer .footer-links a:hover {
  text-decoration: underline;
}
.simple-footer .footer-links a:focus {
  border-radius: 4px;
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  outline: none;
}
.simple-footer .footer-links a:focus:hover {
  box-shadow: none;
}
.simple-footer .footer-links a + a {
  margin-left: 32px;
  margin-left: 2rem;
}
@media (min-width: 48em) {
  .simple-footer .footer-links a + a {
    margin-left: 16px;
    margin-left: 1rem;
  }
}
.simple-footer .footer-links span + a {
  margin-left: 32px;
  margin-left: 2rem;
}
@media (min-width: 48em) {
  .simple-footer .footer-links span + a {
    margin-left: 16px;
    margin-left: 1rem;
  }
}
.simple-footer .footer-links .footer-links__container > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 48em) {
  .simple-footer .footer-links .footer-links__container > div {
    margin-right: 16px;
    margin-right: 1rem;
    gap: 4px;
  }
}
.simple-footer .footer-links .footer-links__container > div .privacy-icon {
  transform: unset !important;
}
.simple-footer .copyright {
  display: inline-block;
  margin-top: 24px;
  margin-top: 1.5rem;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 14px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 0.875rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
}
@media (min-width: 48em) {
  .simple-footer .copyright {
    margin-top: 0;
    margin-top: 0rem;
  }
}
.simple-footer .footer-logo {
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .simple-footer .footer-logo {
    text-align: left;
  }
}
.simple-footer .footer-logo a {
  display: inline-block;
}
.simple-footer .footer-logo a:focus {
  border-radius: 4px;
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  outline: none;
}
.simple-footer .footer-logo a:focus:hover {
  box-shadow: none;
}
.simple-footer .cmp-socialmedia {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  padding-top: 2.5rem;
}
@media (min-width: 48em) {
  .simple-footer .cmp-socialmedia {
    padding-top: 0;
    padding-top: 0rem;
    justify-content: flex-end;
  }
}
.simple-footer .cmp-socialmedia a {
  display: block;
  width: 48px;
  width: 3rem;
  height: 48px;
  height: 3rem;
  margin: 0;
  margin: 0rem;
  -webkit-transition: background-color 100ms ease !important;
  -moz-transition: background-color 100ms ease !important;
  transition: background-color 100ms ease !important;
  background-color: transparent;
  position: relative;
  border-radius: 100%;
}
.simple-footer .cmp-socialmedia a + a {
  margin-left: 4px;
  margin-left: 0.25rem;
}
.simple-footer .cmp-socialmedia a svg {
  fill: #333333;
  position: relative;
  top: 50%;
  left: 50%;
  display: block;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  transform: translate(-50%, -50%);
}

.root > .aem-Grid > .separator {
  display: none !important;
}

.simple-footer {
  background-color: #022043;
  color: #ffffff;
}
.simple-footer .row,
.simple-footer
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
.customer-story
  .simple-footer
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
.simple-footer
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12,
.perspective-article-page
  .simple-footer
  .perspective-main-container
  > .aem-Grid--default--12,
.simple-footer .cmp-logo-wall .logo-container,
.cmp-logo-wall .simple-footer .logo-container {
  padding-top: 1.5rem;
}
@media (min-width: 70.25em) {
  .simple-footer .row,
  .simple-footer
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
  .customer-story
    .simple-footer
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
  .simple-footer
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12,
  .perspective-article-page
    .simple-footer
    .perspective-main-container
    > .aem-Grid--default--12,
  .simple-footer .cmp-logo-wall .logo-container,
  .cmp-logo-wall .simple-footer .logo-container {
    padding-top: 3rem;
  }
}
.simple-footer .logo-social-wrapper {
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 70.25em) {
  .simple-footer .logo-social-wrapper {
    flex-direction: row;
    gap: 0;
  }
}
.simple-footer .logo-social-wrapper:before,
.simple-footer .logo-social-wrapper:after {
  content: none !important;
}
.simple-footer .footer-logo {
  text-align: center;
}
@media (min-width: 70.25em) {
  .simple-footer .footer-logo {
    text-align: left;
  }
}
.simple-footer .footer-logo a {
  border-radius: 8px;
}
.simple-footer .footer-logo a:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.simple-footer .footer-logo a:focus-visible {
  border-radius: 8px;
  border: none;
  outline: none;
  box-shadow:
    0 0 0 4px #022043 inset,
    0 0 0 2px #022043,
    0 0 0 4px #ffffff;
}
.simple-footer .footer-logo #workday-logo .letter {
  fill: #ffffff;
}
.simple-footer .footer-logo #workday-logo .arch {
  fill: #fc5b05;
}
.simple-footer .cmp-socialmedia {
  justify-content: center;
}
@media (min-width: 70.25em) {
  .simple-footer .cmp-socialmedia {
    justify-content: flex-end;
  }
}
.simple-footer .cmp-socialmedia a svg {
  fill: #ffffff;
}
.simple-footer .cmp-socialmedia a:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.simple-footer .cmp-socialmedia a:focus svg {
  fill: #ffffff;
}
.simple-footer .cmp-socialmedia a:focus-visible {
  box-shadow: 0 0 0 2px #ffffff;
  background-color: transparent;
}
.simple-footer .cmp-socialmedia a:focus-visible svg {
  fill: #ffffff;
}
.simple-footer .cmp-socialmedia a:hover,
.simple-footer .cmp-socialmedia a:active {
  background-color: rgba(0, 0, 0, 0.32);
}
.simple-footer .cmp-socialmedia a:hover svg,
.simple-footer .cmp-socialmedia a:active svg {
  fill: #ffffff;
}
.simple-footer .footer-links a {
  border-radius: 24px;
  color: #ffffff;
}
.simple-footer .footer-links a:hover,
.simple-footer .footer-links a:active {
  color: #b6c1cc !important;
}
.simple-footer .footer-links a:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
.simple-footer .footer-links a:focus-visible {
  color: #ffffff !important;
  box-shadow: 0 0 0 2px #ffffff;
  border: none !important;
  outline: none !important;
}
.simple-footer .footer-links__container {
  border-top: none !important;
  padding-top: 0 !important;
  display: flex !important;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 70.25em) {
  .simple-footer .footer-links__container {
    flex-direction: row;
  }
}
.simple-footer .footer-links__container div {
  position: relative;
}
.simple-footer .footer-links__container div > * {
  position: relative;
}
.simple-footer .footer-links__container div > *:not(:last-child)::after {
  content: ".";
  font-size: 14px;
  color: #ffffff;
  position: absolute;
  right: -11px;
  top: -4px;
}

.quote .quote-component .quote__text {
  padding-top: 32px;
}
@media (min-width: 48em) {
  .quote .quote-component .quote__text {
    padding-top: 0px;
    padding-left: 32px;
  }
}
.quote .quote-component .quote__text:before {
  background: linear-gradient(
    90deg,
    #84cfd2 0%,
    #cae5ce 25%,
    #eeeeb7 50%,
    #fde695 70%,
    #fecb68 95%,
    #fec35d 100%
  );
  content: "";
  position: absolute;
  top: 0;
  height: 8px;
  width: 100%;
}
@media (min-width: 48em) {
  .quote .quote-component .quote__text:before {
    background: linear-gradient(
      0deg,
      #fec35d 0.1%,
      #fecb68 5.09%,
      #fde695 30.04%,
      #eeeeb7 50%,
      #cae5ce 74.95%,
      #84cfd2 99.9%
    );
    width: 8px;
    left: 0;
    height: 100%;
  }
}
.quote.bg-blue .quote-component {
  background-color: #0875e1;
  color: #ffffff;
}
.quote.bg-blue .quote-component .quote__text,
.quote.bg-blue .quote-component p,
.quote.bg-blue .quote-component h1,
.quote.bg-blue .quote-component .title-1,
.quote.bg-blue .quote-component h2,
.quote.bg-blue .quote-component .title-2,
.quote.bg-blue .quote-component h3,
.quote.bg-blue .quote-component .title-3,
.quote.bg-blue .quote-component .cmp-about-author .about-author__title,
.cmp-about-author .quote.bg-blue .quote-component .about-author__title,
.quote.bg-blue .quote-component h4,
.quote.bg-blue .quote-component .title-4,
.quote.bg-blue .quote-component h5,
.quote.bg-blue .quote-component .title-5,
.quote.bg-blue .quote-component h6,
.quote.bg-blue .quote-component .title-6,
.quote.bg-blue .quote-component .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .quote.bg-blue .quote-component .hero-card__title,
.quote.bg-blue .quote-component .body-0,
.quote.bg-blue .quote-component .body-1,
.quote.bg-blue
  .quote-component
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .quote.bg-blue
  .quote-component
  .hero-card__description,
.quote.bg-blue
  .quote-component
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .quote.bg-blue
  .quote-component
  .user-name,
.quote.bg-blue .quote-component .body-2,
.quote.bg-blue .quote-component .cmp-about-author .about-author__user-details,
.cmp-about-author .quote.bg-blue .quote-component .about-author__user-details,
.quote.bg-blue .quote-component .body-3,
.quote.bg-blue
  .quote-component
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .quote.bg-blue
  .quote-component
  .hero-card__eyebrow,
.quote.bg-blue .quote-component .cmp-hub-hero .hero-card__type,
.cmp-hub-hero .quote.bg-blue .quote-component .hero-card__type,
.quote.bg-blue .quote-component .cmp-share-component--copied,
.quote.bg-blue .quote-component .cmp-share-component--date,
.quote.bg-blue .quote-component .cmp-share-component--share,
.quote.bg-blue .quote-component .overline,
.quote.bg-blue .quote-component .cmp-article-hero .article-hero__eyebrow,
.cmp-article-hero .quote.bg-blue .quote-component .article-hero__eyebrow,
.quote.bg-blue .quote-component .eyebrow .cmp-title__text,
.eyebrow .quote.bg-blue .quote-component .cmp-title__text {
  color: #ffffff !important;
}
.quote.bg-blue .quote-component svg {
  fill: #ffffff;
}
.quote.bg-blue .quote-component .quote__icon,
.quote.bg-blue .quote-component .pattern {
  display: block;
}
.quote.bg-blue .quote-component .quote__text {
  padding: 0px;
}
.quote.bg-blue .quote-component .quote__text:before {
  content: unset;
}
.quote.bg-yellow .quote-component {
  background-color: #ffda61;
  color: #333333;
}
.quote.bg-yellow .quote-component .quote__text,
.quote.bg-yellow .quote-component p,
.quote.bg-yellow .quote-component h1,
.quote.bg-yellow .quote-component .title-1,
.quote.bg-yellow .quote-component h2,
.quote.bg-yellow .quote-component .title-2,
.quote.bg-yellow .quote-component h3,
.quote.bg-yellow .quote-component .title-3,
.quote.bg-yellow .quote-component .cmp-about-author .about-author__title,
.cmp-about-author .quote.bg-yellow .quote-component .about-author__title,
.quote.bg-yellow .quote-component h4,
.quote.bg-yellow .quote-component .title-4,
.quote.bg-yellow .quote-component h5,
.quote.bg-yellow .quote-component .title-5,
.quote.bg-yellow .quote-component h6,
.quote.bg-yellow .quote-component .title-6,
.quote.bg-yellow .quote-component .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .quote.bg-yellow .quote-component .hero-card__title,
.quote.bg-yellow .quote-component .body-0,
.quote.bg-yellow .quote-component .body-1,
.quote.bg-yellow
  .quote-component
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .quote.bg-yellow
  .quote-component
  .hero-card__description,
.quote.bg-yellow
  .quote-component
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .quote.bg-yellow
  .quote-component
  .user-name,
.quote.bg-yellow .quote-component .body-2,
.quote.bg-yellow .quote-component .cmp-about-author .about-author__user-details,
.cmp-about-author .quote.bg-yellow .quote-component .about-author__user-details,
.quote.bg-yellow .quote-component .body-3,
.quote.bg-yellow
  .quote-component
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .quote.bg-yellow
  .quote-component
  .hero-card__eyebrow,
.quote.bg-yellow .quote-component .cmp-hub-hero .hero-card__type,
.cmp-hub-hero .quote.bg-yellow .quote-component .hero-card__type,
.quote.bg-yellow .quote-component .cmp-share-component--copied,
.quote.bg-yellow .quote-component .cmp-share-component--date,
.quote.bg-yellow .quote-component .cmp-share-component--share,
.quote.bg-yellow .quote-component .overline,
.quote.bg-yellow .quote-component .cmp-article-hero .article-hero__eyebrow,
.cmp-article-hero .quote.bg-yellow .quote-component .article-hero__eyebrow,
.quote.bg-yellow .quote-component .eyebrow .cmp-title__text,
.eyebrow .quote.bg-yellow .quote-component .cmp-title__text {
  color: currentColor;
}
.quote.bg-yellow .quote-component svg {
  fill: #333333 !important;
}
.quote.bg-yellow .quote-component .quote__icon,
.quote.bg-yellow .quote-component .pattern {
  display: block;
}
.quote.bg-yellow .quote-component .quote__text {
  padding: 0px;
}
.quote.bg-yellow .quote-component .quote__text:before {
  content: unset;
}
.quote .quote-component .title-4 {
  font-weight: 400;
}
@media (max-width: 767px) {
  .quote .quote-component .title-4 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .quote .quote-component .body-2,
  .quote .quote-component .cmp-about-author .about-author__user-details,
  .cmp-about-author .quote .quote-component .about-author__user-details {
    font-size: 14px;
    line-height: 20px;
  }
}
.quote .quote-component {
  margin: 48px 0;
  margin: 3rem 0rem;
  border-radius: 12px;
  background-repeat: repeat-x;
  background-size: auto 112px;
  background-position: bottom left;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 32px;
  padding: 2rem;
}
@media (min-width: 48em) {
  .quote .quote-component {
    background-size: 112px auto;
    background-position: right top;
    background-repeat: repeat-y;
    padding: 64px;
    padding: 4rem;
  }
}
.quote .quote-component .quote__icon {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  display: none;
  fill: #ffffff;
}
.quote .quote-component .quote__text {
  display: block;
  position: relative;
}
.quote .quote-component .quote__text p:last-child,
.quote .quote-component .quote__text p:last-child * {
  margin: 0px;
  margin: 0rem;
}
.quote .quote-component .quote__text-author {
  display: block;
}
@media (min-width: 48em) {
  .quote .quote-component .quote__text-author {
    margin-right: 48px;
    margin-right: 3rem;
  }
}
.quote .quote-component .pattern {
  background-size: 672px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  display: none;
  width: 100%;
  left: 0;
  height: 112px;
}
@media (min-width: 48em) {
  .quote .quote-component .pattern {
    background-repeat: repeat-y;
    top: 0;
    width: 112px;
    right: 0;
    left: auto;
    height: 100%;
  }
}
.quote .quote-component.has-background {
  padding-bottom: 112px;
}
@media (min-width: 48em) {
  .quote .quote-component.has-background {
    padding: 64px;
    padding: 4rem;
    padding-right: 112px;
  }
}
.quote .quote-component.has-background .quote__text {
  margin-bottom: 56px;
  margin-bottom: 3.5rem;
}
@media (min-width: 48em) {
  .quote .quote-component.has-background .quote__text {
    margin-bottom: 0px;
    margin-bottom: 0rem;
    margin-right: 48px;
    margin-right: 3rem;
  }
}

.sidebar__content-wrapper .sidebar__content-heading {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 14px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 0.875rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}
.sidebar__content-wrapper .sidebar__content-item-description--link:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.sidebar__content-wrapper
  .sidebar__content-item-description--link:focus-visible {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  outline: 0;
}
.sidebar__content-wrapper
  .sidebar__content-item-description--link:focus-visible:hover {
  box-shadow: none;
}
.sidebar__content-wrapper .sidebar__content-item-description--link {
  font-weight: 400;
}
.sidebar__content-wrapper .sidebar__content-item-description--link svg {
  margin-left: 8px;
  margin-left: 0.5rem;
}
.sidebar__content-wrapper
  .sidebar__content-item-description--link.sidebar__content-item-description--partner-link {
  display: flex;
}
.sidebar__content-wrapper
  .sidebar__content-item-description--link.sidebar__content-item-description--partner-link
  svg {
  width: 24px;
  height: 24px;
  fill: #0875e1;
}
.sidebar__content-wrapper .sidebar__content-item-description,
.sidebar__content-wrapper .sidebar__content-item-description p {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 24px;
}
.sidebar__content-wrapper .sidebar__content-lists {
  margin: 0px;
  margin: 0rem;
  padding: 0px;
  padding: 0rem;
}
.sidebar__content-wrapper .sidebar__content-lists .sidebar__content-item {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  display: flex;
}
.sidebar__content-wrapper
  .sidebar__content-lists.sidebar__content-lists--social {
  display: flex;
  flex-direction: row;
}
.sidebar__content-wrapper
  .sidebar__content-lists.sidebar__content-lists--social
  .sidebar__content-item {
  margin: 0px;
  margin: 0rem;
}
.sidebar__content-wrapper
  .sidebar__content-lists.sidebar__content-lists--social
  .sidebar__content-item-description--link {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  line-height: 50px;
  text-align: center;
  transition: all 150ms ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar__content-wrapper
  .sidebar__content-lists.sidebar__content-lists--social
  .sidebar__content-item-description--link:hover,
.sidebar__content-wrapper
  .sidebar__content-lists.sidebar__content-lists--social
  .sidebar__content-item-description--link:active {
  background: rgba(0, 0, 0, 0.08);
}
.sidebar__content-wrapper
  .sidebar__content-lists.sidebar__content-lists--social
  .sidebar__content-item-icon {
  margin: 0;
  margin: 0rem;
  width: 24px;
  height: 24px;
  display: flex;
}
.sidebar__content-wrapper
  .sidebar__content-lists.sidebar__content-lists--social
  .sidebar__content-item-icon
  svg {
  margin: 0px;
  margin: 0rem;
  width: 24px;
  height: 24px;
  fill: #022043;
}

.customer-story__wrapper {
  border-bottom: 1px solid #b6c1cc;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  padding: 32px 0px;
  padding: 2rem 0rem;
}
.customer-story__wrapper .columncontrol .row,
.customer-story__wrapper
  .columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
.customer-story
  .customer-story__wrapper
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
.customer-story__wrapper
  .columncontrol
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12,
.perspective-article-page
  .customer-story__wrapper
  .columncontrol
  .perspective-main-container
  > .aem-Grid--default--12,
.customer-story__wrapper .columncontrol .cmp-logo-wall .logo-container,
.cmp-logo-wall .customer-story__wrapper .columncontrol .logo-container {
  margin-top: 48px;
  margin-top: 3rem;
}
@media (min-width: 75em) {
  .customer-story__wrapper .columncontrol .row,
  .customer-story__wrapper
    .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
  .customer-story
    .customer-story__wrapper
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
  .customer-story__wrapper
    .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12,
  .perspective-article-page
    .customer-story__wrapper
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12,
  .customer-story__wrapper .columncontrol .cmp-logo-wall .logo-container,
  .cmp-logo-wall .customer-story__wrapper .columncontrol .logo-container {
    margin-top: 64px;
    margin-top: 4rem;
  }
}
.customer-story__wrapper .customer-story__wrapper-company {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 20px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1.25rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  color: #022043;
  line-height: 28px;
}
.customer-story__wrapper .customer-story__wrapper-text {
  color: #022043;
}
.customer-story__wrapper .customer-story__wrapper-text--title {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 32px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 2rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  font-weight: 400;
  line-height: 40px;
}
@media (min-width: 75em) {
  .customer-story__wrapper .customer-story__wrapper-text--title {
    /* Number of pixels in 1rem (default: 16px/rem)
    /* When converting to rems, we must divide by this ratio. */
    /* Print the pixel fallback declaration first so we can override it in capable browsers. */
    font-size: 40px;
    /* If there is only one value, print the declaration with the value converted to rems.*/
    font-size: 2.5rem;
    /* line heights were not matching with the comps
    /* need to fix the math later
    /* @include set-leading($lines); */
    line-height: 48px;
  }
}
.customer-story__wrapper .customer-story__wrapper-text--description {
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 20px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1.25rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  line-height: 28px;
}
.customer-story__wrapper .customer-story__wrapper-assets {
  -webkit-border-radius: 12px 12px 12px 12px;
  -moz-border-radius: 12px 12px 12px 12px;
  border-radius: 12px 12px 12px 12px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.customer-story__wrapper .customer-story__wrapper-assets img {
  -webkit-border-radius: 12px 12px 12px 12px;
  -moz-border-radius: 12px 12px 12px 12px;
  border-radius: 12px 12px 12px 12px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 100%;
}
.customer-story__wrapper .icon-block__wrapper {
  margin: 0px;
  margin: 0rem;
}
.customer-story__wrapper .icon-block__wrapper-logo {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.author .events-login {
  height: 800px;
}

.cmp-eventslogin {
  position: relative;
}
.cmp-eventslogin .eventslogin__wrapper {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: -80px;
}
@media (min-width: 70.25em) {
  .cmp-eventslogin .eventslogin__wrapper {
    flex-direction: row;
  }
}
.cmp-eventslogin .eventslogin__wrapper .logo-wrapper {
  display: inline-flex;
  padding: 4px 0;
  padding: 0.25rem 0rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
@media (min-width: 48em) {
  .cmp-eventslogin .eventslogin__wrapper .logo-wrapper {
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
}
.cmp-eventslogin .eventslogin__wrapper .logo-wrapper a {
  align-items: flex-start;
  display: inline-flex;
  text-decoration: none;
  color: #005cb9;
  flex-direction: column;
}
@media (min-width: 48em) {
  .cmp-eventslogin .eventslogin__wrapper .logo-wrapper a {
    flex-direction: row;
    align-items: center;
  }
}
.cmp-eventslogin .eventslogin__wrapper .logo-wrapper a .event-name {
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 20px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1.25rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  line-height: 28px;
  display: block;
  margin-top: 48px;
  margin-top: 3rem;
}
@media (min-width: 48em) {
  .cmp-eventslogin .eventslogin__wrapper .logo-wrapper a .event-name {
    margin-top: 0;
    margin-top: 0rem;
    margin-left: 16px;
    margin-left: 1rem;
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
    padding-top: 12px;
    padding-top: 0.75rem;
    padding-left: 16px;
    padding-left: 1rem;
    border-left-style: solid;
    border-left-width: 1px;
    border-color: rgba(0, 0, 0, 0.12);
  }
}
.cmp-eventslogin .eventslogin__wrapper .logo-wrapper a:focus {
  border-radius: 4px;
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  outline: none;
}
.cmp-eventslogin .eventslogin__wrapper .logo-wrapper a:focus:hover {
  box-shadow: none;
}
.cmp-eventslogin .eventslogin__wrapper .logo-wrapper svg#workday-logo #arch {
  fill: #f38b00;
}
.cmp-eventslogin .eventslogin__wrapper .logo-wrapper svg#workday-logo #workday {
  fill: #005cb9;
}
@media (min-width: 70.25em) {
  .cmp-eventslogin .eventslogin__wrapper .form-content__form {
    display: inline-flex;
    flex-direction: column;
    max-width: 420px;
    max-width: 26.25rem;
  }
}
.cmp-eventslogin .eventslogin__wrapper .textimg {
  padding: 32px;
  padding: 2rem;
}
.cmp-eventslogin .eventslogin__wrapper .col,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .cmp-upnext,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .cmp-upnext,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .cmp-upnext,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .cmp-upnext,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper-logo,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper-logo,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper-content,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper-content,
.cmp-eventslogin .eventslogin__wrapper .icon-grid-resource {
  background-color: #ffffff;
  width: 100%;
  padding: 0;
}
@media (min-width: 70.25em) {
  .cmp-eventslogin .eventslogin__wrapper .col,
  .cmp-eventslogin
    .eventslogin__wrapper
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--8,
  .customer-story
    .cmp-eventslogin
    .eventslogin__wrapper
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--8,
  .cmp-eventslogin
    .eventslogin__wrapper
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--4,
  .customer-story
    .cmp-eventslogin
    .eventslogin__wrapper
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--4,
  .cmp-eventslogin
    .eventslogin__wrapper
    .perspective-article-page
    .about-author
    .cmp-upnext,
  .perspective-article-page
    .about-author
    .cmp-eventslogin
    .eventslogin__wrapper
    .cmp-upnext,
  .cmp-eventslogin
    .eventslogin__wrapper
    .perspective-article-page
    .upnext
    .cmp-upnext,
  .perspective-article-page
    .upnext
    .cmp-eventslogin
    .eventslogin__wrapper
    .cmp-upnext,
  .cmp-eventslogin
    .eventslogin__wrapper
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo,
  .validation-component__wrapper--horizontal
    .cmp-eventslogin
    .eventslogin__wrapper
    .validation-component__wrapper-logo,
  .cmp-eventslogin
    .eventslogin__wrapper
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo,
  .validation-component__wrapper--contentonWhiteBackground
    .cmp-eventslogin
    .eventslogin__wrapper
    .validation-component__wrapper-logo,
  .cmp-eventslogin
    .eventslogin__wrapper
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-content,
  .validation-component__wrapper--horizontal
    .cmp-eventslogin
    .eventslogin__wrapper
    .validation-component__wrapper-content,
  .cmp-eventslogin
    .eventslogin__wrapper
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-content,
  .validation-component__wrapper--contentonWhiteBackground
    .cmp-eventslogin
    .eventslogin__wrapper
    .validation-component__wrapper-content,
  .cmp-eventslogin .eventslogin__wrapper .icon-grid-resource {
    width: 50%;
  }
}
@media (min-width: 70.25em) {
  .cmp-eventslogin .eventslogin__wrapper .login-container {
    align-items: center;
    display: flex;
    min-height: 100vh;
  }
}
.cmp-eventslogin .eventslogin__wrapper .login-container__left {
  position: relative;
  padding: 32px;
  padding: 2rem;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 70.25em) {
  .cmp-eventslogin .eventslogin__wrapper .login-container__left {
    padding: 0;
    padding: 0rem;
    height: auto;
  }
}
.cmp-eventslogin .eventslogin__wrapper .login-container__right {
  overflow: hidden;
}
.cmp-eventslogin
  .eventslogin__wrapper
  .login-container__right
  .form-content.form-content__text-img {
  justify-content: space-between;
  display: flex;
  height: 100%;
  flex-direction: column;
}
.cmp-eventslogin
  .eventslogin__wrapper
  .login-container__right
  .form-content.form-content__text-img
  img {
  display: block;
  max-width: 100%;
}
.cmp-eventslogin
  .eventslogin__wrapper
  .login-container__right
  .form-content.form-content__text-img
  .form-content__text {
  padding: 32px;
  padding: 2rem;
}
.cmp-eventslogin
  .eventslogin__wrapper
  .login-container__right
  .form-content.form-content__text {
  padding: 32px;
  padding: 2rem;
}
.cmp-eventslogin
  .eventslogin__wrapper
  .login-container__right
  .form-content.form-content__img {
  width: 100%;
}
.cmp-eventslogin
  .eventslogin__wrapper
  .login-container__right
  .form-content.form-content__img
  img {
  display: block;
  max-width: 100%;
}
.cmp-eventslogin
  .eventslogin__wrapper
  .login-container__right
  .form-content
  .form-content__button {
  display: flex;
}
.cmp-eventslogin .eventslogin__wrapper .col.bg-blueberry-400,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-400.cmp-upnext,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-400.cmp-upnext,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content,
.cmp-eventslogin .eventslogin__wrapper .bg-blueberry-400.icon-grid-resource {
  background-color: #0875e1;
  color: #ffffff;
}
.cmp-eventslogin .eventslogin__wrapper .col.bg-blueberry-400 h1,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  h1,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  h1,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  h1,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  h1,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-400.cmp-upnext
  h1,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  h1,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-400.cmp-upnext
  h1,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  h1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-logo
  h1,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  h1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-logo
  h1,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  h1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-content
  h1,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  h1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-content
  h1,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  h1,
.cmp-eventslogin .eventslogin__wrapper .bg-blueberry-400.icon-grid-resource h1,
.cmp-eventslogin .eventslogin__wrapper .col.bg-blueberry-400 .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .title-1,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .title-1,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-400.cmp-upnext
  .title-1,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-400.cmp-upnext
  .title-1,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-logo
  .title-1,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-logo
  .title-1,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-content
  .title-1,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-content
  .title-1,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.icon-grid-resource
  .title-1,
.cmp-eventslogin .eventslogin__wrapper .col.bg-blueberry-400 h2,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  h2,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  h2,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  h2,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  h2,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-400.cmp-upnext
  h2,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  h2,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-400.cmp-upnext
  h2,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  h2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-logo
  h2,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  h2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-logo
  h2,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  h2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-content
  h2,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  h2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-content
  h2,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  h2,
.cmp-eventslogin .eventslogin__wrapper .bg-blueberry-400.icon-grid-resource h2,
.cmp-eventslogin .eventslogin__wrapper .col.bg-blueberry-400 .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .title-2,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .title-2,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-400.cmp-upnext
  .title-2,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-400.cmp-upnext
  .title-2,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-logo
  .title-2,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-logo
  .title-2,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-content
  .title-2,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-content
  .title-2,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.icon-grid-resource
  .title-2,
.cmp-eventslogin .eventslogin__wrapper .col.bg-blueberry-400 h3,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  h3,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  h3,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  h3,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  h3,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-400.cmp-upnext
  h3,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  h3,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-400.cmp-upnext
  h3,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  h3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-logo
  h3,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  h3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-logo
  h3,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  h3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-content
  h3,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  h3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-content
  h3,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  h3,
.cmp-eventslogin .eventslogin__wrapper .bg-blueberry-400.icon-grid-resource h3,
.cmp-eventslogin .eventslogin__wrapper .col.bg-blueberry-400 .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-blueberry-400
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-blueberry-400
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .about-author__title,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .title-3,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .about-author__title,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .title-3,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-400.cmp-upnext
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-400.cmp-upnext
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-400.cmp-upnext
  .about-author__title,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .title-3,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-400.cmp-upnext
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-400.cmp-upnext
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-400.cmp-upnext
  .about-author__title,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .title-3,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-logo
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-logo
  .about-author__title,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .title-3,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-logo
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-logo
  .about-author__title,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .title-3,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-content
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-content
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-content
  .about-author__title,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .title-3,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-content
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-content
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-content
  .about-author__title,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .title-3,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.icon-grid-resource
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.icon-grid-resource
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.icon-grid-resource
  .about-author__title,
.cmp-eventslogin .eventslogin__wrapper .col.bg-blueberry-400 h4,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  h4,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  h4,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  h4,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  h4,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-400.cmp-upnext
  h4,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  h4,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-400.cmp-upnext
  h4,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  h4,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-logo
  h4,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  h4,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-logo
  h4,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  h4,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-content
  h4,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  h4,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-content
  h4,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  h4,
.cmp-eventslogin .eventslogin__wrapper .bg-blueberry-400.icon-grid-resource h4,
.cmp-eventslogin .eventslogin__wrapper .col.bg-blueberry-400 .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .title-4,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .title-4,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-400.cmp-upnext
  .title-4,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-400.cmp-upnext
  .title-4,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-logo
  .title-4,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-logo
  .title-4,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-content
  .title-4,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-content
  .title-4,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.icon-grid-resource
  .title-4,
.cmp-eventslogin .eventslogin__wrapper .col.bg-blueberry-400 h5,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  h5,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  h5,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  h5,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  h5,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-400.cmp-upnext
  h5,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  h5,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-400.cmp-upnext
  h5,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  h5,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-logo
  h5,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  h5,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-logo
  h5,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  h5,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-content
  h5,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  h5,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-content
  h5,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  h5,
.cmp-eventslogin .eventslogin__wrapper .bg-blueberry-400.icon-grid-resource h5,
.cmp-eventslogin .eventslogin__wrapper .col.bg-blueberry-400 .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-blueberry-400
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-blueberry-400
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .hero-card__title,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .title-5,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .hero-card__title,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .title-5,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-400.cmp-upnext
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-400.cmp-upnext
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-400.cmp-upnext
  .hero-card__title,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .title-5,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-400.cmp-upnext
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-400.cmp-upnext
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-400.cmp-upnext
  .hero-card__title,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .title-5,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-logo
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-logo
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-logo
  .hero-card__title,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .title-5,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-logo
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-logo
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-logo
  .hero-card__title,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .title-5,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-content
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-content
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-content
  .hero-card__title,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .title-5,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-content
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-content
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-content
  .hero-card__title,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .title-5,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.icon-grid-resource
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.icon-grid-resource
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.icon-grid-resource
  .hero-card__title,
.cmp-eventslogin .eventslogin__wrapper .col.bg-blueberry-400 h6,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  h6,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  h6,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  h6,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  h6,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-400.cmp-upnext
  h6,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  h6,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-400.cmp-upnext
  h6,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  h6,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-logo
  h6,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  h6,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-logo
  h6,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  h6,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-content
  h6,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  h6,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-content
  h6,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  h6,
.cmp-eventslogin .eventslogin__wrapper .bg-blueberry-400.icon-grid-resource h6,
.cmp-eventslogin .eventslogin__wrapper .col.bg-blueberry-400 .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-blueberry-400
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-blueberry-400
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .hero-card__title,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .title-6,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .hero-card__title,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .title-6,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-400.cmp-upnext
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-400.cmp-upnext
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-400.cmp-upnext
  .hero-card__title,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .title-6,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-400.cmp-upnext
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-400.cmp-upnext
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-400.cmp-upnext
  .hero-card__title,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .title-6,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-logo
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-logo
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-logo
  .hero-card__title,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .title-6,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-logo
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-logo
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-logo
  .hero-card__title,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .title-6,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-content
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-content
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-content
  .hero-card__title,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .title-6,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-content
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-content
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-content
  .hero-card__title,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .title-6,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.icon-grid-resource
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.icon-grid-resource
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.icon-grid-resource
  .hero-card__title,
.cmp-eventslogin .eventslogin__wrapper .col.bg-blueberry-400 .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .body-0,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .body-0,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-400.cmp-upnext
  .body-0,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-400.cmp-upnext
  .body-0,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-logo
  .body-0,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-logo
  .body-0,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-content
  .body-0,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-content
  .body-0,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.icon-grid-resource
  .body-0,
.cmp-eventslogin .eventslogin__wrapper .col.bg-blueberry-400 .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-blueberry-400
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-blueberry-400
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-blueberry-400
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-blueberry-400
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .user-name,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .body-1,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .hero-card__description,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .user-name,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .body-1,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .hero-card__description,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-400.cmp-upnext
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-400.cmp-upnext
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-400.cmp-upnext
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-400.cmp-upnext
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-400.cmp-upnext
  .user-name,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .body-1,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .hero-card__description,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-400.cmp-upnext
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-400.cmp-upnext
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-400.cmp-upnext
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-400.cmp-upnext
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-400.cmp-upnext
  .user-name,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .body-1,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .hero-card__description,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-logo
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-logo
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-logo
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-logo
  .user-name,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .body-1,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .hero-card__description,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-logo
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-logo
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-logo
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-logo
  .user-name,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .body-1,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .hero-card__description,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-content
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-content
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-content
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-content
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-content
  .user-name,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .body-1,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .hero-card__description,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-content
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-content
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-content
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-content
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-content
  .user-name,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .body-1,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .hero-card__description,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.icon-grid-resource
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.icon-grid-resource
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.icon-grid-resource
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.icon-grid-resource
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.icon-grid-resource
  .user-name,
.cmp-eventslogin .eventslogin__wrapper .col.bg-blueberry-400 .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-blueberry-400
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-blueberry-400
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .about-author__user-details,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .body-2,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .about-author__user-details,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .body-2,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-400.cmp-upnext
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-400.cmp-upnext
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-400.cmp-upnext
  .about-author__user-details,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .body-2,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-400.cmp-upnext
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-400.cmp-upnext
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-400.cmp-upnext
  .about-author__user-details,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .body-2,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-logo
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-logo
  .about-author__user-details,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .body-2,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-logo
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-logo
  .about-author__user-details,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .body-2,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-content
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-content
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-content
  .about-author__user-details,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .body-2,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-content
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-content
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-content
  .about-author__user-details,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .body-2,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.icon-grid-resource
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.icon-grid-resource
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.icon-grid-resource
  .about-author__user-details,
.cmp-eventslogin .eventslogin__wrapper .col.bg-blueberry-400 .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-blueberry-400
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-blueberry-400
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-blueberry-400
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-blueberry-400
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-blueberry-400
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-blueberry-400
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-blueberry-400
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .cmp-share-component--share,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .body-3,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .hero-card__eyebrow,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .hero-card__type,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .cmp-share-component--copied,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .cmp-share-component--date,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--8
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .cmp-share-component--share,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .body-3,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .hero-card__eyebrow,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .hero-card__type,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .cmp-share-component--copied,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .cmp-share-component--date,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-400.aem-GridColumn--default--4
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-400.cmp-upnext
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-400.cmp-upnext
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-400.cmp-upnext
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-400.cmp-upnext
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-400.cmp-upnext
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-400.cmp-upnext
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-400.cmp-upnext
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-400.cmp-upnext
  .cmp-share-component--share,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .body-3,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .hero-card__eyebrow,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .hero-card__type,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .cmp-share-component--copied,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .cmp-share-component--date,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-400.cmp-upnext
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-400.cmp-upnext
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-400.cmp-upnext
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-400.cmp-upnext
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-400.cmp-upnext
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-400.cmp-upnext
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-400.cmp-upnext
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-400.cmp-upnext
  .cmp-share-component--share,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .body-3,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .hero-card__eyebrow,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .hero-card__type,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .cmp-share-component--copied,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .cmp-share-component--date,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.cmp-upnext
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-logo
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-logo
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-logo
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-logo
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-logo
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-logo
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-logo
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-logo
  .cmp-share-component--share,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .body-3,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .hero-card__eyebrow,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .hero-card__type,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .cmp-share-component--copied,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .cmp-share-component--date,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-logo
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-logo
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-logo
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-logo
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-logo
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-logo
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-logo
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-logo
  .cmp-share-component--share,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .body-3,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .hero-card__eyebrow,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .hero-card__type,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .cmp-share-component--copied,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .cmp-share-component--date,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-logo
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-content
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-content
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-content
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-content
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-content
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-content
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-content
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-400.validation-component__wrapper-content
  .cmp-share-component--share,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .body-3,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .hero-card__eyebrow,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .hero-card__type,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .cmp-share-component--copied,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .cmp-share-component--date,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-content
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-content
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-content
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-content
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-content
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-content
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-content
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-400.validation-component__wrapper-content
  .cmp-share-component--share,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .body-3,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .hero-card__eyebrow,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .hero-card__type,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .cmp-share-component--copied,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .cmp-share-component--date,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.validation-component__wrapper-content
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.icon-grid-resource
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.icon-grid-resource
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.icon-grid-resource
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.icon-grid-resource
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.icon-grid-resource
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.icon-grid-resource
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.icon-grid-resource
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-400.icon-grid-resource
  .cmp-share-component--share {
  color: currentColor;
}
.cmp-eventslogin .eventslogin__wrapper .col.bg-blueberry-500,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-500.cmp-upnext,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-500.cmp-upnext,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content,
.cmp-eventslogin .eventslogin__wrapper .bg-blueberry-500.icon-grid-resource {
  background-color: #005cb9;
  color: #ffffff;
}
.cmp-eventslogin .eventslogin__wrapper .col.bg-blueberry-500 h1,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  h1,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  h1,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  h1,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  h1,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-500.cmp-upnext
  h1,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  h1,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-500.cmp-upnext
  h1,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  h1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-logo
  h1,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  h1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-logo
  h1,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  h1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-content
  h1,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  h1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-content
  h1,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  h1,
.cmp-eventslogin .eventslogin__wrapper .bg-blueberry-500.icon-grid-resource h1,
.cmp-eventslogin .eventslogin__wrapper .col.bg-blueberry-500 .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .title-1,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .title-1,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-500.cmp-upnext
  .title-1,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-500.cmp-upnext
  .title-1,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-logo
  .title-1,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-logo
  .title-1,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-content
  .title-1,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-content
  .title-1,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.icon-grid-resource
  .title-1,
.cmp-eventslogin .eventslogin__wrapper .col.bg-blueberry-500 h2,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  h2,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  h2,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  h2,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  h2,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-500.cmp-upnext
  h2,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  h2,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-500.cmp-upnext
  h2,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  h2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-logo
  h2,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  h2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-logo
  h2,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  h2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-content
  h2,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  h2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-content
  h2,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  h2,
.cmp-eventslogin .eventslogin__wrapper .bg-blueberry-500.icon-grid-resource h2,
.cmp-eventslogin .eventslogin__wrapper .col.bg-blueberry-500 .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .title-2,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .title-2,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-500.cmp-upnext
  .title-2,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-500.cmp-upnext
  .title-2,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-logo
  .title-2,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-logo
  .title-2,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-content
  .title-2,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-content
  .title-2,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.icon-grid-resource
  .title-2,
.cmp-eventslogin .eventslogin__wrapper .col.bg-blueberry-500 h3,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  h3,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  h3,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  h3,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  h3,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-500.cmp-upnext
  h3,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  h3,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-500.cmp-upnext
  h3,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  h3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-logo
  h3,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  h3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-logo
  h3,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  h3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-content
  h3,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  h3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-content
  h3,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  h3,
.cmp-eventslogin .eventslogin__wrapper .bg-blueberry-500.icon-grid-resource h3,
.cmp-eventslogin .eventslogin__wrapper .col.bg-blueberry-500 .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-blueberry-500
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-blueberry-500
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .about-author__title,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .title-3,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .about-author__title,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .title-3,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-500.cmp-upnext
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-500.cmp-upnext
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-500.cmp-upnext
  .about-author__title,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .title-3,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-500.cmp-upnext
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-500.cmp-upnext
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-500.cmp-upnext
  .about-author__title,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .title-3,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-logo
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-logo
  .about-author__title,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .title-3,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-logo
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-logo
  .about-author__title,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .title-3,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-content
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-content
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-content
  .about-author__title,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .title-3,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-content
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-content
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-content
  .about-author__title,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .title-3,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.icon-grid-resource
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.icon-grid-resource
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.icon-grid-resource
  .about-author__title,
.cmp-eventslogin .eventslogin__wrapper .col.bg-blueberry-500 h4,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  h4,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  h4,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  h4,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  h4,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-500.cmp-upnext
  h4,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  h4,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-500.cmp-upnext
  h4,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  h4,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-logo
  h4,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  h4,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-logo
  h4,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  h4,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-content
  h4,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  h4,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-content
  h4,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  h4,
.cmp-eventslogin .eventslogin__wrapper .bg-blueberry-500.icon-grid-resource h4,
.cmp-eventslogin .eventslogin__wrapper .col.bg-blueberry-500 .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .title-4,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .title-4,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-500.cmp-upnext
  .title-4,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-500.cmp-upnext
  .title-4,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-logo
  .title-4,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-logo
  .title-4,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-content
  .title-4,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-content
  .title-4,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.icon-grid-resource
  .title-4,
.cmp-eventslogin .eventslogin__wrapper .col.bg-blueberry-500 h5,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  h5,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  h5,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  h5,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  h5,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-500.cmp-upnext
  h5,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  h5,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-500.cmp-upnext
  h5,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  h5,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-logo
  h5,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  h5,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-logo
  h5,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  h5,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-content
  h5,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  h5,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-content
  h5,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  h5,
.cmp-eventslogin .eventslogin__wrapper .bg-blueberry-500.icon-grid-resource h5,
.cmp-eventslogin .eventslogin__wrapper .col.bg-blueberry-500 .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-blueberry-500
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-blueberry-500
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .hero-card__title,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .title-5,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .hero-card__title,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .title-5,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-500.cmp-upnext
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-500.cmp-upnext
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-500.cmp-upnext
  .hero-card__title,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .title-5,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-500.cmp-upnext
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-500.cmp-upnext
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-500.cmp-upnext
  .hero-card__title,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .title-5,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-logo
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-logo
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-logo
  .hero-card__title,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .title-5,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-logo
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-logo
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-logo
  .hero-card__title,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .title-5,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-content
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-content
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-content
  .hero-card__title,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .title-5,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-content
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-content
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-content
  .hero-card__title,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .title-5,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.icon-grid-resource
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.icon-grid-resource
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.icon-grid-resource
  .hero-card__title,
.cmp-eventslogin .eventslogin__wrapper .col.bg-blueberry-500 h6,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  h6,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  h6,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  h6,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  h6,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-500.cmp-upnext
  h6,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  h6,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-500.cmp-upnext
  h6,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  h6,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-logo
  h6,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  h6,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-logo
  h6,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  h6,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-content
  h6,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  h6,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-content
  h6,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  h6,
.cmp-eventslogin .eventslogin__wrapper .bg-blueberry-500.icon-grid-resource h6,
.cmp-eventslogin .eventslogin__wrapper .col.bg-blueberry-500 .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-blueberry-500
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-blueberry-500
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .hero-card__title,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .title-6,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .hero-card__title,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .title-6,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-500.cmp-upnext
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-500.cmp-upnext
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-500.cmp-upnext
  .hero-card__title,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .title-6,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-500.cmp-upnext
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-500.cmp-upnext
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-500.cmp-upnext
  .hero-card__title,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .title-6,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-logo
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-logo
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-logo
  .hero-card__title,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .title-6,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-logo
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-logo
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-logo
  .hero-card__title,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .title-6,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-content
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-content
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-content
  .hero-card__title,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .title-6,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-content
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-content
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-content
  .hero-card__title,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .title-6,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.icon-grid-resource
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.icon-grid-resource
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.icon-grid-resource
  .hero-card__title,
.cmp-eventslogin .eventslogin__wrapper .col.bg-blueberry-500 .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .body-0,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .body-0,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-500.cmp-upnext
  .body-0,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-500.cmp-upnext
  .body-0,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-logo
  .body-0,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-logo
  .body-0,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-content
  .body-0,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-content
  .body-0,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.icon-grid-resource
  .body-0,
.cmp-eventslogin .eventslogin__wrapper .col.bg-blueberry-500 .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-blueberry-500
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-blueberry-500
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-blueberry-500
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-blueberry-500
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .user-name,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .body-1,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .hero-card__description,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .user-name,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .body-1,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .hero-card__description,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-500.cmp-upnext
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-500.cmp-upnext
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-500.cmp-upnext
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-500.cmp-upnext
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-500.cmp-upnext
  .user-name,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .body-1,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .hero-card__description,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-500.cmp-upnext
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-500.cmp-upnext
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-500.cmp-upnext
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-500.cmp-upnext
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-500.cmp-upnext
  .user-name,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .body-1,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .hero-card__description,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-logo
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-logo
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-logo
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-logo
  .user-name,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .body-1,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .hero-card__description,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-logo
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-logo
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-logo
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-logo
  .user-name,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .body-1,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .hero-card__description,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-content
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-content
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-content
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-content
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-content
  .user-name,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .body-1,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .hero-card__description,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-content
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-content
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-content
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-content
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-content
  .user-name,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .body-1,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .hero-card__description,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.icon-grid-resource
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.icon-grid-resource
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.icon-grid-resource
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.icon-grid-resource
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.icon-grid-resource
  .user-name,
.cmp-eventslogin .eventslogin__wrapper .col.bg-blueberry-500 .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-blueberry-500
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-blueberry-500
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .about-author__user-details,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .body-2,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .about-author__user-details,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .body-2,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-500.cmp-upnext
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-500.cmp-upnext
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-500.cmp-upnext
  .about-author__user-details,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .body-2,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-500.cmp-upnext
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-500.cmp-upnext
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-500.cmp-upnext
  .about-author__user-details,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .body-2,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-logo
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-logo
  .about-author__user-details,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .body-2,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-logo
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-logo
  .about-author__user-details,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .body-2,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-content
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-content
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-content
  .about-author__user-details,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .body-2,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-content
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-content
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-content
  .about-author__user-details,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .body-2,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.icon-grid-resource
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.icon-grid-resource
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.icon-grid-resource
  .about-author__user-details,
.cmp-eventslogin .eventslogin__wrapper .col.bg-blueberry-500 .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-blueberry-500
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-blueberry-500
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-blueberry-500
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-blueberry-500
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-blueberry-500
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-blueberry-500
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-blueberry-500
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .cmp-share-component--share,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .body-3,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .hero-card__eyebrow,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .hero-card__type,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .cmp-share-component--copied,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .cmp-share-component--date,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--8
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .cmp-share-component--share,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .body-3,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .hero-card__eyebrow,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .hero-card__type,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .cmp-share-component--copied,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .cmp-share-component--date,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-blueberry-500.aem-GridColumn--default--4
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-500.cmp-upnext
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-500.cmp-upnext
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-500.cmp-upnext
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-500.cmp-upnext
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-500.cmp-upnext
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-500.cmp-upnext
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-500.cmp-upnext
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-blueberry-500.cmp-upnext
  .cmp-share-component--share,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .body-3,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .hero-card__eyebrow,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .hero-card__type,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .cmp-share-component--copied,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .cmp-share-component--date,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-500.cmp-upnext
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-500.cmp-upnext
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-500.cmp-upnext
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-500.cmp-upnext
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-500.cmp-upnext
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-500.cmp-upnext
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-500.cmp-upnext
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-blueberry-500.cmp-upnext
  .cmp-share-component--share,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .body-3,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .hero-card__eyebrow,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .hero-card__type,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .cmp-share-component--copied,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .cmp-share-component--date,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.cmp-upnext
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-logo
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-logo
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-logo
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-logo
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-logo
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-logo
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-logo
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-logo
  .cmp-share-component--share,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .body-3,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .hero-card__eyebrow,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .hero-card__type,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .cmp-share-component--copied,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .cmp-share-component--date,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-logo
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-logo
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-logo
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-logo
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-logo
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-logo
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-logo
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-logo
  .cmp-share-component--share,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .body-3,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .hero-card__eyebrow,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .hero-card__type,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .cmp-share-component--copied,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .cmp-share-component--date,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-logo
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-content
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-content
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-content
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-content
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-content
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-content
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-content
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-blueberry-500.validation-component__wrapper-content
  .cmp-share-component--share,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .body-3,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .hero-card__eyebrow,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .hero-card__type,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .cmp-share-component--copied,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .cmp-share-component--date,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-content
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-content
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-content
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-content
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-content
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-content
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-content
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-blueberry-500.validation-component__wrapper-content
  .cmp-share-component--share,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .body-3,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .hero-card__eyebrow,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .hero-card__type,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .cmp-share-component--copied,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .cmp-share-component--date,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.validation-component__wrapper-content
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.icon-grid-resource
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.icon-grid-resource
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.icon-grid-resource
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.icon-grid-resource
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.icon-grid-resource
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.icon-grid-resource
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.icon-grid-resource
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-blueberry-500.icon-grid-resource
  .cmp-share-component--share {
  color: currentColor;
}
.cmp-eventslogin .eventslogin__wrapper .col.bg-sour-lemon-300,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-300.cmp-upnext,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-300.cmp-upnext,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content,
.cmp-eventslogin .eventslogin__wrapper .bg-sour-lemon-300.icon-grid-resource {
  background-color: #ffda61;
  color: #333333;
}
.cmp-eventslogin .eventslogin__wrapper .col.bg-sour-lemon-300 h1,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  h1,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  h1,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  h1,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  h1,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-300.cmp-upnext
  h1,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  h1,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-300.cmp-upnext
  h1,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  h1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-logo
  h1,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  h1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-logo
  h1,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  h1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-content
  h1,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  h1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-content
  h1,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  h1,
.cmp-eventslogin .eventslogin__wrapper .bg-sour-lemon-300.icon-grid-resource h1,
.cmp-eventslogin .eventslogin__wrapper .col.bg-sour-lemon-300 .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .title-1,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .title-1,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-300.cmp-upnext
  .title-1,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-300.cmp-upnext
  .title-1,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .title-1,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .title-1,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-content
  .title-1,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-content
  .title-1,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.icon-grid-resource
  .title-1,
.cmp-eventslogin .eventslogin__wrapper .col.bg-sour-lemon-300 h2,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  h2,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  h2,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  h2,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  h2,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-300.cmp-upnext
  h2,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  h2,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-300.cmp-upnext
  h2,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  h2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-logo
  h2,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  h2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-logo
  h2,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  h2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-content
  h2,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  h2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-content
  h2,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  h2,
.cmp-eventslogin .eventslogin__wrapper .bg-sour-lemon-300.icon-grid-resource h2,
.cmp-eventslogin .eventslogin__wrapper .col.bg-sour-lemon-300 .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .title-2,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .title-2,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-300.cmp-upnext
  .title-2,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-300.cmp-upnext
  .title-2,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .title-2,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .title-2,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-content
  .title-2,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-content
  .title-2,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.icon-grid-resource
  .title-2,
.cmp-eventslogin .eventslogin__wrapper .col.bg-sour-lemon-300 h3,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  h3,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  h3,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  h3,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  h3,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-300.cmp-upnext
  h3,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  h3,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-300.cmp-upnext
  h3,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  h3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-logo
  h3,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  h3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-logo
  h3,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  h3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-content
  h3,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  h3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-content
  h3,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  h3,
.cmp-eventslogin .eventslogin__wrapper .bg-sour-lemon-300.icon-grid-resource h3,
.cmp-eventslogin .eventslogin__wrapper .col.bg-sour-lemon-300 .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-sour-lemon-300
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-sour-lemon-300
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .about-author__title,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .title-3,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .about-author__title,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .title-3,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-300.cmp-upnext
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-300.cmp-upnext
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-300.cmp-upnext
  .about-author__title,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .title-3,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-300.cmp-upnext
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-300.cmp-upnext
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-300.cmp-upnext
  .about-author__title,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .title-3,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .about-author__title,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .title-3,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .about-author__title,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .title-3,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-content
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-content
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-content
  .about-author__title,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .title-3,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-content
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-content
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-content
  .about-author__title,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .title-3,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.icon-grid-resource
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.icon-grid-resource
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.icon-grid-resource
  .about-author__title,
.cmp-eventslogin .eventslogin__wrapper .col.bg-sour-lemon-300 h4,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  h4,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  h4,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  h4,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  h4,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-300.cmp-upnext
  h4,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  h4,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-300.cmp-upnext
  h4,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  h4,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-logo
  h4,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  h4,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-logo
  h4,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  h4,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-content
  h4,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  h4,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-content
  h4,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  h4,
.cmp-eventslogin .eventslogin__wrapper .bg-sour-lemon-300.icon-grid-resource h4,
.cmp-eventslogin .eventslogin__wrapper .col.bg-sour-lemon-300 .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .title-4,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .title-4,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-300.cmp-upnext
  .title-4,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-300.cmp-upnext
  .title-4,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .title-4,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .title-4,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-content
  .title-4,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-content
  .title-4,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.icon-grid-resource
  .title-4,
.cmp-eventslogin .eventslogin__wrapper .col.bg-sour-lemon-300 h5,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  h5,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  h5,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  h5,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  h5,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-300.cmp-upnext
  h5,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  h5,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-300.cmp-upnext
  h5,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  h5,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-logo
  h5,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  h5,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-logo
  h5,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  h5,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-content
  h5,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  h5,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-content
  h5,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  h5,
.cmp-eventslogin .eventslogin__wrapper .bg-sour-lemon-300.icon-grid-resource h5,
.cmp-eventslogin .eventslogin__wrapper .col.bg-sour-lemon-300 .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-sour-lemon-300
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-sour-lemon-300
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .hero-card__title,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .title-5,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .hero-card__title,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .title-5,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-300.cmp-upnext
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-300.cmp-upnext
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-300.cmp-upnext
  .hero-card__title,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .title-5,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-300.cmp-upnext
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-300.cmp-upnext
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-300.cmp-upnext
  .hero-card__title,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .title-5,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .hero-card__title,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .title-5,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .hero-card__title,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .title-5,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-content
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-content
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-content
  .hero-card__title,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .title-5,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-content
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-content
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-content
  .hero-card__title,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .title-5,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.icon-grid-resource
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.icon-grid-resource
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.icon-grid-resource
  .hero-card__title,
.cmp-eventslogin .eventslogin__wrapper .col.bg-sour-lemon-300 h6,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  h6,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  h6,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  h6,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  h6,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-300.cmp-upnext
  h6,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  h6,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-300.cmp-upnext
  h6,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  h6,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-logo
  h6,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  h6,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-logo
  h6,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  h6,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-content
  h6,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  h6,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-content
  h6,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  h6,
.cmp-eventslogin .eventslogin__wrapper .bg-sour-lemon-300.icon-grid-resource h6,
.cmp-eventslogin .eventslogin__wrapper .col.bg-sour-lemon-300 .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-sour-lemon-300
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-sour-lemon-300
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .hero-card__title,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .title-6,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .hero-card__title,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .title-6,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-300.cmp-upnext
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-300.cmp-upnext
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-300.cmp-upnext
  .hero-card__title,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .title-6,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-300.cmp-upnext
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-300.cmp-upnext
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-300.cmp-upnext
  .hero-card__title,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .title-6,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .hero-card__title,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .title-6,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .hero-card__title,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .title-6,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-content
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-content
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-content
  .hero-card__title,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .title-6,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-content
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-content
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-content
  .hero-card__title,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .title-6,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.icon-grid-resource
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.icon-grid-resource
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.icon-grid-resource
  .hero-card__title,
.cmp-eventslogin .eventslogin__wrapper .col.bg-sour-lemon-300 .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .body-0,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .body-0,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-300.cmp-upnext
  .body-0,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-300.cmp-upnext
  .body-0,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .body-0,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .body-0,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-content
  .body-0,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-content
  .body-0,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.icon-grid-resource
  .body-0,
.cmp-eventslogin .eventslogin__wrapper .col.bg-sour-lemon-300 .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-sour-lemon-300
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-sour-lemon-300
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-sour-lemon-300
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-sour-lemon-300
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .user-name,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .body-1,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .hero-card__description,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .user-name,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .body-1,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .hero-card__description,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-300.cmp-upnext
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-300.cmp-upnext
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-300.cmp-upnext
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-300.cmp-upnext
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-300.cmp-upnext
  .user-name,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .body-1,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .hero-card__description,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-300.cmp-upnext
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-300.cmp-upnext
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-300.cmp-upnext
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-300.cmp-upnext
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-300.cmp-upnext
  .user-name,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .body-1,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .hero-card__description,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .user-name,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .body-1,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .hero-card__description,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .user-name,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .body-1,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .hero-card__description,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-content
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-content
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-content
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-content
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-content
  .user-name,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .body-1,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .hero-card__description,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-content
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-content
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-content
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-content
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-content
  .user-name,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .body-1,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .hero-card__description,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.icon-grid-resource
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.icon-grid-resource
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.icon-grid-resource
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.icon-grid-resource
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.icon-grid-resource
  .user-name,
.cmp-eventslogin .eventslogin__wrapper .col.bg-sour-lemon-300 .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-sour-lemon-300
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-sour-lemon-300
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .about-author__user-details,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .body-2,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .about-author__user-details,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .body-2,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-300.cmp-upnext
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-300.cmp-upnext
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-300.cmp-upnext
  .about-author__user-details,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .body-2,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-300.cmp-upnext
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-300.cmp-upnext
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-300.cmp-upnext
  .about-author__user-details,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .body-2,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .about-author__user-details,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .body-2,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .about-author__user-details,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .body-2,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-content
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-content
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-content
  .about-author__user-details,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .body-2,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-content
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-content
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-content
  .about-author__user-details,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .body-2,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.icon-grid-resource
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.icon-grid-resource
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.icon-grid-resource
  .about-author__user-details,
.cmp-eventslogin .eventslogin__wrapper .col.bg-sour-lemon-300 .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-sour-lemon-300
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-sour-lemon-300
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-sour-lemon-300
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-sour-lemon-300
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-sour-lemon-300
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-sour-lemon-300
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-sour-lemon-300
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .cmp-share-component--share,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .body-3,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .hero-card__eyebrow,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .hero-card__type,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .cmp-share-component--copied,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .cmp-share-component--date,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--8
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .cmp-share-component--share,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .body-3,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .hero-card__eyebrow,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .hero-card__type,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .cmp-share-component--copied,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .cmp-share-component--date,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-300.aem-GridColumn--default--4
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-300.cmp-upnext
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-300.cmp-upnext
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-300.cmp-upnext
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-300.cmp-upnext
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-300.cmp-upnext
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-300.cmp-upnext
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-300.cmp-upnext
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-300.cmp-upnext
  .cmp-share-component--share,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .body-3,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .hero-card__eyebrow,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .hero-card__type,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .cmp-share-component--copied,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .cmp-share-component--date,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-300.cmp-upnext
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-300.cmp-upnext
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-300.cmp-upnext
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-300.cmp-upnext
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-300.cmp-upnext
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-300.cmp-upnext
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-300.cmp-upnext
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-300.cmp-upnext
  .cmp-share-component--share,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .body-3,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .hero-card__eyebrow,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .hero-card__type,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .cmp-share-component--copied,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .cmp-share-component--date,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.cmp-upnext
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .cmp-share-component--share,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .body-3,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .hero-card__eyebrow,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .hero-card__type,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .cmp-share-component--copied,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .cmp-share-component--date,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .cmp-share-component--share,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .body-3,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .hero-card__eyebrow,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .hero-card__type,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .cmp-share-component--copied,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .cmp-share-component--date,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-logo
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-content
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-content
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-content
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-content
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-content
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-content
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-content
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-300.validation-component__wrapper-content
  .cmp-share-component--share,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .body-3,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .hero-card__eyebrow,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .hero-card__type,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .cmp-share-component--copied,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .cmp-share-component--date,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-content
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-content
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-content
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-content
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-content
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-content
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-content
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-300.validation-component__wrapper-content
  .cmp-share-component--share,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .body-3,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .hero-card__eyebrow,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .hero-card__type,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .cmp-share-component--copied,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .cmp-share-component--date,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.validation-component__wrapper-content
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.icon-grid-resource
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.icon-grid-resource
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.icon-grid-resource
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.icon-grid-resource
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.icon-grid-resource
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.icon-grid-resource
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.icon-grid-resource
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-300.icon-grid-resource
  .cmp-share-component--share {
  color: currentColor;
}
.cmp-eventslogin .eventslogin__wrapper .col.bg-sour-lemon-400,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-400.cmp-upnext,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-400.cmp-upnext,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content,
.cmp-eventslogin .eventslogin__wrapper .bg-sour-lemon-400.icon-grid-resource {
  background-color: #ffc629;
  color: #333333;
}
.cmp-eventslogin .eventslogin__wrapper .col.bg-sour-lemon-400 h1,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  h1,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  h1,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  h1,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  h1,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-400.cmp-upnext
  h1,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  h1,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-400.cmp-upnext
  h1,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  h1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-logo
  h1,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  h1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-logo
  h1,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  h1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-content
  h1,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  h1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-content
  h1,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  h1,
.cmp-eventslogin .eventslogin__wrapper .bg-sour-lemon-400.icon-grid-resource h1,
.cmp-eventslogin .eventslogin__wrapper .col.bg-sour-lemon-400 .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .title-1,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .title-1,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-400.cmp-upnext
  .title-1,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-400.cmp-upnext
  .title-1,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .title-1,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .title-1,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-content
  .title-1,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-content
  .title-1,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.icon-grid-resource
  .title-1,
.cmp-eventslogin .eventslogin__wrapper .col.bg-sour-lemon-400 h2,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  h2,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  h2,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  h2,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  h2,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-400.cmp-upnext
  h2,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  h2,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-400.cmp-upnext
  h2,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  h2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-logo
  h2,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  h2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-logo
  h2,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  h2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-content
  h2,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  h2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-content
  h2,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  h2,
.cmp-eventslogin .eventslogin__wrapper .bg-sour-lemon-400.icon-grid-resource h2,
.cmp-eventslogin .eventslogin__wrapper .col.bg-sour-lemon-400 .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .title-2,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .title-2,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-400.cmp-upnext
  .title-2,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-400.cmp-upnext
  .title-2,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .title-2,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .title-2,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-content
  .title-2,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-content
  .title-2,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.icon-grid-resource
  .title-2,
.cmp-eventslogin .eventslogin__wrapper .col.bg-sour-lemon-400 h3,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  h3,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  h3,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  h3,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  h3,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-400.cmp-upnext
  h3,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  h3,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-400.cmp-upnext
  h3,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  h3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-logo
  h3,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  h3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-logo
  h3,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  h3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-content
  h3,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  h3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-content
  h3,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  h3,
.cmp-eventslogin .eventslogin__wrapper .bg-sour-lemon-400.icon-grid-resource h3,
.cmp-eventslogin .eventslogin__wrapper .col.bg-sour-lemon-400 .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-sour-lemon-400
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-sour-lemon-400
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .about-author__title,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .title-3,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .about-author__title,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .title-3,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-400.cmp-upnext
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-400.cmp-upnext
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-400.cmp-upnext
  .about-author__title,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .title-3,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-400.cmp-upnext
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-400.cmp-upnext
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-400.cmp-upnext
  .about-author__title,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .title-3,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .about-author__title,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .title-3,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .about-author__title,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .title-3,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-content
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-content
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-content
  .about-author__title,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .title-3,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-content
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-content
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-content
  .about-author__title,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .title-3,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.icon-grid-resource
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.icon-grid-resource
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.icon-grid-resource
  .about-author__title,
.cmp-eventslogin .eventslogin__wrapper .col.bg-sour-lemon-400 h4,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  h4,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  h4,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  h4,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  h4,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-400.cmp-upnext
  h4,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  h4,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-400.cmp-upnext
  h4,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  h4,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-logo
  h4,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  h4,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-logo
  h4,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  h4,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-content
  h4,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  h4,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-content
  h4,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  h4,
.cmp-eventslogin .eventslogin__wrapper .bg-sour-lemon-400.icon-grid-resource h4,
.cmp-eventslogin .eventslogin__wrapper .col.bg-sour-lemon-400 .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .title-4,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .title-4,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-400.cmp-upnext
  .title-4,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-400.cmp-upnext
  .title-4,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .title-4,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .title-4,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-content
  .title-4,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-content
  .title-4,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.icon-grid-resource
  .title-4,
.cmp-eventslogin .eventslogin__wrapper .col.bg-sour-lemon-400 h5,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  h5,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  h5,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  h5,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  h5,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-400.cmp-upnext
  h5,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  h5,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-400.cmp-upnext
  h5,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  h5,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-logo
  h5,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  h5,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-logo
  h5,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  h5,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-content
  h5,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  h5,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-content
  h5,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  h5,
.cmp-eventslogin .eventslogin__wrapper .bg-sour-lemon-400.icon-grid-resource h5,
.cmp-eventslogin .eventslogin__wrapper .col.bg-sour-lemon-400 .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-sour-lemon-400
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-sour-lemon-400
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .hero-card__title,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .title-5,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .hero-card__title,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .title-5,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-400.cmp-upnext
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-400.cmp-upnext
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-400.cmp-upnext
  .hero-card__title,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .title-5,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-400.cmp-upnext
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-400.cmp-upnext
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-400.cmp-upnext
  .hero-card__title,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .title-5,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .hero-card__title,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .title-5,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .hero-card__title,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .title-5,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-content
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-content
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-content
  .hero-card__title,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .title-5,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-content
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-content
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-content
  .hero-card__title,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .title-5,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.icon-grid-resource
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.icon-grid-resource
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.icon-grid-resource
  .hero-card__title,
.cmp-eventslogin .eventslogin__wrapper .col.bg-sour-lemon-400 h6,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  h6,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  h6,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  h6,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  h6,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-400.cmp-upnext
  h6,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  h6,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-400.cmp-upnext
  h6,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  h6,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-logo
  h6,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  h6,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-logo
  h6,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  h6,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-content
  h6,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  h6,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-content
  h6,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  h6,
.cmp-eventslogin .eventslogin__wrapper .bg-sour-lemon-400.icon-grid-resource h6,
.cmp-eventslogin .eventslogin__wrapper .col.bg-sour-lemon-400 .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-sour-lemon-400
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-sour-lemon-400
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .hero-card__title,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .title-6,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .hero-card__title,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .title-6,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-400.cmp-upnext
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-400.cmp-upnext
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-400.cmp-upnext
  .hero-card__title,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .title-6,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-400.cmp-upnext
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-400.cmp-upnext
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-400.cmp-upnext
  .hero-card__title,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .title-6,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .hero-card__title,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .title-6,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .hero-card__title,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .title-6,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-content
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-content
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-content
  .hero-card__title,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .title-6,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-content
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-content
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-content
  .hero-card__title,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .title-6,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.icon-grid-resource
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.icon-grid-resource
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.icon-grid-resource
  .hero-card__title,
.cmp-eventslogin .eventslogin__wrapper .col.bg-sour-lemon-400 .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .body-0,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .body-0,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-400.cmp-upnext
  .body-0,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-400.cmp-upnext
  .body-0,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .body-0,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .body-0,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-content
  .body-0,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-content
  .body-0,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.icon-grid-resource
  .body-0,
.cmp-eventslogin .eventslogin__wrapper .col.bg-sour-lemon-400 .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-sour-lemon-400
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-sour-lemon-400
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-sour-lemon-400
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-sour-lemon-400
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .user-name,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .body-1,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .hero-card__description,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .user-name,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .body-1,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .hero-card__description,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-400.cmp-upnext
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-400.cmp-upnext
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-400.cmp-upnext
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-400.cmp-upnext
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-400.cmp-upnext
  .user-name,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .body-1,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .hero-card__description,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-400.cmp-upnext
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-400.cmp-upnext
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-400.cmp-upnext
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-400.cmp-upnext
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-400.cmp-upnext
  .user-name,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .body-1,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .hero-card__description,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .user-name,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .body-1,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .hero-card__description,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .user-name,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .body-1,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .hero-card__description,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-content
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-content
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-content
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-content
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-content
  .user-name,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .body-1,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .hero-card__description,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-content
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-content
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-content
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-content
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-content
  .user-name,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .body-1,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .hero-card__description,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.icon-grid-resource
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.icon-grid-resource
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.icon-grid-resource
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.icon-grid-resource
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.icon-grid-resource
  .user-name,
.cmp-eventslogin .eventslogin__wrapper .col.bg-sour-lemon-400 .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-sour-lemon-400
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-sour-lemon-400
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .about-author__user-details,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .body-2,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .about-author__user-details,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .body-2,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-400.cmp-upnext
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-400.cmp-upnext
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-400.cmp-upnext
  .about-author__user-details,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .body-2,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-400.cmp-upnext
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-400.cmp-upnext
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-400.cmp-upnext
  .about-author__user-details,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .body-2,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .about-author__user-details,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .body-2,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .about-author__user-details,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .body-2,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-content
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-content
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-content
  .about-author__user-details,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .body-2,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-content
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-content
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-content
  .about-author__user-details,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .body-2,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.icon-grid-resource
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.icon-grid-resource
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.icon-grid-resource
  .about-author__user-details,
.cmp-eventslogin .eventslogin__wrapper .col.bg-sour-lemon-400 .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-sour-lemon-400
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-sour-lemon-400
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-sour-lemon-400
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-sour-lemon-400
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-sour-lemon-400
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-sour-lemon-400
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-sour-lemon-400
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .cmp-share-component--share,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .body-3,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .hero-card__eyebrow,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .hero-card__type,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .cmp-share-component--copied,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .cmp-share-component--date,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--8
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .cmp-share-component--share,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .body-3,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .hero-card__eyebrow,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .hero-card__type,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .cmp-share-component--copied,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .cmp-share-component--date,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-sour-lemon-400.aem-GridColumn--default--4
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-400.cmp-upnext
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-400.cmp-upnext
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-400.cmp-upnext
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-400.cmp-upnext
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-400.cmp-upnext
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-400.cmp-upnext
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-400.cmp-upnext
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-sour-lemon-400.cmp-upnext
  .cmp-share-component--share,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .body-3,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .hero-card__eyebrow,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .hero-card__type,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .cmp-share-component--copied,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .cmp-share-component--date,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-400.cmp-upnext
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-400.cmp-upnext
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-400.cmp-upnext
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-400.cmp-upnext
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-400.cmp-upnext
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-400.cmp-upnext
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-400.cmp-upnext
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-sour-lemon-400.cmp-upnext
  .cmp-share-component--share,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .body-3,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .hero-card__eyebrow,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .hero-card__type,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .cmp-share-component--copied,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .cmp-share-component--date,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.cmp-upnext
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .cmp-share-component--share,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .body-3,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .hero-card__eyebrow,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .hero-card__type,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .cmp-share-component--copied,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .cmp-share-component--date,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .cmp-share-component--share,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .body-3,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .hero-card__eyebrow,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .hero-card__type,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .cmp-share-component--copied,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .cmp-share-component--date,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-logo
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-content
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-content
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-content
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-content
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-content
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-content
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-content
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-sour-lemon-400.validation-component__wrapper-content
  .cmp-share-component--share,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .body-3,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .hero-card__eyebrow,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .hero-card__type,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .cmp-share-component--copied,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .cmp-share-component--date,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-content
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-content
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-content
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-content
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-content
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-content
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-content
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-sour-lemon-400.validation-component__wrapper-content
  .cmp-share-component--share,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .body-3,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .hero-card__eyebrow,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .hero-card__type,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .cmp-share-component--copied,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .cmp-share-component--date,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.validation-component__wrapper-content
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.icon-grid-resource
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.icon-grid-resource
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.icon-grid-resource
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.icon-grid-resource
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.icon-grid-resource
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.icon-grid-resource
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.icon-grid-resource
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-sour-lemon-400.icon-grid-resource
  .cmp-share-component--share {
  color: currentColor;
}
.cmp-eventslogin .eventslogin__wrapper .col.bg-soap-200,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-soap-200.cmp-upnext,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-soap-200.cmp-upnext,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content,
.cmp-eventslogin .eventslogin__wrapper .bg-soap-200.icon-grid-resource {
  background-color: #f0f1f2;
  color: #333333;
}
.cmp-eventslogin .eventslogin__wrapper .col.bg-soap-200 h1,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  h1,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  h1,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  h1,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  h1,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-soap-200.cmp-upnext
  h1,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  h1,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-soap-200.cmp-upnext
  h1,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  h1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-logo
  h1,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  h1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-logo
  h1,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  h1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-content
  h1,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  h1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-content
  h1,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  h1,
.cmp-eventslogin .eventslogin__wrapper .bg-soap-200.icon-grid-resource h1,
.cmp-eventslogin .eventslogin__wrapper .col.bg-soap-200 .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .title-1,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .title-1,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-soap-200.cmp-upnext
  .title-1,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-soap-200.cmp-upnext
  .title-1,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-logo
  .title-1,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-logo
  .title-1,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-content
  .title-1,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-content
  .title-1,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .title-1,
.cmp-eventslogin .eventslogin__wrapper .bg-soap-200.icon-grid-resource .title-1,
.cmp-eventslogin .eventslogin__wrapper .col.bg-soap-200 h2,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  h2,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  h2,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  h2,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  h2,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-soap-200.cmp-upnext
  h2,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  h2,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-soap-200.cmp-upnext
  h2,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  h2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-logo
  h2,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  h2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-logo
  h2,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  h2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-content
  h2,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  h2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-content
  h2,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  h2,
.cmp-eventslogin .eventslogin__wrapper .bg-soap-200.icon-grid-resource h2,
.cmp-eventslogin .eventslogin__wrapper .col.bg-soap-200 .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .title-2,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .title-2,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-soap-200.cmp-upnext
  .title-2,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-soap-200.cmp-upnext
  .title-2,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-logo
  .title-2,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-logo
  .title-2,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-content
  .title-2,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-content
  .title-2,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .title-2,
.cmp-eventslogin .eventslogin__wrapper .bg-soap-200.icon-grid-resource .title-2,
.cmp-eventslogin .eventslogin__wrapper .col.bg-soap-200 h3,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  h3,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  h3,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  h3,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  h3,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-soap-200.cmp-upnext
  h3,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  h3,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-soap-200.cmp-upnext
  h3,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  h3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-logo
  h3,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  h3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-logo
  h3,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  h3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-content
  h3,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  h3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-content
  h3,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  h3,
.cmp-eventslogin .eventslogin__wrapper .bg-soap-200.icon-grid-resource h3,
.cmp-eventslogin .eventslogin__wrapper .col.bg-soap-200 .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-soap-200
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-soap-200
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .about-author__title,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .title-3,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .about-author__title,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .title-3,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-soap-200.cmp-upnext
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-soap-200.cmp-upnext
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-soap-200.cmp-upnext
  .about-author__title,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .title-3,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-soap-200.cmp-upnext
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-soap-200.cmp-upnext
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-soap-200.cmp-upnext
  .about-author__title,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .title-3,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-logo
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-logo
  .about-author__title,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .title-3,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-logo
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-logo
  .about-author__title,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .title-3,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-content
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-content
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-content
  .about-author__title,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .title-3,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-content
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-content
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-content
  .about-author__title,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .title-3,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .about-author__title,
.cmp-eventslogin .eventslogin__wrapper .bg-soap-200.icon-grid-resource .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.icon-grid-resource
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.icon-grid-resource
  .about-author__title,
.cmp-eventslogin .eventslogin__wrapper .col.bg-soap-200 h4,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  h4,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  h4,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  h4,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  h4,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-soap-200.cmp-upnext
  h4,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  h4,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-soap-200.cmp-upnext
  h4,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  h4,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-logo
  h4,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  h4,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-logo
  h4,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  h4,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-content
  h4,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  h4,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-content
  h4,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  h4,
.cmp-eventslogin .eventslogin__wrapper .bg-soap-200.icon-grid-resource h4,
.cmp-eventslogin .eventslogin__wrapper .col.bg-soap-200 .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .title-4,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .title-4,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-soap-200.cmp-upnext
  .title-4,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-soap-200.cmp-upnext
  .title-4,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-logo
  .title-4,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-logo
  .title-4,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-content
  .title-4,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-content
  .title-4,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .title-4,
.cmp-eventslogin .eventslogin__wrapper .bg-soap-200.icon-grid-resource .title-4,
.cmp-eventslogin .eventslogin__wrapper .col.bg-soap-200 h5,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  h5,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  h5,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  h5,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  h5,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-soap-200.cmp-upnext
  h5,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  h5,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-soap-200.cmp-upnext
  h5,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  h5,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-logo
  h5,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  h5,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-logo
  h5,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  h5,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-content
  h5,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  h5,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-content
  h5,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  h5,
.cmp-eventslogin .eventslogin__wrapper .bg-soap-200.icon-grid-resource h5,
.cmp-eventslogin .eventslogin__wrapper .col.bg-soap-200 .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-soap-200
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-soap-200
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .hero-card__title,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .title-5,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .hero-card__title,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .title-5,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-soap-200.cmp-upnext
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-soap-200.cmp-upnext
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-soap-200.cmp-upnext
  .hero-card__title,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .title-5,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-soap-200.cmp-upnext
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-soap-200.cmp-upnext
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-soap-200.cmp-upnext
  .hero-card__title,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .title-5,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-logo
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-logo
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-logo
  .hero-card__title,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .title-5,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-logo
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-logo
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-logo
  .hero-card__title,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .title-5,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-content
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-content
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-content
  .hero-card__title,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .title-5,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-content
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-content
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-content
  .hero-card__title,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .title-5,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .hero-card__title,
.cmp-eventslogin .eventslogin__wrapper .bg-soap-200.icon-grid-resource .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.icon-grid-resource
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.icon-grid-resource
  .hero-card__title,
.cmp-eventslogin .eventslogin__wrapper .col.bg-soap-200 h6,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  h6,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  h6,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  h6,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  h6,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-soap-200.cmp-upnext
  h6,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  h6,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-soap-200.cmp-upnext
  h6,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  h6,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-logo
  h6,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  h6,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-logo
  h6,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  h6,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-content
  h6,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  h6,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-content
  h6,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  h6,
.cmp-eventslogin .eventslogin__wrapper .bg-soap-200.icon-grid-resource h6,
.cmp-eventslogin .eventslogin__wrapper .col.bg-soap-200 .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-soap-200
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-soap-200
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .hero-card__title,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .title-6,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .hero-card__title,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .title-6,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-soap-200.cmp-upnext
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-soap-200.cmp-upnext
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-soap-200.cmp-upnext
  .hero-card__title,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .title-6,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-soap-200.cmp-upnext
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-soap-200.cmp-upnext
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-soap-200.cmp-upnext
  .hero-card__title,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .title-6,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-logo
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-logo
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-logo
  .hero-card__title,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .title-6,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-logo
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-logo
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-logo
  .hero-card__title,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .title-6,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-content
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-content
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-content
  .hero-card__title,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .title-6,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-content
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-content
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-content
  .hero-card__title,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .title-6,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .hero-card__title,
.cmp-eventslogin .eventslogin__wrapper .bg-soap-200.icon-grid-resource .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.icon-grid-resource
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.icon-grid-resource
  .hero-card__title,
.cmp-eventslogin .eventslogin__wrapper .col.bg-soap-200 .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .body-0,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .body-0,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-soap-200.cmp-upnext
  .body-0,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-soap-200.cmp-upnext
  .body-0,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-logo
  .body-0,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-logo
  .body-0,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-content
  .body-0,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-content
  .body-0,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .body-0,
.cmp-eventslogin .eventslogin__wrapper .bg-soap-200.icon-grid-resource .body-0,
.cmp-eventslogin .eventslogin__wrapper .col.bg-soap-200 .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-soap-200
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-soap-200
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-soap-200
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-soap-200
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .user-name,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .body-1,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .hero-card__description,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .user-name,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .body-1,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .hero-card__description,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-soap-200.cmp-upnext
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-soap-200.cmp-upnext
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-soap-200.cmp-upnext
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-soap-200.cmp-upnext
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-soap-200.cmp-upnext
  .user-name,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .body-1,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .hero-card__description,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-soap-200.cmp-upnext
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-soap-200.cmp-upnext
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-soap-200.cmp-upnext
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-soap-200.cmp-upnext
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-soap-200.cmp-upnext
  .user-name,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .body-1,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .hero-card__description,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-logo
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-logo
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-logo
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-logo
  .user-name,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .body-1,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .hero-card__description,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-logo
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-logo
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-logo
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-logo
  .user-name,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .body-1,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .hero-card__description,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-content
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-content
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-content
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-content
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-content
  .user-name,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .body-1,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .hero-card__description,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-content
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-content
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-content
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-content
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-content
  .user-name,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .body-1,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .hero-card__description,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .user-name,
.cmp-eventslogin .eventslogin__wrapper .bg-soap-200.icon-grid-resource .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.icon-grid-resource
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.icon-grid-resource
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.icon-grid-resource
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.icon-grid-resource
  .user-name,
.cmp-eventslogin .eventslogin__wrapper .col.bg-soap-200 .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-soap-200
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-soap-200
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .about-author__user-details,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .body-2,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .about-author__user-details,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .body-2,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-soap-200.cmp-upnext
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-soap-200.cmp-upnext
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-soap-200.cmp-upnext
  .about-author__user-details,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .body-2,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-soap-200.cmp-upnext
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-soap-200.cmp-upnext
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-soap-200.cmp-upnext
  .about-author__user-details,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .body-2,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-logo
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-logo
  .about-author__user-details,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .body-2,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-logo
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-logo
  .about-author__user-details,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .body-2,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-content
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-content
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-content
  .about-author__user-details,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .body-2,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-content
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-content
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-content
  .about-author__user-details,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .body-2,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .about-author__user-details,
.cmp-eventslogin .eventslogin__wrapper .bg-soap-200.icon-grid-resource .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.icon-grid-resource
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.icon-grid-resource
  .about-author__user-details,
.cmp-eventslogin .eventslogin__wrapper .col.bg-soap-200 .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-soap-200
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-soap-200
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-soap-200
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-soap-200
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-soap-200
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-soap-200
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.bg-soap-200
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .cmp-share-component--share,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .body-3,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .hero-card__eyebrow,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .hero-card__type,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .cmp-share-component--copied,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .cmp-share-component--date,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--8
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .cmp-share-component--share,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .body-3,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .hero-card__eyebrow,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .hero-card__type,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .cmp-share-component--copied,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .cmp-share-component--date,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .bg-soap-200.aem-GridColumn--default--4
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-soap-200.cmp-upnext
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-soap-200.cmp-upnext
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-soap-200.cmp-upnext
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-soap-200.cmp-upnext
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-soap-200.cmp-upnext
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-soap-200.cmp-upnext
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-soap-200.cmp-upnext
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .bg-soap-200.cmp-upnext
  .cmp-share-component--share,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .body-3,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .hero-card__eyebrow,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .hero-card__type,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .cmp-share-component--copied,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .cmp-share-component--date,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-soap-200.cmp-upnext
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-soap-200.cmp-upnext
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-soap-200.cmp-upnext
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-soap-200.cmp-upnext
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-soap-200.cmp-upnext
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-soap-200.cmp-upnext
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-soap-200.cmp-upnext
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .bg-soap-200.cmp-upnext
  .cmp-share-component--share,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .body-3,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .hero-card__eyebrow,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .hero-card__type,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .cmp-share-component--copied,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .cmp-share-component--date,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.cmp-upnext
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-logo
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-logo
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-logo
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-logo
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-logo
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-logo
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-logo
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-logo
  .cmp-share-component--share,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .body-3,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .hero-card__eyebrow,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .hero-card__type,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .cmp-share-component--copied,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .cmp-share-component--date,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-logo
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-logo
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-logo
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-logo
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-logo
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-logo
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-logo
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-logo
  .cmp-share-component--share,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .body-3,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .hero-card__eyebrow,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .hero-card__type,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .cmp-share-component--copied,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .cmp-share-component--date,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-logo
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-content
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-content
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-content
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-content
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-content
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-content
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-content
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .bg-soap-200.validation-component__wrapper-content
  .cmp-share-component--share,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .body-3,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .hero-card__eyebrow,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .hero-card__type,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .cmp-share-component--copied,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .cmp-share-component--date,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-content
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-content
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-content
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-content
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-content
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-content
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-content
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .bg-soap-200.validation-component__wrapper-content
  .cmp-share-component--share,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .body-3,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .hero-card__eyebrow,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .hero-card__type,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .cmp-share-component--copied,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .cmp-share-component--date,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.validation-component__wrapper-content
  .cmp-share-component--share,
.cmp-eventslogin .eventslogin__wrapper .bg-soap-200.icon-grid-resource .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.icon-grid-resource
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.icon-grid-resource
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.icon-grid-resource
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.icon-grid-resource
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.icon-grid-resource
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.icon-grid-resource
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .bg-soap-200.icon-grid-resource
  .cmp-share-component--share {
  color: currentColor;
}
.cmp-eventslogin .eventslogin__wrapper .col.french-vanilla-100,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .french-vanilla-100.cmp-upnext,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .french-vanilla-100.cmp-upnext,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content,
.cmp-eventslogin .eventslogin__wrapper .french-vanilla-100.icon-grid-resource {
  background-color: #ffffff;
  color: #333333;
}
.cmp-eventslogin .eventslogin__wrapper .col.french-vanilla-100 h1,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  h1,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  h1,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  h1,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  h1,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .french-vanilla-100.cmp-upnext
  h1,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  h1,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .french-vanilla-100.cmp-upnext
  h1,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  h1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-logo
  h1,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  h1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-logo
  h1,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  h1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-content
  h1,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  h1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-content
  h1,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  h1,
.cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.icon-grid-resource
  h1,
.cmp-eventslogin .eventslogin__wrapper .col.french-vanilla-100 .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .title-1,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .title-1,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .french-vanilla-100.cmp-upnext
  .title-1,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .french-vanilla-100.cmp-upnext
  .title-1,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-logo
  .title-1,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-logo
  .title-1,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-content
  .title-1,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-content
  .title-1,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .title-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.icon-grid-resource
  .title-1,
.cmp-eventslogin .eventslogin__wrapper .col.french-vanilla-100 h2,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  h2,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  h2,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  h2,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  h2,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .french-vanilla-100.cmp-upnext
  h2,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  h2,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .french-vanilla-100.cmp-upnext
  h2,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  h2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-logo
  h2,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  h2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-logo
  h2,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  h2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-content
  h2,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  h2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-content
  h2,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  h2,
.cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.icon-grid-resource
  h2,
.cmp-eventslogin .eventslogin__wrapper .col.french-vanilla-100 .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .title-2,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .title-2,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .french-vanilla-100.cmp-upnext
  .title-2,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .french-vanilla-100.cmp-upnext
  .title-2,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-logo
  .title-2,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-logo
  .title-2,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-content
  .title-2,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-content
  .title-2,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .title-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.icon-grid-resource
  .title-2,
.cmp-eventslogin .eventslogin__wrapper .col.french-vanilla-100 h3,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  h3,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  h3,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  h3,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  h3,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .french-vanilla-100.cmp-upnext
  h3,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  h3,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .french-vanilla-100.cmp-upnext
  h3,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  h3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-logo
  h3,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  h3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-logo
  h3,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  h3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-content
  h3,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  h3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-content
  h3,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  h3,
.cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.icon-grid-resource
  h3,
.cmp-eventslogin .eventslogin__wrapper .col.french-vanilla-100 .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.french-vanilla-100
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .col.french-vanilla-100
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .about-author__title,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .title-3,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .about-author__title,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .title-3,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .french-vanilla-100.cmp-upnext
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .french-vanilla-100.cmp-upnext
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .french-vanilla-100.cmp-upnext
  .about-author__title,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .title-3,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .french-vanilla-100.cmp-upnext
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .french-vanilla-100.cmp-upnext
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .french-vanilla-100.cmp-upnext
  .about-author__title,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .title-3,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-logo
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-logo
  .about-author__title,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .title-3,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-logo
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-logo
  .about-author__title,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .title-3,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-content
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-content
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-content
  .about-author__title,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .title-3,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-content
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-content
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-content
  .about-author__title,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .title-3,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .about-author__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.icon-grid-resource
  .title-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.icon-grid-resource
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.icon-grid-resource
  .about-author__title,
.cmp-eventslogin .eventslogin__wrapper .col.french-vanilla-100 h4,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  h4,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  h4,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  h4,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  h4,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .french-vanilla-100.cmp-upnext
  h4,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  h4,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .french-vanilla-100.cmp-upnext
  h4,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  h4,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-logo
  h4,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  h4,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-logo
  h4,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  h4,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-content
  h4,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  h4,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-content
  h4,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  h4,
.cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.icon-grid-resource
  h4,
.cmp-eventslogin .eventslogin__wrapper .col.french-vanilla-100 .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .title-4,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .title-4,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .french-vanilla-100.cmp-upnext
  .title-4,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .french-vanilla-100.cmp-upnext
  .title-4,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-logo
  .title-4,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-logo
  .title-4,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-content
  .title-4,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-content
  .title-4,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .title-4,
.cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.icon-grid-resource
  .title-4,
.cmp-eventslogin .eventslogin__wrapper .col.french-vanilla-100 h5,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  h5,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  h5,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  h5,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  h5,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .french-vanilla-100.cmp-upnext
  h5,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  h5,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .french-vanilla-100.cmp-upnext
  h5,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  h5,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-logo
  h5,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  h5,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-logo
  h5,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  h5,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-content
  h5,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  h5,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-content
  h5,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  h5,
.cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.icon-grid-resource
  h5,
.cmp-eventslogin .eventslogin__wrapper .col.french-vanilla-100 .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.french-vanilla-100
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .col.french-vanilla-100
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .hero-card__title,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .title-5,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .hero-card__title,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .title-5,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .french-vanilla-100.cmp-upnext
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .french-vanilla-100.cmp-upnext
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .french-vanilla-100.cmp-upnext
  .hero-card__title,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .title-5,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .french-vanilla-100.cmp-upnext
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .french-vanilla-100.cmp-upnext
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .french-vanilla-100.cmp-upnext
  .hero-card__title,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .title-5,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-logo
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-logo
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-logo
  .hero-card__title,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .title-5,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-logo
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-logo
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-logo
  .hero-card__title,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .title-5,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-content
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-content
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-content
  .hero-card__title,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .title-5,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-content
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-content
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-content
  .hero-card__title,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .title-5,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.icon-grid-resource
  .title-5,
.cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.icon-grid-resource
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.icon-grid-resource
  .hero-card__title,
.cmp-eventslogin .eventslogin__wrapper .col.french-vanilla-100 h6,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  h6,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  h6,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  h6,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  h6,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .french-vanilla-100.cmp-upnext
  h6,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  h6,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .french-vanilla-100.cmp-upnext
  h6,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  h6,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-logo
  h6,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  h6,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-logo
  h6,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  h6,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-content
  h6,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  h6,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-content
  h6,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  h6,
.cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.icon-grid-resource
  h6,
.cmp-eventslogin .eventslogin__wrapper .col.french-vanilla-100 .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.french-vanilla-100
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .col.french-vanilla-100
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .hero-card__title,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .title-6,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .hero-card__title,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .title-6,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .french-vanilla-100.cmp-upnext
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .french-vanilla-100.cmp-upnext
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .french-vanilla-100.cmp-upnext
  .hero-card__title,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .title-6,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .french-vanilla-100.cmp-upnext
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .french-vanilla-100.cmp-upnext
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .french-vanilla-100.cmp-upnext
  .hero-card__title,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .title-6,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-logo
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-logo
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-logo
  .hero-card__title,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .title-6,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-logo
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-logo
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-logo
  .hero-card__title,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .title-6,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-content
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-content
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-content
  .hero-card__title,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .title-6,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-content
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-content
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-content
  .hero-card__title,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .title-6,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .hero-card__title,
.cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.icon-grid-resource
  .title-6,
.cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.icon-grid-resource
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.icon-grid-resource
  .hero-card__title,
.cmp-eventslogin .eventslogin__wrapper .col.french-vanilla-100 .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .body-0,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .body-0,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .french-vanilla-100.cmp-upnext
  .body-0,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .french-vanilla-100.cmp-upnext
  .body-0,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-logo
  .body-0,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-logo
  .body-0,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-content
  .body-0,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-content
  .body-0,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .body-0,
.cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.icon-grid-resource
  .body-0,
.cmp-eventslogin .eventslogin__wrapper .col.french-vanilla-100 .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.french-vanilla-100
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .col.french-vanilla-100
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.french-vanilla-100
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .col.french-vanilla-100
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .user-name,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .body-1,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .hero-card__description,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .user-name,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .body-1,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .hero-card__description,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .french-vanilla-100.cmp-upnext
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .french-vanilla-100.cmp-upnext
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .french-vanilla-100.cmp-upnext
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .french-vanilla-100.cmp-upnext
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .french-vanilla-100.cmp-upnext
  .user-name,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .body-1,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .hero-card__description,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .french-vanilla-100.cmp-upnext
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .french-vanilla-100.cmp-upnext
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .french-vanilla-100.cmp-upnext
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .french-vanilla-100.cmp-upnext
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .french-vanilla-100.cmp-upnext
  .user-name,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .body-1,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .hero-card__description,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-logo
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-logo
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-logo
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-logo
  .user-name,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .body-1,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .hero-card__description,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-logo
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-logo
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-logo
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-logo
  .user-name,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .body-1,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .hero-card__description,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-content
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-content
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-content
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-content
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-content
  .user-name,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .body-1,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .hero-card__description,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-content
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-content
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-content
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-content
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-content
  .user-name,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .body-1,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .hero-card__description,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .user-name,
.cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.icon-grid-resource
  .body-1,
.cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.icon-grid-resource
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.icon-grid-resource
  .hero-card__description,
.cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.icon-grid-resource
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.icon-grid-resource
  .user-name,
.cmp-eventslogin .eventslogin__wrapper .col.french-vanilla-100 .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.french-vanilla-100
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .col.french-vanilla-100
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .about-author__user-details,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .body-2,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .about-author__user-details,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .body-2,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .french-vanilla-100.cmp-upnext
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .french-vanilla-100.cmp-upnext
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .french-vanilla-100.cmp-upnext
  .about-author__user-details,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .body-2,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .french-vanilla-100.cmp-upnext
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .french-vanilla-100.cmp-upnext
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .french-vanilla-100.cmp-upnext
  .about-author__user-details,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .body-2,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-logo
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-logo
  .about-author__user-details,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .body-2,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-logo
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-logo
  .about-author__user-details,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .body-2,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-content
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-content
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-content
  .about-author__user-details,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .body-2,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-content
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-content
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-content
  .about-author__user-details,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .body-2,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .about-author__user-details,
.cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.icon-grid-resource
  .body-2,
.cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.icon-grid-resource
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.icon-grid-resource
  .about-author__user-details,
.cmp-eventslogin .eventslogin__wrapper .col.french-vanilla-100 .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.french-vanilla-100
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .col.french-vanilla-100
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.french-vanilla-100
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .col.french-vanilla-100
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.french-vanilla-100
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.french-vanilla-100
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .col.french-vanilla-100
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .cmp-share-component--share,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .body-3,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .hero-card__eyebrow,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .hero-card__type,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .cmp-share-component--copied,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .cmp-share-component--date,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--8
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .cmp-share-component--share,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .body-3,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .hero-card__eyebrow,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .hero-card__type,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .cmp-share-component--copied,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .cmp-share-component--date,
.customer-story
  .cmp-eventslogin
  .eventslogin__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .french-vanilla-100.aem-GridColumn--default--4
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .french-vanilla-100.cmp-upnext
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .french-vanilla-100.cmp-upnext
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .french-vanilla-100.cmp-upnext
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .french-vanilla-100.cmp-upnext
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .french-vanilla-100.cmp-upnext
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .french-vanilla-100.cmp-upnext
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .french-vanilla-100.cmp-upnext
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .about-author
  .french-vanilla-100.cmp-upnext
  .cmp-share-component--share,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .body-3,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .hero-card__eyebrow,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .hero-card__type,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .cmp-share-component--copied,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .cmp-share-component--date,
.perspective-article-page
  .about-author
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .french-vanilla-100.cmp-upnext
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .french-vanilla-100.cmp-upnext
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .french-vanilla-100.cmp-upnext
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .french-vanilla-100.cmp-upnext
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .french-vanilla-100.cmp-upnext
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .french-vanilla-100.cmp-upnext
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .french-vanilla-100.cmp-upnext
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .perspective-article-page
  .upnext
  .french-vanilla-100.cmp-upnext
  .cmp-share-component--share,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .body-3,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .hero-card__eyebrow,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .hero-card__type,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .cmp-share-component--copied,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .cmp-share-component--date,
.perspective-article-page
  .upnext
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.cmp-upnext
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-logo
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-logo
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-logo
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-logo
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-logo
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-logo
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-logo
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-logo
  .cmp-share-component--share,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .body-3,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .hero-card__eyebrow,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .hero-card__type,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .cmp-share-component--copied,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .cmp-share-component--date,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-logo
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-logo
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-logo
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-logo
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-logo
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-logo
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-logo
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-logo
  .cmp-share-component--share,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .body-3,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .hero-card__eyebrow,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .hero-card__type,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .cmp-share-component--copied,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .cmp-share-component--date,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-logo
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-content
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-content
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-content
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-content
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-content
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-content
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-content
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--horizontal
  .french-vanilla-100.validation-component__wrapper-content
  .cmp-share-component--share,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .body-3,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .hero-card__eyebrow,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .hero-card__type,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .cmp-share-component--copied,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .cmp-share-component--date,
.validation-component__wrapper--horizontal
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-content
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-content
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-content
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-content
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-content
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-content
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-content
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .validation-component__wrapper--contentonWhiteBackground
  .french-vanilla-100.validation-component__wrapper-content
  .cmp-share-component--share,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .body-3,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .hero-card__eyebrow,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .hero-card__type,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .cmp-share-component--copied,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .cmp-share-component--date,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.validation-component__wrapper-content
  .cmp-share-component--share,
.cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.icon-grid-resource
  .body-3,
.cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.icon-grid-resource
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.icon-grid-resource
  .hero-card__eyebrow,
.cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.icon-grid-resource
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.icon-grid-resource
  .hero-card__type,
.cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.icon-grid-resource
  .cmp-share-component--copied,
.cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.icon-grid-resource
  .cmp-share-component--date,
.cmp-eventslogin
  .eventslogin__wrapper
  .french-vanilla-100.icon-grid-resource
  .cmp-share-component--share {
  color: currentColor;
}
.cmp-eventslogin .eventslogin__wrapper .eventlogin__form button {
  border: 0 none transparent;
}
.cmp-eventslogin .eventslogin__wrapper .eventlogin__form .form-content__input {
  padding: 10px 8px;
  padding: 0.625rem 0.5rem;
  margin-top: 32px;
  margin-top: 2rem;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: block;
  border: 1px solid #7b858f;
  width: 100%;
}
.cmp-eventslogin
  .eventslogin__wrapper
  .eventlogin__form
  .form-content__input:hover {
  border-color: #333d47;
  box-shadow: none;
}
.cmp-eventslogin
  .eventslogin__wrapper
  .eventlogin__form
  .form-content__input:focus {
  border-color: transparent;
  box-shadow: 0 0 0 2px #0875e1;
  outline: none;
}
.cmp-eventslogin
  .eventslogin__wrapper
  .eventlogin__form
  .form-content__input:focus:hover {
  border-color: #333d47;
  box-shadow: none;
}
.cmp-eventslogin
  .eventslogin__wrapper
  .eventlogin__form
  .form-content__input.form-content__input--error {
  border-color: transparent;
  box-shadow: 0 0 0 2px #de2e21;
  outline: none;
}
.cmp-eventslogin
  .eventslogin__wrapper
  .eventlogin__form
  .form-content__input.form-content__input--error:hover {
  border-color: #333d47;
  box-shadow: none;
}
.cmp-eventslogin .eventslogin__wrapper .eventlogin__form .error {
  margin-top: 8px;
  margin-top: 0.5rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 13px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 0.8125rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  color: #de2e21;
  line-height: 20px;
}
.cmp-eventslogin .eventslogin__wrapper .eventlogin__form .button {
  margin-top: 32px;
  margin-top: 2rem;
}
.cmp-eventslogin .eventslogin__wrapper .eventlogin__form button {
  cursor: pointer;
}
.cmp-eventslogin .cmp-misc__wrapper {
  width: 100%;
}
@media (min-width: 70.25em) {
  .cmp-eventslogin .cmp-misc__wrapper {
    position: absolute;
    bottom: 0;
    width: 50%;
  }
}
.cmp-eventslogin .privacy-icon {
  margin-right: 4px;
  margin-right: 0.25rem;
  height: 14px;
  width: 29px;
  transform: translateY(10%);
}
.cmp-eventslogin .cmp-misc {
  padding: 32px 0;
  padding: 2rem 0rem;
  text-align: center;
  background-color: #ffffff;
  color: #333333;
  display: block;
  align-self: center;
}
@media (min-width: 70.25em) {
  .cmp-eventslogin .cmp-misc {
    padding: 24px 0;
    padding: 1.5rem 0rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.cmp-eventslogin .cmp-misc span + span {
  clear: both;
  display: block;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 14px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 0.875rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  margin-top: 16px;
  margin-top: 1rem;
}
@media (min-width: 48em) {
  .cmp-eventslogin .cmp-misc span + span {
    display: initial;
    margin-top: 0;
    margin-top: 0rem;
    margin-left: 16px;
    margin-left: 1rem;
  }
}
.cmp-eventslogin .cmp-misc#consent-mobile {
  display: block;
  align-self: center;
  background-color: #ffffff;
}
@media (min-width: 70.25em) {
  .cmp-eventslogin .cmp-misc#consent-mobile {
    display: none;
  }
}
.cmp-eventslogin .cmp-misc#consent-desktop {
  display: none;
}
@media (min-width: 70.25em) {
  .cmp-eventslogin .cmp-misc#consent-desktop {
    display: block;
    align-self: flex-end;
    position: relative;
  }
}
@media (min-width: 70.25em) {
  .cmp-eventslogin .cmp-misc#consent-desktop {
    display: block;
    width: 100%;
  }
}
.cmp-eventslogin .cmp-misc a {
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 14px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 0.875rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  color: #333333;
  text-decoration: none;
}
.cmp-eventslogin .cmp-misc a:hover {
  text-decoration: underline;
}
.cmp-eventslogin .cmp-misc a:focus {
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  outline: none;
}
.cmp-eventslogin .cmp-misc a:focus:hover {
  box-shadow: none;
}
.cmp-eventslogin .cmp-misc a + a {
  margin-left: 16px;
  margin-left: 1rem;
}
.cmp-eventslogin .cmp-misc a + span {
  margin-left: 16px;
  margin-left: 1rem;
}
.cmp-eventslogin .cmp-misc span + a {
  margin-left: 16px;
  margin-left: 1rem;
}

@media (min-width: 70.25em) {
  .login-container__image-top
    .cmp-eventslogin
    .eventslogin__wrapper
    .login-container.form-content__img--full-bleed {
    align-items: flex-start;
  }
}

@media (min-width: 70.25em) {
  .login-container__image-center
    .cmp-eventslogin
    .eventslogin__wrapper
    .login-container.form-content__img--full-bleed {
    align-items: center;
  }
}

@media (min-width: 70.25em) {
  .login-container__image-bottom
    .cmp-eventslogin
    .eventslogin__wrapper
    .login-container.form-content__img--full-bleed {
    align-items: flex-end;
    height: 100%;
  }
}

.cmp-disclaimer .disclaimer__text > * {
  font-family: "Acid Grotesk", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  font-weight: 400;
}
.cmp-disclaimer .disclaimer__text b,
.cmp-disclaimer .disclaimer__text i {
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
}
.cmp-disclaimer .disclaimer__text p {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.columncontrol .row .col .cmp-imagewithcaption,
.columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .col
  .cmp-imagewithcaption,
.customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .col
  .cmp-imagewithcaption,
.columncontrol
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  .col
  .cmp-imagewithcaption,
.perspective-article-page
  .columncontrol
  .perspective-main-container
  > .aem-Grid--default--12
  .col
  .cmp-imagewithcaption,
.columncontrol .cmp-logo-wall .logo-container .col .cmp-imagewithcaption,
.cmp-logo-wall .columncontrol .logo-container .col .cmp-imagewithcaption,
.columncontrol
  .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8
  .cmp-imagewithcaption,
.customer-story
  .columncontrol
  .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8
  .cmp-imagewithcaption,
.columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8
  .cmp-imagewithcaption,
.customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8
  .cmp-imagewithcaption,
.columncontrol
  .perspective-article-page
  .customer-story
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8
  .cmp-imagewithcaption,
.customer-story
  .columncontrol
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8
  .cmp-imagewithcaption,
.perspective-article-page
  .columncontrol
  .customer-story
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8
  .cmp-imagewithcaption,
.customer-story
  .perspective-article-page
  .columncontrol
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8
  .cmp-imagewithcaption,
.columncontrol
  .cmp-logo-wall
  .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8
  .cmp-imagewithcaption,
.customer-story
  .columncontrol
  .cmp-logo-wall
  .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8
  .cmp-imagewithcaption,
.cmp-logo-wall
  .columncontrol
  .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8
  .cmp-imagewithcaption,
.customer-story
  .cmp-logo-wall
  .columncontrol
  .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8
  .cmp-imagewithcaption,
.columncontrol
  .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4
  .cmp-imagewithcaption,
.customer-story
  .columncontrol
  .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4
  .cmp-imagewithcaption,
.columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4
  .cmp-imagewithcaption,
.customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4
  .cmp-imagewithcaption,
.columncontrol
  .perspective-article-page
  .customer-story
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4
  .cmp-imagewithcaption,
.customer-story
  .columncontrol
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4
  .cmp-imagewithcaption,
.perspective-article-page
  .columncontrol
  .customer-story
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4
  .cmp-imagewithcaption,
.customer-story
  .perspective-article-page
  .columncontrol
  .perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4
  .cmp-imagewithcaption,
.columncontrol
  .cmp-logo-wall
  .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4
  .cmp-imagewithcaption,
.customer-story
  .columncontrol
  .cmp-logo-wall
  .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4
  .cmp-imagewithcaption,
.cmp-logo-wall
  .columncontrol
  .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4
  .cmp-imagewithcaption,
.customer-story
  .cmp-logo-wall
  .columncontrol
  .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4
  .cmp-imagewithcaption,
.columncontrol
  .row
  .perspective-article-page
  .about-author
  .cmp-upnext
  .cmp-imagewithcaption,
.perspective-article-page
  .about-author
  .columncontrol
  .row
  .cmp-upnext
  .cmp-imagewithcaption,
.columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .cmp-upnext
  .cmp-imagewithcaption,
.perspective-article-page
  .about-author
  .columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .cmp-upnext
  .cmp-imagewithcaption,
.customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .cmp-upnext
  .cmp-imagewithcaption,
.perspective-article-page
  .about-author
  .customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .cmp-upnext
  .cmp-imagewithcaption,
.columncontrol
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .cmp-upnext
  .cmp-imagewithcaption,
.columncontrol
  .perspective-article-page
  .about-author
  .perspective-main-container
  > .aem-Grid--default--12
  .cmp-upnext
  .cmp-imagewithcaption,
.perspective-article-page
  .columncontrol
  .perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .cmp-upnext
  .cmp-imagewithcaption,
.perspective-article-page
  .about-author
  .columncontrol
  .perspective-main-container
  > .aem-Grid--default--12
  .cmp-upnext
  .cmp-imagewithcaption,
.columncontrol
  .cmp-logo-wall
  .logo-container
  .perspective-article-page
  .about-author
  .cmp-upnext
  .cmp-imagewithcaption,
.perspective-article-page
  .about-author
  .columncontrol
  .cmp-logo-wall
  .logo-container
  .cmp-upnext
  .cmp-imagewithcaption,
.cmp-logo-wall
  .columncontrol
  .logo-container
  .perspective-article-page
  .about-author
  .cmp-upnext
  .cmp-imagewithcaption,
.perspective-article-page
  .about-author
  .cmp-logo-wall
  .columncontrol
  .logo-container
  .cmp-upnext
  .cmp-imagewithcaption,
.columncontrol
  .row
  .perspective-article-page
  .upnext
  .cmp-upnext
  .cmp-imagewithcaption,
.perspective-article-page
  .upnext
  .columncontrol
  .row
  .cmp-upnext
  .cmp-imagewithcaption,
.columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .cmp-upnext
  .cmp-imagewithcaption,
.perspective-article-page
  .upnext
  .columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .cmp-upnext
  .cmp-imagewithcaption,
.customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .cmp-upnext
  .cmp-imagewithcaption,
.perspective-article-page
  .upnext
  .customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .cmp-upnext
  .cmp-imagewithcaption,
.columncontrol
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .cmp-upnext
  .cmp-imagewithcaption,
.columncontrol
  .perspective-article-page
  .upnext
  .perspective-main-container
  > .aem-Grid--default--12
  .cmp-upnext
  .cmp-imagewithcaption,
.perspective-article-page
  .columncontrol
  .perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .cmp-upnext
  .cmp-imagewithcaption,
.perspective-article-page
  .upnext
  .columncontrol
  .perspective-main-container
  > .aem-Grid--default--12
  .cmp-upnext
  .cmp-imagewithcaption,
.columncontrol
  .cmp-logo-wall
  .logo-container
  .perspective-article-page
  .upnext
  .cmp-upnext
  .cmp-imagewithcaption,
.perspective-article-page
  .upnext
  .columncontrol
  .cmp-logo-wall
  .logo-container
  .cmp-upnext
  .cmp-imagewithcaption,
.cmp-logo-wall
  .columncontrol
  .logo-container
  .perspective-article-page
  .upnext
  .cmp-upnext
  .cmp-imagewithcaption,
.perspective-article-page
  .upnext
  .cmp-logo-wall
  .columncontrol
  .logo-container
  .cmp-upnext
  .cmp-imagewithcaption,
.columncontrol
  .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo
  .cmp-imagewithcaption,
.validation-component__wrapper--horizontal
  .columncontrol
  .row
  .validation-component__wrapper-logo
  .cmp-imagewithcaption,
.columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo
  .cmp-imagewithcaption,
.validation-component__wrapper--horizontal
  .columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-logo
  .cmp-imagewithcaption,
.customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo
  .cmp-imagewithcaption,
.validation-component__wrapper--horizontal
  .customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-logo
  .cmp-imagewithcaption,
.columncontrol
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo
  .cmp-imagewithcaption,
.validation-component__wrapper--horizontal
  .columncontrol
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper-logo
  .cmp-imagewithcaption,
.perspective-article-page
  .columncontrol
  .perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo
  .cmp-imagewithcaption,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .columncontrol
  .perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper-logo
  .cmp-imagewithcaption,
.columncontrol
  .cmp-logo-wall
  .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo
  .cmp-imagewithcaption,
.validation-component__wrapper--horizontal
  .columncontrol
  .cmp-logo-wall
  .logo-container
  .validation-component__wrapper-logo
  .cmp-imagewithcaption,
.cmp-logo-wall
  .columncontrol
  .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo
  .cmp-imagewithcaption,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .columncontrol
  .logo-container
  .validation-component__wrapper-logo
  .cmp-imagewithcaption,
.columncontrol
  .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo
  .cmp-imagewithcaption,
.validation-component__wrapper--contentonWhiteBackground
  .columncontrol
  .row
  .validation-component__wrapper-logo
  .cmp-imagewithcaption,
.columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo
  .cmp-imagewithcaption,
.validation-component__wrapper--contentonWhiteBackground
  .columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-logo
  .cmp-imagewithcaption,
.customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo
  .cmp-imagewithcaption,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-logo
  .cmp-imagewithcaption,
.columncontrol
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo
  .cmp-imagewithcaption,
.validation-component__wrapper--contentonWhiteBackground
  .columncontrol
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper-logo
  .cmp-imagewithcaption,
.perspective-article-page
  .columncontrol
  .perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo
  .cmp-imagewithcaption,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .columncontrol
  .perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper-logo
  .cmp-imagewithcaption,
.columncontrol
  .cmp-logo-wall
  .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo
  .cmp-imagewithcaption,
.validation-component__wrapper--contentonWhiteBackground
  .columncontrol
  .cmp-logo-wall
  .logo-container
  .validation-component__wrapper-logo
  .cmp-imagewithcaption,
.cmp-logo-wall
  .columncontrol
  .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo
  .cmp-imagewithcaption,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .columncontrol
  .logo-container
  .validation-component__wrapper-logo
  .cmp-imagewithcaption,
.columncontrol
  .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-imagewithcaption,
.validation-component__wrapper--horizontal
  .columncontrol
  .row
  .validation-component__wrapper-content
  .cmp-imagewithcaption,
.columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-imagewithcaption,
.validation-component__wrapper--horizontal
  .columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-content
  .cmp-imagewithcaption,
.customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-imagewithcaption,
.validation-component__wrapper--horizontal
  .customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-content
  .cmp-imagewithcaption,
.columncontrol
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-imagewithcaption,
.validation-component__wrapper--horizontal
  .columncontrol
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper-content
  .cmp-imagewithcaption,
.perspective-article-page
  .columncontrol
  .perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-imagewithcaption,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .columncontrol
  .perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper-content
  .cmp-imagewithcaption,
.columncontrol
  .cmp-logo-wall
  .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-imagewithcaption,
.validation-component__wrapper--horizontal
  .columncontrol
  .cmp-logo-wall
  .logo-container
  .validation-component__wrapper-content
  .cmp-imagewithcaption,
.cmp-logo-wall
  .columncontrol
  .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content
  .cmp-imagewithcaption,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .columncontrol
  .logo-container
  .validation-component__wrapper-content
  .cmp-imagewithcaption,
.columncontrol
  .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-imagewithcaption,
.validation-component__wrapper--contentonWhiteBackground
  .columncontrol
  .row
  .validation-component__wrapper-content
  .cmp-imagewithcaption,
.columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-imagewithcaption,
.validation-component__wrapper--contentonWhiteBackground
  .columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-content
  .cmp-imagewithcaption,
.customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-imagewithcaption,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper-content
  .cmp-imagewithcaption,
.columncontrol
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-imagewithcaption,
.validation-component__wrapper--contentonWhiteBackground
  .columncontrol
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper-content
  .cmp-imagewithcaption,
.perspective-article-page
  .columncontrol
  .perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-imagewithcaption,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .columncontrol
  .perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper-content
  .cmp-imagewithcaption,
.columncontrol
  .cmp-logo-wall
  .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-imagewithcaption,
.validation-component__wrapper--contentonWhiteBackground
  .columncontrol
  .cmp-logo-wall
  .logo-container
  .validation-component__wrapper-content
  .cmp-imagewithcaption,
.cmp-logo-wall
  .columncontrol
  .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content
  .cmp-imagewithcaption,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .columncontrol
  .logo-container
  .validation-component__wrapper-content
  .cmp-imagewithcaption,
.columncontrol .row .icon-grid-resource .cmp-imagewithcaption,
.columncontrol
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .icon-grid-resource
  .cmp-imagewithcaption,
.customer-story
  .columncontrol
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .icon-grid-resource
  .cmp-imagewithcaption,
.columncontrol
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12
  .icon-grid-resource
  .cmp-imagewithcaption,
.perspective-article-page
  .columncontrol
  .perspective-main-container
  > .aem-Grid--default--12
  .icon-grid-resource
  .cmp-imagewithcaption,
.columncontrol
  .cmp-logo-wall
  .logo-container
  .icon-grid-resource
  .cmp-imagewithcaption,
.cmp-logo-wall
  .columncontrol
  .logo-container
  .icon-grid-resource
  .cmp-imagewithcaption {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media (min-width: 70.25em) {
  .columncontrol .row .col .cmp-imagewithcaption,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .col
    .cmp-imagewithcaption,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .col
    .cmp-imagewithcaption,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .col
    .cmp-imagewithcaption,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .col
    .cmp-imagewithcaption,
  .columncontrol .cmp-logo-wall .logo-container .col .cmp-imagewithcaption,
  .cmp-logo-wall .columncontrol .logo-container .col .cmp-imagewithcaption,
  .columncontrol
    .row
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--8
    .cmp-imagewithcaption,
  .customer-story
    .columncontrol
    .row
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--8
    .cmp-imagewithcaption,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--8
    .cmp-imagewithcaption,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--8
    .cmp-imagewithcaption,
  .columncontrol
    .perspective-article-page
    .customer-story
    .perspective-main-container
    > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--8
    .cmp-imagewithcaption,
  .customer-story
    .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--8
    .cmp-imagewithcaption,
  .perspective-article-page
    .columncontrol
    .customer-story
    .perspective-main-container
    > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--8
    .cmp-imagewithcaption,
  .customer-story
    .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--8
    .cmp-imagewithcaption,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--8
    .cmp-imagewithcaption,
  .customer-story
    .columncontrol
    .cmp-logo-wall
    .logo-container
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--8
    .cmp-imagewithcaption,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--8
    .cmp-imagewithcaption,
  .customer-story
    .cmp-logo-wall
    .columncontrol
    .logo-container
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--8
    .cmp-imagewithcaption,
  .columncontrol
    .row
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--4
    .cmp-imagewithcaption,
  .customer-story
    .columncontrol
    .row
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--4
    .cmp-imagewithcaption,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--4
    .cmp-imagewithcaption,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--4
    .cmp-imagewithcaption,
  .columncontrol
    .perspective-article-page
    .customer-story
    .perspective-main-container
    > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--4
    .cmp-imagewithcaption,
  .customer-story
    .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--4
    .cmp-imagewithcaption,
  .perspective-article-page
    .columncontrol
    .customer-story
    .perspective-main-container
    > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--4
    .cmp-imagewithcaption,
  .customer-story
    .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--4
    .cmp-imagewithcaption,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--4
    .cmp-imagewithcaption,
  .customer-story
    .columncontrol
    .cmp-logo-wall
    .logo-container
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--4
    .cmp-imagewithcaption,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--4
    .cmp-imagewithcaption,
  .customer-story
    .cmp-logo-wall
    .columncontrol
    .logo-container
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--4
    .cmp-imagewithcaption,
  .columncontrol
    .row
    .perspective-article-page
    .about-author
    .cmp-upnext
    .cmp-imagewithcaption,
  .perspective-article-page
    .about-author
    .columncontrol
    .row
    .cmp-upnext
    .cmp-imagewithcaption,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .perspective-article-page
    .about-author
    .cmp-upnext
    .cmp-imagewithcaption,
  .perspective-article-page
    .about-author
    .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .cmp-upnext
    .cmp-imagewithcaption,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .perspective-article-page
    .about-author
    .cmp-upnext
    .cmp-imagewithcaption,
  .perspective-article-page
    .about-author
    .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .cmp-upnext
    .cmp-imagewithcaption,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .about-author
    .cmp-upnext
    .cmp-imagewithcaption,
  .columncontrol
    .perspective-article-page
    .about-author
    .perspective-main-container
    > .aem-Grid--default--12
    .cmp-upnext
    .cmp-imagewithcaption,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .about-author
    .cmp-upnext
    .cmp-imagewithcaption,
  .perspective-article-page
    .about-author
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .cmp-upnext
    .cmp-imagewithcaption,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .perspective-article-page
    .about-author
    .cmp-upnext
    .cmp-imagewithcaption,
  .perspective-article-page
    .about-author
    .columncontrol
    .cmp-logo-wall
    .logo-container
    .cmp-upnext
    .cmp-imagewithcaption,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .perspective-article-page
    .about-author
    .cmp-upnext
    .cmp-imagewithcaption,
  .perspective-article-page
    .about-author
    .cmp-logo-wall
    .columncontrol
    .logo-container
    .cmp-upnext
    .cmp-imagewithcaption,
  .columncontrol
    .row
    .perspective-article-page
    .upnext
    .cmp-upnext
    .cmp-imagewithcaption,
  .perspective-article-page
    .upnext
    .columncontrol
    .row
    .cmp-upnext
    .cmp-imagewithcaption,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .perspective-article-page
    .upnext
    .cmp-upnext
    .cmp-imagewithcaption,
  .perspective-article-page
    .upnext
    .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .cmp-upnext
    .cmp-imagewithcaption,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .perspective-article-page
    .upnext
    .cmp-upnext
    .cmp-imagewithcaption,
  .perspective-article-page
    .upnext
    .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .cmp-upnext
    .cmp-imagewithcaption,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .upnext
    .cmp-upnext
    .cmp-imagewithcaption,
  .columncontrol
    .perspective-article-page
    .upnext
    .perspective-main-container
    > .aem-Grid--default--12
    .cmp-upnext
    .cmp-imagewithcaption,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .upnext
    .cmp-upnext
    .cmp-imagewithcaption,
  .perspective-article-page
    .upnext
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .cmp-upnext
    .cmp-imagewithcaption,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .perspective-article-page
    .upnext
    .cmp-upnext
    .cmp-imagewithcaption,
  .perspective-article-page
    .upnext
    .columncontrol
    .cmp-logo-wall
    .logo-container
    .cmp-upnext
    .cmp-imagewithcaption,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .perspective-article-page
    .upnext
    .cmp-upnext
    .cmp-imagewithcaption,
  .perspective-article-page
    .upnext
    .cmp-logo-wall
    .columncontrol
    .logo-container
    .cmp-upnext
    .cmp-imagewithcaption,
  .columncontrol
    .row
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-imagewithcaption,
  .validation-component__wrapper--horizontal
    .columncontrol
    .row
    .validation-component__wrapper-logo
    .cmp-imagewithcaption,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-imagewithcaption,
  .validation-component__wrapper--horizontal
    .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper-logo
    .cmp-imagewithcaption,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-imagewithcaption,
  .validation-component__wrapper--horizontal
    .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper-logo
    .cmp-imagewithcaption,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-imagewithcaption,
  .validation-component__wrapper--horizontal
    .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper-logo
    .cmp-imagewithcaption,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-imagewithcaption,
  .validation-component__wrapper--horizontal
    .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper-logo
    .cmp-imagewithcaption,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-imagewithcaption,
  .validation-component__wrapper--horizontal
    .columncontrol
    .cmp-logo-wall
    .logo-container
    .validation-component__wrapper-logo
    .cmp-imagewithcaption,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo
    .cmp-imagewithcaption,
  .validation-component__wrapper--horizontal
    .cmp-logo-wall
    .columncontrol
    .logo-container
    .validation-component__wrapper-logo
    .cmp-imagewithcaption,
  .columncontrol
    .row
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-imagewithcaption,
  .validation-component__wrapper--contentonWhiteBackground
    .columncontrol
    .row
    .validation-component__wrapper-logo
    .cmp-imagewithcaption,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-imagewithcaption,
  .validation-component__wrapper--contentonWhiteBackground
    .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper-logo
    .cmp-imagewithcaption,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-imagewithcaption,
  .validation-component__wrapper--contentonWhiteBackground
    .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper-logo
    .cmp-imagewithcaption,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-imagewithcaption,
  .validation-component__wrapper--contentonWhiteBackground
    .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper-logo
    .cmp-imagewithcaption,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-imagewithcaption,
  .validation-component__wrapper--contentonWhiteBackground
    .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper-logo
    .cmp-imagewithcaption,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-imagewithcaption,
  .validation-component__wrapper--contentonWhiteBackground
    .columncontrol
    .cmp-logo-wall
    .logo-container
    .validation-component__wrapper-logo
    .cmp-imagewithcaption,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo
    .cmp-imagewithcaption,
  .validation-component__wrapper--contentonWhiteBackground
    .cmp-logo-wall
    .columncontrol
    .logo-container
    .validation-component__wrapper-logo
    .cmp-imagewithcaption,
  .columncontrol
    .row
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-content
    .cmp-imagewithcaption,
  .validation-component__wrapper--horizontal
    .columncontrol
    .row
    .validation-component__wrapper-content
    .cmp-imagewithcaption,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-content
    .cmp-imagewithcaption,
  .validation-component__wrapper--horizontal
    .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper-content
    .cmp-imagewithcaption,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-content
    .cmp-imagewithcaption,
  .validation-component__wrapper--horizontal
    .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper-content
    .cmp-imagewithcaption,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-content
    .cmp-imagewithcaption,
  .validation-component__wrapper--horizontal
    .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper-content
    .cmp-imagewithcaption,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-content
    .cmp-imagewithcaption,
  .validation-component__wrapper--horizontal
    .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper-content
    .cmp-imagewithcaption,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-content
    .cmp-imagewithcaption,
  .validation-component__wrapper--horizontal
    .columncontrol
    .cmp-logo-wall
    .logo-container
    .validation-component__wrapper-content
    .cmp-imagewithcaption,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-content
    .cmp-imagewithcaption,
  .validation-component__wrapper--horizontal
    .cmp-logo-wall
    .columncontrol
    .logo-container
    .validation-component__wrapper-content
    .cmp-imagewithcaption,
  .columncontrol
    .row
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-content
    .cmp-imagewithcaption,
  .validation-component__wrapper--contentonWhiteBackground
    .columncontrol
    .row
    .validation-component__wrapper-content
    .cmp-imagewithcaption,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-content
    .cmp-imagewithcaption,
  .validation-component__wrapper--contentonWhiteBackground
    .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper-content
    .cmp-imagewithcaption,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-content
    .cmp-imagewithcaption,
  .validation-component__wrapper--contentonWhiteBackground
    .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .validation-component__wrapper-content
    .cmp-imagewithcaption,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-content
    .cmp-imagewithcaption,
  .validation-component__wrapper--contentonWhiteBackground
    .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper-content
    .cmp-imagewithcaption,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-content
    .cmp-imagewithcaption,
  .validation-component__wrapper--contentonWhiteBackground
    .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .validation-component__wrapper-content
    .cmp-imagewithcaption,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-content
    .cmp-imagewithcaption,
  .validation-component__wrapper--contentonWhiteBackground
    .columncontrol
    .cmp-logo-wall
    .logo-container
    .validation-component__wrapper-content
    .cmp-imagewithcaption,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-content
    .cmp-imagewithcaption,
  .validation-component__wrapper--contentonWhiteBackground
    .cmp-logo-wall
    .columncontrol
    .logo-container
    .validation-component__wrapper-content
    .cmp-imagewithcaption,
  .columncontrol .row .icon-grid-resource .cmp-imagewithcaption,
  .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .icon-grid-resource
    .cmp-imagewithcaption,
  .customer-story
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .icon-grid-resource
    .cmp-imagewithcaption,
  .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .icon-grid-resource
    .cmp-imagewithcaption,
  .perspective-article-page
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .icon-grid-resource
    .cmp-imagewithcaption,
  .columncontrol
    .cmp-logo-wall
    .logo-container
    .icon-grid-resource
    .cmp-imagewithcaption,
  .cmp-logo-wall
    .columncontrol
    .logo-container
    .icon-grid-resource
    .cmp-imagewithcaption {
    margin-bottom: 0;
    margin-bottom: 0rem;
  }
}

.cmp-imagewithcaption {
  border: 1px solid #dfe2e6;
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-clip: padding-box;
}
.cmp-imagewithcaption .iwc__container {
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-clip: padding-box;
  display: flex;
  flex-flow: column;
  white-space: nowrap;
  height: 100%;
  overflow: hidden;
  justify-content: flex-start;
}
.cmp-imagewithcaption .iwc__container .iwc__image {
  -webkit-border-radius: 8px 8px 0px 0px;
  -moz-border-radius: 8px 8px 0px 0px;
  border-radius: 8px 8px 0px 0px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 100%;
  height: auto;
}
.cmp-imagewithcaption .iwc__container .iwc__caption__container {
  display: flex;
  flex-flow: column nowrap;
  white-space: nowrap;
  height: 100%;
  padding: 24px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}
.cmp-imagewithcaption .iwc__container .iwc__caption__container .iwc__heading {
  white-space: normal;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 32px;
  height: auto;
  line-height: 40px;
  font-weight: 400;
}
.cmp-imagewithcaption
  .iwc__container
  .iwc__caption__container
  .iwc__heading.center {
  text-align: center;
}
.cmp-imagewithcaption .iwc__container .iwc__caption__container p {
  white-space: normal;
  text-align: left;
}
.cmp-imagewithcaption .iwc__container .iwc__caption__container {
  color: #333333;
}
.french-vanilla
  .cmp-imagewithcaption
  .iwc__container
  .iwc__caption__container
  .iwc__heading,
.french-vanilla
  .cmp-imagewithcaption
  .iwc__container
  .iwc__caption__container
  p {
  color: #ffffff;
}
.black-pepper
  .cmp-imagewithcaption
  .iwc__container
  .iwc__caption__container
  .iwc__heading,
.black-pepper .cmp-imagewithcaption .iwc__container .iwc__caption__container p {
  color: #333333;
}
.cmp-imagewithcaption
  .iwc__container
  .iwc__caption__container.french-vanilla
  .iwc__heading,
.cmp-imagewithcaption
  .iwc__container
  .iwc__caption__container.french-vanilla
  p {
  color: #ffffff;
}
.cmp-imagewithcaption
  .iwc__container
  .iwc__caption__container.black-pepper
  .iwc__heading,
.cmp-imagewithcaption .iwc__container .iwc__caption__container.black-pepper p {
  color: #333333;
}

.carousel__wrapper {
  padding: 64px 0px;
  padding: 4rem 0rem;
}
.carousel__wrapper .carousel__title .cmp.cmp-text .cmp-text {
  margin-bottom: 64px;
  margin-bottom: 4rem;
}
.carousel__wrapper .carousel__container {
  overflow: visible;
}
.carousel__wrapper .carousel__container-slider {
  backface-visibility: hidden;
  display: flex;
  flex-direction: row;
  position: relative;
  transition: 500ms;
}
.carousel__wrapper
  .carousel__container-slider
  .carousel__container-slider--item {
  -webkit-border-radius: 12px 12px 12px 12px;
  -moz-border-radius: 12px 12px 12px 12px;
  border-radius: 12px 12px 12px 12px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 272px;
  width: 17rem;
  background: #ffffff;
  flex: auto;
  transition: all 500ms;
  border: 1px solid #dfe2e6;
}
.carousel__wrapper
  .carousel__container-slider
  .carousel__container-slider--item
  div {
  height: 100%;
}
.carousel__wrapper
  .carousel__container-slider
  .carousel__container-slider--item
  .cmp-imagewithcaption
  div {
  border: 0;
}
.carousel__wrapper
  .carousel__container-slider
  .carousel__container-slider--item
  .cmp-imagewithcaption
  .iwc__container {
  -webkit-border-radius: 12px 12px 12px 12px;
  -moz-border-radius: 12px 12px 12px 12px;
  border-radius: 12px 12px 12px 12px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.carousel__wrapper
  .carousel__container-slider
  .carousel__container-slider--item
  .icon-block__wrapper {
  margin: 0;
  margin: 0rem;
}
@media (min-width: 75em) {
  .carousel__wrapper
    .carousel__container-slider
    .carousel__container-slider--item {
    width: 416px;
    width: 26rem;
  }
}
.carousel__wrapper
  .carousel__container-slider
  .carousel__container-slider--item
  + .carousel__container-slider--item {
  margin-left: 16px;
  margin-left: 1rem;
}
.carousel__wrapper
  .carousel__container-slider
  .carousel__container-slider--item
  .cmp-imagewithcaption {
  border: 0;
}
.carousel__wrapper
  .carousel__container-slider
  .carousel__container-slider--item-link {
  -webkit-border-radius: 12px 12px 12px 12px;
  -moz-border-radius: 12px 12px 12px 12px;
  border-radius: 12px 12px 12px 12px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #0875e1;
  display: block;
  height: 100%;
}
.carousel__wrapper
  .carousel__container-slider
  .carousel__container-slider--item-link
  .iwc__heading,
.carousel__wrapper
  .carousel__container-slider
  .carousel__container-slider--item-link
  div,
.carousel__wrapper
  .carousel__container-slider
  .carousel__container-slider--item-link
  p,
.carousel__wrapper
  .carousel__container-slider
  .carousel__container-slider--item-link
  span {
  color: #0875e1;
}
.carousel__wrapper
  .carousel__container-slider
  .carousel__container-slider--item-link:hover
  .iwc__heading,
.carousel__wrapper
  .carousel__container-slider
  .carousel__container-slider--item-link:hover
  div,
.carousel__wrapper
  .carousel__container-slider
  .carousel__container-slider--item-link:hover
  p,
.carousel__wrapper
  .carousel__container-slider
  .carousel__container-slider--item-link:hover
  span {
  color: #005cb9;
  text-decoration: underline;
}
.carousel__wrapper
  .carousel__container-slider
  .carousel__container-slider--item-link:hover,
.carousel__wrapper
  .carousel__container-slider
  .carousel__container-slider--item-link:active {
  transition: all 500ms;
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.carousel__wrapper
  .carousel__container-slider
  .carousel__container-slider--item-link:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.carousel__wrapper
  .carousel__container-slider
  .carousel__container-slider--item-link:focus-visible {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  outline: 0;
}
.carousel__wrapper
  .carousel__container-slider
  .carousel__container-slider--item-link:focus-visible:hover {
  box-shadow: none;
}
.carousel__wrapper
  .carousel__container-slider.carousel__container-slider--active {
  cursor: grab;
  user-select: none;
}
.carousel__wrapper
  .cmp-imagewithcaption
  .iwc__container
  .iwc__caption__container
  .iwc__heading {
  margin-top: 0px;
  margin-top: 0rem;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}
.carousel__wrapper
  .carousel__container
  .use__small__font
  .iwc__container
  .iwc__caption__container
  .iwc__heading {
  font-size: 20px;
  line-height: 28px;
}

.carousel-bar__control {
  margin-top: 18px;
  margin-top: 1.125rem;
  display: none;
  align-items: center;
}
.carousel-bar__control .carousel-bar__control-scroll {
  align-items: center;
  display: flex;
  height: 48px;
  position: relative;
  transition: 500ms;
  width: calc(100% - 112px);
}
.carousel-bar__control .carousel-bar__control-scroll-wrapper {
  height: 2px;
  height: 0.125rem;
  background: #dfe2e6;
  width: 100%;
}
.carousel-bar__control .carousel-bar__control-scroll--handle {
  height: 2px;
  height: 0.125rem;
  width: 100px;
  width: 6.25rem;
  background: #333333;
  cursor: pointer;
  position: absolute;
  backface-visibility: hidden;
}
.carousel-bar__control
  .carousel-bar__control-scroll--handle.carousel-bar__control-scroll--handle-active {
  cursor: grab;
}
.carousel-bar__control .carousel-bar__control-actions {
  display: flex;
  align-items: center;
}
.carousel-bar__control .carousel-bar__control-actions--prev,
.carousel-bar__control .carousel-bar__control-actions--next {
  margin: 0 0 0 8px;
  margin: 0rem 0rem 0rem 0.5rem;
  padding: 0;
  padding: 0rem;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 48px;
  height: 48px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.carousel-bar__control .carousel-bar__control-actions--prev:focus,
.carousel-bar__control .carousel-bar__control-actions--next:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.carousel-bar__control .carousel-bar__control-actions--prev:focus-visible,
.carousel-bar__control .carousel-bar__control-actions--next:focus-visible {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  outline: 0;
}
.carousel-bar__control .carousel-bar__control-actions--prev:focus-visible:hover,
.carousel-bar__control
  .carousel-bar__control-actions--next:focus-visible:hover {
  box-shadow: none;
}
.carousel-bar__control .carousel-bar__control-actions--prev svg,
.carousel-bar__control .carousel-bar__control-actions--next svg {
  width: 24px;
  height: 24px;
  fill: #333333;
}
.carousel-bar__control .carousel-bar__control-actions--prev:disabled,
.carousel-bar__control .carousel-bar__control-actions--next:disabled {
  cursor: default;
}
.carousel-bar__control .carousel-bar__control-actions--prev:disabled svg,
.carousel-bar__control .carousel-bar__control-actions--next:disabled svg {
  fill: #dfe2e6;
}

.cmp-sidebyside-compare {
  padding: 64px 0;
  padding: 4rem 0rem;
}
.cmp-sidebyside-compare .overflow-left {
  position: relative;
}
.cmp-sidebyside-compare .overflow-left:before {
  content: "";
  position: absolute;
  width: 100vw;
  top: 0;
  bottom: 0;
  right: calc(100% - 32px);
  background: #fff;
  z-index: 2;
}
.cmp-sidebyside-compare .comparison-table__title {
  text-align: center;
}
.cmp-sidebyside-compare .comparison-table__wrapper {
  margin: 0px;
  margin: 0rem;
  backface-visibility: hidden;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  transition: 500ms;
}
@media (min-width: 70.25em) {
  .cmp-sidebyside-compare .comparison-table__wrapper {
    padding-top: 32px;
    padding-top: 2rem;
  }
}
.cmp-sidebyside-compare
  .comparison-table__wrapper
  .comparison-table__wrapper-column {
  overflow: hidden;
  transition: all 500ms;
}
.cmp-sidebyside-compare
  .comparison-table__wrapper
  .comparison-table__wrapper-column.comparison-table__wrapper-column--fix {
  background: #ffffff;
  position: relative;
  z-index: 9;
}
.cmp-sidebyside-compare
  .comparison-table__wrapper
  .comparison-table__wrapper-column
  .comparison-table__wrapper-column--heading,
.cmp-sidebyside-compare
  .comparison-table__wrapper
  .comparison-table__wrapper-column
  .comparison-table__wrapper-column--data {
  height: 67px;
  height: 4.1875rem;
  padding: 8px;
  padding: 0.5rem;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 14px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 0.875rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  align-items: center;
  border-bottom: 1px solid #dfe2e6;
  color: #333333;
  display: flex;
  font-weight: 700;
  justify-content: center;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .cmp-sidebyside-compare
    .comparison-table__wrapper
    .comparison-table__wrapper-column
    .comparison-table__wrapper-column--heading,
  .cmp-sidebyside-compare
    .comparison-table__wrapper
    .comparison-table__wrapper-column
    .comparison-table__wrapper-column--data {
    height: 57px;
    height: 3.5625rem;
  }
}
.cmp-sidebyside-compare
  .comparison-table__wrapper
  .comparison-table__wrapper-column
  .comparison-table__wrapper-column--heading:last-child,
.cmp-sidebyside-compare
  .comparison-table__wrapper
  .comparison-table__wrapper-column
  .comparison-table__wrapper-column--data:last-child {
  border: 0px;
}
.cmp-sidebyside-compare
  .comparison-table__wrapper
  .comparison-table__wrapper-column
  .comparison-table__wrapper-column--heading {
  min-height: 40px;
  min-height: 2.5rem;
  margin: 0px 8px;
  margin: 0rem 0.5rem;
  padding: 8px;
  padding: 0.5rem;
  border: 0px;
  height: auto;
}
@media (min-width: 48em) {
  .cmp-sidebyside-compare
    .comparison-table__wrapper
    .comparison-table__wrapper-column
    .comparison-table__wrapper-column--heading {
    margin: 0px 12px;
    margin: 0rem 0.75rem;
  }
}
@media (min-width: 70.25em) {
  .cmp-sidebyside-compare
    .comparison-table__wrapper
    .comparison-table__wrapper-column
    .comparison-table__wrapper-column--heading {
    margin: 0px 16px;
    margin: 0rem 1rem;
  }
}
.cmp-sidebyside-compare
  .comparison-table__wrapper
  .comparison-table__wrapper-column
  .comparison-table__wrapper-column--heading
  span {
  display: block;
}
.cmp-sidebyside-compare
  .comparison-table__wrapper
  .comparison-table__wrapper-column:last-child
  .comparison-table__wrapper-column--heading {
  margin-right: 0px;
  margin-right: 0rem;
}
.cmp-sidebyside-compare
  .comparison-table__wrapper
  .comparison-table__wrapper-container {
  margin: 0px;
  margin: 0rem;
  backface-visibility: hidden;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  transition: 500ms;
  z-index: 1;
}

.rising-header .atlas-overlay {
  transition: all 250ms ease;
  min-height: 100vh;
}
.rising-header .atlas-overlay.hide {
  transition: all 250ms ease;
  min-height: 0;
}
.rising-header .cmp-rising-header {
  height: 72px;
  height: 4.5rem;
  padding: 0 16px;
  padding: 0rem 1rem;
  background: #005cb9;
  display: flex;
  left: 0;
  position: fixed;
  top: 0;
  transition:
    background 250ms ease,
    height 250ms ease;
  width: 100%;
  z-index: 900;
  align-items: center;
}
@media (min-width: 48em) {
  .rising-header .cmp-rising-header {
    height: 80px;
    height: 5rem;
    padding: 0 32px;
    padding: 0rem 2rem;
    flex-direction: row;
    justify-content: flex-end;
  }
}
.rising-header .cmp-rising-header .menu-options {
  display: none;
}
@media (min-width: 70.25em) {
  .rising-header .cmp-rising-header .menu-options {
    display: block;
  }
}
.rising-header .cmp-rising-header .cmp-getstarted {
  text-align: center;
}
.rising-header .cmp-rising-header .cmp-getstarted .btn,
.rising-header
  .cmp-rising-header
  .cmp-getstarted
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .rising-header
  .cmp-rising-header
  .cmp-getstarted
  a,
.rising-header
  .cmp-rising-header
  .cmp-getstarted
  .cmp-subnavigation
  .sub-navigation__container--cta
  a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .rising-header
  .cmp-rising-header
  .cmp-getstarted
  a,
.rising-header
  .cmp-rising-header
  .cmp-getstarted
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .rising-header
  .cmp-rising-header
  .cmp-getstarted
  .vjs-default-button,
.rising-header
  .cmp-rising-header
  .cmp-getstarted
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .rising-header
  .cmp-rising-header
  .cmp-getstarted
  .vjs-done-button,
.rising-header
  .cmp-rising-header
  .cmp-getstarted
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .rising-header
  .cmp-rising-header
  .cmp-getstarted
  .vjs-default-button,
.rising-header
  .cmp-rising-header
  .cmp-getstarted
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .rising-header
  .cmp-rising-header
  .cmp-getstarted
  .vjs-done-button {
  justify-content: center;
}
.rising-header .cmp-rising-header .cmp-rising-navigation {
  text-decoration: none;
}
@media (min-width: 70.25em) {
  .rising-header .cmp-rising-header .cmp-rising-navigation {
    padding: 0;
    padding: 0rem;
    align-items: center;
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
  }
}
.rising-header
  .cmp-rising-header
  .cmp-rising-navigation
  .cmp-rising-navigation__group {
  flex-flow: column;
  height: 0;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: absolute;
  top: 72px;
  transition: height 250ms ease;
  background-color: #ffffff;
  width: 100%;
  display: none;
}
@media (min-width: 70.25em) {
  .rising-header
    .cmp-rising-header
    .cmp-rising-navigation
    .cmp-rising-navigation__group {
    background-color: transparent;
    display: inline-flex;
    flex-flow: row;
    height: auto;
    overflow: visible;
    position: static;
    transition: initial;
  }
}
.rising-header
  .cmp-rising-header
  .cmp-rising-navigation
  .cmp-rising-navigation__group.open {
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
  -ms-overflow-style: none;
  transition: height 200ms ease;
  height: calc(100vh - 72px);
  overflow-y: scroll;
  display: block;
}
@media (min-width: 70.25em) {
  .rising-header
    .cmp-rising-header
    .cmp-rising-navigation
    .cmp-rising-navigation__group.open {
    align-items: center;
    display: none;
    justify-content: center;
    overflow: visible;
    padding: 0;
    position: initial;
    transition: initial;
  }
}
.rising-header
  .cmp-rising-header
  .cmp-rising-navigation
  .cmp-rising-navigation__group.open
  .cmp-getstarted {
  display: block;
  margin: 32px 16px;
  margin: 2rem 1rem;
}
@media (min-width: 70.25em) {
  .rising-header
    .cmp-rising-header
    .cmp-rising-navigation
    .cmp-rising-navigation__group
    .cmp-getstarted {
    display: none;
  }
}
.rising-header
  .cmp-rising-header
  .cmp-rising-navigation
  .cmp-rising-navigation__group
  .cmp-navigation__group--secondary {
  min-width: 344px;
  min-width: 21.5rem;
  display: none;
}
@media (min-width: 70.25em) {
  .rising-header
    .cmp-rising-header
    .cmp-rising-navigation
    .cmp-rising-navigation__group
    .cmp-navigation__group--secondary {
    position: absolute;
    top: 100%;
  }
}
.rising-header
  .cmp-rising-header
  .cmp-rising-navigation
  .cmp-rising-navigation__group
  .cmp-navigation__group--secondary
  a {
  padding: 0 16px;
  padding: 0rem 1rem;
  background: #ffffff;
  color: #333333;
  display: block;
  text-decoration: none;
  outline: none;
}
.rising-header
  .cmp-rising-header
  .cmp-rising-navigation
  .cmp-rising-navigation__group
  .cmp-navigation__group--secondary
  a:hover {
  color: #0875e1;
  cursor: pointer;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #f0f1f2;
  border-color: #f0f1f2;
}
.rising-header
  .cmp-rising-header
  .cmp-rising-navigation
  .cmp-rising-navigation__group
  .cmp-navigation__group--secondary
  a:focus {
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #005cb9;
  outline: 0;
}
.rising-header
  .cmp-rising-header
  .cmp-rising-navigation
  .cmp-rising-navigation__group
  .cmp-navigation__group--secondary
  .cmp-navigation__item--secondary {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.rising-header
  .cmp-rising-header
  .cmp-rising-navigation
  .cmp-rising-navigation__group
  .cmp-navigation__group--secondary
  .cmp-navigation__item--secondary:last-child {
  margin: 0px;
  margin: 0rem;
}
.rising-header
  .cmp-rising-header
  .cmp-rising-navigation
  .cmp-rising-navigation__group
  .cmp-navigation__group--secondary
  .cmp-navigation__group--secondary-container {
  margin-top: 8px;
  margin-top: 0.5rem;
  margin-left: 12px;
  margin-left: 0.75rem;
  padding: 16px;
  padding: 1rem;
  -webkit-border-radius: 12px 12px 12px 12px;
  -moz-border-radius: 12px 12px 12px 12px;
  border-radius: 12px 12px 12px 12px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #ffffff;
  list-style: none;
}
@media (min-width: 70.25em) {
  .rising-header
    .cmp-rising-header
    .cmp-rising-navigation
    .cmp-rising-navigation__group
    .cmp-navigation__group--secondary
    .cmp-navigation__group--secondary-container {
    padding: 32px 16px;
    padding: 2rem 1rem;
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.12);
  }
}
@media (min-width: 70.25em) {
  .rising-header
    .cmp-rising-header
    .cmp-rising-navigation
    .cmp-rising-navigation__group {
    margin-right: 12px;
    margin-right: 0.75rem;
  }
}
.rising-header
  .cmp-rising-header
  .cmp-rising-navigation
  .cmp-rising-navigation__group
  .cmp-rising-navigation__item {
  padding: 0 16px;
  padding: 0rem 1rem;
  position: relative;
}
@media (min-width: 70.25em) {
  .rising-header
    .cmp-rising-header
    .cmp-rising-navigation
    .cmp-rising-navigation__group
    .cmp-rising-navigation__item {
    padding: 0;
    padding: 0rem;
  }
}
.rising-header
  .cmp-rising-header
  .cmp-rising-navigation
  .cmp-rising-navigation__group
  .cmp-rising-navigation__item:first-of-type {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media (min-width: 70.25em) {
  .rising-header
    .cmp-rising-header
    .cmp-rising-navigation
    .cmp-rising-navigation__group
    .cmp-rising-navigation__item:first-of-type {
    margin: 0;
    margin: 0rem;
  }
}
.rising-header
  .cmp-rising-header
  .cmp-rising-navigation
  .cmp-rising-navigation__group
  .cmp-rising-navigation__item
  + .cmp-rising-navigation__item {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media (min-width: 70.25em) {
  .rising-header
    .cmp-rising-header
    .cmp-rising-navigation
    .cmp-rising-navigation__group
    .cmp-rising-navigation__item
    + .cmp-rising-navigation__item {
    margin-top: 0;
    margin-top: 0rem;
    margin-left: 4px;
    margin-left: 0.25rem;
  }
}
.rising-header
  .cmp-rising-header
  .cmp-rising-navigation
  .cmp-rising-navigation__group
  .cmp-rising-navigation__item
  .arrow-down-icon {
  display: block;
}
.rising-header
  .cmp-rising-header
  .cmp-rising-navigation
  .cmp-rising-navigation__group
  .cmp-rising-navigation__item
  .arrow-down-icon
  svg {
  fill: #333333;
  transition: all 150ms ease;
  outline: none;
}
@media (min-width: 70.25em) {
  .rising-header
    .cmp-rising-header
    .cmp-rising-navigation
    .cmp-rising-navigation__group
    .cmp-rising-navigation__item
    .arrow-down-icon {
    display: none;
  }
}
.rising-header
  .cmp-rising-header
  .cmp-rising-navigation
  .cmp-rising-navigation__group
  .cmp-rising-navigation__item
  .nav-title {
  padding: 10px 16px;
  padding: 0.625rem 1rem;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 20px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1.25rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  color: #333333;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  outline: none;
  font-weight: 500;
  transition:
    color 250ms ease,
    background 250ms ease;
}
@media (min-width: 70.25em) {
  .rising-header
    .cmp-rising-header
    .cmp-rising-navigation
    .cmp-rising-navigation__group
    .cmp-rising-navigation__item
    .nav-title {
    padding: 12px;
    padding: 0.75rem;
    -webkit-border-radius: 24px 24px 24px 24px;
    -moz-border-radius: 24px 24px 24px 24px;
    border-radius: 24px 24px 24px 24px;
    /* Prevent background color leak outs */
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    /* Number of pixels in 1rem (default: 16px/rem)
    /* When converting to rems, we must divide by this ratio. */
    /* Print the pixel fallback declaration first so we can override it in capable browsers. */
    font-size: 16px;
    /* If there is only one value, print the declaration with the value converted to rems.*/
    font-size: 1rem;
    /* line heights were not matching with the comps
    /* need to fix the math later
    /* @include set-leading($lines); */
    color: #ffffff;
    cursor: pointer;
    line-height: 24px;
  }
}
.rising-header
  .cmp-rising-header
  .cmp-rising-navigation
  .cmp-rising-navigation__group
  .cmp-rising-navigation__item
  .nav-title:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.rising-header
  .cmp-rising-header
  .cmp-rising-navigation
  .cmp-rising-navigation__group
  .cmp-rising-navigation__item
  .nav-title:focus-visible {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  outline: 0;
}
.rising-header
  .cmp-rising-header
  .cmp-rising-navigation
  .cmp-rising-navigation__group
  .cmp-rising-navigation__item
  .nav-title:focus-visible:hover {
  box-shadow: none;
}
.rising-header
  .cmp-rising-header
  .cmp-rising-navigation
  .cmp-rising-navigation__group
  .cmp-rising-navigation__item:hover
  .nav-title {
  background: #f0f1f2;
  color: #333333;
}
@media (min-width: 70.25em) {
  .rising-header
    .cmp-rising-header
    .cmp-rising-navigation
    .cmp-rising-navigation__group
    .cmp-rising-navigation__item:hover
    .cmp-navigation__group--secondary {
    display: block;
  }
}
.rising-header
  .cmp-rising-header
  .cmp-rising-navigation
  .cmp-rising-navigation__group
  .cmp-rising-navigation__item.expand
  .cmp-navigation__group--secondary {
  display: block;
}
.rising-header
  .cmp-rising-header
  .cmp-rising-navigation
  .cmp-rising-navigation__group
  .cmp-rising-navigation__item.expand
  .arrow-down-icon
  svg {
  fill: #005cb9;
  transform: rotate(180deg);
}
.rising-header .cmp-rising-header .hamburger {
  height: 40px;
  height: 2.5rem;
  padding: 0px;
  padding: 0rem;
  width: 40px;
  width: 2.5rem;
  background-color: transparent;
  border-radius: 50%;
  border: 0 none transparent;
  cursor: pointer;
  transition: all 250ms ease;
  z-index: 999;
}
@media (min-width: 70.25em) {
  .rising-header .cmp-rising-header .hamburger {
    display: none;
  }
}
.rising-header .cmp-rising-header .hamburger.is-active .hamburger-svg-icon {
  display: none;
}
.rising-header .cmp-rising-header .hamburger.is-active .nav-close {
  display: block;
}
.rising-header .cmp-rising-header .hamburger .nav-close {
  height: 40px;
  height: 2.5rem;
  padding: 8px;
  padding: 0.5rem;
  width: 40px;
  width: 2.5rem;
  border-radius: 50%;
  display: none;
  outline: none;
}
.rising-header .cmp-rising-header .hamburger .hamburger-svg-icon {
  height: 40px;
  height: 2.5rem;
  padding: 8px;
  padding: 0.5rem;
  width: 40px;
  width: 2.5rem;
  border-radius: 50%;
  display: block;
  outline: none;
}
.rising-header
  .cmp-rising-header.cmp-rising-header__align-center
  .logo-wrapper {
  justify-content: center;
}
.rising-header.blueberry-500 .cmp-rising-header {
  background: #005cb9;
}
.rising-header.blueberry-600 .cmp-rising-header {
  background: #004387;
}
.rising-header .logo-wrapper {
  display: inline-flex;
  flex-grow: 3;
}
.rising-header .logo-wrapper a {
  height: 56px;
  height: 3.5rem;
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  outline: none;
  text-decoration: none;
}
@media (min-width: 48em) {
  .rising-header .logo-wrapper a {
    height: 64px;
    height: 4rem;
  }
}
.rising-header .logo-wrapper a .logo,
.rising-header .logo-wrapper a .logo svg,
.rising-header .logo-wrapper a .logo img {
  height: 40px;
  height: 2.5rem;
  display: block;
}
@media (min-width: 48em) {
  .rising-header .logo-wrapper a .logo,
  .rising-header .logo-wrapper a .logo svg,
  .rising-header .logo-wrapper a .logo img {
    height: 48px;
    height: 3rem;
  }
}
.rising-header .logo-wrapper a .rising-name {
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 20px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1.25rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  margin-left: 16px;
  margin-left: 1rem;
  padding-left: 16px;
  padding-left: 1rem;
  color: #ffffff;
  line-height: 28px;
  position: relative;
  text-transform: uppercase;
}
.rising-header .logo-wrapper a .rising-name::before {
  width: 1px;
  width: 0.0625rem;
  height: 40px;
  height: 2.5rem;
  background-color: rgba(255, 255, 255, 0.12);
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 48em) {
  .rising-header .logo-wrapper a .rising-name::before {
    height: 48px;
    height: 3rem;
  }
}
.rising-header .logo-wrapper a:focus {
  border-radius: 4px;
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
}
.rising-header .logo-wrapper a:focus:hover {
  box-shadow: none;
}

.hero-rising__wrapper {
  align-items: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (min-width: 48em) {
  .hero-rising__wrapper {
    min-height: 500px;
    min-height: 31.25rem;
  }
}
.hero-rising__wrapper .hero-wrapper {
  position: relative;
  max-width: 100%;
  padding: 0;
}
@media (min-width: 48em) {
  .hero-rising__wrapper .hero-wrapper {
    height: 500px;
  }
}
.hero-rising__wrapper .hero-wrapper .img-container {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 48em) {
  .hero-rising__wrapper .hero-wrapper .img-container {
    height: 500px;
  }
}
.hero-rising__wrapper .hero-wrapper .img-container .s7dm-dynamic-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-rising__wrapper .hero-wrapper .image-content {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  top: 5%;
  left: 5%;
  transform: translate(-5%, -5%);
}
@media (min-width: 48em) {
  .hero-rising__wrapper .hero-wrapper .image-content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 48em) {
  .hero-rising__wrapper.smaller__hero {
    min-height: 350px;
    min-height: 21.875rem;
  }
  .hero-rising__wrapper.smaller__hero .hero-wrapper {
    height: 350px;
  }
  .hero-rising__wrapper.smaller__hero .hero-wrapper .img-container {
    height: 350px;
  }
}
.hero-rising__wrapper.bg-toothpaste-200 {
  background-color: #99e0ff;
}
.hero-rising__wrapper.bg-toothpaste-300 {
  background-color: #40b4e5;
}
.hero-rising__wrapper.bg-toothpaste-300 .hero-content__wrapper,
.hero-rising__wrapper.bg-toothpaste-300 h1,
.hero-rising__wrapper.bg-toothpaste-300 .title-1,
.hero-rising__wrapper.bg-toothpaste-300 h2,
.hero-rising__wrapper.bg-toothpaste-300 .title-2,
.hero-rising__wrapper.bg-toothpaste-300 h3,
.hero-rising__wrapper.bg-toothpaste-300 .title-3,
.hero-rising__wrapper.bg-toothpaste-300 .cmp-about-author .about-author__title,
.cmp-about-author .hero-rising__wrapper.bg-toothpaste-300 .about-author__title,
.hero-rising__wrapper.bg-toothpaste-300 h4,
.hero-rising__wrapper.bg-toothpaste-300 .title-4,
.hero-rising__wrapper.bg-toothpaste-300 h5,
.hero-rising__wrapper.bg-toothpaste-300 .title-5,
.hero-rising__wrapper.bg-toothpaste-300 h6,
.hero-rising__wrapper.bg-toothpaste-300 .title-6,
.hero-rising__wrapper.bg-toothpaste-300 .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .hero-rising__wrapper.bg-toothpaste-300 .hero-card__title {
  color: #ffffff;
}
.hero-rising__wrapper.bg-sour-lemon-300 {
  background-color: #ffda61;
}
.hero-rising__wrapper.bg-sour-lemon-400 {
  background-color: #ffc629;
}
.hero-rising__wrapper.bg-cantaloupe-400 {
  background-color: #ffa126;
}
.hero-rising__wrapper .hero-rising__wrapper--bg-image {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.hero-rising__wrapper .hero-rising__wrapper--bg-image img {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  width: 100%;
}
.hero-rising__wrapper .hero-content__wrapper,
.hero-rising__wrapper .hero-media__wrapper {
  position: relative;
  z-index: 1;
}

.author-css {
  height: 100%;
}
.author-css .hero-wrapper {
  height: 100%;
  display: block;
  position: relative;
  background-color: #fec844;
}
.author-css .hero-wrapper .img-container {
  display: block;
  width: 100%;
  height: 200px;
}
.author-css .hero-wrapper .img-container .s7dm-dynamic-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.author-css .hero-wrapper .image-content {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: none;
}

.cmp-categorygrid {
  margin-top: 8px;
}
.cmp-categorygrid .catgrid__container .catgrid__card__wrapper {
  margin-top: 8px;
  margin-top: 0.5rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  overflow: hidden;
}
@media (min-width: 48em) {
  .cmp-categorygrid .catgrid__container .catgrid__card__wrapper {
    margin-bottom: 0px;
    margin-bottom: 0rem;
  }
}
.cmp-categorygrid .catgrid__container .catgrid__card__wrapper.rounded-corner {
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.cmp-categorygrid .catgrid__container .catgrid__heading {
  text-align: center;
  width: 100%;
  padding: 24px 24px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
.cmp-categorygrid .catgrid__container ul {
  margin: 0px;
  margin: 0rem;
  padding: 0px;
  padding: 0rem;
  display: flex;
  flex-flow: column;
  align-content: center;
  overflow: hidden;
  height: calc(100% - 24px);
}
@media (min-width: 48em) {
  .cmp-categorygrid .catgrid__container ul {
    flex-flow: row;
    justify-content: space-around;
  }
}
.cmp-categorygrid .catgrid__container ul .catgrid__card {
  padding: 16px 24px 24px;
  padding: 1rem 1.5rem 1.5rem;
  margin: 0px;
  margin: 0rem;
  list-style: none;
  flex-grow: 1;
  flex-basis: 100%;
  flex: 1;
  height: 100%;
}
.cmp-categorygrid
  .catgrid__container
  ul
  .catgrid__card.catgrid__card--separated {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  padding-top: 24px;
  padding-top: 1.5rem;
}
@media (min-width: 48em) {
  .cmp-categorygrid
    .catgrid__container
    ul
    .catgrid__card.catgrid__card--separated {
    margin-bottom: 0px;
    margin-bottom: 0rem;
  }
}
.cmp-categorygrid
  .catgrid__container
  ul
  .catgrid__card.catgrid__card--separated
  .catgrid__heading {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.cmp-categorygrid .catgrid__container ul .catgrid__card.rounded-corner {
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.cmp-categorygrid .catgrid__container ul .catgrid__card .catgrid__heading {
  padding-top: 0px;
}
@media (min-width: 48em) {
  .cmp-categorygrid .catgrid__container ul .catgrid__card + .catgrid__card {
    margin-left: 32px;
    margin-left: 2rem;
  }
}
.cmp-categorygrid .catgrid__container ul .catgrid__card h1,
.cmp-categorygrid .catgrid__container ul .catgrid__card h2,
.cmp-categorygrid .catgrid__container ul .catgrid__card h3,
.cmp-categorygrid .catgrid__container ul .catgrid__card h4,
.cmp-categorygrid .catgrid__container ul .catgrid__card h5,
.cmp-categorygrid .catgrid__container ul .catgrid__card h6 {
  display: block;
}
.cmp-categorygrid.separated-cards .catgrid__card__wrapper ul {
  height: 100%;
}

.cmp-colorbar.rounded-corner {
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.cmp-colorbar .clrbar__heading {
  text-align: center;
  width: 100%;
  height: 40px;
  padding: 10px 24px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}

@media (min-width: 70.25em) {
  .section-v3 .columncontrol .row .col-sm-12 .text-image__wrapper,
  .section-v3
    .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .col-sm-12
    .text-image__wrapper,
  .customer-story
    .section-v3
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .col-sm-12
    .text-image__wrapper,
  .section-v3
    .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .col-sm-12
    .text-image__wrapper,
  .perspective-article-page
    .section-v3
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .col-sm-12
    .text-image__wrapper,
  .section-v3
    .columncontrol
    .cmp-logo-wall
    .logo-container
    .col-sm-12
    .text-image__wrapper,
  .cmp-logo-wall
    .section-v3
    .columncontrol
    .logo-container
    .col-sm-12
    .text-image__wrapper,
  .section-v3
    .columncontrol
    .row
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--8
    .text-image__wrapper,
  .customer-story
    .section-v3
    .columncontrol
    .row
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--8
    .text-image__wrapper,
  .section-v3
    .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--8
    .text-image__wrapper,
  .customer-story
    .section-v3
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--8
    .text-image__wrapper,
  .section-v3
    .columncontrol
    .perspective-article-page
    .customer-story
    .perspective-main-container
    > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--8
    .text-image__wrapper,
  .customer-story
    .section-v3
    .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--8
    .text-image__wrapper,
  .perspective-article-page
    .section-v3
    .columncontrol
    .customer-story
    .perspective-main-container
    > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--8
    .text-image__wrapper,
  .customer-story
    .perspective-article-page
    .section-v3
    .columncontrol
    .perspective-main-container
    > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--8
    .text-image__wrapper,
  .section-v3
    .columncontrol
    .cmp-logo-wall
    .logo-container
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--8
    .text-image__wrapper,
  .customer-story
    .section-v3
    .columncontrol
    .cmp-logo-wall
    .logo-container
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--8
    .text-image__wrapper,
  .cmp-logo-wall
    .section-v3
    .columncontrol
    .logo-container
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--8
    .text-image__wrapper,
  .customer-story
    .cmp-logo-wall
    .section-v3
    .columncontrol
    .logo-container
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--8
    .text-image__wrapper,
  .section-v3
    .columncontrol
    .row
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--4
    .text-image__wrapper,
  .customer-story
    .section-v3
    .columncontrol
    .row
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--4
    .text-image__wrapper,
  .section-v3
    .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--4
    .text-image__wrapper,
  .customer-story
    .section-v3
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--4
    .text-image__wrapper,
  .section-v3
    .columncontrol
    .perspective-article-page
    .customer-story
    .perspective-main-container
    > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--4
    .text-image__wrapper,
  .customer-story
    .section-v3
    .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--4
    .text-image__wrapper,
  .perspective-article-page
    .section-v3
    .columncontrol
    .customer-story
    .perspective-main-container
    > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--4
    .text-image__wrapper,
  .customer-story
    .perspective-article-page
    .section-v3
    .columncontrol
    .perspective-main-container
    > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--4
    .text-image__wrapper,
  .section-v3
    .columncontrol
    .cmp-logo-wall
    .logo-container
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--4
    .text-image__wrapper,
  .customer-story
    .section-v3
    .columncontrol
    .cmp-logo-wall
    .logo-container
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--4
    .text-image__wrapper,
  .cmp-logo-wall
    .section-v3
    .columncontrol
    .logo-container
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--4
    .text-image__wrapper,
  .customer-story
    .cmp-logo-wall
    .section-v3
    .columncontrol
    .logo-container
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--4
    .text-image__wrapper,
  .section-v3
    .columncontrol
    .row
    .perspective-article-page
    .about-author
    .cmp-upnext
    .text-image__wrapper,
  .perspective-article-page
    .about-author
    .section-v3
    .columncontrol
    .row
    .cmp-upnext
    .text-image__wrapper,
  .section-v3
    .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .perspective-article-page
    .about-author
    .cmp-upnext
    .text-image__wrapper,
  .perspective-article-page
    .about-author
    .section-v3
    .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .cmp-upnext
    .text-image__wrapper,
  .customer-story
    .section-v3
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .perspective-article-page
    .about-author
    .cmp-upnext
    .text-image__wrapper,
  .perspective-article-page
    .about-author
    .customer-story
    .section-v3
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .cmp-upnext
    .text-image__wrapper,
  .section-v3
    .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .about-author
    .cmp-upnext
    .text-image__wrapper,
  .section-v3
    .columncontrol
    .perspective-article-page
    .about-author
    .perspective-main-container
    > .aem-Grid--default--12
    .cmp-upnext
    .text-image__wrapper,
  .perspective-article-page
    .section-v3
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .about-author
    .cmp-upnext
    .text-image__wrapper,
  .perspective-article-page
    .about-author
    .section-v3
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .cmp-upnext
    .text-image__wrapper,
  .section-v3
    .columncontrol
    .cmp-logo-wall
    .logo-container
    .perspective-article-page
    .about-author
    .cmp-upnext
    .text-image__wrapper,
  .perspective-article-page
    .about-author
    .section-v3
    .columncontrol
    .cmp-logo-wall
    .logo-container
    .cmp-upnext
    .text-image__wrapper,
  .cmp-logo-wall
    .section-v3
    .columncontrol
    .logo-container
    .perspective-article-page
    .about-author
    .cmp-upnext
    .text-image__wrapper,
  .perspective-article-page
    .about-author
    .cmp-logo-wall
    .section-v3
    .columncontrol
    .logo-container
    .cmp-upnext
    .text-image__wrapper,
  .section-v3
    .columncontrol
    .row
    .perspective-article-page
    .upnext
    .cmp-upnext
    .text-image__wrapper,
  .perspective-article-page
    .upnext
    .section-v3
    .columncontrol
    .row
    .cmp-upnext
    .text-image__wrapper,
  .section-v3
    .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .perspective-article-page
    .upnext
    .cmp-upnext
    .text-image__wrapper,
  .perspective-article-page
    .upnext
    .section-v3
    .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .cmp-upnext
    .text-image__wrapper,
  .customer-story
    .section-v3
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .perspective-article-page
    .upnext
    .cmp-upnext
    .text-image__wrapper,
  .perspective-article-page
    .upnext
    .customer-story
    .section-v3
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .cmp-upnext
    .text-image__wrapper,
  .section-v3
    .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .upnext
    .cmp-upnext
    .text-image__wrapper,
  .section-v3
    .columncontrol
    .perspective-article-page
    .upnext
    .perspective-main-container
    > .aem-Grid--default--12
    .cmp-upnext
    .text-image__wrapper,
  .perspective-article-page
    .section-v3
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .upnext
    .cmp-upnext
    .text-image__wrapper,
  .perspective-article-page
    .upnext
    .section-v3
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .cmp-upnext
    .text-image__wrapper,
  .section-v3
    .columncontrol
    .cmp-logo-wall
    .logo-container
    .perspective-article-page
    .upnext
    .cmp-upnext
    .text-image__wrapper,
  .perspective-article-page
    .upnext
    .section-v3
    .columncontrol
    .cmp-logo-wall
    .logo-container
    .cmp-upnext
    .text-image__wrapper,
  .cmp-logo-wall
    .section-v3
    .columncontrol
    .logo-container
    .perspective-article-page
    .upnext
    .cmp-upnext
    .text-image__wrapper,
  .perspective-article-page
    .upnext
    .cmp-logo-wall
    .section-v3
    .columncontrol
    .logo-container
    .cmp-upnext
    .text-image__wrapper,
  .section-v3
    .columncontrol
    .row
    .twocolumn
    .icon-grid-resource
    .text-image__wrapper,
  .section-v3
    .twocolumn
    .columncontrol
    .row
    .icon-grid-resource
    .text-image__wrapper,
  .section-v3
    .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .twocolumn
    .icon-grid-resource
    .text-image__wrapper,
  .section-v3
    .twocolumn
    .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .icon-grid-resource
    .text-image__wrapper,
  .customer-story
    .section-v3
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .twocolumn
    .icon-grid-resource
    .text-image__wrapper,
  .customer-story
    .section-v3
    .twocolumn
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .icon-grid-resource
    .text-image__wrapper,
  .section-v3
    .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .twocolumn
    .icon-grid-resource
    .text-image__wrapper,
  .section-v3
    .twocolumn
    .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .icon-grid-resource
    .text-image__wrapper,
  .perspective-article-page
    .section-v3
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .twocolumn
    .icon-grid-resource
    .text-image__wrapper,
  .perspective-article-page
    .section-v3
    .twocolumn
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .icon-grid-resource
    .text-image__wrapper,
  .section-v3
    .columncontrol
    .cmp-logo-wall
    .logo-container
    .twocolumn
    .icon-grid-resource
    .text-image__wrapper,
  .section-v3
    .twocolumn
    .columncontrol
    .cmp-logo-wall
    .logo-container
    .icon-grid-resource
    .text-image__wrapper,
  .cmp-logo-wall
    .section-v3
    .columncontrol
    .logo-container
    .twocolumn
    .icon-grid-resource
    .text-image__wrapper,
  .cmp-logo-wall
    .section-v3
    .twocolumn
    .columncontrol
    .logo-container
    .icon-grid-resource
    .text-image__wrapper,
  .section-v3
    .columncontrol
    .row
    .threecolumn
    .icon-grid-resource
    .text-image__wrapper,
  .section-v3
    .threecolumn
    .columncontrol
    .row
    .icon-grid-resource
    .text-image__wrapper,
  .section-v3
    .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .threecolumn
    .icon-grid-resource
    .text-image__wrapper,
  .section-v3
    .threecolumn
    .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .icon-grid-resource
    .text-image__wrapper,
  .customer-story
    .section-v3
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .threecolumn
    .icon-grid-resource
    .text-image__wrapper,
  .customer-story
    .section-v3
    .threecolumn
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .icon-grid-resource
    .text-image__wrapper,
  .section-v3
    .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .threecolumn
    .icon-grid-resource
    .text-image__wrapper,
  .section-v3
    .threecolumn
    .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .icon-grid-resource
    .text-image__wrapper,
  .perspective-article-page
    .section-v3
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .threecolumn
    .icon-grid-resource
    .text-image__wrapper,
  .perspective-article-page
    .section-v3
    .threecolumn
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .icon-grid-resource
    .text-image__wrapper,
  .section-v3
    .columncontrol
    .cmp-logo-wall
    .logo-container
    .threecolumn
    .icon-grid-resource
    .text-image__wrapper,
  .section-v3
    .threecolumn
    .columncontrol
    .cmp-logo-wall
    .logo-container
    .icon-grid-resource
    .text-image__wrapper,
  .cmp-logo-wall
    .section-v3
    .columncontrol
    .logo-container
    .threecolumn
    .icon-grid-resource
    .text-image__wrapper,
  .cmp-logo-wall
    .section-v3
    .threecolumn
    .columncontrol
    .logo-container
    .icon-grid-resource
    .text-image__wrapper,
  .section-v3
    .columncontrol
    .row
    .fourcolumn
    .icon-grid-resource
    .text-image__wrapper,
  .section-v3
    .fourcolumn
    .columncontrol
    .row
    .icon-grid-resource
    .text-image__wrapper,
  .section-v3
    .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .fourcolumn
    .icon-grid-resource
    .text-image__wrapper,
  .section-v3
    .fourcolumn
    .columncontrol
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .icon-grid-resource
    .text-image__wrapper,
  .customer-story
    .section-v3
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .fourcolumn
    .icon-grid-resource
    .text-image__wrapper,
  .customer-story
    .section-v3
    .fourcolumn
    .columncontrol
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    .icon-grid-resource
    .text-image__wrapper,
  .section-v3
    .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .fourcolumn
    .icon-grid-resource
    .text-image__wrapper,
  .section-v3
    .fourcolumn
    .columncontrol
    .perspective-article-page
    .perspective-main-container
    > .aem-Grid--default--12
    .icon-grid-resource
    .text-image__wrapper,
  .perspective-article-page
    .section-v3
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .fourcolumn
    .icon-grid-resource
    .text-image__wrapper,
  .perspective-article-page
    .section-v3
    .fourcolumn
    .columncontrol
    .perspective-main-container
    > .aem-Grid--default--12
    .icon-grid-resource
    .text-image__wrapper,
  .section-v3
    .columncontrol
    .cmp-logo-wall
    .logo-container
    .fourcolumn
    .icon-grid-resource
    .text-image__wrapper,
  .section-v3
    .fourcolumn
    .columncontrol
    .cmp-logo-wall
    .logo-container
    .icon-grid-resource
    .text-image__wrapper,
  .cmp-logo-wall
    .section-v3
    .columncontrol
    .logo-container
    .fourcolumn
    .icon-grid-resource
    .text-image__wrapper,
  .cmp-logo-wall
    .section-v3
    .fourcolumn
    .columncontrol
    .logo-container
    .icon-grid-resource
    .text-image__wrapper {
    margin: 32px 0;
    margin: 2rem 0rem;
  }
}

.text-image__wrapper {
  margin: 16px 0px;
  margin: 1rem 0rem;
  position: relative;
  width: 100%;
  height: 176px;
}
@media (min-width: 75em) {
  .text-image__wrapper {
    margin: 32px 0;
    margin: 2rem 0rem;
  }
}
.text-image__wrapper a {
  display: block;
  height: inherit;
}
.text-image__wrapper a:focus {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  outline: none;
}
.text-image__wrapper a:focus:hover {
  box-shadow: none;
  color: none;
}
.text-image__wrapper a:hover span {
  text-decoration: underline;
}
.text-image__wrapper a:hover,
.text-image__wrapper a:active {
  transition: all 500ms;
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.text-image__wrapper--bg-image {
  display: block;
  overflow: hidden;
  height: inherit;
}
.text-image__wrapper--bg-image .s7dm-dynamic-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-image__wrapper-content {
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 24px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1.5rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  font-weight: 400;
  line-height: 32px;
  padding: 0px 32px;
  padding: 0rem 2rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #333333;
  word-break: break-word;
}
.text-image__wrapper-content.text-center-align {
  justify-content: center;
  text-align: center;
}
.text-image__wrapper-content.text-right-align {
  justify-content: flex-end;
  text-align: right;
}
.text-image__wrapper--rounded-corner {
  border-radius: 12px;
}
.text-image__wrapper--rounded-corner .text-image__wrapper--bg-image,
.text-image__wrapper--rounded-corner a {
  border-radius: 12px;
}

.consent-prompt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  z-index: 999;
  display: block;
  color: #1e1e1e;
  font-size: 16px;
  background-color: #fff;
  padding: 32px;
  opacity: 0;
  display: none;
  width: 100%;
  max-width: 80%;
  text-align: center;
}
@media (min-width: 768px) {
  .consent-prompt {
    max-width: 500px;
  }
}
.consent-prompt h5 {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 4px;
  margin-top: 0;
  text-align: center;
  color: #333333;
}
.consent-prompt p {
  color: #1e1e1e;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 24px;
  font-weight: 400;
}
.consent-prompt.show {
  opacity: 1;
  display: block;
}
.consent-prompt .consent-prompt-header button {
  background-color: #d7eafc;
  border-radius: 100%;
  border: 2px solid #d7eafc;
  cursor: pointer !important;
  outline-style: none;
  position: absolute;
  text-indent: -999em;
  height: 24px;
  width: 24px;
  right: -10px;
  top: -10px;
  transition: background-color 250ms ease;
  z-index: 1000;
}
.consent-prompt .consent-prompt-header button:focus {
  box-shadow:
    0 0 0 2px rgba(0, 0, 0, 0.9),
    0 0 0 4px #0875e1;
}
.consent-prompt .consent-prompt-header button:focus,
.consent-prompt .consent-prompt-header button:hover {
  background-color: #0875e1;
}
.consent-prompt .consent-prompt-header button:focus::before,
.consent-prompt .consent-prompt-header button:focus::after,
.consent-prompt .consent-prompt-header button:hover::before,
.consent-prompt .consent-prompt-header button:hover::after {
  background: #1e1e1e;
}
.consent-prompt .consent-prompt-header button::before,
.consent-prompt .consent-prompt-header button::after {
  background: #0875e1;
  content: " ";
  display: block;
  height: 2px;
  left: 50%;
  margin: -1px 0 0 -25%;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 250ms ease;
  width: 50%;
}
.consent-prompt .consent-prompt-header button::before {
  transform: rotate(45deg);
}
.consent-prompt .consent-prompt-header button::after {
  transform: rotate(135deg);
}
.consent-prompt .cta-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.consent-prompt .cta-wrapper .cmp-button {
  width: 100%;
}
.consent-prompt .cta-wrapper .wd-btn,
.consent-prompt
  .cta-wrapper
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .consent-prompt
  .cta-wrapper
  a,
.consent-prompt
  .cta-wrapper
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .consent-prompt
  .cta-wrapper
  .cta,
.consent-prompt .cta-wrapper .cmp-resourcebar .content-fragment__cards-cta,
.cmp-resourcebar .consent-prompt .cta-wrapper .content-fragment__cards-cta,
.consent-prompt
  .cta-wrapper
  .cmp-subnavigation
  .sub-navigation__container--cta
  a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .consent-prompt
  .cta-wrapper
  a,
.consent-prompt .cta-wrapper .customer-content a,
.customer-content .consent-prompt .cta-wrapper a,
.consent-prompt
  .cta-wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .consent-prompt
  .cta-wrapper
  .vjs-default-button,
.consent-prompt
  .cta-wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .consent-prompt
  .cta-wrapper
  .vjs-done-button,
.consent-prompt
  .cta-wrapper
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .consent-prompt
  .cta-wrapper
  .vjs-default-button,
.consent-prompt
  .cta-wrapper
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .consent-prompt
  .cta-wrapper
  .vjs-done-button {
  cursor: pointer;
  background-color: #ffffff;
  border: 0;
  height: 100%;
  width: 100%;
  justify-content: center;
}
.consent-prompt .cta-wrapper .wd-btn .cmp-button__text,
.consent-prompt
  .cta-wrapper
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  .cmp-button__text,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .consent-prompt
  .cta-wrapper
  a
  .cmp-button__text,
.consent-prompt
  .cta-wrapper
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  .cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .consent-prompt
  .cta-wrapper
  .cta
  .cmp-button__text,
.consent-prompt
  .cta-wrapper
  .cmp-resourcebar
  .content-fragment__cards-cta
  .cmp-button__text,
.cmp-resourcebar
  .consent-prompt
  .cta-wrapper
  .content-fragment__cards-cta
  .cmp-button__text,
.consent-prompt
  .cta-wrapper
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  .cmp-button__text,
.cmp-subnavigation
  .sub-navigation__container--cta
  .consent-prompt
  .cta-wrapper
  a
  .cmp-button__text,
.consent-prompt .cta-wrapper .customer-content a .cmp-button__text,
.customer-content .consent-prompt .cta-wrapper a .cmp-button__text,
.consent-prompt
  .cta-wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  .cmp-button__text,
.textarea
  video-js
  .vjs-text-track-settings
  .consent-prompt
  .cta-wrapper
  .vjs-default-button
  .cmp-button__text,
.consent-prompt
  .cta-wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  .cmp-button__text,
.textarea
  video-js
  .vjs-text-track-settings
  .consent-prompt
  .cta-wrapper
  .vjs-done-button
  .cmp-button__text,
.consent-prompt
  .cta-wrapper
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  .cmp-button__text,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .consent-prompt
  .cta-wrapper
  .vjs-default-button
  .cmp-button__text,
.consent-prompt
  .cta-wrapper
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  .cmp-button__text,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .consent-prompt
  .cta-wrapper
  .vjs-done-button
  .cmp-button__text {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.consent-prompt .cta-wrapper .wd-btn.consent-prompt-consent,
.consent-prompt
  .cta-wrapper
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.consent-prompt-consent,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .consent-prompt
  .cta-wrapper
  a.consent-prompt-consent,
.consent-prompt
  .cta-wrapper
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .consent-prompt-consent.cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .consent-prompt
  .cta-wrapper
  .consent-prompt-consent.cta,
.consent-prompt
  .cta-wrapper
  .cmp-resourcebar
  .consent-prompt-consent.content-fragment__cards-cta,
.cmp-resourcebar
  .consent-prompt
  .cta-wrapper
  .consent-prompt-consent.content-fragment__cards-cta,
.consent-prompt
  .cta-wrapper
  .cmp-subnavigation
  .sub-navigation__container--cta
  a.consent-prompt-consent,
.cmp-subnavigation
  .sub-navigation__container--cta
  .consent-prompt
  .cta-wrapper
  a.consent-prompt-consent,
.consent-prompt .cta-wrapper .customer-content a.consent-prompt-consent,
.customer-content .consent-prompt .cta-wrapper a.consent-prompt-consent,
.consent-prompt
  .cta-wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .consent-prompt-consent.vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .consent-prompt
  .cta-wrapper
  .consent-prompt-consent.vjs-default-button,
.consent-prompt
  .cta-wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .consent-prompt-consent.vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .consent-prompt
  .cta-wrapper
  .consent-prompt-consent.vjs-done-button,
.consent-prompt
  .cta-wrapper
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .consent-prompt-consent.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .consent-prompt
  .cta-wrapper
  .consent-prompt-consent.vjs-default-button,
.consent-prompt
  .cta-wrapper
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .consent-prompt-consent.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .consent-prompt
  .cta-wrapper
  .consent-prompt-consent.vjs-done-button {
  text-align: center;
  background-color: #0875e1;
  padding: 12px;
  color: #fff;
}
.consent-prompt .cta-wrapper .wd-btn.consent-prompt-consent:hover,
.consent-prompt
  .cta-wrapper
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.consent-prompt-consent:hover,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .consent-prompt
  .cta-wrapper
  a.consent-prompt-consent:hover,
.consent-prompt
  .cta-wrapper
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .consent-prompt-consent.cta:hover,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .consent-prompt
  .cta-wrapper
  .consent-prompt-consent.cta:hover,
.consent-prompt
  .cta-wrapper
  .cmp-resourcebar
  .consent-prompt-consent.content-fragment__cards-cta:hover,
.cmp-resourcebar
  .consent-prompt
  .cta-wrapper
  .consent-prompt-consent.content-fragment__cards-cta:hover,
.consent-prompt
  .cta-wrapper
  .cmp-subnavigation
  .sub-navigation__container--cta
  a.consent-prompt-consent:hover,
.cmp-subnavigation
  .sub-navigation__container--cta
  .consent-prompt
  .cta-wrapper
  a.consent-prompt-consent:hover,
.consent-prompt .cta-wrapper .customer-content a.consent-prompt-consent:hover,
.customer-content .consent-prompt .cta-wrapper a.consent-prompt-consent:hover,
.consent-prompt
  .cta-wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .consent-prompt-consent.vjs-default-button:hover,
.textarea
  video-js
  .vjs-text-track-settings
  .consent-prompt
  .cta-wrapper
  .consent-prompt-consent.vjs-default-button:hover,
.consent-prompt
  .cta-wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .consent-prompt-consent.vjs-done-button:hover,
.textarea
  video-js
  .vjs-text-track-settings
  .consent-prompt
  .cta-wrapper
  .consent-prompt-consent.vjs-done-button:hover,
.consent-prompt
  .cta-wrapper
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .consent-prompt-consent.vjs-default-button:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .consent-prompt
  .cta-wrapper
  .consent-prompt-consent.vjs-default-button:hover,
.consent-prompt
  .cta-wrapper
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .consent-prompt-consent.vjs-done-button:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .consent-prompt
  .cta-wrapper
  .consent-prompt-consent.vjs-done-button:hover {
  background-color: #005cb9;
}
.consent-prompt .cta-wrapper .wd-btn.consent-prompt-close,
.consent-prompt
  .cta-wrapper
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.consent-prompt-close,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .consent-prompt
  .cta-wrapper
  a.consent-prompt-close,
.consent-prompt
  .cta-wrapper
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .consent-prompt-close.cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .consent-prompt
  .cta-wrapper
  .consent-prompt-close.cta,
.consent-prompt
  .cta-wrapper
  .cmp-resourcebar
  .consent-prompt-close.content-fragment__cards-cta,
.cmp-resourcebar
  .consent-prompt
  .cta-wrapper
  .consent-prompt-close.content-fragment__cards-cta,
.consent-prompt
  .cta-wrapper
  .cmp-subnavigation
  .sub-navigation__container--cta
  a.consent-prompt-close,
.cmp-subnavigation
  .sub-navigation__container--cta
  .consent-prompt
  .cta-wrapper
  a.consent-prompt-close,
.consent-prompt .cta-wrapper .customer-content a.consent-prompt-close,
.customer-content .consent-prompt .cta-wrapper a.consent-prompt-close,
.consent-prompt
  .cta-wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .consent-prompt-close.vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .consent-prompt
  .cta-wrapper
  .consent-prompt-close.vjs-default-button,
.consent-prompt
  .cta-wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .consent-prompt-close.vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .consent-prompt
  .cta-wrapper
  .consent-prompt-close.vjs-done-button,
.consent-prompt
  .cta-wrapper
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .consent-prompt-close.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .consent-prompt
  .cta-wrapper
  .consent-prompt-close.vjs-default-button,
.consent-prompt
  .cta-wrapper
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .consent-prompt-close.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .consent-prompt
  .cta-wrapper
  .consent-prompt-close.vjs-done-button {
  text-align: center;
  color: #0875e1;
  padding: 12px 12px 0;
}
.consent-prompt .cta-wrapper .wd-btn.consent-prompt-close:hover,
.consent-prompt
  .cta-wrapper
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a.consent-prompt-close:hover,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .consent-prompt
  .cta-wrapper
  a.consent-prompt-close:hover,
.consent-prompt
  .cta-wrapper
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .consent-prompt-close.cta:hover,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .consent-prompt
  .cta-wrapper
  .consent-prompt-close.cta:hover,
.consent-prompt
  .cta-wrapper
  .cmp-resourcebar
  .consent-prompt-close.content-fragment__cards-cta:hover,
.cmp-resourcebar
  .consent-prompt
  .cta-wrapper
  .consent-prompt-close.content-fragment__cards-cta:hover,
.consent-prompt
  .cta-wrapper
  .cmp-subnavigation
  .sub-navigation__container--cta
  a.consent-prompt-close:hover,
.cmp-subnavigation
  .sub-navigation__container--cta
  .consent-prompt
  .cta-wrapper
  a.consent-prompt-close:hover,
.consent-prompt .cta-wrapper .customer-content a.consent-prompt-close:hover,
.customer-content .consent-prompt .cta-wrapper a.consent-prompt-close:hover,
.consent-prompt
  .cta-wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .consent-prompt-close.vjs-default-button:hover,
.textarea
  video-js
  .vjs-text-track-settings
  .consent-prompt
  .cta-wrapper
  .consent-prompt-close.vjs-default-button:hover,
.consent-prompt
  .cta-wrapper
  .textarea
  video-js
  .vjs-text-track-settings
  .consent-prompt-close.vjs-done-button:hover,
.textarea
  video-js
  .vjs-text-track-settings
  .consent-prompt
  .cta-wrapper
  .consent-prompt-close.vjs-done-button:hover,
.consent-prompt
  .cta-wrapper
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .consent-prompt-close.vjs-default-button:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .consent-prompt
  .cta-wrapper
  .consent-prompt-close.vjs-default-button:hover,
.consent-prompt
  .cta-wrapper
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .consent-prompt-close.vjs-done-button:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .consent-prompt
  .cta-wrapper
  .consent-prompt-close.vjs-done-button:hover {
  color: #005cb9 !important;
  text-decoration: underline;
}

.clickBlocker {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.4);
}

.consent-modal {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1001;
  overflow: auto;
}

.poster-filler {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  z-index: 900;
}

.redirectcookiebutton + .redirectcookiebutton {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.redirectcookiebutton > div,
.redirectcookiebutton > .btn-group {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: stretch;
}

.redirectcookiebutton.align-left {
  justify-content: flex-start !important;
}
.redirectcookiebutton.align-center {
  text-align: center;
}
.redirectcookiebutton.align-center > div {
  align-items: center !important;
  justify-content: center !important;
  margin-left: auto;
  margin-right: auto;
}
.redirectcookiebutton.align-center > div a {
  align-items: center !important;
  justify-content: center !important;
}
.redirectcookiebutton.align-right > div {
  justify-content: flex-end !important;
}

.cmp-redirect-cookie-button__icon {
  height: 24px;
  height: 1.5rem;
  width: 24px;
  width: 1.5rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: inline-block;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.cmp-redirect-cookie-button__icon--play {
  background-color: red;
}
.cmp-redirect-cookie-button__icon--report {
  background-color: purple;
}

.cmp-industrycasecard {
  border: 1px solid #dfe2e6;
  border-radius: 8px;
  flex: 1 1 auto;
  width: 100%;
  padding: 24px;
  margin: 16px 0px;
}
.cmp-industrycasecard .cmp-text h3 {
  margin: 0 0 0.75rem 0;
  margin: 0 0 12px 0;
}
.cmp-industrycasecard .cmp-text span.body-2,
.cmp-industrycasecard
  .cmp-text
  .cmp-about-author
  span.about-author__user-details,
.cmp-about-author
  .cmp-industrycasecard
  .cmp-text
  span.about-author__user-details {
  margin: 0 0 0 0;
}
.cmp-industrycasecard .cmp-text ul {
  margin: 0.75rem 0 0.875rem 0;
  margin: 12px 0 14px 0;
}
.cmp-industrycasecard .cmp-text ul li {
  margin: 0.375rem 0 0 0;
  margin: 6px 0 0 0;
}
.cmp-industrycasecard .cmp-text span.title-6,
.cmp-industrycasecard .cmp-text .cmp-hub-hero span.hero-card__title,
.cmp-hub-hero .cmp-industrycasecard .cmp-text span.hero-card__title {
  margin: 1.75rem 0 1.5rem 0;
  margin: 28px 0 24px 0;
}
.cmp-industrycasecard
  .cmp-checklist-item
  .cmp-checklist-item__body
  .cmp-text
  span.body-2
  strong,
.cmp-industrycasecard
  .cmp-checklist-item
  .cmp-checklist-item__body
  .cmp-text
  .cmp-about-author
  span.about-author__user-details
  strong,
.cmp-about-author
  .cmp-industrycasecard
  .cmp-checklist-item
  .cmp-checklist-item__body
  .cmp-text
  span.about-author__user-details
  strong {
  font-weight: 500;
}
.cmp-industrycasecard
  .cmp-checklist-item
  .cmp-checklist-item__header
  .svg-icon {
  margin-right: 12px;
  height: 24px;
  width: 24px;
  fill: #0875e1;
}
.cmp-industrycasecard .industry-use-case-modal:last-child .modal-toggle {
  border: none;
}
.cmp-industrycasecard > svg.svg-icon {
  max-height: 48px;
  max-width: 48px;
  margin-bottom: 24px;
  fill: #0875e1;
}
.cmp-industrycasecard .btn-container .box {
  padding: 4px;
}
.cmp-industrycasecard .btn-container .box .button {
  padding: 2px 10px;
}
.cmp-industrycasecard .btn-container .container-show {
  align-items: center;
  justify-content: center;
  cursor: pointer;
  display: flex;
  width: 100%;
  height: 48px;
  border-radius: 24px;
  border-style: solid;
  border-color: #f0f1f2;
  color: #616161;
  font-size: 16px;
  line-height: 24px;
  background: #f0f1f2;
}
.cmp-industrycasecard .btn-container .container-show .svg-down {
  display: none;
}
.cmp-industrycasecard .btn-container .container-show .svg-icon {
  margin-top: 0.4rem;
  height: 24px;
  width: 24px;
  fill: #616161;
}
.cmp-industrycasecard .btn-container .container-show:focus {
  box-shadow: 0 0 0 2px #0875e1;
  outline: none;
}
.cmp-industrycasecard .btn-container .container-show:hover {
  background: #e8ebed;
}
.cmp-industrycasecard .btn-container .container-show:active {
  background: #dfe2e6;
}
@media (min-width: 48em) {
  .cmp-industrycasecard
    .btn-container
    .industry-use-case-modal:nth-of-type(1n + 4) {
    display: block;
  }
  .cmp-industrycasecard
    .btn-container
    .industry-use-case-modal:nth-child(3)
    .modal-toggle {
    border-bottom: 1px solid #dfe2e6;
  }
  .cmp-industrycasecard .btn-container .container-show {
    display: none;
  }
}
@media (max-width: 48em) {
  .cmp-industrycasecard
    .btn-container
    .industry-use-case-modal:nth-of-type(1n + 4) {
    display: none;
  }
  .cmp-industrycasecard
    .btn-container
    .industry-use-case-modal:nth-child(3)
    .modal-toggle {
    border: none;
  }
}
.cmp-industrycasecard .modal-toggle {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #333333;
  padding: 12px 0px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
  display: flex;
  border-bottom: 1px solid #dfe2e6;
  justify-content: space-between;
}
.cmp-industrycasecard .modal-toggle .button-icon {
  padding-left: 12px;
  align-self: center;
}
.cmp-industrycasecard .modal-toggle .button-icon .svg-icon {
  width: 24px;
  height: 24px;
  fill: #0875e1;
}
.cmp-industrycasecard .modal-toggle .button-icon .svg-icon path.st0 {
  fill: #0875e1;
}
.cmp-industrycasecard .modal-toggle:focus {
  box-shadow: 0 0 0 2px #0875e1;
  outline: none;
}
@media (max-width: 48em) {
  .cmp-industrycasecard .modal-toggle {
    font-size: 16px;
    line-height: 24px;
  }
}
.cmp-industrycasecard {
  /****** MODAL CSS ******/
}
.cmp-industrycasecard .modal-container {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.66);
  display: none;
  transition:
    visibility 0s linear 0.25s,
    opacity 0.25s 0s,
    transform 0.25s;
}
@media (max-width: 48em) {
  .cmp-industrycasecard .modal-container .modal-content-container {
    height: 100%;
    width: 100%;
    border-radius: 0 !important;
    min-height: -webkit-fill-available;
  }
  .cmp-industrycasecard .modal-container .modal-content {
    height: 85%;
  }
}
@media (max-width: 75em) and (min-width: 769px) {
  .cmp-industrycasecard .modal-container .modal-content-container {
    top: 50%;
    margin-right: 32px;
    transform: translate(0, -50%);
    margin-left: 32px;
    right: 0px;
    left: 0px;
  }
  .cmp-industrycasecard .modal-container .modal-content {
    max-height: calc(100vh - 144px - 48px);
  }
}
@media (min-width: 1201px) {
  .cmp-industrycasecard .modal-container .modal-content-container {
    width: 88vw;
    max-width: 1200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .cmp-industrycasecard .modal-container .modal-content {
    max-height: calc(100vh - 144px - 48px);
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .cmp-industrycasecard .modal-container .modal-content-container {
    height: 100%;
  }
}
.cmp-industrycasecard .modal-container .modal-content-container {
  position: absolute;
  background-color: white;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
}
.cmp-industrycasecard .modal-container .modal-content-container .modal-content {
  padding: 32px;
  overflow: auto;
}
.cmp-industrycasecard .modal-container .modal-content-container:focus {
  outline: none;
}
.cmp-industrycasecard .modal-container .top-navigation {
  display: flex;
  justify-content: end;
  flex-direction: row-reverse;
  padding: 12px;
  border-bottom: 1px solid #dfe2e6;
}
.cmp-industrycasecard .modal-container .close-button {
  cursor: pointer;
  border-radius: 100%;
  padding: 12px;
  max-height: 48px;
}
.cmp-industrycasecard .modal-container .close-button .svg-icon {
  width: 24px;
  height: 24px;
  fill: #333333;
}
.cmp-industrycasecard .modal-container .close-button .svg-icon path.st0 {
  fill: #333333;
}
.cmp-industrycasecard .modal-container .close-button:focus {
  box-shadow: 0 0 0 2px #0875e1;
  outline: none;
}
.cmp-industrycasecard .modal-container .close-button:hover {
  background: #f0f1f2;
}
.cmp-industrycasecard .modal-container .container-show:active {
  background: #dfe2e6;
}
.cmp-industrycasecard .modal-container .show-modal {
  z-index: 999;
  transform: scale(1);
  transition:
    visibility 0s linear 0s,
    opacity 0.25s 0s,
    transform 0.25s;
}
.cmp-industrycasecard .modal-container .bottom-nav {
  display: flex;
  justify-content: space-between;
  padding: 24px;
  border-top: 1px solid #dfe2e6;
}
.cmp-industrycasecard .modal-container .bottom-nav .left {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 45%;
  cursor: pointer;
}
.cmp-industrycasecard .modal-container .bottom-nav .left .prev-btn {
  cursor: pointer;
  flex: 1 0 0;
  color: #0875e1;
}
.cmp-industrycasecard .modal-container .bottom-nav .left .prev-btn:hover {
  color: #0875e1;
}
.cmp-industrycasecard .modal-container .bottom-nav .left .svg-icon {
  width: 24px;
  height: 24px;
  fill: #0875e1;
  margin-right: 8px;
}
.cmp-industrycasecard .modal-container .bottom-nav .left .svg-icon path.st0 {
  fill: #0875e1;
}
.cmp-industrycasecard .modal-container .bottom-nav .left:focus {
  box-shadow: 0 0 0 2px #0875e1;
  outline: none;
}
.cmp-industrycasecard .modal-container .bottom-nav .right {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 45%;
  cursor: pointer;
}
.cmp-industrycasecard .modal-container .bottom-nav .right .next-btn {
  cursor: pointer;
  flex: 1 0 0;
  color: #0875e1;
}
.cmp-industrycasecard .modal-container .bottom-nav .right .next-btn:hover {
  color: #0875e1;
}
.cmp-industrycasecard .modal-container .bottom-nav .right .svg-icon {
  width: 24px;
  height: 24px;
  fill: #0875e1;
  margin-left: 8px;
}
.cmp-industrycasecard .modal-container .bottom-nav .right .svg-icon path.st0 {
  fill: #0875e1;
}
.cmp-industrycasecard .modal-container .bottom-nav .right:focus {
  box-shadow: 0 0 0 2px #0875e1;
  outline: none;
}

.industry-card-show-md-sm .industry-use-case-modal:nth-of-type(1n + 4) {
  display: block !important;
}
.industry-card-show-md-sm .industry-use-case-modal:nth-child(3) .modal-toggle {
  border-bottom: 1px solid #dfe2e6 !important;
}

.max-col-height > .row div.col.col-xs-4.col-sm-6,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.col-xs-4.col-sm-6,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.col-xs-4.col-sm-6,
.cmp-logo-wall .max-col-height > .logo-container div.col.col-xs-4.col-sm-6,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--8,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--8,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--8,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--8,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--8,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--8,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--8,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--4,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--4,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--4,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--4,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--4,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--4,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--4,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  div.col-xs-4.col-sm-6.cmp-upnext,
.perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.col-xs-4.col-sm-6.cmp-upnext,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  div.col-xs-4.col-sm-6.cmp-upnext,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.col-sm-6.cmp-upnext,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.col-xs-4.col-sm-6.cmp-upnext,
.perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.col-sm-6.cmp-upnext,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  div.col-xs-4.col-sm-6.cmp-upnext,
.perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.col-sm-6.cmp-upnext,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  div.col-xs-4.col-sm-6.cmp-upnext,
.perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.col-xs-4.col-sm-6.cmp-upnext,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  div.col-xs-4.col-sm-6.cmp-upnext,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.col-sm-6.cmp-upnext,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.col-xs-4.col-sm-6.cmp-upnext,
.perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.col-sm-6.cmp-upnext,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  div.col-xs-4.col-sm-6.cmp-upnext,
.perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.col-sm-6.cmp-upnext,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col-xs-4.col-sm-6.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-xs-4.col-sm-6.validation-component__wrapper-content,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col-xs-4.col-sm-6.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.col-sm-6.validation-component__wrapper-content,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col-xs-4.col-sm-6.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.col-sm-6.validation-component__wrapper-content,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col-xs-4.col-sm-6.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.col-sm-6.validation-component__wrapper-content,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.col-sm-6.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-xs-4.col-sm-6.validation-component__wrapper-content,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.col-sm-6.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.col-sm-6.validation-component__wrapper-content,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.col-sm-6.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.col-sm-6.validation-component__wrapper-content,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.col-sm-6.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.col-sm-6.validation-component__wrapper-content,
.max-col-height > .row div.col-xs-4.col-sm-6.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.col-sm-6.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.col-sm-6.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.col-sm-6.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--8,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--8,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--8,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--8,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--8,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--8,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--8,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.aem-GridColumn--default--8,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.aem-GridColumn--default--8,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.aem-GridColumn--default--8,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.aem-GridColumn--default--8,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.aem-GridColumn--default--8,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.aem-GridColumn--default--8,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.aem-GridColumn--default--8,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8,
.perspective-article-page
  .about-author
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8,
.max-col-height
  > .row
  .customer-story
  .perspective-article-page
  .about-author
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8,
.customer-story
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8,
.customer-story
  .perspective-article-page
  .about-author
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8,
.customer-story
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .perspective-article-page
  .about-author
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8,
.customer-story
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8,
.perspective-article-page
  .upnext
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8,
.max-col-height
  > .row
  .customer-story
  .perspective-article-page
  .upnext
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8,
.customer-story
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8,
.customer-story
  .perspective-article-page
  .upnext
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8,
.customer-story
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .perspective-article-page
  .upnext
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8,
.customer-story
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--8,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--8,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--8,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--8,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--8,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--8,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--8,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--4,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--4,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--4,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--4,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--4,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--4,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--4,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.aem-GridColumn--default--4,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.aem-GridColumn--default--4,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.aem-GridColumn--default--4,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.aem-GridColumn--default--4,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.aem-GridColumn--default--4,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.aem-GridColumn--default--4,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.aem-GridColumn--default--4,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4,
.perspective-article-page
  .about-author
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4,
.max-col-height
  > .row
  .customer-story
  .perspective-article-page
  .about-author
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4,
.customer-story
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4,
.customer-story
  .perspective-article-page
  .about-author
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4,
.customer-story
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .perspective-article-page
  .about-author
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4,
.customer-story
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4,
.perspective-article-page
  .upnext
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4,
.max-col-height
  > .row
  .customer-story
  .perspective-article-page
  .upnext
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4,
.customer-story
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4,
.customer-story
  .perspective-article-page
  .upnext
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4,
.customer-story
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .perspective-article-page
  .upnext
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4,
.customer-story
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--4,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--4,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--4,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--4,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--4,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--4,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--4,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col.col-sm-6.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col.col-sm-6.validation-component__wrapper-logo,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col.col-sm-6.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.col-sm-6.validation-component__wrapper-logo,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col.col-sm-6.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.col-sm-6.validation-component__wrapper-logo,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col.col-sm-6.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.col-sm-6.validation-component__wrapper-logo,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col.col-sm-6.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col.col-sm-6.validation-component__wrapper-logo,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col.col-sm-6.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.col-sm-6.validation-component__wrapper-logo,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col.col-sm-6.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.col-sm-6.validation-component__wrapper-logo,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col.col-sm-6.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.col-sm-6.validation-component__wrapper-logo,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col.col-sm-6.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col.col-sm-6.validation-component__wrapper-content,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col.col-sm-6.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.col-sm-6.validation-component__wrapper-content,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col.col-sm-6.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.col-sm-6.validation-component__wrapper-content,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col.col-sm-6.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.col-sm-6.validation-component__wrapper-content,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col.col-sm-6.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col.col-sm-6.validation-component__wrapper-content,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col.col-sm-6.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.col-sm-6.validation-component__wrapper-content,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col.col-sm-6.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.col-sm-6.validation-component__wrapper-content,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col.col-sm-6.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.col-sm-6.validation-component__wrapper-content,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content,
.max-col-height > .row div.col.col-sm-6.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.col-sm-6.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.col-sm-6.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.col-sm-6.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.max-col-height > .row div.col-sm-6.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  div.col.col-sm-6.icon-grid-resource,
.section-v3
  .twocolumn
  .max-col-height
  > .row
  div.col.col-sm-6.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  div.col.col-sm-6.icon-grid-resource,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.col-sm-6.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  div.col.col-sm-6.icon-grid-resource,
.section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.col-sm-6.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  div.col.col-sm-6.icon-grid-resource,
.section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.col-sm-6.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .section-v3
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .customer-story
  .section-v3
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource,
.section-v3
  .twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource,
.section-v3
  .twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .section-v3
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .customer-story
  .section-v3
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource,
.section-v3
  .twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource,
.section-v3
  .twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .section-v3
  .twocolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .section-v3
  .twocolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.max-col-height > .row .section-v3 .twocolumn div.col-sm-6.icon-grid-resource,
.section-v3 .twocolumn .max-col-height > .row div.col-sm-6.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  div.col-sm-6.icon-grid-resource,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  div.col-sm-6.icon-grid-resource,
.section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  div.col-sm-6.icon-grid-resource,
.section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  div.col.col-sm-6.icon-grid-resource,
.section-v3
  .threecolumn
  .max-col-height
  > .row
  div.col.col-sm-6.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  div.col.col-sm-6.icon-grid-resource,
.section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.col-sm-6.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  div.col.col-sm-6.icon-grid-resource,
.section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.col-sm-6.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  div.col.col-sm-6.icon-grid-resource,
.section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.col-sm-6.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .threecolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .section-v3
  .threecolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .customer-story
  .section-v3
  .threecolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .threecolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource,
.section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource,
.section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource,
.section-v3
  .threecolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource,
.section-v3
  .threecolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .threecolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .section-v3
  .threecolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .customer-story
  .section-v3
  .threecolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .threecolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource,
.section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource,
.section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource,
.section-v3
  .threecolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource,
.section-v3
  .threecolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .section-v3
  .threecolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .section-v3
  .threecolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.max-col-height > .row .section-v3 .threecolumn div.col-sm-6.icon-grid-resource,
.section-v3 .threecolumn .max-col-height > .row div.col-sm-6.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  div.col-sm-6.icon-grid-resource,
.section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  div.col-sm-6.icon-grid-resource,
.section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  div.col-sm-6.icon-grid-resource,
.section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  div.col.col-sm-6.icon-grid-resource,
.section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.col.col-sm-6.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  div.col.col-sm-6.icon-grid-resource,
.section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.col-sm-6.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  div.col.col-sm-6.icon-grid-resource,
.section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.col-sm-6.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  div.col.col-sm-6.icon-grid-resource,
.section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.col-sm-6.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .fourcolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .section-v3
  .fourcolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .customer-story
  .section-v3
  .fourcolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .fourcolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource,
.section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource,
.section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource,
.section-v3
  .fourcolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource,
.section-v3
  .fourcolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .fourcolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .section-v3
  .fourcolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .customer-story
  .section-v3
  .fourcolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .fourcolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource,
.section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource,
.section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource,
.section-v3
  .fourcolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource,
.section-v3
  .fourcolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .section-v3
  .fourcolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .section-v3
  .fourcolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource,
.max-col-height > .row .section-v3 .fourcolumn div.col-sm-6.icon-grid-resource,
.section-v3 .fourcolumn .max-col-height > .row div.col-sm-6.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  div.col-sm-6.icon-grid-resource,
.section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  div.col-sm-6.icon-grid-resource,
.section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  div.col-sm-6.icon-grid-resource,
.section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.icon-grid-resource,
.max-col-height > .row div.col.col-xs-4.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.col-xs-4.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.col-xs-4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.col-xs-4.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  div.col-xs-4.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.col-xs-4.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  div.col-xs-4.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.col-xs-4.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  div.col-xs-4.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  div.col-xs-4.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.col-xs-4.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  div.col-xs-4.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.col-xs-4.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  div.col-xs-4.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource,
.max-col-height > .row div.col-xs-4.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .about-author
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .perspective-article-page
  .about-author
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .perspective-article-page
  .about-author
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .perspective-article-page
  .about-author
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .upnext
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .perspective-article-page
  .upnext
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .perspective-article-page
  .upnext
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .perspective-article-page
  .upnext
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .about-author
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .perspective-article-page
  .about-author
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .perspective-article-page
  .about-author
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .perspective-article-page
  .about-author
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .upnext
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .perspective-article-page
  .upnext
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .perspective-article-page
  .upnext
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .perspective-article-page
  .upnext
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.icon-grid-resource.validation-component__wrapper-logo,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource.validation-component__wrapper-logo,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource.validation-component__wrapper-logo,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource.validation-component__wrapper-logo,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.icon-grid-resource.validation-component__wrapper-logo,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource.validation-component__wrapper-logo,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource.validation-component__wrapper-logo,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource.validation-component__wrapper-logo,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.icon-grid-resource.validation-component__wrapper-content,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource.validation-component__wrapper-content,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource.validation-component__wrapper-content,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource.validation-component__wrapper-content,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.icon-grid-resource.validation-component__wrapper-content,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource.validation-component__wrapper-content,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource.validation-component__wrapper-content,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource.validation-component__wrapper-content,
.max-col-height > .row div.col.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.icon-grid-resource,
.cmp-logo-wall .max-col-height > .logo-container div.col.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height > .row div.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource,
.cmp-logo-wall .max-col-height > .logo-container div.icon-grid-resource,
.max-col-height > .row .section-v3 .twocolumn div.col.icon-grid-resource,
.section-v3 .twocolumn .max-col-height > .row div.col.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  div.col.icon-grid-resource,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  div.col.icon-grid-resource,
.section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  div.col.icon-grid-resource,
.section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .section-v3
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .customer-story
  .section-v3
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.section-v3
  .twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.section-v3
  .twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .section-v3
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .customer-story
  .section-v3
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.section-v3
  .twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.section-v3
  .twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height > .row .section-v3 .twocolumn div.icon-grid-resource,
.section-v3 .twocolumn .max-col-height > .row div.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  div.icon-grid-resource,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  div.icon-grid-resource,
.section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  div.icon-grid-resource,
.section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource,
.max-col-height > .row .section-v3 .threecolumn div.col.icon-grid-resource,
.section-v3 .threecolumn .max-col-height > .row div.col.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  div.col.icon-grid-resource,
.section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  div.col.icon-grid-resource,
.section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  div.col.icon-grid-resource,
.section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .threecolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .section-v3
  .threecolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .customer-story
  .section-v3
  .threecolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .threecolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.section-v3
  .threecolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.section-v3
  .threecolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .threecolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .section-v3
  .threecolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .customer-story
  .section-v3
  .threecolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .threecolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.section-v3
  .threecolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.section-v3
  .threecolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height > .row .section-v3 .threecolumn div.icon-grid-resource,
.section-v3 .threecolumn .max-col-height > .row div.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  div.icon-grid-resource,
.section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  div.icon-grid-resource,
.section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  div.icon-grid-resource,
.section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource,
.max-col-height > .row .section-v3 .fourcolumn div.col.icon-grid-resource,
.section-v3 .fourcolumn .max-col-height > .row div.col.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  div.col.icon-grid-resource,
.section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  div.col.icon-grid-resource,
.section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  div.col.icon-grid-resource,
.section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .fourcolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .section-v3
  .fourcolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .customer-story
  .section-v3
  .fourcolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .fourcolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.section-v3
  .fourcolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.section-v3
  .fourcolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .fourcolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .section-v3
  .fourcolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .customer-story
  .section-v3
  .fourcolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .fourcolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.section-v3
  .fourcolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.section-v3
  .fourcolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height > .row .section-v3 .fourcolumn div.icon-grid-resource,
.section-v3 .fourcolumn .max-col-height > .row div.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  div.icon-grid-resource,
.section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  div.icon-grid-resource,
.section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  div.icon-grid-resource,
.section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource,
.max-col-height > .row .twocolumn div.col.col-xs-4.icon-grid-resource,
.twocolumn .max-col-height > .row div.col.col-xs-4.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  div.col.col-xs-4.icon-grid-resource,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.col-xs-4.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  div.col.col-xs-4.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.col-xs-4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  div.col.col-xs-4.icon-grid-resource,
.twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.col-xs-4.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .twocolumn
  div.col-xs-4.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .twocolumn
  .max-col-height
  > .row
  div.col-xs-4.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .twocolumn
  div.col-xs-4.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .twocolumn
  div.col-xs-4.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .twocolumn
  div.col-xs-4.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .about-author
  div.col-xs-4.cmp-upnext.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.col-xs-4.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .about-author
  div.col-xs-4.cmp-upnext.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.cmp-upnext.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.col-xs-4.cmp-upnext.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .about-author
  div.col-xs-4.cmp-upnext.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .twocolumn
  div.col-xs-4.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .twocolumn
  .max-col-height
  > .row
  div.col-xs-4.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .twocolumn
  div.col-xs-4.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .twocolumn
  div.col-xs-4.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .twocolumn
  div.col-xs-4.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .upnext
  div.col-xs-4.cmp-upnext.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.col-xs-4.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .upnext
  div.col-xs-4.cmp-upnext.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.cmp-upnext.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.col-xs-4.cmp-upnext.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .upnext
  div.col-xs-4.cmp-upnext.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource,
.max-col-height > .row .twocolumn div.col-xs-4.icon-grid-resource,
.twocolumn .max-col-height > .row div.col-xs-4.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  div.col-xs-4.icon-grid-resource,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  div.col-xs-4.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  div.col-xs-4.icon-grid-resource,
.twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .twocolumn
  .max-col-height.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .max-col-height.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .twocolumn
  .max-col-height.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .max-col-height.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .about-author
  .customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .about-author
  .customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .about-author
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .about-author
  .customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .perspective-article-page
  .about-author
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .perspective-article-page
  .about-author
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .perspective-article-page
  .about-author
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .perspective-article-page
  .about-author
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .perspective-article-page
  .about-author
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .perspective-article-page
  .about-author
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .perspective-article-page
  .about-author
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .perspective-article-page
  .about-author
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .perspective-article-page
  .about-author
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .upnext
  .customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .upnext
  .customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .upnext
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .upnext
  .customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .perspective-article-page
  .upnext
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .perspective-article-page
  .upnext
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .perspective-article-page
  .upnext
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .perspective-article-page
  .upnext
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .perspective-article-page
  .upnext
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .perspective-article-page
  .upnext
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .perspective-article-page
  .upnext
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .perspective-article-page
  .upnext
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .perspective-article-page
  .upnext
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8,
.customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8,
.customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8,
.perspective-article-page
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8,
.customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8,
.customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8,
.twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8,
.perspective-article-page
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8,
.twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8,
.twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8,
.max-col-height
  > .row
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .twocolumn
  .max-col-height.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .max-col-height.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .twocolumn
  .max-col-height.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .max-col-height.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .about-author
  .customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .about-author
  .customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .about-author
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .about-author
  .customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .perspective-article-page
  .about-author
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .perspective-article-page
  .about-author
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .perspective-article-page
  .about-author
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .perspective-article-page
  .about-author
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .perspective-article-page
  .about-author
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .perspective-article-page
  .about-author
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .perspective-article-page
  .about-author
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .perspective-article-page
  .about-author
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .perspective-article-page
  .about-author
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .upnext
  .customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .upnext
  .customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .upnext
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .upnext
  .customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .perspective-article-page
  .upnext
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .perspective-article-page
  .upnext
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .perspective-article-page
  .upnext
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .perspective-article-page
  .upnext
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .perspective-article-page
  .upnext
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .perspective-article-page
  .upnext
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .perspective-article-page
  .upnext
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .perspective-article-page
  .upnext
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .perspective-article-page
  .upnext
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4,
.customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4,
.customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4,
.perspective-article-page
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4,
.customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4,
.customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4,
.twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4,
.perspective-article-page
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4,
.twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4,
.twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.col.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.icon-grid-resource.validation-component__wrapper-logo,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource.validation-component__wrapper-logo,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource.validation-component__wrapper-logo,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource.validation-component__wrapper-logo,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-logo,
.twocolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.icon-grid-resource.validation-component__wrapper-logo,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-logo,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource.validation-component__wrapper-logo,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-logo,
.twocolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource.validation-component__wrapper-logo,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-logo,
.twocolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource.validation-component__wrapper-logo,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.col.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.icon-grid-resource.validation-component__wrapper-logo,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource.validation-component__wrapper-logo,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource.validation-component__wrapper-logo,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource.validation-component__wrapper-logo,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-logo,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.icon-grid-resource.validation-component__wrapper-logo,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-logo,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource.validation-component__wrapper-logo,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-logo,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource.validation-component__wrapper-logo,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-logo,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource.validation-component__wrapper-logo,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.col.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.icon-grid-resource.validation-component__wrapper-content,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource.validation-component__wrapper-content,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource.validation-component__wrapper-content,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource.validation-component__wrapper-content,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-content,
.twocolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.icon-grid-resource.validation-component__wrapper-content,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-content,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource.validation-component__wrapper-content,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-content,
.twocolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource.validation-component__wrapper-content,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-content,
.twocolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource.validation-component__wrapper-content,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.col.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.icon-grid-resource.validation-component__wrapper-content,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource.validation-component__wrapper-content,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource.validation-component__wrapper-content,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource.validation-component__wrapper-content,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-content,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.icon-grid-resource.validation-component__wrapper-content,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-content,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource.validation-component__wrapper-content,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-content,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource.validation-component__wrapper-content,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-content,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource.validation-component__wrapper-content,
.max-col-height > .row .twocolumn div.col.icon-grid-resource,
.twocolumn .max-col-height > .row div.col.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  div.col.icon-grid-resource,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  div.col.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  div.col.icon-grid-resource,
.twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.cmp-upnext.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.cmp-upnext.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height > .row .twocolumn div.icon-grid-resource,
.twocolumn .max-col-height > .row div.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  div.icon-grid-resource,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  div.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  div.icon-grid-resource,
.twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource,
.max-col-height > .row .section-v3 .twocolumn div.col.icon-grid-resource,
.section-v3 .twocolumn .max-col-height > .row div.col.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  div.col.icon-grid-resource,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  div.col.icon-grid-resource,
.section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  div.col.icon-grid-resource,
.section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.icon-grid-resource,
.section-v3
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.icon-grid-resource,
.section-v3
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .perspective-article-page
  .about-author
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .perspective-article-page
  .about-author
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .perspective-article-page
  .about-author
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .perspective-article-page
  .about-author
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .perspective-article-page
  .about-author
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .perspective-article-page
  .about-author
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .perspective-article-page
  .about-author
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .perspective-article-page
  .upnext
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .perspective-article-page
  .upnext
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .perspective-article-page
  .upnext
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .perspective-article-page
  .upnext
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .perspective-article-page
  .upnext
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .perspective-article-page
  .upnext
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .perspective-article-page
  .upnext
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height > .row .section-v3 .twocolumn div.icon-grid-resource,
.section-v3 .twocolumn .max-col-height > .row div.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  div.icon-grid-resource,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  div.icon-grid-resource,
.section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  div.icon-grid-resource,
.section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .twocolumn
  div.col.icon-grid-resource,
.section-v3
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.col.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .twocolumn
  div.col.icon-grid-resource,
.section-v3
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  .twocolumn
  div.col.icon-grid-resource,
.section-v3
  .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .twocolumn
  div.col.icon-grid-resource,
.section-v3
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .threecolumn
  div.col.icon-grid-resource,
.twocolumn
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.col.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .threecolumn
  div.col.icon-grid-resource,
.twocolumn
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .threecolumn
  div.col.icon-grid-resource,
.twocolumn
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .threecolumn
  div.col.icon-grid-resource,
.twocolumn
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.icon-grid-resource,
.section-v3
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .section-v3
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.icon-grid-resource,
.section-v3
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .section-v3
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .section-v3
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  div.cmp-upnext.icon-grid-resource,
.twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  div.cmp-upnext.icon-grid-resource,
.twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource,
.twocolumn
  .section-v3
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .threecolumn
  div.cmp-upnext.icon-grid-resource,
.twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  div.cmp-upnext.icon-grid-resource,
.twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .section-v3
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  div.cmp-upnext.icon-grid-resource,
.twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  div.cmp-upnext.icon-grid-resource,
.twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource,
.twocolumn
  .section-v3
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .threecolumn
  div.cmp-upnext.icon-grid-resource,
.twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  div.cmp-upnext.icon-grid-resource,
.twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .twocolumn
  div.icon-grid-resource,
.section-v3
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .twocolumn
  div.icon-grid-resource,
.section-v3
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  .twocolumn
  div.icon-grid-resource,
.section-v3
  .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .twocolumn
  div.icon-grid-resource,
.section-v3
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .threecolumn
  div.icon-grid-resource,
.twocolumn
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .threecolumn
  div.icon-grid-resource,
.twocolumn
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .threecolumn
  div.icon-grid-resource,
.twocolumn
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .threecolumn
  div.icon-grid-resource,
.twocolumn
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .twocolumn
  div.col.icon-grid-resource,
.section-v3
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.col.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .twocolumn
  div.col.icon-grid-resource,
.section-v3
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  .twocolumn
  div.col.icon-grid-resource,
.section-v3
  .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .twocolumn
  div.col.icon-grid-resource,
.section-v3
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .fourcolumn
  div.col.icon-grid-resource,
.twocolumn
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.col.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .fourcolumn
  div.col.icon-grid-resource,
.twocolumn
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .fourcolumn
  div.col.icon-grid-resource,
.twocolumn
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .fourcolumn
  div.col.icon-grid-resource,
.twocolumn
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.icon-grid-resource,
.section-v3
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .section-v3
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--8.icon-grid-resource,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.icon-grid-resource,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.icon-grid-resource,
.section-v3
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .section-v3
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--4.icon-grid-resource,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .section-v3
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  div.cmp-upnext.icon-grid-resource,
.twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  div.cmp-upnext.icon-grid-resource,
.twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource,
.twocolumn
  .section-v3
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .fourcolumn
  div.cmp-upnext.icon-grid-resource,
.twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  div.cmp-upnext.icon-grid-resource,
.twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .section-v3
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource,
.twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource,
.section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  div.cmp-upnext.icon-grid-resource,
.twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  div.cmp-upnext.icon-grid-resource,
.twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource,
.twocolumn
  .section-v3
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .fourcolumn
  div.cmp-upnext.icon-grid-resource,
.twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  div.cmp-upnext.icon-grid-resource,
.twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .twocolumn
  div.icon-grid-resource,
.section-v3
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .twocolumn
  div.icon-grid-resource,
.section-v3
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  .twocolumn
  div.icon-grid-resource,
.section-v3
  .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .twocolumn
  div.icon-grid-resource,
.section-v3
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .fourcolumn
  div.icon-grid-resource,
.twocolumn
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.icon-grid-resource,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .fourcolumn
  div.icon-grid-resource,
.twocolumn
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .fourcolumn
  div.icon-grid-resource,
.twocolumn
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .fourcolumn
  div.icon-grid-resource,
.twocolumn
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource {
  display: flex;
}
.max-col-height
  > .row
  div.col.col-xs-4.col-sm-6
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.col-xs-4.col-sm-6
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.col-xs-4.col-sm-6
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.col-xs-4.col-sm-6
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  div.col-xs-4.col-sm-6.cmp-upnext
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.col-xs-4.col-sm-6.cmp-upnext
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  div.col-xs-4.col-sm-6.cmp-upnext
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.col-sm-6.cmp-upnext
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.col-xs-4.col-sm-6.cmp-upnext
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.col-sm-6.cmp-upnext
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  div.col-xs-4.col-sm-6.cmp-upnext
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.col-sm-6.cmp-upnext
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  div.col-xs-4.col-sm-6.cmp-upnext
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.col-xs-4.col-sm-6.cmp-upnext
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  div.col-xs-4.col-sm-6.cmp-upnext
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.col-sm-6.cmp-upnext
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.col-xs-4.col-sm-6.cmp-upnext
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.col-sm-6.cmp-upnext
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  div.col-xs-4.col-sm-6.cmp-upnext
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.col-sm-6.cmp-upnext
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col-xs-4.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-xs-4.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col-xs-4.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col-xs-4.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col-xs-4.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-xs-4.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  div.col-xs-4.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .perspective-article-page
  .about-author
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .about-author
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .perspective-article-page
  .about-author
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .perspective-article-page
  .upnext
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .upnext
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .perspective-article-page
  .upnext
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .perspective-article-page
  .about-author
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .about-author
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .perspective-article-page
  .about-author
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .perspective-article-page
  .upnext
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .upnext
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .perspective-article-page
  .upnext
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .max-col-height
  > .row
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .section-v3
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .section-v3
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .section-v3
  .twocolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .section-v3
  .twocolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .max-col-height
  > .row
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .max-col-height
  > .row
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .threecolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .threecolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .section-v3
  .threecolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .threecolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .threecolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .threecolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .section-v3
  .threecolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .threecolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .section-v3
  .threecolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .section-v3
  .threecolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .max-col-height
  > .row
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .fourcolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .fourcolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .section-v3
  .fourcolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .fourcolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .fourcolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .fourcolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .section-v3
  .fourcolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .fourcolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .section-v3
  .fourcolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .section-v3
  .fourcolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  div.col.col-xs-4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.col-xs-4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.col-xs-4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.col-xs-4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  div.col-xs-4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .perspective-article-page
  .about-author
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .about-author
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .perspective-article-page
  .about-author
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .perspective-article-page
  .upnext
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .upnext
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .perspective-article-page
  .upnext
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .perspective-article-page
  .about-author
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .about-author
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .perspective-article-page
  .about-author
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .perspective-article-page
  .upnext
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .upnext
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .perspective-article-page
  .upnext
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .max-col-height
  > .row
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .section-v3
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .section-v3
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .max-col-height
  > .row
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .max-col-height
  > .row
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .threecolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .threecolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .section-v3
  .threecolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .threecolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .threecolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .threecolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .section-v3
  .threecolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .threecolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .max-col-height
  > .row
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .fourcolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .fourcolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .section-v3
  .fourcolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .fourcolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .fourcolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .fourcolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .section-v3
  .fourcolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .fourcolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  div.col.col-xs-4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .max-col-height
  > .row
  div.col.col-xs-4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  div.col.col-xs-4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.col-xs-4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  div.col.col-xs-4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.col-xs-4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  div.col.col-xs-4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.col-xs-4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .twocolumn
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .twocolumn
  .max-col-height
  > .row
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .twocolumn
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .twocolumn
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .twocolumn
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .about-author
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .about-author
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .about-author
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .twocolumn
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .twocolumn
  .max-col-height
  > .row
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .twocolumn
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .twocolumn
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .twocolumn
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .upnext
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .upnext
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .upnext
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  div.col-xs-4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .max-col-height
  > .row
  div.col-xs-4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  div.col-xs-4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  div.col-xs-4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  div.col-xs-4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .twocolumn
  .max-col-height.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .max-col-height.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .twocolumn
  .max-col-height.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .max-col-height.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .perspective-article-page
  .about-author
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .about-author
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .about-author
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .about-author
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .perspective-article-page
  .about-author
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .about-author
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .perspective-article-page
  .about-author
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .about-author
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .perspective-article-page
  .about-author
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .perspective-article-page
  .upnext
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .upnext
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .upnext
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .upnext
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .perspective-article-page
  .upnext
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .upnext
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .perspective-article-page
  .upnext
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .upnext
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .perspective-article-page
  .upnext
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .twocolumn
  .max-col-height.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .max-col-height.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .twocolumn
  .max-col-height.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .max-col-height.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .perspective-article-page
  .about-author
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .about-author
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .about-author
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .about-author
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .perspective-article-page
  .about-author
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .about-author
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .perspective-article-page
  .about-author
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .about-author
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .perspective-article-page
  .about-author
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .perspective-article-page
  .upnext
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .upnext
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .upnext
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .upnext
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .perspective-article-page
  .upnext
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .perspective-article-page
  .upnext
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .perspective-article-page
  .upnext
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .upnext
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .perspective-article-page
  .upnext
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .max-col-height
  > .row
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .max-col-height
  > .row
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .max-col-height
  > .row
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .perspective-article-page
  .about-author
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .perspective-article-page
  .about-author
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .perspective-article-page
  .about-author
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .perspective-article-page
  .about-author
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .perspective-article-page
  .about-author
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .perspective-article-page
  .about-author
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .perspective-article-page
  .about-author
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .perspective-article-page
  .upnext
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .perspective-article-page
  .upnext
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .perspective-article-page
  .upnext
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .perspective-article-page
  .upnext
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .perspective-article-page
  .upnext
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .perspective-article-page
  .upnext
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .perspective-article-page
  .upnext
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .max-col-height
  > .row
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .twocolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .twocolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  .twocolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .twocolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .threecolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .threecolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .threecolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .threecolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .section-v3
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .section-v3
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .twocolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .twocolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  .twocolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .twocolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .threecolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .threecolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .threecolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .threecolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .twocolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .twocolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  .twocolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .twocolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .fourcolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .fourcolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .fourcolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .fourcolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .section-v3
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .section-v3
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .twocolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .twocolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  .twocolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .twocolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.section-v3
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .fourcolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .fourcolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .fourcolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .fourcolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12,
.twocolumn
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12 {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.max-col-height
  > .row
  div.col.col-xs-4.col-sm-6
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.col-xs-4.col-sm-6
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.col-xs-4.col-sm-6
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.col-xs-4.col-sm-6
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  div.col-xs-4.col-sm-6.cmp-upnext
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.col-xs-4.col-sm-6.cmp-upnext
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  div.col-xs-4.col-sm-6.cmp-upnext
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.col-sm-6.cmp-upnext
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.col-xs-4.col-sm-6.cmp-upnext
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.col-sm-6.cmp-upnext
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  div.col-xs-4.col-sm-6.cmp-upnext
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.col-sm-6.cmp-upnext
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  div.col-xs-4.col-sm-6.cmp-upnext
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.col-xs-4.col-sm-6.cmp-upnext
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  div.col-xs-4.col-sm-6.cmp-upnext
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.col-sm-6.cmp-upnext
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.col-xs-4.col-sm-6.cmp-upnext
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.col-sm-6.cmp-upnext
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  div.col-xs-4.col-sm-6.cmp-upnext
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.col-sm-6.cmp-upnext
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col-xs-4.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-xs-4.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col-xs-4.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col-xs-4.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col-xs-4.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-xs-4.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  div.col-xs-4.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .perspective-article-page
  .about-author
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .about-author
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .perspective-article-page
  .about-author
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .perspective-article-page
  .upnext
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .upnext
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .perspective-article-page
  .upnext
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .perspective-article-page
  .about-author
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .about-author
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .perspective-article-page
  .about-author
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .perspective-article-page
  .upnext
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .upnext
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .perspective-article-page
  .upnext
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .max-col-height
  > .row
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .section-v3
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .section-v3
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .section-v3
  .twocolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .section-v3
  .twocolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .max-col-height
  > .row
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .max-col-height
  > .row
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .threecolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .threecolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .section-v3
  .threecolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .threecolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .threecolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .threecolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .section-v3
  .threecolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .threecolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .section-v3
  .threecolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .section-v3
  .threecolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .max-col-height
  > .row
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .fourcolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .fourcolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .section-v3
  .fourcolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .fourcolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .fourcolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .fourcolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .section-v3
  .fourcolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .fourcolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .section-v3
  .fourcolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .section-v3
  .fourcolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  div.col.col-xs-4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.col-xs-4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.col-xs-4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.col-xs-4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  div.col-xs-4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .perspective-article-page
  .about-author
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .about-author
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .perspective-article-page
  .about-author
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .perspective-article-page
  .upnext
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .upnext
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .perspective-article-page
  .upnext
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .perspective-article-page
  .about-author
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .about-author
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .perspective-article-page
  .about-author
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .perspective-article-page
  .upnext
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .upnext
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .perspective-article-page
  .upnext
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .max-col-height
  > .row
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .section-v3
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .section-v3
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .max-col-height
  > .row
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .max-col-height
  > .row
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .threecolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .threecolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .section-v3
  .threecolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .threecolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .threecolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .threecolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .section-v3
  .threecolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .threecolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .max-col-height
  > .row
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .fourcolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .fourcolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .section-v3
  .fourcolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .fourcolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .fourcolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .fourcolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .section-v3
  .fourcolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .fourcolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  div.col.col-xs-4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .max-col-height
  > .row
  div.col.col-xs-4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  div.col.col-xs-4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.col-xs-4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  div.col.col-xs-4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.col-xs-4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  div.col.col-xs-4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.col-xs-4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .twocolumn
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .twocolumn
  .max-col-height
  > .row
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .twocolumn
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .twocolumn
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .twocolumn
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .about-author
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .about-author
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .about-author
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .twocolumn
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .twocolumn
  .max-col-height
  > .row
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .twocolumn
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .twocolumn
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .twocolumn
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .upnext
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .upnext
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .upnext
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  div.col-xs-4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .max-col-height
  > .row
  div.col-xs-4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  div.col-xs-4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  div.col-xs-4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  div.col-xs-4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .twocolumn
  .max-col-height.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .max-col-height.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .twocolumn
  .max-col-height.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .max-col-height.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .perspective-article-page
  .about-author
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .about-author
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .about-author
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .about-author
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .perspective-article-page
  .about-author
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .about-author
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .perspective-article-page
  .about-author
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .about-author
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .perspective-article-page
  .about-author
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .perspective-article-page
  .upnext
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .upnext
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .upnext
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .upnext
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .perspective-article-page
  .upnext
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .upnext
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .perspective-article-page
  .upnext
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .upnext
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .perspective-article-page
  .upnext
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .twocolumn
  .max-col-height.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .max-col-height.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .twocolumn
  .max-col-height.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .max-col-height.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .perspective-article-page
  .about-author
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .about-author
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .about-author
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .about-author
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .perspective-article-page
  .about-author
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .about-author
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .perspective-article-page
  .about-author
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .about-author
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .perspective-article-page
  .about-author
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .perspective-article-page
  .upnext
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .upnext
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .upnext
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .upnext
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .perspective-article-page
  .upnext
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .perspective-article-page
  .upnext
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .perspective-article-page
  .upnext
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .upnext
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .perspective-article-page
  .upnext
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource.validation-component__wrapper-logo
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource.validation-component__wrapper-content
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .max-col-height
  > .row
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .max-col-height
  > .row
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .max-col-height
  > .row
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .perspective-article-page
  .about-author
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .perspective-article-page
  .about-author
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .perspective-article-page
  .about-author
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .perspective-article-page
  .about-author
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .perspective-article-page
  .about-author
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .perspective-article-page
  .about-author
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .perspective-article-page
  .about-author
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .perspective-article-page
  .upnext
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .perspective-article-page
  .upnext
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .perspective-article-page
  .upnext
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .perspective-article-page
  .upnext
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .perspective-article-page
  .upnext
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .perspective-article-page
  .upnext
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .perspective-article-page
  .upnext
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .max-col-height
  > .row
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .twocolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .twocolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  .twocolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .twocolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .threecolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .threecolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .threecolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .threecolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .section-v3
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .section-v3
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .twocolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .twocolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  .twocolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .twocolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .threecolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .threecolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .threecolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .threecolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .twocolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .twocolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  .twocolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .twocolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .fourcolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .fourcolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .fourcolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .fourcolumn
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .section-v3
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .section-v3
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .twocolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .twocolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  .twocolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .twocolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.section-v3
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .fourcolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .fourcolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .fourcolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .fourcolumn
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12,
.twocolumn
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource
  .aem-Grid.aem-Grid--12.aem-Grid--default--12
  .industry-case-card.aem-GridColumn.aem-GridColumn--default--12 {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.max-col-height > .row div.col.col-xs-4.col-sm-6 > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.col-xs-4.col-sm-6
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.col-xs-4.col-sm-6
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.col-xs-4.col-sm-6
  > div,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--8
  > div,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--8
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--8
  > div,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--8
  > div,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--8
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--8
  > div,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--8
  > div,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--4
  > div,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--4
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--4
  > div,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--4
  > div,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--4
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--4
  > div,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.col-sm-6.aem-GridColumn--default--4
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  div.col-xs-4.col-sm-6.cmp-upnext
  > div,
.perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.col-xs-4.col-sm-6.cmp-upnext
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  div.col-xs-4.col-sm-6.cmp-upnext
  > div,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.col-sm-6.cmp-upnext
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.col-xs-4.col-sm-6.cmp-upnext
  > div,
.perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.col-sm-6.cmp-upnext
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  div.col-xs-4.col-sm-6.cmp-upnext
  > div,
.perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.col-sm-6.cmp-upnext
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  div.col-xs-4.col-sm-6.cmp-upnext
  > div,
.perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.col-xs-4.col-sm-6.cmp-upnext
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  div.col-xs-4.col-sm-6.cmp-upnext
  > div,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.col-sm-6.cmp-upnext
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.col-xs-4.col-sm-6.cmp-upnext
  > div,
.perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.col-sm-6.cmp-upnext
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  div.col-xs-4.col-sm-6.cmp-upnext
  > div,
.perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.col-sm-6.cmp-upnext
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.col-sm-6.validation-component__wrapper-logo
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col-xs-4.col-sm-6.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-xs-4.col-sm-6.validation-component__wrapper-content
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col-xs-4.col-sm-6.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.col-sm-6.validation-component__wrapper-content
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col-xs-4.col-sm-6.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.col-sm-6.validation-component__wrapper-content
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col-xs-4.col-sm-6.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.col-sm-6.validation-component__wrapper-content
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.col-sm-6.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-xs-4.col-sm-6.validation-component__wrapper-content
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.col-sm-6.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.col-sm-6.validation-component__wrapper-content
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.col-sm-6.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.col-sm-6.validation-component__wrapper-content
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.col-sm-6.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.col-sm-6.validation-component__wrapper-content
  > div,
.max-col-height > .row div.col-xs-4.col-sm-6.icon-grid-resource > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.col-sm-6.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.col-sm-6.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.col-sm-6.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--8
  > div,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--8
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--8
  > div,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--8
  > div,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--8
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--8
  > div,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--8
  > div,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8
  > div,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8
  > div,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8
  > div,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8
  > div,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8
  > div,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.aem-GridColumn--default--8
  > div,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.aem-GridColumn--default--8
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.aem-GridColumn--default--8
  > div,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.aem-GridColumn--default--8
  > div,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.aem-GridColumn--default--8
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.aem-GridColumn--default--8
  > div,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.aem-GridColumn--default--8
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  > div,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  > div,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  > div,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  > div,
.perspective-article-page
  .about-author
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  > div,
.max-col-height
  > .row
  .customer-story
  .perspective-article-page
  .about-author
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  > div,
.customer-story
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  > div,
.customer-story
  .perspective-article-page
  .about-author
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  > div,
.customer-story
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .perspective-article-page
  .about-author
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  > div,
.customer-story
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  > div,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  > div,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  > div,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  > div,
.perspective-article-page
  .upnext
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  > div,
.max-col-height
  > .row
  .customer-story
  .perspective-article-page
  .upnext
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  > div,
.customer-story
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  > div,
.customer-story
  .perspective-article-page
  .upnext
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  > div,
.customer-story
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .perspective-article-page
  .upnext
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  > div,
.customer-story
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--8
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  > div,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  > div,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  > div,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  > div,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  > div,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  > div,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--8
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  > div,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  > div,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  > div,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  > div,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  > div,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  > div,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--8
  > div,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--8
  > div,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--8
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--8
  > div,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--8
  > div,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--8
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--8
  > div,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--8
  > div,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--4
  > div,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--4
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--4
  > div,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--4
  > div,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--4
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--4
  > div,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.col-sm-6.aem-GridColumn--default--4
  > div,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.aem-GridColumn--default--4
  > div,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.aem-GridColumn--default--4
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.aem-GridColumn--default--4
  > div,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.aem-GridColumn--default--4
  > div,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.aem-GridColumn--default--4
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.aem-GridColumn--default--4
  > div,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.aem-GridColumn--default--4
  > div,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4
  > div,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4
  > div,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4
  > div,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4
  > div,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  > div,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  > div,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  > div,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  > div,
.perspective-article-page
  .about-author
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  > div,
.max-col-height
  > .row
  .customer-story
  .perspective-article-page
  .about-author
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  > div,
.customer-story
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  > div,
.customer-story
  .perspective-article-page
  .about-author
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  > div,
.customer-story
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .perspective-article-page
  .about-author
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  > div,
.customer-story
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  > div,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  > div,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  > div,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  > div,
.perspective-article-page
  .upnext
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  > div,
.max-col-height
  > .row
  .customer-story
  .perspective-article-page
  .upnext
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  > div,
.customer-story
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  > div,
.customer-story
  .perspective-article-page
  .upnext
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  > div,
.customer-story
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .perspective-article-page
  .upnext
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  > div,
.customer-story
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.cmp-upnext.aem-GridColumn--default--4
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  > div,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  > div,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  > div,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  > div,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  > div,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  > div,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-logo.aem-GridColumn--default--4
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  > div,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  > div,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  > div,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  > div,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  > div,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  > div,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.validation-component__wrapper-content.aem-GridColumn--default--4
  > div,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--4
  > div,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--4
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--4
  > div,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--4
  > div,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--4
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--4
  > div,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.icon-grid-resource.aem-GridColumn--default--4
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col.col-sm-6.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col.col-sm-6.validation-component__wrapper-logo
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col.col-sm-6.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.col-sm-6.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col.col-sm-6.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.col-sm-6.validation-component__wrapper-logo
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col.col-sm-6.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.col-sm-6.validation-component__wrapper-logo
  > div,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  > div,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col.col-sm-6.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col.col-sm-6.validation-component__wrapper-logo
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col.col-sm-6.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.col-sm-6.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col.col-sm-6.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.col-sm-6.validation-component__wrapper-logo
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col.col-sm-6.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.col-sm-6.validation-component__wrapper-logo
  > div,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-logo
  > div,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-logo
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-logo
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.validation-component__wrapper-logo
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-logo
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col.col-sm-6.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col.col-sm-6.validation-component__wrapper-content
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col.col-sm-6.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.col-sm-6.validation-component__wrapper-content
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col.col-sm-6.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.col-sm-6.validation-component__wrapper-content
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col.col-sm-6.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.col-sm-6.validation-component__wrapper-content
  > div,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  > div,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  > div,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  > div,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  > div,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  > div,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col.col-sm-6.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col.col-sm-6.validation-component__wrapper-content
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col.col-sm-6.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.col-sm-6.validation-component__wrapper-content
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col.col-sm-6.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.col-sm-6.validation-component__wrapper-content
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col.col-sm-6.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.col-sm-6.validation-component__wrapper-content
  > div,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  > div,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  > div,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.validation-component__wrapper-content
  > div,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  > div,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  > div,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.validation-component__wrapper-content
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.validation-component__wrapper-content
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.validation-component__wrapper-content
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.icon-grid-resource.validation-component__wrapper-content
  > div,
.max-col-height > .row div.col.col-sm-6.icon-grid-resource > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.col-sm-6.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.col-sm-6.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.col-sm-6.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height > .row div.col-sm-6.icon-grid-resource > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  div.col.col-sm-6.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .max-col-height
  > .row
  div.col.col-sm-6.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  div.col.col-sm-6.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.col-sm-6.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  div.col.col-sm-6.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.col-sm-6.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  div.col.col-sm-6.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.col-sm-6.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .section-v3
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .section-v3
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .section-v3
  .twocolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .section-v3
  .twocolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  div.col-sm-6.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .max-col-height
  > .row
  div.col-sm-6.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  div.col-sm-6.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  div.col-sm-6.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  div.col-sm-6.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  div.col.col-sm-6.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .max-col-height
  > .row
  div.col.col-sm-6.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  div.col.col-sm-6.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.col-sm-6.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  div.col.col-sm-6.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.col-sm-6.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  div.col.col-sm-6.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.col-sm-6.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .threecolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .threecolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .section-v3
  .threecolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .threecolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .threecolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .threecolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .section-v3
  .threecolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .threecolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .section-v3
  .threecolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .section-v3
  .threecolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  div.col-sm-6.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .max-col-height
  > .row
  div.col-sm-6.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  div.col-sm-6.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  div.col-sm-6.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  div.col-sm-6.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  div.col.col-sm-6.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.col.col-sm-6.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  div.col.col-sm-6.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.col-sm-6.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  div.col.col-sm-6.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.col-sm-6.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  div.col.col-sm-6.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.col-sm-6.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .fourcolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .fourcolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .section-v3
  .fourcolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .fourcolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .fourcolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .fourcolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .section-v3
  .fourcolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .fourcolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-sm-6.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .section-v3
  .fourcolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .section-v3
  .fourcolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  div.col-sm-6.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.col-sm-6.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  div.col-sm-6.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-sm-6.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  div.col-sm-6.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-sm-6.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  div.col-sm-6.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-sm-6.icon-grid-resource
  > div,
.max-col-height > .row div.col.col-xs-4.icon-grid-resource > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.col-xs-4.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.col-xs-4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.col-xs-4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  div.col-xs-4.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.col-xs-4.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  div.col-xs-4.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.col-xs-4.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  div.col-xs-4.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  div.col-xs-4.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.col-xs-4.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  div.col-xs-4.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.col-xs-4.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  div.col-xs-4.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height > .row div.col-xs-4.icon-grid-resource > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .perspective-article-page
  .about-author
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .perspective-article-page
  .about-author
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .perspective-article-page
  .about-author
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .perspective-article-page
  .upnext
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .perspective-article-page
  .upnext
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .perspective-article-page
  .upnext
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  > div,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  > div,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  > div,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  > div,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  > div,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .perspective-article-page
  .about-author
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .perspective-article-page
  .about-author
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .perspective-article-page
  .about-author
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .perspective-article-page
  .upnext
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .perspective-article-page
  .upnext
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .perspective-article-page
  .upnext
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  > div,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  > div,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  > div,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  > div,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.icon-grid-resource.validation-component__wrapper-logo
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource.validation-component__wrapper-logo
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource.validation-component__wrapper-logo
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.icon-grid-resource.validation-component__wrapper-logo
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource.validation-component__wrapper-logo
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource.validation-component__wrapper-logo
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.icon-grid-resource.validation-component__wrapper-content
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource.validation-component__wrapper-content
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource.validation-component__wrapper-content
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource.validation-component__wrapper-content
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.icon-grid-resource.validation-component__wrapper-content
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource.validation-component__wrapper-content
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource.validation-component__wrapper-content
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource.validation-component__wrapper-content
  > div,
.max-col-height > .row div.col.icon-grid-resource > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height > .row div.icon-grid-resource > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource
  > div,
.cmp-logo-wall .max-col-height > .logo-container div.icon-grid-resource > div,
.max-col-height > .row .section-v3 .twocolumn div.col.icon-grid-resource > div,
.section-v3 .twocolumn .max-col-height > .row div.col.icon-grid-resource > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  div.col.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  div.col.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  div.col.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .section-v3
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .section-v3
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height > .row .section-v3 .twocolumn div.icon-grid-resource > div,
.section-v3 .twocolumn .max-col-height > .row div.icon-grid-resource > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  div.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  div.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  div.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  div.col.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .max-col-height
  > .row
  div.col.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  div.col.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  div.col.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  div.col.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .threecolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .threecolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .section-v3
  .threecolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .threecolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .threecolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .threecolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .section-v3
  .threecolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .threecolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height > .row .section-v3 .threecolumn div.icon-grid-resource > div,
.section-v3 .threecolumn .max-col-height > .row div.icon-grid-resource > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  div.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  div.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  div.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource
  > div,
.max-col-height > .row .section-v3 .fourcolumn div.col.icon-grid-resource > div,
.section-v3 .fourcolumn .max-col-height > .row div.col.icon-grid-resource > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  div.col.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  div.col.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  div.col.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .fourcolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .fourcolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .section-v3
  .fourcolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .fourcolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .fourcolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .fourcolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .section-v3
  .fourcolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .fourcolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height > .row .section-v3 .fourcolumn div.icon-grid-resource > div,
.section-v3 .fourcolumn .max-col-height > .row div.icon-grid-resource > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  div.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  div.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  div.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource
  > div,
.max-col-height > .row .twocolumn div.col.col-xs-4.icon-grid-resource > div,
.twocolumn .max-col-height > .row div.col.col-xs-4.icon-grid-resource > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  div.col.col-xs-4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.col-xs-4.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  div.col.col-xs-4.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.col-xs-4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  div.col.col-xs-4.icon-grid-resource
  > div,
.twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.col-xs-4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col-xs-4.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .twocolumn
  div.col-xs-4.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .twocolumn
  .max-col-height
  > .row
  div.col-xs-4.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .twocolumn
  div.col-xs-4.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .twocolumn
  div.col-xs-4.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .twocolumn
  div.col-xs-4.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .about-author
  div.col-xs-4.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.col-xs-4.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .about-author
  div.col-xs-4.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.col-xs-4.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .about-author
  div.col-xs-4.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .twocolumn
  div.col-xs-4.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .twocolumn
  .max-col-height
  > .row
  div.col-xs-4.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .twocolumn
  div.col-xs-4.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .twocolumn
  div.col-xs-4.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .twocolumn
  div.col-xs-4.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .upnext
  div.col-xs-4.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.col-xs-4.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .upnext
  div.col-xs-4.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.col-xs-4.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .upnext
  div.col-xs-4.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height > .row .twocolumn div.col-xs-4.icon-grid-resource > div,
.twocolumn .max-col-height > .row div.col-xs-4.icon-grid-resource > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  div.col-xs-4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col-xs-4.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  div.col-xs-4.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col-xs-4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  div.col-xs-4.icon-grid-resource
  > div,
.twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col-xs-4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .twocolumn
  .max-col-height.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .max-col-height.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .twocolumn
  .max-col-height.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .max-col-height.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .perspective-article-page
  .about-author
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .perspective-article-page
  .about-author
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .perspective-article-page
  .about-author
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .perspective-article-page
  .about-author
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .perspective-article-page
  .about-author
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .perspective-article-page
  .about-author
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .perspective-article-page
  .about-author
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .perspective-article-page
  .about-author
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .perspective-article-page
  .about-author
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .perspective-article-page
  .upnext
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .perspective-article-page
  .upnext
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .perspective-article-page
  .upnext
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .perspective-article-page
  .upnext
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .perspective-article-page
  .upnext
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .perspective-article-page
  .upnext
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .perspective-article-page
  .upnext
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .perspective-article-page
  .upnext
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .perspective-article-page
  .upnext
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  > div,
.customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  > div,
.customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  > div,
.perspective-article-page
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  > div,
.customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  > div,
.customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  > div,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  > div,
.twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  > div,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  > div,
.perspective-article-page
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  > div,
.twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  > div,
.twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--8
  > div,
.max-col-height
  > .row
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.col.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .twocolumn
  .max-col-height.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .max-col-height.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .twocolumn
  .max-col-height.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .max-col-height.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container.aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .perspective-article-page
  .about-author
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .perspective-article-page
  .about-author
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .perspective-article-page
  .about-author
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .perspective-article-page
  .about-author
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .perspective-article-page
  .about-author
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .perspective-article-page
  .about-author
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .perspective-article-page
  .about-author
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .perspective-article-page
  .about-author
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .perspective-article-page
  .about-author
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .perspective-article-page
  .upnext
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .perspective-article-page
  .upnext
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .perspective-article-page
  .upnext
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .perspective-article-page
  .upnext
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .perspective-article-page
  .upnext
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .perspective-article-page
  .upnext
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .perspective-article-page
  .upnext
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .perspective-article-page
  .upnext
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .perspective-article-page
  .upnext
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.cmp-upnext.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-logo.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.validation-component__wrapper-content.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  > div,
.customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  > div,
.customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  > div,
.perspective-article-page
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  > div,
.customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  > div,
.customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  > div,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  > div,
.twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  > div,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  > div,
.perspective-article-page
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  > div,
.twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  > div,
.twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.icon-grid-resource.aem-GridColumn--default--4
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.col.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.icon-grid-resource.validation-component__wrapper-logo
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource.validation-component__wrapper-logo
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource.validation-component__wrapper-logo
  > div,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-logo
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.icon-grid-resource.validation-component__wrapper-logo
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-logo
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-logo
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource.validation-component__wrapper-logo
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-logo
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource.validation-component__wrapper-logo
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.col.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.icon-grid-resource.validation-component__wrapper-logo
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource.validation-component__wrapper-logo
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-logo
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource.validation-component__wrapper-logo
  > div,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-logo
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.icon-grid-resource.validation-component__wrapper-logo
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-logo
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource.validation-component__wrapper-logo
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-logo
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource.validation-component__wrapper-logo
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-logo
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource.validation-component__wrapper-logo
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.col.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .twocolumn
  div.col.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.col.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  div.col.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.icon-grid-resource.validation-component__wrapper-content
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource.validation-component__wrapper-content
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource.validation-component__wrapper-content
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-content
  > div,
.validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource.validation-component__wrapper-content
  > div,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-content
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.icon-grid-resource.validation-component__wrapper-content
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-content
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource.validation-component__wrapper-content
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-content
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource.validation-component__wrapper-content
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  div.icon-grid-resource.validation-component__wrapper-content
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource.validation-component__wrapper-content
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.col.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.col.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.col.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.col.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .about-author
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .upnext
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.icon-grid-resource.validation-component__wrapper-content
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource.validation-component__wrapper-content
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource.validation-component__wrapper-content
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.icon-grid-resource.validation-component__wrapper-content
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource.validation-component__wrapper-content
  > div,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-content
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.icon-grid-resource.validation-component__wrapper-content
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-content
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource.validation-component__wrapper-content
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-content
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource.validation-component__wrapper-content
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.icon-grid-resource.validation-component__wrapper-content
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource.validation-component__wrapper-content
  > div,
.max-col-height > .row .twocolumn div.col.icon-grid-resource > div,
.twocolumn .max-col-height > .row div.col.icon-grid-resource > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  div.col.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  div.col.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  div.col.icon-grid-resource
  > div,
.twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .twocolumn
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .customer-story
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .twocolumn
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .max-col-height
  > .row
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .twocolumn
  .customer-story
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .about-author
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .about-author
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  div.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .about-author
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .about-author
  div.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .about-author
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .upnext
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .upnext
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  div.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .upnext
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .upnext
  div.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .upnext
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height > .row .twocolumn div.icon-grid-resource > div,
.twocolumn .max-col-height > .row div.icon-grid-resource > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  div.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  div.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  div.icon-grid-resource
  > div,
.twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource
  > div,
.max-col-height > .row .section-v3 .twocolumn div.col.icon-grid-resource > div,
.section-v3 .twocolumn .max-col-height > .row div.col.icon-grid-resource > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  div.col.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  div.col.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  div.col.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.section-v3
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.section-v3
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .perspective-article-page
  .about-author
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .perspective-article-page
  .about-author
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .perspective-article-page
  .about-author
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .perspective-article-page
  .about-author
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .perspective-article-page
  .about-author
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .perspective-article-page
  .about-author
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .perspective-article-page
  .about-author
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .perspective-article-page
  .upnext
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .perspective-article-page
  .upnext
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .perspective-article-page
  .upnext
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .perspective-article-page
  .upnext
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .perspective-article-page
  .upnext
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .perspective-article-page
  .upnext
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .perspective-article-page
  .upnext
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .validation-component__wrapper--horizontal
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height > .row .section-v3 .twocolumn div.icon-grid-resource > div,
.section-v3 .twocolumn .max-col-height > .row div.icon-grid-resource > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .twocolumn
  div.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .twocolumn
  div.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .twocolumn
  div.icon-grid-resource
  > div,
.section-v3
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .twocolumn
  div.col.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.col.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .twocolumn
  div.col.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  .twocolumn
  div.col.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .twocolumn
  div.col.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .threecolumn
  div.col.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.col.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .threecolumn
  div.col.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .threecolumn
  div.col.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .threecolumn
  div.col.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.section-v3
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.section-v3
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .section-v3
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .section-v3
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .threecolumn
  .twocolumn
  div.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .twocolumn
  .max-col-height
  > .row
  div.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .threecolumn
  .twocolumn
  div.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .threecolumn
  .twocolumn
  div.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .threecolumn
  .twocolumn
  div.icon-grid-resource
  > div,
.section-v3
  .threecolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .threecolumn
  div.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .threecolumn
  .max-col-height
  > .row
  div.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .threecolumn
  div.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .threecolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .threecolumn
  div.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .threecolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .threecolumn
  div.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .threecolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .twocolumn
  div.col.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.col.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .twocolumn
  div.col.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  .twocolumn
  div.col.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .twocolumn
  div.col.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .fourcolumn
  div.col.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.col.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .fourcolumn
  div.col.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.col.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .fourcolumn
  div.col.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.col.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .fourcolumn
  div.col.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.col.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.section-v3
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--8.icon-grid-resource
  > div,
.max-col-height
  > .row
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .customer-story
  .section-v3
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.section-v3
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .max-col-height
  > .row
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.aem-GridColumn--default--4.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .section-v3
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .about-author
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .about-author
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .perspective-article-page
  .about-author
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .section-v3
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .perspective-article-page
  .upnext
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  .twocolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  .twocolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  .max-col-height
  > .row
  div.cmp-upnext.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .upnext
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.cmp-upnext.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  div.cmp-upnext.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .perspective-article-page
  .upnext
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.cmp-upnext.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-logo.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--horizontal
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .validation-component__wrapper--horizontal
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .max-col-height
  > .row
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .validation-component__wrapper--contentonWhiteBackground
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.validation-component__wrapper-content.icon-grid-resource
  > div,
.max-col-height
  > .row
  .section-v3
  .fourcolumn
  .twocolumn
  div.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .twocolumn
  .max-col-height
  > .row
  div.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .section-v3
  .fourcolumn
  .twocolumn
  div.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .twocolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .section-v3
  .fourcolumn
  .twocolumn
  div.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .twocolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .section-v3
  .fourcolumn
  .twocolumn
  div.icon-grid-resource
  > div,
.section-v3
  .fourcolumn
  .twocolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource
  > div,
.max-col-height
  > .row
  .twocolumn
  .section-v3
  .fourcolumn
  div.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .fourcolumn
  .max-col-height
  > .row
  div.icon-grid-resource
  > div,
.customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  .twocolumn
  .section-v3
  .fourcolumn
  div.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .fourcolumn
  .customer-story
  .max-col-height
  > .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  div.icon-grid-resource
  > div,
.perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  .twocolumn
  .section-v3
  .fourcolumn
  div.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .fourcolumn
  .perspective-article-page
  .max-col-height.perspective-main-container
  > .aem-Grid--default--12
  div.icon-grid-resource
  > div,
.cmp-logo-wall
  .max-col-height
  > .logo-container
  .twocolumn
  .section-v3
  .fourcolumn
  div.icon-grid-resource
  > div,
.twocolumn
  .section-v3
  .fourcolumn
  .cmp-logo-wall
  .max-col-height
  > .logo-container
  div.icon-grid-resource
  > div {
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* Fix to avoid conflict with .section class.
 When a component is added into Workday Layout Container .section class is added.
 This class is defined for another component and causes the added component boilerplate
 to be bigger than it should unless the page is reloaded.*/
.section.industry-use-case-modal {
  padding: 0px 0px;
}

.section-v3:has(
  .cmp-industrycasecard .modal-container[style*="display: block"]
),
.section-v3:has(
  .cmp-industrycasecard .modal-container[style*="display:block"]
) {
  z-index: 1000;
}

/* Fix to avoid conflict with .section class.
 When a component is added into Workday Layout Container .section class is added.
 This class is defined for another component and causes the added component boilerplate
 to be bigger than it should unless the page is reloaded.*/
.section.icon {
  padding: 0px 0px;
}

.cmp-icon .svg-icon {
  fill: #0875e1;
  height: 3.5rem;
}
.cmp-icon .svg-icon path.st0 {
  fill: #0875e1;
}

/* Fix to avoid conflict with .section class.
 When a component is added into Workday Layout Container .section class is added.
 This class is defined for another component and causes the added component boilerplate
 to be bigger than it should unless the page is reloaded.*/
.section.checklist-item {
  padding: 0px 0px;
}

.cmp-checklist-item {
  margin-bottom: 24px;
  display: flex;
}
.cmp-checklist-item .cmp-checklist-item__header .svg-icon {
  margin-right: 14.79px;
  height: 19.14px;
  width: 20.42px;
  fill: #0875e1;
}
.cmp-checklist-item .cmp-checklist-item__header .svg-icon path.st0 {
  fill: #0875e1;
}
.cmp-checklist-item .cmp-checklist-item__body {
  display: flex;
  text-align: left;
}

.modal-page {
  max-width: 88rem;
  margin: 10px auto;
}

.cq-Editable-dom.cq-Editable-dom--container {
  width: 100% !important;
  clear: both;
  float: none;
}

.homepage-hero.padding-top-sm {
  padding-top: 32px;
  padding-top: 2rem;
}
.homepage-hero.padding-top-md {
  padding-top: 48px;
  padding-top: 3rem;
}
@media (min-width: 70.25em) {
  .homepage-hero.padding-top-md {
    padding-top: 64px;
    padding-top: 4rem;
  }
}
.homepage-hero.padding-top-lg {
  padding-top: 64px;
  padding-top: 4rem;
}
@media (min-width: 70.25em) {
  .homepage-hero.padding-top-lg {
    padding-top: 96px;
    padding-top: 6rem;
  }
}
.homepage-hero.padding-bottom-sm {
  padding-bottom: 32px;
  padding-bottom: 2rem;
}
.homepage-hero.padding-bottom-md {
  padding-bottom: 48px;
  padding-bottom: 3rem;
}
@media (min-width: 70.25em) {
  .homepage-hero.padding-bottom-md {
    padding-bottom: 64px;
    padding-bottom: 4rem;
  }
}
.homepage-hero.padding-bottom-lg {
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media (min-width: 70.25em) {
  .homepage-hero.padding-bottom-lg {
    padding-bottom: 96px;
    padding-bottom: 6rem;
  }
}
.homepage-hero .cmp-homepage-hero {
  position: relative;
  width: 100%;
}
.homepage-hero .cmp-homepage-hero .row,
.homepage-hero
  .cmp-homepage-hero
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
.customer-story
  .homepage-hero
  .cmp-homepage-hero
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
.homepage-hero
  .cmp-homepage-hero
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12,
.perspective-article-page
  .homepage-hero
  .cmp-homepage-hero
  .perspective-main-container
  > .aem-Grid--default--12,
.homepage-hero .cmp-homepage-hero .cmp-logo-wall .logo-container,
.cmp-logo-wall .homepage-hero .cmp-homepage-hero .logo-container {
  position: relative;
  z-index: 2;
}
.homepage-hero .cmp-homepage-hero.addOffset {
  padding-top: 88px;
  padding-top: 5.5rem;
}
@media (min-width: 48em) {
  .homepage-hero .cmp-homepage-hero.addOffset {
    padding-top: 112px;
    padding-top: 7rem;
  }
}
.homepage-hero .cmp-homepage-hero .cmp-image {
  display: none;
}
@media only screen and (min-width: 62em) {
  .homepage-hero .cmp-homepage-hero .cmp-image {
    display: block;
  }
}
.homepage-hero .cmp-homepage-hero .cmp-image__image {
  max-width: 100%;
}
.homepage-hero .cmp-homepage-hero .cmp-image__landscape,
.homepage-hero .cmp-homepage-hero .cmp-image__square {
  width: 100%;
  height: 100%;
}
.homepage-hero .cmp-homepage-hero .cmp-image__mobile {
  display: block;
}
.homepage-hero .cmp-homepage-hero .cmp-videomodal {
  display: none;
}
@media only screen and (min-width: 62em) {
  .homepage-hero .cmp-homepage-hero .cmp-videomodal {
    display: block;
  }
}
.homepage-hero .cmp-homepage-hero .cmp-videomodal__mobile {
  display: block;
}
.homepage-hero .cmp-homepage-hero .cmp-text .cmp-videomodal {
  display: inline-block;
}
.homepage-hero .cmp-homepage-hero .cmp-button .cmp-videomodal {
  display: flex;
}
.homepage-hero .cmp-homepage-hero .hero.at-element-marker .container,
.homepage-hero
  .cmp-homepage-hero
  .hero.at-element-marker
  .perspective-article-page
  .perspective-main-container,
.perspective-article-page
  .homepage-hero
  .cmp-homepage-hero
  .hero.at-element-marker
  .perspective-main-container,
.homepage-hero
  .cmp-homepage-hero
  .hero.at-element-marker
  .section-v3
  .section__container,
.section-v3
  .homepage-hero
  .cmp-homepage-hero
  .hero.at-element-marker
  .section__container,
.homepage-hero .cmp-homepage-hero .hero-v2.at-element-marker .container,
.homepage-hero
  .cmp-homepage-hero
  .hero-v2.at-element-marker
  .perspective-article-page
  .perspective-main-container,
.perspective-article-page
  .homepage-hero
  .cmp-homepage-hero
  .hero-v2.at-element-marker
  .perspective-main-container,
.homepage-hero
  .cmp-homepage-hero
  .hero-v2.at-element-marker
  .section-v3
  .section__container,
.section-v3
  .homepage-hero
  .cmp-homepage-hero
  .hero-v2.at-element-marker
  .section__container {
  padding: 0;
  padding: 0rem;
  max-width: 100%;
}
.homepage-hero .cmp-homepage-hero .hero.at-element-marker .container .container,
.homepage-hero
  .cmp-homepage-hero
  .hero.at-element-marker
  .perspective-article-page
  .perspective-main-container
  .container,
.perspective-article-page
  .homepage-hero
  .cmp-homepage-hero
  .hero.at-element-marker
  .perspective-main-container
  .container,
.homepage-hero
  .cmp-homepage-hero
  .hero.at-element-marker
  .section-v3
  .section__container
  .container,
.section-v3
  .homepage-hero
  .cmp-homepage-hero
  .hero.at-element-marker
  .section__container
  .container,
.homepage-hero
  .cmp-homepage-hero
  .hero.at-element-marker
  .container
  .perspective-article-page
  .perspective-main-container,
.perspective-article-page
  .homepage-hero
  .cmp-homepage-hero
  .hero.at-element-marker
  .container
  .perspective-main-container,
.homepage-hero
  .cmp-homepage-hero
  .hero.at-element-marker
  .perspective-article-page
  .perspective-main-container
  .perspective-main-container,
.perspective-article-page
  .homepage-hero
  .cmp-homepage-hero
  .hero.at-element-marker
  .perspective-main-container
  .perspective-main-container,
.homepage-hero
  .cmp-homepage-hero
  .hero.at-element-marker
  .section-v3
  .section__container
  .perspective-article-page
  .perspective-main-container,
.perspective-article-page
  .homepage-hero
  .cmp-homepage-hero
  .hero.at-element-marker
  .section-v3
  .section__container
  .perspective-main-container,
.section-v3
  .homepage-hero
  .cmp-homepage-hero
  .hero.at-element-marker
  .section__container
  .perspective-article-page
  .perspective-main-container,
.perspective-article-page
  .section-v3
  .homepage-hero
  .cmp-homepage-hero
  .hero.at-element-marker
  .section__container
  .perspective-main-container,
.homepage-hero
  .cmp-homepage-hero
  .hero.at-element-marker
  .container
  .section-v3
  .section__container,
.section-v3
  .homepage-hero
  .cmp-homepage-hero
  .hero.at-element-marker
  .container
  .section__container,
.homepage-hero
  .cmp-homepage-hero
  .hero.at-element-marker
  .perspective-article-page
  .perspective-main-container
  .section-v3
  .section__container,
.section-v3
  .homepage-hero
  .cmp-homepage-hero
  .hero.at-element-marker
  .perspective-article-page
  .perspective-main-container
  .section__container,
.perspective-article-page
  .homepage-hero
  .cmp-homepage-hero
  .hero.at-element-marker
  .perspective-main-container
  .section-v3
  .section__container,
.section-v3
  .perspective-article-page
  .homepage-hero
  .cmp-homepage-hero
  .hero.at-element-marker
  .perspective-main-container
  .section__container,
.homepage-hero
  .cmp-homepage-hero
  .hero.at-element-marker
  .section-v3
  .section__container
  .section__container,
.section-v3
  .homepage-hero
  .cmp-homepage-hero
  .hero.at-element-marker
  .section__container
  .section__container,
.homepage-hero
  .cmp-homepage-hero
  .hero-v2.at-element-marker
  .container
  .container,
.homepage-hero
  .cmp-homepage-hero
  .hero-v2.at-element-marker
  .perspective-article-page
  .perspective-main-container
  .container,
.perspective-article-page
  .homepage-hero
  .cmp-homepage-hero
  .hero-v2.at-element-marker
  .perspective-main-container
  .container,
.homepage-hero
  .cmp-homepage-hero
  .hero-v2.at-element-marker
  .section-v3
  .section__container
  .container,
.section-v3
  .homepage-hero
  .cmp-homepage-hero
  .hero-v2.at-element-marker
  .section__container
  .container,
.homepage-hero
  .cmp-homepage-hero
  .hero-v2.at-element-marker
  .container
  .perspective-article-page
  .perspective-main-container,
.perspective-article-page
  .homepage-hero
  .cmp-homepage-hero
  .hero-v2.at-element-marker
  .container
  .perspective-main-container,
.homepage-hero
  .cmp-homepage-hero
  .hero-v2.at-element-marker
  .perspective-article-page
  .perspective-main-container
  .perspective-main-container,
.perspective-article-page
  .homepage-hero
  .cmp-homepage-hero
  .hero-v2.at-element-marker
  .perspective-main-container
  .perspective-main-container,
.homepage-hero
  .cmp-homepage-hero
  .hero-v2.at-element-marker
  .section-v3
  .section__container
  .perspective-article-page
  .perspective-main-container,
.perspective-article-page
  .homepage-hero
  .cmp-homepage-hero
  .hero-v2.at-element-marker
  .section-v3
  .section__container
  .perspective-main-container,
.section-v3
  .homepage-hero
  .cmp-homepage-hero
  .hero-v2.at-element-marker
  .section__container
  .perspective-article-page
  .perspective-main-container,
.perspective-article-page
  .section-v3
  .homepage-hero
  .cmp-homepage-hero
  .hero-v2.at-element-marker
  .section__container
  .perspective-main-container,
.homepage-hero
  .cmp-homepage-hero
  .hero-v2.at-element-marker
  .container
  .section-v3
  .section__container,
.section-v3
  .homepage-hero
  .cmp-homepage-hero
  .hero-v2.at-element-marker
  .container
  .section__container,
.homepage-hero
  .cmp-homepage-hero
  .hero-v2.at-element-marker
  .perspective-article-page
  .perspective-main-container
  .section-v3
  .section__container,
.section-v3
  .homepage-hero
  .cmp-homepage-hero
  .hero-v2.at-element-marker
  .perspective-article-page
  .perspective-main-container
  .section__container,
.perspective-article-page
  .homepage-hero
  .cmp-homepage-hero
  .hero-v2.at-element-marker
  .perspective-main-container
  .section-v3
  .section__container,
.section-v3
  .perspective-article-page
  .homepage-hero
  .cmp-homepage-hero
  .hero-v2.at-element-marker
  .perspective-main-container
  .section__container,
.homepage-hero
  .cmp-homepage-hero
  .hero-v2.at-element-marker
  .section-v3
  .section__container
  .section__container,
.section-v3
  .homepage-hero
  .cmp-homepage-hero
  .hero-v2.at-element-marker
  .section__container
  .section__container {
  padding-right: 32px;
  padding-right: 2rem;
  padding-left: 32px;
  padding-left: 2rem;
  max-width: 88rem;
}

/* Feature card grid styling */
.feature-card-grid {
  margin: 32px 0;
}

.homepage-hero + .feature-card-grid {
  margin-top: 0;
}

.homepage-hero + .section-v2 .feature-card-grid {
  margin-top: 0;
}

/* Feature card styling */
.feature-card {
  display: flex;
  border-radius: 12px;
  cursor: pointer;
  flex-direction: row;
  width: 100%;
}
.feature-card__outer {
  display: grid;
  width: 100%;
  gap: 32px;
  /* Split into 2/3 column layout based on the card count. */
}
@media (min-width: 48em) {
  .feature-card__outer {
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  }
}
@media (min-width: 70.25em) {
  .feature-card__outer {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }
}
@media (min-width: 75em) {
  .feature-card__outer {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  }
}
@media (min-width: 100em) {
  .feature-card__outer {
    grid-template-columns: repeat(auto-fit, minmax(410px, 1fr));
  }
}
.feature-card .card {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-shadow: 0 0 0 1px #dfe2e6;
  border-radius: 12px;
  overflow: hidden;
}
.feature-card .card__footer {
  height: 44px;
  margin-top: 24px;
  border-radius: 0 0 12px 12px;
  border-color: transparent;
}
@media (min-width: 48em) {
  .feature-card .card__footer {
    height: 64px;
  }
}
.feature-card .card__footer img {
  width: 100%;
  display: block;
  height: 100%;
  background-repeat: repeat-x;
  object-fit: cover;
  object-position: left bottom;
}
.feature-card .card__item.flexible {
  padding: 24px 24px 0;
}
.feature-card .card__item.flexible .title-5,
.feature-card
  .card__item.flexible
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .feature-card
  .card__item.flexible
  .hero-card__title {
  margin-bottom: 1rem;
}
.feature-card .card__item.flexible .body-2,
.feature-card
  .card__item.flexible
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .feature-card
  .card__item.flexible
  .about-author__user-details {
  margin-bottom: 1rem;
}
.feature-card .card__item {
  padding: 0 24px;
}
.feature-card .flexible {
  flex-grow: 1;
}
.feature-card .cmp-button {
  display: inline-block;
}
.feature-card .cmp-button a {
  text-decoration: none;
}
.feature-card .cmp-button:focus {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  border-radius: 12px;
  outline: 0;
}

.section-v2 .cmp-feature-card .container,
.section-v2
  .cmp-feature-card
  .perspective-article-page
  .perspective-main-container,
.perspective-article-page
  .section-v2
  .cmp-feature-card
  .perspective-main-container,
.section-v2 .cmp-feature-card .section-v3 .section__container,
.section-v3 .section-v2 .cmp-feature-card .section__container {
  padding-right: 0rem;
  padding-left: 0rem;
}

.feature-card:hover {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
}

.large-announcement-bar {
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.large-announcement-bar .large-announcement-bar-content {
  display: flex;
  flex-direction: column;
  flex: auto;
  max-width: 1408px;
  gap: 32px;
}
@media (min-width: 48em) {
  .large-announcement-bar .large-announcement-bar-content {
    flex-direction: row;
  }
}
.large-announcement-bar
  .large-announcement-bar-content
  .large-announcement-bar-left,
.large-announcement-bar
  .large-announcement-bar-content
  .large-announcement-bar-right {
  display: flex;
  flex-direction: column;
  flex: 50%;
}
.large-announcement-bar
  .large-announcement-bar-content
  .large-announcement-bar-left {
  order: 1;
  align-items: center;
  justify-content: center;
}
@media (min-width: 48em) {
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-left {
    order: 0;
  }
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-left.image-right {
    order: 1;
  }
}
.large-announcement-bar
  .large-announcement-bar-content
  .large-announcement-bar-right {
  justify-content: center;
  align-items: flex-start;
}
.large-announcement-bar
  .large-announcement-bar-content
  .large-announcement-bar-right
  .cq-Editable-dom
  .cq-placeholder {
  width: 400px;
}
.large-announcement-bar
  .large-announcement-bar-content
  .large-announcement-bar-right
  .cmp-text {
  display: block;
  margin-bottom: 24px;
}
.large-announcement-bar
  .large-announcement-bar-content
  .large-announcement-bar-right
  .cmp-text
  h1,
.large-announcement-bar
  .large-announcement-bar-content
  .large-announcement-bar-right
  .cmp-text
  h2,
.large-announcement-bar
  .large-announcement-bar-content
  .large-announcement-bar-right
  .cmp-text
  h3,
.large-announcement-bar
  .large-announcement-bar-content
  .large-announcement-bar-right
  .cmp-text
  h4,
.large-announcement-bar
  .large-announcement-bar-content
  .large-announcement-bar-right
  .cmp-text
  h5,
.large-announcement-bar
  .large-announcement-bar-content
  .large-announcement-bar-right
  .cmp-text
  h6,
.large-announcement-bar
  .large-announcement-bar-content
  .large-announcement-bar-right
  .cmp-text
  blockquote,
.large-announcement-bar
  .large-announcement-bar-content
  .large-announcement-bar-right
  .cmp-text
  pre {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  margin: 0;
}
@media (min-width: 70.25em) {
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    h1,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    h2,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    h3,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    h4,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    h5,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    h6,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    blockquote,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    pre {
    font-size: 40px;
  }
}
@media (min-width: 75em) {
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    h1,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    h2,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    h3,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    h4,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    h5,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    h6,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    blockquote,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    pre {
    font-size: 48px;
  }
}
.large-announcement-bar
  .large-announcement-bar-content
  .large-announcement-bar-right
  .cmp-text
  p {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}
.large-announcement-bar
  .large-announcement-bar-content
  .large-announcement-bar-right
  .cmp-text
  p
  span {
  font-size: 32px;
}
.large-announcement-bar
  .large-announcement-bar-content
  .large-announcement-bar-right
  .cmp-text
  p
  span.title-1,
.large-announcement-bar
  .large-announcement-bar-content
  .large-announcement-bar-right
  .cmp-text
  p
  span.title-2,
.large-announcement-bar
  .large-announcement-bar-content
  .large-announcement-bar-right
  .cmp-text
  p
  span.title-3,
.large-announcement-bar
  .large-announcement-bar-content
  .large-announcement-bar-right
  .cmp-text
  p
  .cmp-about-author
  span.about-author__title,
.cmp-about-author
  .large-announcement-bar
  .large-announcement-bar-content
  .large-announcement-bar-right
  .cmp-text
  p
  span.about-author__title,
.large-announcement-bar
  .large-announcement-bar-content
  .large-announcement-bar-right
  .cmp-text
  p
  span.title-4,
.large-announcement-bar
  .large-announcement-bar-content
  .large-announcement-bar-right
  .cmp-text
  p
  span.title-5,
.large-announcement-bar
  .large-announcement-bar-content
  .large-announcement-bar-right
  .cmp-text
  p
  span.title-6,
.large-announcement-bar
  .large-announcement-bar-content
  .large-announcement-bar-right
  .cmp-text
  p
  .cmp-hub-hero
  span.hero-card__title,
.cmp-hub-hero
  .large-announcement-bar
  .large-announcement-bar-content
  .large-announcement-bar-right
  .cmp-text
  p
  span.hero-card__title,
.large-announcement-bar
  .large-announcement-bar-content
  .large-announcement-bar-right
  .cmp-text
  p
  span.body-0,
.large-announcement-bar
  .large-announcement-bar-content
  .large-announcement-bar-right
  .cmp-text
  p
  span.body-1,
.large-announcement-bar
  .large-announcement-bar-content
  .large-announcement-bar-right
  .cmp-text
  p
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  span.hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .large-announcement-bar
  .large-announcement-bar-content
  .large-announcement-bar-right
  .cmp-text
  p
  span.hero-card__description,
.large-announcement-bar
  .large-announcement-bar-content
  .large-announcement-bar-right
  .cmp-text
  p
  .cmp-about-author
  .about-author__user-details
  span.user-name,
.cmp-about-author
  .about-author__user-details
  .large-announcement-bar
  .large-announcement-bar-content
  .large-announcement-bar-right
  .cmp-text
  p
  span.user-name,
.large-announcement-bar
  .large-announcement-bar-content
  .large-announcement-bar-right
  .cmp-text
  p
  span.body-2,
.large-announcement-bar
  .large-announcement-bar-content
  .large-announcement-bar-right
  .cmp-text
  p
  .cmp-about-author
  span.about-author__user-details,
.cmp-about-author
  .large-announcement-bar
  .large-announcement-bar-content
  .large-announcement-bar-right
  .cmp-text
  p
  span.about-author__user-details,
.large-announcement-bar
  .large-announcement-bar-content
  .large-announcement-bar-right
  .cmp-text
  p
  span.body-3,
.large-announcement-bar
  .large-announcement-bar-content
  .large-announcement-bar-right
  .cmp-text
  p
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  span.hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .large-announcement-bar
  .large-announcement-bar-content
  .large-announcement-bar-right
  .cmp-text
  p
  span.hero-card__eyebrow,
.large-announcement-bar
  .large-announcement-bar-content
  .large-announcement-bar-right
  .cmp-text
  p
  .cmp-hub-hero
  span.hero-card__type,
.cmp-hub-hero
  .large-announcement-bar
  .large-announcement-bar-content
  .large-announcement-bar-right
  .cmp-text
  p
  span.hero-card__type,
.large-announcement-bar
  .large-announcement-bar-content
  .large-announcement-bar-right
  .cmp-text
  p
  span.cmp-share-component--copied,
.large-announcement-bar
  .large-announcement-bar-content
  .large-announcement-bar-right
  .cmp-text
  p
  span.cmp-share-component--date,
.large-announcement-bar
  .large-announcement-bar-content
  .large-announcement-bar-right
  .cmp-text
  p
  span.cmp-share-component--share,
.large-announcement-bar
  .large-announcement-bar-content
  .large-announcement-bar-right
  .cmp-text
  p
  span.overline,
.large-announcement-bar
  .large-announcement-bar-content
  .large-announcement-bar-right
  .cmp-text
  p
  .cmp-article-hero
  span.article-hero__eyebrow,
.cmp-article-hero
  .large-announcement-bar
  .large-announcement-bar-content
  .large-announcement-bar-right
  .cmp-text
  p
  span.article-hero__eyebrow,
.large-announcement-bar
  .large-announcement-bar-content
  .large-announcement-bar-right
  .cmp-text
  p
  .eyebrow
  span.cmp-title__text,
.eyebrow
  .large-announcement-bar
  .large-announcement-bar-content
  .large-announcement-bar-right
  .cmp-text
  p
  span.cmp-title__text,
.large-announcement-bar
  .large-announcement-bar-content
  .large-announcement-bar-right
  .cmp-text
  p
  span.statistic {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  margin: 0;
}
@media (min-width: 70.25em) {
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p {
    font-size: 40px;
    line-height: 48px;
  }
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    span {
    font-size: 40px;
  }
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    span.title-1,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    span.title-2,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    span.title-3,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    .cmp-about-author
    span.about-author__title,
  .cmp-about-author
    .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    span.about-author__title,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    span.title-4,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    span.title-5,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    span.title-6,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    .cmp-hub-hero
    span.hero-card__title,
  .cmp-hub-hero
    .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    span.hero-card__title,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    span.body-0,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    span.body-1,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    .cmp-hub-hero__one
    .hub-hero__wrapper-video
    span.hero-card__description,
  .cmp-hub-hero__one
    .hub-hero__wrapper-video
    .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    span.hero-card__description,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    .cmp-about-author
    .about-author__user-details
    span.user-name,
  .cmp-about-author
    .about-author__user-details
    .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    span.user-name,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    span.body-2,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    .cmp-about-author
    span.about-author__user-details,
  .cmp-about-author
    .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    span.about-author__user-details,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    span.body-3,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    .cmp-hub-hero
    .hub-hero__wrapper-list
    .hub-hero__card
    span.hero-card__eyebrow,
  .cmp-hub-hero
    .hub-hero__wrapper-list
    .hub-hero__card
    .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    span.hero-card__eyebrow,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    .cmp-hub-hero
    span.hero-card__type,
  .cmp-hub-hero
    .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    span.hero-card__type,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    span.cmp-share-component--copied,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    span.cmp-share-component--date,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    span.cmp-share-component--share,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    span.overline,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    .cmp-article-hero
    span.article-hero__eyebrow,
  .cmp-article-hero
    .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    span.article-hero__eyebrow,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    .eyebrow
    span.cmp-title__text,
  .eyebrow
    .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    span.cmp-title__text,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    span.statistic {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 75em) {
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p {
    font-size: 48px;
    line-height: 56px;
  }
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    span {
    font-size: 48px;
  }
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    span.title-1,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    span.title-2,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    span.title-3,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    .cmp-about-author
    span.about-author__title,
  .cmp-about-author
    .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    span.about-author__title,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    span.title-4,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    span.title-5,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    span.title-6,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    .cmp-hub-hero
    span.hero-card__title,
  .cmp-hub-hero
    .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    span.hero-card__title,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    span.body-0,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    span.body-1,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    .cmp-hub-hero__one
    .hub-hero__wrapper-video
    span.hero-card__description,
  .cmp-hub-hero__one
    .hub-hero__wrapper-video
    .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    span.hero-card__description,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    .cmp-about-author
    .about-author__user-details
    span.user-name,
  .cmp-about-author
    .about-author__user-details
    .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    span.user-name,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    span.body-2,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    .cmp-about-author
    span.about-author__user-details,
  .cmp-about-author
    .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    span.about-author__user-details,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    span.body-3,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    .cmp-hub-hero
    .hub-hero__wrapper-list
    .hub-hero__card
    span.hero-card__eyebrow,
  .cmp-hub-hero
    .hub-hero__wrapper-list
    .hub-hero__card
    .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    span.hero-card__eyebrow,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    .cmp-hub-hero
    span.hero-card__type,
  .cmp-hub-hero
    .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    span.hero-card__type,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    span.cmp-share-component--copied,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    span.cmp-share-component--date,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    span.cmp-share-component--share,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    span.overline,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    .cmp-article-hero
    span.article-hero__eyebrow,
  .cmp-article-hero
    .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    span.article-hero__eyebrow,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    .eyebrow
    span.cmp-title__text,
  .eyebrow
    .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    span.cmp-title__text,
  .large-announcement-bar
    .large-announcement-bar-content
    .large-announcement-bar-right
    .cmp-text
    p
    span.statistic {
    font-size: 48px;
    line-height: 56px;
  }
}

.black-pepper .large-announcement-bar h1,
.black-pepper .large-announcement-bar h2,
.black-pepper .large-announcement-bar h3,
.black-pepper .large-announcement-bar h4,
.black-pepper .large-announcement-bar h5,
.black-pepper .large-announcement-bar h6,
.black-pepper .large-announcement-bar blockquote,
.black-pepper .large-announcement-bar pre,
.black-pepper .large-announcement-bar p,
.black-pepper .large-announcement-bar .title-1,
.black-pepper .large-announcement-bar .title-2,
.black-pepper .large-announcement-bar .title-3,
.black-pepper .large-announcement-bar .cmp-about-author .about-author__title,
.cmp-about-author .black-pepper .large-announcement-bar .about-author__title,
.black-pepper .large-announcement-bar .title-4,
.black-pepper .large-announcement-bar .title-5,
.black-pepper .large-announcement-bar .title-6,
.black-pepper .large-announcement-bar .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .black-pepper .large-announcement-bar .hero-card__title,
.black-pepper .large-announcement-bar .body-0,
.black-pepper .large-announcement-bar .body-1,
.black-pepper
  .large-announcement-bar
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .black-pepper
  .large-announcement-bar
  .hero-card__description,
.black-pepper
  .large-announcement-bar
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .black-pepper
  .large-announcement-bar
  .user-name,
.black-pepper .large-announcement-bar .body-2,
.black-pepper
  .large-announcement-bar
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .black-pepper
  .large-announcement-bar
  .about-author__user-details,
.black-pepper .large-announcement-bar .body-3,
.black-pepper
  .large-announcement-bar
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .black-pepper
  .large-announcement-bar
  .hero-card__eyebrow,
.black-pepper .large-announcement-bar .cmp-hub-hero .hero-card__type,
.cmp-hub-hero .black-pepper .large-announcement-bar .hero-card__type,
.black-pepper .large-announcement-bar .cmp-share-component--copied,
.black-pepper .large-announcement-bar .cmp-share-component--date,
.black-pepper .large-announcement-bar .cmp-share-component--share,
.black-pepper .large-announcement-bar .overline,
.black-pepper .large-announcement-bar .cmp-article-hero .article-hero__eyebrow,
.cmp-article-hero .black-pepper .large-announcement-bar .article-hero__eyebrow,
.black-pepper .large-announcement-bar .eyebrow .cmp-title__text,
.eyebrow .black-pepper .large-announcement-bar .cmp-title__text,
.black-pepper .large-announcement-bar .statistic {
  color: #333333;
}

.announcement-carousel-v2 {
  background: #ffffff;
  position: relative;
  z-index: 9;
}
.announcement-carousel-v2 .cmp-announcementbar-v2 {
  z-index: 99;
  position: relative;
}
.announcement-carousel-v2 .cmp-announcementbar-v2 .container,
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .perspective-article-page
  .perspective-main-container,
.perspective-article-page
  .announcement-carousel-v2
  .cmp-announcementbar-v2
  .perspective-main-container,
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .section-v3
  .section__container,
.section-v3
  .announcement-carousel-v2
  .cmp-announcementbar-v2
  .section__container {
  padding: 0 24px;
}
.announcement-carousel-v2 .cmp-announcementbar-v2 .container.multi-slide,
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .perspective-article-page
  .multi-slide.perspective-main-container,
.perspective-article-page
  .announcement-carousel-v2
  .cmp-announcementbar-v2
  .multi-slide.perspective-main-container,
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .section-v3
  .multi-slide.section__container,
.section-v3
  .announcement-carousel-v2
  .cmp-announcementbar-v2
  .multi-slide.section__container {
  padding: 0 12px;
}
@media (min-width: 70.25em) {
  .announcement-carousel-v2 .cmp-announcementbar-v2 .container.multi-slide,
  .announcement-carousel-v2
    .cmp-announcementbar-v2
    .perspective-article-page
    .multi-slide.perspective-main-container,
  .perspective-article-page
    .announcement-carousel-v2
    .cmp-announcementbar-v2
    .multi-slide.perspective-main-container,
  .announcement-carousel-v2
    .cmp-announcementbar-v2
    .section-v3
    .multi-slide.section__container,
  .section-v3
    .announcement-carousel-v2
    .cmp-announcementbar-v2
    .multi-slide.section__container {
    padding: 0 2rem;
  }
}
@media (min-width: 70.25em) {
  .announcement-carousel-v2 .cmp-announcementbar-v2 .container,
  .announcement-carousel-v2
    .cmp-announcementbar-v2
    .perspective-article-page
    .perspective-main-container,
  .perspective-article-page
    .announcement-carousel-v2
    .cmp-announcementbar-v2
    .perspective-main-container,
  .announcement-carousel-v2
    .cmp-announcementbar-v2
    .section-v3
    .section__container,
  .section-v3
    .announcement-carousel-v2
    .cmp-announcementbar-v2
    .section__container {
    padding: 0 2rem;
  }
}
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .container
  .announcement-bar-v2-slider__wrapper,
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .perspective-article-page
  .perspective-main-container
  .announcement-bar-v2-slider__wrapper,
.perspective-article-page
  .announcement-carousel-v2
  .cmp-announcementbar-v2
  .perspective-main-container
  .announcement-bar-v2-slider__wrapper,
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .section-v3
  .section__container
  .announcement-bar-v2-slider__wrapper,
.section-v3
  .announcement-carousel-v2
  .cmp-announcementbar-v2
  .section__container
  .announcement-bar-v2-slider__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .container
  .announcement-bar-v2-slider__wrapper.multi-slide,
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .perspective-article-page
  .perspective-main-container
  .announcement-bar-v2-slider__wrapper.multi-slide,
.perspective-article-page
  .announcement-carousel-v2
  .cmp-announcementbar-v2
  .perspective-main-container
  .announcement-bar-v2-slider__wrapper.multi-slide,
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .section-v3
  .section__container
  .announcement-bar-v2-slider__wrapper.multi-slide,
.section-v3
  .announcement-carousel-v2
  .cmp-announcementbar-v2
  .section__container
  .announcement-bar-v2-slider__wrapper.multi-slide {
  min-height: 64px;
  justify-content: space-between;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button,
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .perspective-article-page
  .perspective-main-container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button,
.perspective-article-page
  .announcement-carousel-v2
  .cmp-announcementbar-v2
  .perspective-main-container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button,
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .section-v3
  .section__container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button,
.section-v3
  .announcement-carousel-v2
  .cmp-announcementbar-v2
  .section__container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button {
  border: none;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button
  svg,
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .perspective-article-page
  .perspective-main-container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button
  svg,
.perspective-article-page
  .announcement-carousel-v2
  .cmp-announcementbar-v2
  .perspective-main-container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button
  svg,
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .section-v3
  .section__container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button
  svg,
.section-v3
  .announcement-carousel-v2
  .cmp-announcementbar-v2
  .section__container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button
  svg {
  fill: #022043;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button
  svg
  path,
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .perspective-article-page
  .perspective-main-container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button
  svg
  path,
.perspective-article-page
  .announcement-carousel-v2
  .cmp-announcementbar-v2
  .perspective-main-container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button
  svg
  path,
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .section-v3
  .section__container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button
  svg
  path,
.section-v3
  .announcement-carousel-v2
  .cmp-announcementbar-v2
  .section__container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button
  svg
  path {
  fill: #022043;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button:hover,
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .perspective-article-page
  .perspective-main-container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button:hover,
.perspective-article-page
  .announcement-carousel-v2
  .cmp-announcementbar-v2
  .perspective-main-container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button:hover,
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .section-v3
  .section__container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button:hover,
.section-v3
  .announcement-carousel-v2
  .cmp-announcementbar-v2
  .section__container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button:hover {
  background: rgba(0, 0, 0, 0.08);
  border: none;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button:focus,
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .perspective-article-page
  .perspective-main-container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button:focus,
.perspective-article-page
  .announcement-carousel-v2
  .cmp-announcementbar-v2
  .perspective-main-container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button:focus,
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .section-v3
  .section__container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button:focus,
.section-v3
  .announcement-carousel-v2
  .cmp-announcementbar-v2
  .section__container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button:focus-visible,
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .perspective-article-page
  .perspective-main-container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button:focus-visible,
.perspective-article-page
  .announcement-carousel-v2
  .cmp-announcementbar-v2
  .perspective-main-container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button:focus-visible,
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .section-v3
  .section__container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button:focus-visible,
.section-v3
  .announcement-carousel-v2
  .cmp-announcementbar-v2
  .section__container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button:focus-visible {
  color: #022043;
  border: none;
  box-shadow: 0 0 0 2px #0057ae;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button:active,
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .perspective-article-page
  .perspective-main-container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button:active,
.perspective-article-page
  .announcement-carousel-v2
  .cmp-announcementbar-v2
  .perspective-main-container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button:active,
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .section-v3
  .section__container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button:active,
.section-v3
  .announcement-carousel-v2
  .cmp-announcementbar-v2
  .section__container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button:active {
  background: rgba(0, 0, 0, 0.08);
  border: none;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2-slider
  .announcement-bar-v2__wrapper
  .announcement-bar-v2__wrapper-box
  .small-announcement-bar
  .announcement-bar-v2__wrapper-slides
  .announcement-bar-v2__wrapper-container
  .announcement-bar-v2__wrapper-description
  p
  a,
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .perspective-article-page
  .perspective-main-container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2-slider
  .announcement-bar-v2__wrapper
  .announcement-bar-v2__wrapper-box
  .small-announcement-bar
  .announcement-bar-v2__wrapper-slides
  .announcement-bar-v2__wrapper-container
  .announcement-bar-v2__wrapper-description
  p
  a,
.perspective-article-page
  .announcement-carousel-v2
  .cmp-announcementbar-v2
  .perspective-main-container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2-slider
  .announcement-bar-v2__wrapper
  .announcement-bar-v2__wrapper-box
  .small-announcement-bar
  .announcement-bar-v2__wrapper-slides
  .announcement-bar-v2__wrapper-container
  .announcement-bar-v2__wrapper-description
  p
  a,
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .section-v3
  .section__container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2-slider
  .announcement-bar-v2__wrapper
  .announcement-bar-v2__wrapper-box
  .small-announcement-bar
  .announcement-bar-v2__wrapper-slides
  .announcement-bar-v2__wrapper-container
  .announcement-bar-v2__wrapper-description
  p
  a,
.section-v3
  .announcement-carousel-v2
  .cmp-announcementbar-v2
  .section__container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2-slider
  .announcement-bar-v2__wrapper
  .announcement-bar-v2__wrapper-box
  .small-announcement-bar
  .announcement-bar-v2__wrapper-slides
  .announcement-bar-v2__wrapper-container
  .announcement-bar-v2__wrapper-description
  p
  a {
  color: #0057ae;
  text-decoration: underline;
  font-weight: 700;
  border-radius: 24px;
  border: none;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2-slider
  .announcement-bar-v2__wrapper
  .announcement-bar-v2__wrapper-box
  .small-announcement-bar
  .announcement-bar-v2__wrapper-slides
  .announcement-bar-v2__wrapper-container
  .announcement-bar-v2__wrapper-description
  p
  a:hover,
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .perspective-article-page
  .perspective-main-container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2-slider
  .announcement-bar-v2__wrapper
  .announcement-bar-v2__wrapper-box
  .small-announcement-bar
  .announcement-bar-v2__wrapper-slides
  .announcement-bar-v2__wrapper-container
  .announcement-bar-v2__wrapper-description
  p
  a:hover,
.perspective-article-page
  .announcement-carousel-v2
  .cmp-announcementbar-v2
  .perspective-main-container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2-slider
  .announcement-bar-v2__wrapper
  .announcement-bar-v2__wrapper-box
  .small-announcement-bar
  .announcement-bar-v2__wrapper-slides
  .announcement-bar-v2__wrapper-container
  .announcement-bar-v2__wrapper-description
  p
  a:hover,
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .section-v3
  .section__container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2-slider
  .announcement-bar-v2__wrapper
  .announcement-bar-v2__wrapper-box
  .small-announcement-bar
  .announcement-bar-v2__wrapper-slides
  .announcement-bar-v2__wrapper-container
  .announcement-bar-v2__wrapper-description
  p
  a:hover,
.section-v3
  .announcement-carousel-v2
  .cmp-announcementbar-v2
  .section__container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2-slider
  .announcement-bar-v2__wrapper
  .announcement-bar-v2__wrapper-box
  .small-announcement-bar
  .announcement-bar-v2__wrapper-slides
  .announcement-bar-v2__wrapper-container
  .announcement-bar-v2__wrapper-description
  p
  a:hover,
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2-slider
  .announcement-bar-v2__wrapper
  .announcement-bar-v2__wrapper-box
  .small-announcement-bar
  .announcement-bar-v2__wrapper-slides
  .announcement-bar-v2__wrapper-container
  .announcement-bar-v2__wrapper-description
  p
  a:active,
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .perspective-article-page
  .perspective-main-container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2-slider
  .announcement-bar-v2__wrapper
  .announcement-bar-v2__wrapper-box
  .small-announcement-bar
  .announcement-bar-v2__wrapper-slides
  .announcement-bar-v2__wrapper-container
  .announcement-bar-v2__wrapper-description
  p
  a:active,
.perspective-article-page
  .announcement-carousel-v2
  .cmp-announcementbar-v2
  .perspective-main-container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2-slider
  .announcement-bar-v2__wrapper
  .announcement-bar-v2__wrapper-box
  .small-announcement-bar
  .announcement-bar-v2__wrapper-slides
  .announcement-bar-v2__wrapper-container
  .announcement-bar-v2__wrapper-description
  p
  a:active,
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .section-v3
  .section__container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2-slider
  .announcement-bar-v2__wrapper
  .announcement-bar-v2__wrapper-box
  .small-announcement-bar
  .announcement-bar-v2__wrapper-slides
  .announcement-bar-v2__wrapper-container
  .announcement-bar-v2__wrapper-description
  p
  a:active,
.section-v3
  .announcement-carousel-v2
  .cmp-announcementbar-v2
  .section__container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2-slider
  .announcement-bar-v2__wrapper
  .announcement-bar-v2__wrapper-box
  .small-announcement-bar
  .announcement-bar-v2__wrapper-slides
  .announcement-bar-v2__wrapper-container
  .announcement-bar-v2__wrapper-description
  p
  a:active {
  color: #022043;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2-slider
  .announcement-bar-v2__wrapper
  .announcement-bar-v2__wrapper-box
  .small-announcement-bar
  .announcement-bar-v2__wrapper-slides
  .announcement-bar-v2__wrapper-container
  .announcement-bar-v2__wrapper-description
  p
  a:focus,
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .perspective-article-page
  .perspective-main-container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2-slider
  .announcement-bar-v2__wrapper
  .announcement-bar-v2__wrapper-box
  .small-announcement-bar
  .announcement-bar-v2__wrapper-slides
  .announcement-bar-v2__wrapper-container
  .announcement-bar-v2__wrapper-description
  p
  a:focus,
.perspective-article-page
  .announcement-carousel-v2
  .cmp-announcementbar-v2
  .perspective-main-container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2-slider
  .announcement-bar-v2__wrapper
  .announcement-bar-v2__wrapper-box
  .small-announcement-bar
  .announcement-bar-v2__wrapper-slides
  .announcement-bar-v2__wrapper-container
  .announcement-bar-v2__wrapper-description
  p
  a:focus,
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .section-v3
  .section__container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2-slider
  .announcement-bar-v2__wrapper
  .announcement-bar-v2__wrapper-box
  .small-announcement-bar
  .announcement-bar-v2__wrapper-slides
  .announcement-bar-v2__wrapper-container
  .announcement-bar-v2__wrapper-description
  p
  a:focus,
.section-v3
  .announcement-carousel-v2
  .cmp-announcementbar-v2
  .section__container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2-slider
  .announcement-bar-v2__wrapper
  .announcement-bar-v2__wrapper-box
  .small-announcement-bar
  .announcement-bar-v2__wrapper-slides
  .announcement-bar-v2__wrapper-container
  .announcement-bar-v2__wrapper-description
  p
  a:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2-slider
  .announcement-bar-v2__wrapper
  .announcement-bar-v2__wrapper-box
  .small-announcement-bar
  .announcement-bar-v2__wrapper-slides
  .announcement-bar-v2__wrapper-container
  .announcement-bar-v2__wrapper-description
  p
  a:focus-visible,
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .perspective-article-page
  .perspective-main-container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2-slider
  .announcement-bar-v2__wrapper
  .announcement-bar-v2__wrapper-box
  .small-announcement-bar
  .announcement-bar-v2__wrapper-slides
  .announcement-bar-v2__wrapper-container
  .announcement-bar-v2__wrapper-description
  p
  a:focus-visible,
.perspective-article-page
  .announcement-carousel-v2
  .cmp-announcementbar-v2
  .perspective-main-container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2-slider
  .announcement-bar-v2__wrapper
  .announcement-bar-v2__wrapper-box
  .small-announcement-bar
  .announcement-bar-v2__wrapper-slides
  .announcement-bar-v2__wrapper-container
  .announcement-bar-v2__wrapper-description
  p
  a:focus-visible,
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .section-v3
  .section__container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2-slider
  .announcement-bar-v2__wrapper
  .announcement-bar-v2__wrapper-box
  .small-announcement-bar
  .announcement-bar-v2__wrapper-slides
  .announcement-bar-v2__wrapper-container
  .announcement-bar-v2__wrapper-description
  p
  a:focus-visible,
.section-v3
  .announcement-carousel-v2
  .cmp-announcementbar-v2
  .section__container
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2-slider
  .announcement-bar-v2__wrapper
  .announcement-bar-v2__wrapper-box
  .small-announcement-bar
  .announcement-bar-v2__wrapper-slides
  .announcement-bar-v2__wrapper-container
  .announcement-bar-v2__wrapper-description
  p
  a:focus-visible {
  color: #022043;
  box-shadow: 0 0 0 2px #0057ae;
  border: none;
  outline: none;
  border-radius: 24px;
}
.announcement-carousel-v2 .cmp-announcementbar-v2 .announcement-bar-v2 {
  margin: 8px 0;
  margin: 0.5rem 0rem;
  min-height: 80px;
  min-height: 5rem;
  align-items: center;
  display: flex;
  position: relative;
  z-index: 2;
}
@media (min-width: 48em) {
  .announcement-carousel-v2
    .cmp-announcementbar-v2
    .announcement-bar-v2.announcement-bar-v2__wrapper--fullwidth {
    margin: 0;
    margin: 0rem;
  }
  .announcement-carousel-v2
    .cmp-announcementbar-v2
    .announcement-bar-v2.announcement-bar-v2__wrapper--fullwidth
    .announcement-bar-v2__wrapper-logo
    img:focus {
    border: 2px solid #0875e1;
    box-shadow: none;
    outline: 0;
  }
  .announcement-carousel-v2
    .cmp-announcementbar-v2
    .announcement-bar-v2.announcement-bar-v2__wrapper--fullwidth
    .announcement-bar-v2__wrapper-logo
    img:focus:hover {
    border: 0px;
    box-shadow: none;
  }
}
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .announcement-bar-v2__wrapper-slide-button {
  display: flex;
}
.announcement-carousel-v2 .cmp-announcementbar-v2 .announcement-bar-v2-slider {
  display: flex;
  position: relative;
  overflow: hidden;
  flex: auto;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .announcement-bar-v2-slider
  .left-fade-section,
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .announcement-bar-v2-slider
  .right-fade-section {
  position: absolute;
  top: 0;
  height: 100%;
  width: 4px;
  z-index: 100;
}
@media (min-width: 48em) {
  .announcement-carousel-v2
    .cmp-announcementbar-v2
    .announcement-bar-v2-slider
    .left-fade-section,
  .announcement-carousel-v2
    .cmp-announcementbar-v2
    .announcement-bar-v2-slider
    .right-fade-section {
    width: 12px;
  }
}
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .announcement-bar-v2-slider
  .left-fade-section {
  left: 0;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .announcement-bar-v2-slider
  .right-fade-section {
  right: 0;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .announcement-bar-v2__wrapper {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  flex: auto;
  max-width: 100%;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .announcement-bar-v2__wrapper.announcement-bar-v2-transition {
  transition: transform 1000ms ease-in-out;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .announcement-bar-v2__wrapper
  .visually-hidden {
  height: 0;
  width: 0;
  overflow: hidden;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .announcement-bar-v2__wrapper-box {
  display: flex;
  flex-direction: row;
  flex-basis: 100%;
  flex-shrink: 0;
  z-index: 1;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .announcement-bar-v2__wrapper-box-edit {
  display: none;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .announcement-bar-v2__wrapper-box-edit[data-state="active"] {
  display: flex;
  flex-shrink: 0;
  flex-basis: 100%;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .announcement-bar-v2__wrapper-box-edit
  .announcement-bar-v2__wrapper-logo,
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .announcement-bar-v2__wrapper-box-edit
  .announcement-bar-v2__wrapper-button {
  min-width: 64px;
  min-width: 4rem;
  max-width: 160px;
  max-width: 10rem;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .announcement-bar-v2__wrapper-box-edit
  .announcement-bar-v2__wrapper-logo {
  padding: 0;
  padding: 0rem;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .announcement-bar-v2__wrapper-box-edit
  .announcement-bar-v2__wrapper-description {
  min-width: 250px;
  min-width: 15.625rem;
  max-width: 400px;
  max-width: 25rem;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .announcement-bar-v2__wrapper-slides {
  display: flex;
  width: 100%;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .announcement-bar-v2__wrapper-container {
  display: flex;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .announcement-bar-v2__wrapper-logo {
  display: none;
  width: auto;
  max-height: 96px;
}
@media (min-width: 48em) {
  .announcement-carousel-v2
    .cmp-announcementbar-v2
    .announcement-bar-v2__wrapper-logo {
    margin: 0px 16px 0px 10px;
    margin: 0rem 1rem 0rem 0.625rem;
    display: flex;
    align-items: center;
  }
}
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .announcement-bar-v2__wrapper-logo
  div.image {
  margin-bottom: 0;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .announcement-bar-v2__wrapper-logo
  .cmp-image {
  display: flex;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .announcement-bar-v2__wrapper-logo
  img:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .announcement-bar-v2__wrapper-logo
  img:focus-visible {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  outline: 0;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .announcement-bar-v2__wrapper-logo
  img:focus-visible:hover {
  box-shadow: none;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .announcement-bar-v2__wrapper-logo
  img {
  height: auto;
  max-height: 96px;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .announcement-bar-v2__wrapper-logo
  svg {
  width: 56px;
  height: 56px;
  fill: #0875e1;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .announcement-bar-v2__wrapper-button {
  display: none;
}
@media (min-width: 48em) {
  .announcement-carousel-v2
    .cmp-announcementbar-v2
    .announcement-bar-v2__wrapper-button {
    margin-right: 5px;
    margin-right: 0.3125rem;
    display: flex;
  }
}
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .announcement-bar-v2__wrapper-description {
  text-align: left;
  padding-left: 2px;
}
@media (min-width: 48em) {
  .announcement-carousel-v2
    .cmp-announcementbar-v2
    .announcement-bar-v2__wrapper-description {
    margin-right: 32px;
    margin-right: 2rem;
    padding-left: 0px;
  }
}
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .announcement-bar-v2__wrapper-description
  p,
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .announcement-bar-v2__wrapper-description
  .announcement-bar-v2__wrapper-link {
  margin: 0;
  margin: 0rem;
  display: flex;
  text-decoration: none;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .announcement-bar-v2__wrapper-description
  .announcement-bar-v2__wrapper-link {
  display: inline;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .announcement-bar-v2__wrapper-description
  .announcement-bar-v2__wrapper-link:active,
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .announcement-bar-v2__wrapper-description
  .announcement-bar-v2__wrapper-link:focus,
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .announcement-bar-v2__wrapper-description
  .announcement-bar-v2__wrapper-link:hover,
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .announcement-bar-v2__wrapper-description
  .announcement-bar-v2__wrapper-link:visited {
  color: #000000;
  text-decoration: none;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .announcement-bar-v2__wrapper-description
  .announcement-bar-v2__wrapper-link:hover {
  text-decoration: underline;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .announcement-bar-v2__wrapper-description
  span {
  margin: 0;
  margin: 0rem;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .announcement-bar-v2__wrapper-description
  p {
  display: block;
  padding: 12px 0;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .announcement-bar-v2__wrapper-description
  p:first-of-type,
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .announcement-bar-v2__wrapper-description
  p:last-of-type {
  padding: 0;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .announcement-bar-v2__wrapper-description
  p
  a {
  font-weight: 500;
  color: #0875e1;
  text-decoration: none;
  padding: 0 4px;
  border: 2px solid transparent;
  margin: 0 -4px;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .announcement-bar-v2__wrapper-description
  p
  a:hover {
  text-decoration: underline;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2
  .announcement-bar-v2__wrapper-description
  p
  a:focus {
  border: 2px solid #0875e1;
  border-radius: 24px;
  box-shadow: none;
}
.announcement-carousel-v2 .cmp-announcementbar-v2.blueberry400 {
  background-color: #0875e1;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2.blueberry400
  .announcement-bar-v2-slider
  .left-fade-section {
  background: linear-gradient(
    90deg,
    #0875e1 4.17%,
    rgba(240, 241, 242, 0) 100%
  );
}
.announcement-carousel-v2
  .cmp-announcementbar-v2.blueberry400
  .announcement-bar-v2-slider
  .right-fade-section {
  background: linear-gradient(
    -90deg,
    #0875e1 4.17%,
    rgba(240, 241, 242, 0) 100%
  );
}
.announcement-carousel-v2 .cmp-announcementbar-v2.blueberry500 {
  background-color: #005cb9;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2.blueberry500
  .announcement-bar-v2-slider
  .left-fade-section {
  background: linear-gradient(
    90deg,
    #005cb9 4.17%,
    rgba(240, 241, 242, 0) 100%
  );
}
.announcement-carousel-v2
  .cmp-announcementbar-v2.blueberry500
  .announcement-bar-v2-slider
  .right-fade-section {
  background: linear-gradient(
    -90deg,
    #005cb9 4.17%,
    rgba(240, 241, 242, 0) 100%
  );
}
.announcement-carousel-v2 .cmp-announcementbar-v2.sourlemon400 {
  background-color: #ffc629;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2.sourlemon400
  .announcement-bar-v2-slider
  .left-fade-section {
  background: linear-gradient(
    90deg,
    #ffc629 4.17%,
    rgba(240, 241, 242, 0) 100%
  );
}
.announcement-carousel-v2
  .cmp-announcementbar-v2.sourlemon400
  .announcement-bar-v2-slider
  .right-fade-section {
  background: linear-gradient(
    -90deg,
    #ffc629 4.17%,
    rgba(240, 241, 242, 0) 100%
  );
}
.announcement-carousel-v2
  .cmp-announcementbar-v2.sourlemon400
  .announcement-bar-v2__wrapper-slide--prev-button:focus,
.announcement-carousel-v2
  .cmp-announcementbar-v2.sourlemon400
  .announcement-bar-v2__wrapper-slide--next-button:focus {
  background: transparent;
  border: 2px solid #333333;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2.sourlemon400
  .announcement-bar-v2__wrapper-slide--prev-button:focus:hover,
.announcement-carousel-v2
  .cmp-announcementbar-v2.sourlemon400
  .announcement-bar-v2__wrapper-slide--next-button:focus:hover {
  background: rgba(0, 0, 0, 0.08);
  border: 2px solid transparent;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2.sourlemon400
  .announcement-bar-v2__wrapper-slide--prev-button:focus:hover
  svg,
.announcement-carousel-v2
  .cmp-announcementbar-v2.sourlemon400
  .announcement-bar-v2__wrapper-slide--next-button:focus:hover
  svg {
  fill: #333333;
}
.announcement-carousel-v2 .cmp-announcementbar-v2.sourlemon300 {
  background-color: #ffda61;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2.sourlemon300
  .announcement-bar-v2-slider
  .left-fade-section {
  background: linear-gradient(
    90deg,
    #ffda61 4.17%,
    rgba(240, 241, 242, 0) 100%
  );
}
.announcement-carousel-v2
  .cmp-announcementbar-v2.sourlemon300
  .announcement-bar-v2-slider
  .right-fade-section {
  background: linear-gradient(
    -90deg,
    #ffda61 4.17%,
    rgba(240, 241, 242, 0) 100%
  );
}
.announcement-carousel-v2
  .cmp-announcementbar-v2.sourlemon300
  .announcement-bar-v2__wrapper-slide--prev-button:focus,
.announcement-carousel-v2
  .cmp-announcementbar-v2.sourlemon300
  .announcement-bar-v2__wrapper-slide--next-button:focus {
  background: transparent;
  border: 2px solid #333333;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2.sourlemon300
  .announcement-bar-v2__wrapper-slide--prev-button:focus:hover,
.announcement-carousel-v2
  .cmp-announcementbar-v2.sourlemon300
  .announcement-bar-v2__wrapper-slide--next-button:focus:hover {
  background: rgba(0, 0, 0, 0.08);
  border: 2px solid transparent;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2.sourlemon300
  .announcement-bar-v2__wrapper-slide--prev-button:focus:hover
  svg,
.announcement-carousel-v2
  .cmp-announcementbar-v2.sourlemon300
  .announcement-bar-v2__wrapper-slide--next-button:focus:hover
  svg {
  fill: #333333;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2.sourlemon400
  .announcement-bar-v2-slider
  .cmp-text
  p
  a,
.announcement-carousel-v2
  .cmp-announcementbar-v2.sourlemon300
  .announcement-bar-v2-slider
  .cmp-text
  p
  a {
  color: #333333;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2.sourlemon400
  .announcement-bar-v2-slider
  .cmp-text
  p
  a:focus,
.announcement-carousel-v2
  .cmp-announcementbar-v2.sourlemon300
  .announcement-bar-v2-slider
  .cmp-text
  p
  a:focus {
  border: 2px solid #333333;
}
.announcement-carousel-v2 .cmp-announcementbar-v2.soap200 {
  background-color: #f0f1f2;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2.soap200
  .announcement-bar-v2-slider
  .left-fade-section {
  background: linear-gradient(
    90deg,
    #f0f1f2 4.17%,
    rgba(240, 241, 242, 0) 100%
  );
}
.announcement-carousel-v2
  .cmp-announcementbar-v2.soap200
  .announcement-bar-v2-slider
  .right-fade-section {
  background: linear-gradient(
    -90deg,
    #f0f1f2 4.17%,
    rgba(240, 241, 242, 0) 100%
  );
}
.announcement-carousel-v2 .cmp-announcementbar-v2.frenchvanilla100 {
  background-color: #ffffff;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2.frenchvanilla100
  .announcement-bar-v2-slider
  .left-fade-section {
  background: linear-gradient(
    90deg,
    #ffffff 4.17%,
    rgba(240, 241, 242, 0) 100%
  );
}
.announcement-carousel-v2
  .cmp-announcementbar-v2.frenchvanilla100
  .announcement-bar-v2-slider
  .right-fade-section {
  background: linear-gradient(
    -90deg,
    #ffffff 4.17%,
    rgba(240, 241, 242, 0) 100%
  );
}
.announcement-carousel-v2 .cmp-announcementbar-v2.cantaloupe400 {
  background-color: #ffa126;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2.cantaloupe400
  .announcement-bar-v2-slider
  .left-fade-section {
  background: linear-gradient(
    90deg,
    #ffa126 4.17%,
    rgba(240, 241, 242, 0) 100%
  );
}
.announcement-carousel-v2
  .cmp-announcementbar-v2.cantaloupe400
  .announcement-bar-v2-slider
  .right-fade-section {
  background: linear-gradient(
    -90deg,
    #ffa126 4.17%,
    rgba(240, 241, 242, 0) 100%
  );
}
.announcement-carousel-v2 .cmp-announcementbar-v2.cantaloupe500 {
  background-color: #f38b00;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2.cantaloupe500
  .announcement-bar-v2-slider
  .left-fade-section {
  background: linear-gradient(
    90deg,
    #f38b00 4.17%,
    rgba(240, 241, 242, 0) 100%
  );
}
.announcement-carousel-v2
  .cmp-announcementbar-v2.cantaloupe500
  .announcement-bar-v2-slider
  .right-fade-section {
  background: linear-gradient(
    -90deg,
    #f38b00 4.17%,
    rgba(240, 241, 242, 0) 100%
  );
}
.announcement-carousel-v2 .cmp-announcementbar-v2.toothpaste200 {
  background-color: #99e0ff;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2.toothpaste200
  .announcement-bar-v2-slider
  .left-fade-section {
  background: linear-gradient(
    90deg,
    #99e0ff 4.17%,
    rgba(240, 241, 242, 0) 100%
  );
}
.announcement-carousel-v2
  .cmp-announcementbar-v2.toothpaste200
  .announcement-bar-v2-slider
  .right-fade-section {
  background: linear-gradient(
    -90deg,
    #99e0ff 4.17%,
    rgba(240, 241, 242, 0) 100%
  );
}
.announcement-carousel-v2 .cmp-announcementbar-v2.toothpaste300 {
  background-color: #40b4e5;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2.toothpaste300
  .announcement-bar-v2-slider
  .left-fade-section {
  background: linear-gradient(
    90deg,
    #40b4e5 4.17%,
    rgba(240, 241, 242, 0) 100%
  );
}
.announcement-carousel-v2
  .cmp-announcementbar-v2.toothpaste300
  .announcement-bar-v2-slider
  .right-fade-section {
  background: linear-gradient(
    -90deg,
    #40b4e5 4.17%,
    rgba(240, 241, 242, 0) 100%
  );
}
.announcement-carousel-v2 .cmp-announcementbar-v2.lavender {
  background-color: #c3c2ff;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2.lavender
  .announcement-bar-v2-slider
  .left-fade-section {
  background: linear-gradient(
    90deg,
    #c3c2ff 4.17%,
    rgba(240, 241, 242, 0) 100%
  );
}
.announcement-carousel-v2
  .cmp-announcementbar-v2.lavender
  .announcement-bar-v2-slider
  .right-fade-section {
  background: linear-gradient(
    -90deg,
    #c3c2ff 4.17%,
    rgba(240, 241, 242, 0) 100%
  );
}
.announcement-carousel-v2
  .cmp-announcementbar-v2.blueberry400
  .announcement-bar-v2__wrapper-slide--prev-button
  svg,
.announcement-carousel-v2
  .cmp-announcementbar-v2.blueberry400
  .announcement-bar-v2__wrapper-slide--prev-button
  svg
  path,
.announcement-carousel-v2
  .cmp-announcementbar-v2.blueberry400
  .announcement-bar-v2__wrapper-slide--next-button
  svg,
.announcement-carousel-v2
  .cmp-announcementbar-v2.blueberry400
  .announcement-bar-v2__wrapper-slide--next-button
  svg
  path,
.announcement-carousel-v2
  .cmp-announcementbar-v2.blueberry500
  .announcement-bar-v2__wrapper-slide--prev-button
  svg,
.announcement-carousel-v2
  .cmp-announcementbar-v2.blueberry500
  .announcement-bar-v2__wrapper-slide--prev-button
  svg
  path,
.announcement-carousel-v2
  .cmp-announcementbar-v2.blueberry500
  .announcement-bar-v2__wrapper-slide--next-button
  svg,
.announcement-carousel-v2
  .cmp-announcementbar-v2.blueberry500
  .announcement-bar-v2__wrapper-slide--next-button
  svg
  path {
  fill: #ffffff;
  color: #ffffff;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2.blueberry400
  .announcement-bar-v2__wrapper-slide--prev-button:hover,
.announcement-carousel-v2
  .cmp-announcementbar-v2.blueberry400
  .announcement-bar-v2__wrapper-slide--next-button:hover,
.announcement-carousel-v2
  .cmp-announcementbar-v2.blueberry500
  .announcement-bar-v2__wrapper-slide--prev-button:hover,
.announcement-carousel-v2
  .cmp-announcementbar-v2.blueberry500
  .announcement-bar-v2__wrapper-slide--next-button:hover {
  background: rgba(0, 0, 0, 0.16);
}
.announcement-carousel-v2
  .cmp-announcementbar-v2.blueberry400
  .announcement-bar-v2__wrapper-slide--prev-button:active,
.announcement-carousel-v2
  .cmp-announcementbar-v2.blueberry400
  .announcement-bar-v2__wrapper-slide--next-button:active,
.announcement-carousel-v2
  .cmp-announcementbar-v2.blueberry500
  .announcement-bar-v2__wrapper-slide--prev-button:active,
.announcement-carousel-v2
  .cmp-announcementbar-v2.blueberry500
  .announcement-bar-v2__wrapper-slide--next-button:active {
  background: rgba(0, 0, 0, 0.32);
  border: none;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2.blueberry400
  .announcement-bar-v2__wrapper-slide--prev-button:focus,
.announcement-carousel-v2
  .cmp-announcementbar-v2.blueberry400
  .announcement-bar-v2__wrapper-slide--next-button:focus,
.announcement-carousel-v2
  .cmp-announcementbar-v2.blueberry500
  .announcement-bar-v2__wrapper-slide--prev-button:focus,
.announcement-carousel-v2
  .cmp-announcementbar-v2.blueberry500
  .announcement-bar-v2__wrapper-slide--next-button:focus {
  background: transparent;
  border: 2px solid #ffffff;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2.blueberry400
  .announcement-bar-v2__wrapper-slide--prev-button:focus:hover,
.announcement-carousel-v2
  .cmp-announcementbar-v2.blueberry400
  .announcement-bar-v2__wrapper-slide--next-button:focus:hover,
.announcement-carousel-v2
  .cmp-announcementbar-v2.blueberry500
  .announcement-bar-v2__wrapper-slide--prev-button:focus:hover,
.announcement-carousel-v2
  .cmp-announcementbar-v2.blueberry500
  .announcement-bar-v2__wrapper-slide--next-button:focus:hover {
  background: rgba(0, 0, 0, 0.16);
  border: 2px solid transparent;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2.blueberry400
  .announcement-bar-v2__wrapper-slide--prev-button:focus:hover
  svg,
.announcement-carousel-v2
  .cmp-announcementbar-v2.blueberry400
  .announcement-bar-v2__wrapper-slide--next-button:focus:hover
  svg,
.announcement-carousel-v2
  .cmp-announcementbar-v2.blueberry500
  .announcement-bar-v2__wrapper-slide--prev-button:focus:hover
  svg,
.announcement-carousel-v2
  .cmp-announcementbar-v2.blueberry500
  .announcement-bar-v2__wrapper-slide--next-button:focus:hover
  svg {
  fill: #ffffff;
}
.announcement-carousel-v2 .cmp-announcementbar-v2.blueberry400 .cmp-text p,
.announcement-carousel-v2 .cmp-announcementbar-v2.blueberry500 .cmp-text p {
  fill: #ffffff;
  color: #ffffff;
}
.announcement-carousel-v2 .cmp-announcementbar-v2.blueberry400 .cmp-text p a,
.announcement-carousel-v2 .cmp-announcementbar-v2.blueberry500 .cmp-text p a {
  color: #ffffff;
}
.announcement-carousel-v2
  .cmp-announcementbar-v2.blueberry400
  .cmp-text
  p
  a:focus,
.announcement-carousel-v2
  .cmp-announcementbar-v2.blueberry500
  .cmp-text
  p
  a:focus {
  border: 2px solid #ffffff !important;
}
.announcement-carousel-v2 .announcement-bar-v2__wrapper-slide--prev-button,
.announcement-carousel-v2 .announcement-bar-v2__wrapper-slide--next-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 8px 0;
  -webkit-border-radius: 24px 24px 24px 24px;
  -moz-border-radius: 24px 24px 24px 24px;
  border-radius: 24px 24px 24px 24px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: transparent;
  border: 0;
  cursor: pointer;
  outline: none;
  position: relative;
  z-index: 9;
}
.announcement-carousel-v2 .announcement-bar-v2__wrapper-slide--prev-button svg,
.announcement-carousel-v2
  .announcement-bar-v2__wrapper-slide--prev-button
  svg
  path,
.announcement-carousel-v2 .announcement-bar-v2__wrapper-slide--next-button svg,
.announcement-carousel-v2
  .announcement-bar-v2__wrapper-slide--next-button
  svg
  path {
  fill: #333333;
}
.announcement-carousel-v2
  .announcement-bar-v2__wrapper-slide--prev-button:hover,
.announcement-carousel-v2
  .announcement-bar-v2__wrapper-slide--next-button:hover {
  background: rgba(0, 0, 0, 0.08);
}
.announcement-carousel-v2
  .announcement-bar-v2__wrapper-slide--prev-button:active,
.announcement-carousel-v2
  .announcement-bar-v2__wrapper-slide--next-button:active {
  background: rgba(0, 0, 0, 0.16);
  border: none;
}
.announcement-carousel-v2
  .announcement-bar-v2__wrapper-slide--prev-button:focus,
.announcement-carousel-v2
  .announcement-bar-v2__wrapper-slide--next-button:focus {
  background: transparent;
  border: 2px solid #0875e1;
}
.announcement-carousel-v2
  .announcement-bar-v2__wrapper-slide--prev-button:focus:hover,
.announcement-carousel-v2
  .announcement-bar-v2__wrapper-slide--next-button:focus:hover {
  background: rgba(0, 0, 0, 0.08);
  border: 2px solid transparent;
}
.announcement-carousel-v2
  .announcement-bar-v2__wrapper-slide--prev-button:focus:hover
  svg,
.announcement-carousel-v2
  .announcement-bar-v2__wrapper-slide--next-button:focus:hover
  svg {
  fill: #333333;
}

.announcement-carousel-v2
  .darkTheme
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button {
  border: none;
}
.announcement-carousel-v2
  .darkTheme
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button
  svg {
  fill: #ffffff !important;
}
.announcement-carousel-v2
  .darkTheme
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button
  svg
  path {
  fill: #ffffff !important;
}
.announcement-carousel-v2
  .darkTheme
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button:hover {
  background: rgba(0, 0, 0, 0.32) !important;
}
.announcement-carousel-v2
  .darkTheme
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.announcement-carousel-v2
  .darkTheme
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button:focus-visible {
  box-shadow: 0 0 0 2px #ffffff !important;
  border: none !important;
}
.announcement-carousel-v2
  .darkTheme
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button:active {
  background: rgba(0, 0, 0, 0.32) !important;
}
.announcement-carousel-v2
  .darkTheme
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2-slider
  .announcement-bar-v2__wrapper
  .announcement-bar-v2__wrapper-box
  .small-announcement-bar
  .announcement-bar-v2__wrapper-slides
  .announcement-bar-v2__wrapper-container
  .announcement-bar-v2__wrapper-description
  p
  a {
  text-decoration: underline !important;
  font-weight: 700 !important;
  border: none !important;
  border-radius: 24px;
}
.announcement-carousel-v2
  .darkTheme
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2-slider
  .announcement-bar-v2__wrapper
  .announcement-bar-v2__wrapper-box
  .small-announcement-bar
  .announcement-bar-v2__wrapper-slides
  .announcement-bar-v2__wrapper-container
  .announcement-bar-v2__wrapper-description
  p
  a:focus-visible {
  box-shadow: 0 0 0 2px #ffffff !important;
  outline: none;
  border: none;
}
.announcement-carousel-v2
  .lightTheme
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button,
.announcement-carousel-v2
  .quote
  .quote-component
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button,
.quote
  .announcement-carousel-v2
  .quote-component
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button {
  border: none;
}
.announcement-carousel-v2
  .lightTheme
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button
  svg,
.announcement-carousel-v2
  .quote
  .quote-component
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button
  svg,
.quote
  .announcement-carousel-v2
  .quote-component
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button
  svg {
  fill: #022043;
}
.announcement-carousel-v2
  .lightTheme
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button
  svg
  path,
.announcement-carousel-v2
  .quote
  .quote-component
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button
  svg
  path,
.quote
  .announcement-carousel-v2
  .quote-component
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button
  svg
  path {
  fill: #022043;
}
.announcement-carousel-v2
  .lightTheme
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button:hover,
.announcement-carousel-v2
  .quote
  .quote-component
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button:hover,
.quote
  .announcement-carousel-v2
  .quote-component
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button:hover {
  background: rgba(0, 0, 0, 0.08) !important;
  border: none;
}
.announcement-carousel-v2
  .lightTheme
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button:focus,
.announcement-carousel-v2
  .quote
  .quote-component
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button:focus,
.quote
  .announcement-carousel-v2
  .quote-component
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.announcement-carousel-v2
  .lightTheme
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button:focus-visible,
.announcement-carousel-v2
  .quote
  .quote-component
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button:focus-visible,
.quote
  .announcement-carousel-v2
  .quote-component
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button:focus-visible {
  color: #022043 !important;
  border: none !important;
  box-shadow: 0 0 0 2px #0057ae !important;
}
.announcement-carousel-v2
  .lightTheme
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button:active,
.announcement-carousel-v2
  .quote
  .quote-component
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button:active,
.quote
  .announcement-carousel-v2
  .quote-component
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2__wrapper-slide-button
  button:active {
  background: rgba(0, 0, 0, 0.08) !important;
  border: none;
}
.announcement-carousel-v2
  .lightTheme
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2-slider
  .announcement-bar-v2__wrapper
  .announcement-bar-v2__wrapper-box
  .small-announcement-bar
  .announcement-bar-v2__wrapper-slides
  .announcement-bar-v2__wrapper-container
  .announcement-bar-v2__wrapper-description
  p
  a,
.announcement-carousel-v2
  .quote
  .quote-component
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2-slider
  .announcement-bar-v2__wrapper
  .announcement-bar-v2__wrapper-box
  .small-announcement-bar
  .announcement-bar-v2__wrapper-slides
  .announcement-bar-v2__wrapper-container
  .announcement-bar-v2__wrapper-description
  p
  a,
.quote
  .announcement-carousel-v2
  .quote-component
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2-slider
  .announcement-bar-v2__wrapper
  .announcement-bar-v2__wrapper-box
  .small-announcement-bar
  .announcement-bar-v2__wrapper-slides
  .announcement-bar-v2__wrapper-container
  .announcement-bar-v2__wrapper-description
  p
  a {
  color: #0057ae !important;
  text-decoration: underline !important;
  font-weight: 700;
  border-radius: 24px;
  border: none;
}
.announcement-carousel-v2
  .lightTheme
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2-slider
  .announcement-bar-v2__wrapper
  .announcement-bar-v2__wrapper-box
  .small-announcement-bar
  .announcement-bar-v2__wrapper-slides
  .announcement-bar-v2__wrapper-container
  .announcement-bar-v2__wrapper-description
  p
  a:hover,
.announcement-carousel-v2
  .quote
  .quote-component
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2-slider
  .announcement-bar-v2__wrapper
  .announcement-bar-v2__wrapper-box
  .small-announcement-bar
  .announcement-bar-v2__wrapper-slides
  .announcement-bar-v2__wrapper-container
  .announcement-bar-v2__wrapper-description
  p
  a:hover,
.quote
  .announcement-carousel-v2
  .quote-component
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2-slider
  .announcement-bar-v2__wrapper
  .announcement-bar-v2__wrapper-box
  .small-announcement-bar
  .announcement-bar-v2__wrapper-slides
  .announcement-bar-v2__wrapper-container
  .announcement-bar-v2__wrapper-description
  p
  a:hover,
.announcement-carousel-v2
  .lightTheme
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2-slider
  .announcement-bar-v2__wrapper
  .announcement-bar-v2__wrapper-box
  .small-announcement-bar
  .announcement-bar-v2__wrapper-slides
  .announcement-bar-v2__wrapper-container
  .announcement-bar-v2__wrapper-description
  p
  a:active,
.announcement-carousel-v2
  .quote
  .quote-component
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2-slider
  .announcement-bar-v2__wrapper
  .announcement-bar-v2__wrapper-box
  .small-announcement-bar
  .announcement-bar-v2__wrapper-slides
  .announcement-bar-v2__wrapper-container
  .announcement-bar-v2__wrapper-description
  p
  a:active,
.quote
  .announcement-carousel-v2
  .quote-component
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2-slider
  .announcement-bar-v2__wrapper
  .announcement-bar-v2__wrapper-box
  .small-announcement-bar
  .announcement-bar-v2__wrapper-slides
  .announcement-bar-v2__wrapper-container
  .announcement-bar-v2__wrapper-description
  p
  a:active {
  color: #022043 !important;
}
.announcement-carousel-v2
  .lightTheme
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2-slider
  .announcement-bar-v2__wrapper
  .announcement-bar-v2__wrapper-box
  .small-announcement-bar
  .announcement-bar-v2__wrapper-slides
  .announcement-bar-v2__wrapper-container
  .announcement-bar-v2__wrapper-description
  p
  a:focus,
.announcement-carousel-v2
  .quote
  .quote-component
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2-slider
  .announcement-bar-v2__wrapper
  .announcement-bar-v2__wrapper-box
  .small-announcement-bar
  .announcement-bar-v2__wrapper-slides
  .announcement-bar-v2__wrapper-container
  .announcement-bar-v2__wrapper-description
  p
  a:focus,
.quote
  .announcement-carousel-v2
  .quote-component
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2-slider
  .announcement-bar-v2__wrapper
  .announcement-bar-v2__wrapper-box
  .small-announcement-bar
  .announcement-bar-v2__wrapper-slides
  .announcement-bar-v2__wrapper-container
  .announcement-bar-v2__wrapper-description
  p
  a:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.announcement-carousel-v2
  .lightTheme
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2-slider
  .announcement-bar-v2__wrapper
  .announcement-bar-v2__wrapper-box
  .small-announcement-bar
  .announcement-bar-v2__wrapper-slides
  .announcement-bar-v2__wrapper-container
  .announcement-bar-v2__wrapper-description
  p
  a:focus-visible,
.announcement-carousel-v2
  .quote
  .quote-component
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2-slider
  .announcement-bar-v2__wrapper
  .announcement-bar-v2__wrapper-box
  .small-announcement-bar
  .announcement-bar-v2__wrapper-slides
  .announcement-bar-v2__wrapper-container
  .announcement-bar-v2__wrapper-description
  p
  a:focus-visible,
.quote
  .announcement-carousel-v2
  .quote-component
  .announcement-bar-v2-slider__wrapper
  .announcement-bar-v2-slider
  .announcement-bar-v2__wrapper
  .announcement-bar-v2__wrapper-box
  .small-announcement-bar
  .announcement-bar-v2__wrapper-slides
  .announcement-bar-v2__wrapper-container
  .announcement-bar-v2__wrapper-description
  p
  a:focus-visible {
  color: #022043 !important;
  box-shadow: 0 0 0 2px #0057ae;
  border: none !important;
  outline: none !important;
  border-radius: 24px;
}

.cmp-comparison-card {
  height: 100%;
}
.cmp-comparison-card .comparison-card__container {
  -webkit-border-radius: 12px 12px 12px 12px;
  -moz-border-radius: 12px 12px 12px 12px;
  border-radius: 12px 12px 12px 12px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #ffffff;
  border: 1px solid #dfe2e6;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.cmp-comparison-card
  .comparison-card__container
  .comparison-card__container-card {
  flex-grow: 1;
}
.cmp-comparison-card .comparison-card__container .comparison-card__header {
  padding: 40px 32px 0px;
  padding: 2.5rem 2rem 0rem;
}
.cmp-comparison-card
  .comparison-card__container
  .comparison-card__header
  .comparison-card__header-wrapper {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media (min-width: 48em) {
  .cmp-comparison-card
    .comparison-card__container
    .comparison-card__header
    .comparison-card__header-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cmp-comparison-card
  .comparison-card__container
  .comparison-card__header
  .comparison-card__header--title {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 24px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1.5rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  color: #333333;
  font-weight: 500;
  line-height: 32px;
}
@media (min-width: 48em) {
  .cmp-comparison-card
    .comparison-card__container
    .comparison-card__header
    .comparison-card__header--title {
    margin: 0px;
    margin: 0rem;
    /* Number of pixels in 1rem (default: 16px/rem)
    /* When converting to rems, we must divide by this ratio. */
    /* Print the pixel fallback declaration first so we can override it in capable browsers. */
    font-size: 32px;
    /* If there is only one value, print the declaration with the value converted to rems.*/
    font-size: 2rem;
    /* line heights were not matching with the comps
    /* need to fix the math later
    /* @include set-leading($lines); */
    line-height: 40px;
  }
}
.cmp-comparison-card
  .comparison-card__container
  .comparison-card__header
  .comparison-card__header--date {
  color: #616161;
}
.cmp-comparison-card
  .comparison-card__container
  .comparison-card__header
  .comparison-card__header--tag {
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
  -webkit-border-radius: 24px 24px 24px 24px;
  -moz-border-radius: 24px 24px 24px 24px;
  border-radius: 24px 24px 24px 24px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 14px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 0.875rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  background: #ffeed9;
  color: #333333;
  height: 100%;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
}
@media (min-width: 48em) {
  .cmp-comparison-card
    .comparison-card__container
    .comparison-card__header
    .comparison-card__header--tag {
    margin-left: 16px;
    margin-left: 1rem;
  }
}
.cmp-comparison-card .comparison-card__container .comparison-card__pricing {
  margin: 32px 0px;
  margin: 2rem 0rem;
  padding: 0px 32px;
  padding: 0rem 2rem;
}
.cmp-comparison-card
  .comparison-card__container
  .comparison-card__pricing
  .comparison-card__pricing--title,
.cmp-comparison-card
  .comparison-card__container
  .comparison-card__pricing
  .comparison-card__pricing--price {
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 20px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1.25rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  font-weight: 500;
  line-height: 28px;
}
.cmp-comparison-card
  .comparison-card__container
  .comparison-card__pricing
  .comparison-card__pricing--price {
  font-weight: 400;
  line-height: 28px;
}
.cmp-comparison-card
  .comparison-card__container
  .comparison-card__pricing
  .comparison-card__pricing--description {
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 14px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 0.875rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  display: block;
  font-weight: 400;
  line-height: 20px;
}
.cmp-comparison-card
  .comparison-card__container
  .comparison-card__pricing
  .comparison-card__pricing--tier,
.cmp-comparison-card
  .comparison-card__container
  .comparison-card__pricing
  .comparison-card__pricing--tier
  span {
  color: #616161;
}
.cmp-comparison-card
  .comparison-card__container
  .comparison-card__pricing
  .comparison-card__pricing--tier
  .comparison-card__pricing--description,
.cmp-comparison-card
  .comparison-card__container
  .comparison-card__pricing
  .comparison-card__pricing--tier
  span
  .comparison-card__pricing--description {
  margin-top: 4px;
  margin-top: 0.25rem;
}
.cmp-comparison-card
  .comparison-card__container
  .comparison-card__pricing
  .comparison-card__pricing--tier
  + .comparison-card__pricing--tier,
.cmp-comparison-card
  .comparison-card__container
  .comparison-card__pricing
  .comparison-card__pricing--tier
  span
  + .comparison-card__pricing--tier {
  margin-top: 16px;
  margin-top: 1rem;
}
.cmp-comparison-card
  .comparison-card__container
  .comparison-card__pricing
  .comparison-card__pricing--tier-on-sale
  span {
  color: #333333;
}
.cmp-comparison-card .comparison-card__container .comparison-card__button {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  padding: 0px 32px;
  padding: 0rem 2rem;
}
.cmp-comparison-card
  .comparison-card__container
  .comparison-card__button
  button,
.cmp-comparison-card .comparison-card__container .comparison-card__button a {
  border: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cmp-comparison-card
  .comparison-card__container
  .comparison-card__button
  button.disabled,
.cmp-comparison-card
  .comparison-card__container
  .comparison-card__button
  a.disabled {
  background: #a1aab3;
  cursor: not-allowed;
}
.cmp-comparison-card
  .comparison-card__container
  .comparison-card__button
  button.disabled:focus,
.cmp-comparison-card
  .comparison-card__container
  .comparison-card__button
  a.disabled:focus {
  background: #a1aab3;
  box-shadow: none;
}
.cmp-comparison-card
  .comparison-card__container
  .comparison-card__button
  button.disabled:focus:hover,
.cmp-comparison-card
  .comparison-card__container
  .comparison-card__button
  button.disabled:focus:active,
.cmp-comparison-card
  .comparison-card__container
  .comparison-card__button
  a.disabled:focus:hover,
.cmp-comparison-card
  .comparison-card__container
  .comparison-card__button
  a.disabled:focus:active {
  background: #a1aab3;
  box-shadow: none;
}
.cmp-comparison-card
  .comparison-card__container
  .comparison-card__pricing--sold-out {
  text-decoration: line-through;
}
.cmp-comparison-card
  .comparison-card__container
  .comparison-card__pricing--sold-out-text {
  margin-left: 16px;
  margin-left: 1rem;
}
.cmp-comparison-card
  .comparison-card__container
  .comparison-card__pricing--sold-out-text.comparison-card__pricing--description {
  margin: 0px;
  margin: 0rem;
}
.cmp-comparison-card .comparison-card__container .comparison-card__divider {
  margin: 0px 32px 32px;
  margin: 0rem 2rem 2rem;
  background: #dfe2e6;
  display: flex;
  height: 1px;
  justify-content: center;
}
.cmp-comparison-card .comparison-card__container .comparison-card__features {
  padding: 0px 32px;
  padding: 0rem 2rem;
  transition: 500ms;
}
.cmp-comparison-card
  .comparison-card__container
  .comparison-card__features
  button {
  margin: 0px;
  margin: 0rem;
  background: transparent;
  border: 0;
  cursor: pointer;
}
@media (min-width: 48em) {
  .cmp-comparison-card
    .comparison-card__container
    .comparison-card__features
    button {
    display: none;
  }
}
.cmp-comparison-card
  .comparison-card__container
  .comparison-card__features
  button
  svg {
  transition: all 500ms ease;
}
.cmp-comparison-card
  .comparison-card__container
  .comparison-card__features
  button
  .comparison-card__features--show,
.cmp-comparison-card
  .comparison-card__container
  .comparison-card__features
  button
  .comparison-card__features--hide {
  color: #0875e1;
}
.cmp-comparison-card
  .comparison-card__container
  .comparison-card__features
  .comparison-card__features-wrapper {
  margin-top: 32px;
  margin-top: 2rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 500ms ease;
}
@media (min-width: 48em) {
  .cmp-comparison-card
    .comparison-card__container
    .comparison-card__features
    .comparison-card__features-wrapper {
    max-height: 400vh;
    display: block;
  }
}
.cmp-comparison-card
  .comparison-card__container
  .comparison-card__features
  .comparison-card__features--title {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 14px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 0.875rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  color: #616161;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}
.cmp-comparison-card
  .comparison-card__container
  .comparison-card__features
  .comparison-card__features--list {
  margin: 0px;
  margin: 0rem;
  padding: 0px;
  padding: 0rem;
}
.cmp-comparison-card
  .comparison-card__container
  .comparison-card__features
  .comparison-card__features--list
  li {
  margin: 0px;
  margin: 0rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  align-items: flex-start;
  color: #616161;
  display: flex;
  list-style: none;
}
.cmp-comparison-card
  .comparison-card__container
  .comparison-card__features
  .comparison-card__features--list
  li:last-child {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.cmp-comparison-card
  .comparison-card__container
  .comparison-card__features
  .comparison-card__features--list
  .comparison-card__features--list-icon {
  margin-right: 8px;
  margin-right: 0.5rem;
  width: 24px;
  height: 24px;
}
.cmp-comparison-card
  .comparison-card__container
  .comparison-card__features
  .comparison-card__features--list
  .comparison-card__features--list-icon
  svg {
  width: 24px;
  height: 24px;
  fill: #005cb9;
}
.cmp-comparison-card
  .comparison-card__container
  .comparison-card__features
  .comparison-card__features--show {
  display: block;
}
.cmp-comparison-card
  .comparison-card__container
  .comparison-card__features
  .comparison-card__features--hide {
  display: none;
}
.cmp-comparison-card
  .comparison-card__container
  .comparison-card__features.comparison-card__features-wrapper--active
  .comparison-card__features--show {
  display: none;
}
.cmp-comparison-card
  .comparison-card__container
  .comparison-card__features.comparison-card__features-wrapper--active
  .comparison-card__features--hide {
  display: block;
}
.cmp-comparison-card
  .comparison-card__container
  .comparison-card__features.comparison-card__features-wrapper--active
  .comparison-card__features-wrapper {
  max-height: 1080px;
}
.cmp-comparison-card
  .comparison-card__container
  .comparison-card__features.comparison-card__features-wrapper--active
  button
  svg {
  transform: rotate(180deg);
}
.cmp-comparison-card .comparison-card__container .comparison-card__footer {
  height: 16px;
  height: 1rem;
}
.cmp-comparison-card .comparison-card__container .comparison-card__footer img {
  background-repeat: repeat-x;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: left bottom;
  width: 100%;
}

.comparison-card__container-wrapper {
  margin-left: -16px;
  margin-left: -1rem;
  margin-right: -16px;
  margin-right: -1rem;
  display: flex !important;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  width: auto;
}
@media (min-width: 48em) {
  .comparison-card__container-wrapper {
    flex-direction: row;
  }
}
.comparison-card__container-wrapper .comparisonCard {
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media (min-width: 48em) {
  .comparison-card__container-wrapper .comparisonCard {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 75em) {
  .comparison-card__container-wrapper .comparisonCard {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (min-width: 75em) {
  .comparison-card__container-wrapper.comparison-card__container-wrapper-four
    .comparison-card__container
    .comparison-card__header
    .comparison-card__header--title {
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
  }
  .comparison-card__container-wrapper.comparison-card__container-wrapper-four
    .comparison-card__container
    .comparison-card__header
    .comparison-card__header-wrapper {
    display: block;
  }
  .comparison-card__container-wrapper.comparison-card__container-wrapper-four
    .comparison-card__container
    .comparison-card__header
    .comparison-card__header-wrapper
    .comparison-card__header--tag {
    margin: 0px;
    margin: 0rem;
  }
}
@media (min-width: 75em) {
  .comparison-card__container-wrapper.comparison-card__container-wrapper-four
    .comparisonCard {
    flex-basis: 25%;
    max-width: 25%;
  }
}
.comparison-card__container-wrapper.comparison-card__container-wrapper-three {
  width: calc(100% + 32px) !important;
}

.cq-Editable-dom .comparison-card__container-wrapper {
  display: block;
}
.cq-Editable-dom .comparisonCard {
  max-width: 100% !important;
  width: 100% !important;
}

.footer-container__wrapper .container,
.footer-container__wrapper
  .perspective-article-page
  .perspective-main-container,
.perspective-article-page
  .footer-container__wrapper
  .perspective-main-container,
.footer-container__wrapper .section-v3 .section__container,
.section-v3 .footer-container__wrapper .section__container {
  background: #022043;
  max-width: none;
  width: unset;
}
@media (min-width: 70.25em) {
  .footer-container__wrapper .container,
  .footer-container__wrapper
    .perspective-article-page
    .perspective-main-container,
  .perspective-article-page
    .footer-container__wrapper
    .perspective-main-container,
  .footer-container__wrapper .section-v3 .section__container,
  .section-v3 .footer-container__wrapper .section__container {
    padding: 0 32px;
  }
}
.footer-container__wrapper .container,
.footer-container__wrapper
  .perspective-article-page
  .perspective-main-container,
.perspective-article-page
  .footer-container__wrapper
  .perspective-main-container,
.footer-container__wrapper .section-v3 .section__container,
.section-v3 .footer-container__wrapper .section__container {
  box-sizing: content-box;
}
.footer-container__wrapper .separator-line.separator-line__stripped {
  margin: 0px;
  margin: 0rem;
}
@media (min-width: 70.25em) {
  .footer-container__wrapper .separator-line.separator-line__stripped {
    margin: 0px 32px;
    margin: 0rem 2rem;
  }
}
@media (min-width: 75em) {
  .footer-container__wrapper .separator-line.separator-line__stripped {
    margin: 0 auto;
  }
}
.footer-container__wrapper .container,
.footer-container__wrapper
  .perspective-article-page
  .perspective-main-container,
.perspective-article-page
  .footer-container__wrapper
  .perspective-main-container,
.footer-container__wrapper .section-v3 .section__container,
.section-v3 .footer-container__wrapper .section__container {
  padding: 0 24px;
  padding: 0rem 1.5rem;
}
@media (min-width: 70.25em) {
  .footer-container__wrapper .container,
  .footer-container__wrapper
    .perspective-article-page
    .perspective-main-container,
  .perspective-article-page
    .footer-container__wrapper
    .perspective-main-container,
  .footer-container__wrapper .section-v3 .section__container,
  .section-v3 .footer-container__wrapper .section__container {
    padding: 0 32px;
  }
}
.footer-container__wrapper svg {
  width: 24px;
  height: 24px;
  fill: #ffffff;
  transition: all 150ms ease;
}
.footer-container__wrapper .cmp-logo-v2-wrapper {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media (min-width: 70.25em) {
  .footer-container__wrapper .cmp-logo-v2-wrapper {
    margin: 0px;
    margin: 0rem;
  }
}
.footer-container__wrapper .cmp-logo-v2-wrapper a,
.footer-container__wrapper .cmp-logo-v2-wrapper svg {
  width: 102px;
  height: 48px;
  display: flex;
}
.footer-container__wrapper .cmp-logo-v2-wrapper a:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.footer-container__wrapper .cmp-logo-v2-wrapper a:focus-visible {
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  box-shadow: 0 0 0 2px #ffffff !important;
  outline: none !important;
}
.footer-container__wrapper .cmp-logo-v2-empty {
  width: 102px;
  height: 48px;
}
.footer-container__wrapper .footer-container__wrapper--breadcrumbs,
.footer-container__wrapper .footer-container__wrapper--navigation,
.footer-container__wrapper .footer-container__wrapper--legal {
  padding: 24px 0;
  padding: 1.5rem 0rem;
}
@media (min-width: 70.25em) {
  .footer-container__wrapper .footer-container__wrapper--breadcrumbs,
  .footer-container__wrapper .footer-container__wrapper--navigation,
  .footer-container__wrapper .footer-container__wrapper--legal {
    padding: 48px 0;
    padding: 3rem 0rem;
  }
}
.footer-container__wrapper .footer-container__wrapper--navigation {
  border-bottom: 1px solid #dfe2e6;
  border-top: 1px solid #dfe2e6;
}
.footer-container__wrapper .footer-container__wrapper--socialmedia a:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.footer-container__wrapper
  .footer-container__wrapper--socialmedia
  a:focus-visible {
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  box-shadow: 0 0 0 2px #ffffff !important;
  outline: none !important;
}
.footer-container__wrapper .footer-container__wrapper--socialmedia a {
  -webkit-border-radius: 100% 100% 100% 100%;
  -moz-border-radius: 100% 100% 100% 100%;
  border-radius: 100% 100% 100% 100%;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 48px;
  height: 48px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.footer-container__wrapper .footer-container__wrapper--socialmedia a:hover,
.footer-container__wrapper .footer-container__wrapper--socialmedia a:active {
  background: rgba(0, 0, 0, 0.32);
}
.footer-container__wrapper .footer-container__wrapper--socialmedia a:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.footer-container__wrapper
  .footer-container__wrapper--socialmedia
  a:focus-visible {
  border-radius: 24px;
}
.footer-container__wrapper .footer-navigation__group {
  margin: 0px -12px;
  margin: 0rem -0.75rem;
  overflow: hidden;
  position: relative;
}
@media (min-width: 70.25em) {
  .footer-container__wrapper .footer-navigation__group {
    margin: 0px;
    margin: 0rem;
    padding: 0px;
    padding: 0rem;
    overflow: visible;
  }
}
.footer-container__wrapper .footer-navigation__group--title,
.footer-container__wrapper .footer-navigation__group--title button,
.footer-container__wrapper .footer-navigation__group--items a {
  margin: 0px;
  margin: 0rem;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 16px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  color: #ffffff;
  line-height: 24px;
  text-align: left;
  font-style: normal;
}
@media (min-width: 70.25em) {
  .footer-container__wrapper .footer-navigation__group--title,
  .footer-container__wrapper .footer-navigation__group--title button,
  .footer-container__wrapper .footer-navigation__group--items a {
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
  }
}
.footer-container__wrapper .footer-navigation__group--title {
  font-weight: 700;
  word-break: break-all;
  hyphens: auto;
  color: #ffffff !important;
}
.footer-container__wrapper .footer-navigation__group--title span {
  display: none;
}
@media (min-width: 70.25em) {
  .footer-container__wrapper .footer-navigation__group--title span {
    display: block;
  }
}
.footer-container__wrapper .footer-navigation__group--title button {
  padding: 12px;
  padding: 0.75rem;
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #022043;
  border: 0;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  position: relative;
  user-select: none;
  width: 100%;
  z-index: 2;
}
.footer-container__wrapper .footer-navigation__group--title button:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.footer-container__wrapper
  .footer-navigation__group--title
  button:focus-visible {
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  box-shadow: 0 0 0 2px #ffffff !important;
  outline: none !important;
}
.footer-container__wrapper .footer-navigation__group--title button:focus {
  outline-offset: -2px;
}
@media (min-width: 70.25em) {
  .footer-container__wrapper .footer-navigation__group--title button {
    display: none;
  }
}
.footer-container__wrapper .footer-navigation__group--links,
.footer-container__wrapper .footer-navigation__group--items,
.footer-container__wrapper .footer-container__wrapper--legal-links,
.footer-container__wrapper .footer-container__wrapper--legal-items,
.footer-container__wrapper .footer-container__wrapper--socialmedia,
.footer-container__wrapper .footer-container__wrapper--socialmedia li {
  margin: 0px;
  margin: 0rem;
  padding: 0px;
  padding: 0rem;
  list-style: none;
  font-style: normal;
  line-height: 24px;
  font-weight: 400;
}
.footer-container__wrapper .footer-navigation__group--items a,
.footer-container__wrapper .footer-container__wrapper--legal-links span a,
.footer-container__wrapper .footer-container__wrapper--legal-items a {
  align-items: center;
  color: #ffffff !important;
  display: flex;
  font-weight: 400;
  text-decoration: none;
}
.footer-container__wrapper .footer-navigation__group--items a:hover,
.footer-container__wrapper .footer-navigation__group--items a:active,
.footer-container__wrapper .footer-container__wrapper--legal-links span a:hover,
.footer-container__wrapper
  .footer-container__wrapper--legal-links
  span
  a:active,
.footer-container__wrapper .footer-container__wrapper--legal-items a:hover,
.footer-container__wrapper .footer-container__wrapper--legal-items a:active {
  text-decoration: underline;
}
.footer-container__wrapper .footer-navigation__group--items a:focus,
.footer-container__wrapper .footer-container__wrapper--legal-links span a:focus,
.footer-container__wrapper .footer-container__wrapper--legal-items a:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.footer-container__wrapper .footer-navigation__group--items a:focus-visible,
.footer-container__wrapper
  .footer-container__wrapper--legal-links
  span
  a:focus-visible,
.footer-container__wrapper
  .footer-container__wrapper--legal-items
  a:focus-visible {
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  box-shadow: 0 0 0 2px #ffffff !important;
  outline: none !important;
}
.footer-container__wrapper .footer-navigation__group--items a svg,
.footer-container__wrapper .footer-container__wrapper--legal-links span a svg,
.footer-container__wrapper .footer-container__wrapper--legal-items a svg {
  margin-left: 4px;
  margin-left: 0.25rem;
}
.footer-container__wrapper .footer-navigation__group--items a .privacy-icon,
.footer-container__wrapper
  .footer-container__wrapper--legal-links
  span
  a
  .privacy-icon,
.footer-container__wrapper
  .footer-container__wrapper--legal-items
  a
  .privacy-icon {
  margin-right: 4px;
  margin-right: 0.25rem;
  height: 14px;
  width: 29px;
}
.footer-container__wrapper .footer-navigation__group--items {
  display: block;
}
@media (min-width: 70.25em) {
  .footer-container__wrapper .footer-navigation__group--items {
    display: flex;
  }
}
.footer-container__wrapper .footer-navigation__group--items a {
  padding: 12px;
  padding: 0.75rem;
}
@media (min-width: 70.25em) {
  .footer-container__wrapper .footer-navigation__group--items a {
    padding: 0px;
    padding: 0rem;
  }
}
.footer-container__wrapper .footer-navigation__group--items a {
  word-break: break-all;
  hyphens: auto;
  -webkit-hyphens: auto;
}
.footer-container__wrapper .footer-navigation__group--items:last-child a {
  margin: 0px;
  margin: 0rem;
}
.footer-container__wrapper .footer-navigation__group--links {
  padding: 4px 12px;
  padding: 0.25rem 0.75rem;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  transform: translateY(-100px);
  transition: 0.2s all ease-in-out;
  visibility: hidden;
  width: 100%;
  will-change: transform;
  z-index: -1;
}
@media (min-width: 70.25em) {
  .footer-container__wrapper .footer-navigation__group--links {
    padding: 0px;
    padding: 0rem;
    max-height: 400vh;
    overflow: visible;
    position: static;
    transform: translateY(0px);
    visibility: visible;
  }
}
.footer-container__wrapper .footer-container__wrapper--breadcrumbs,
.footer-container__wrapper .footer-container__wrapper--socialmedia,
.footer-container__wrapper .footer-container__wrapper--legal-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.footer-container__wrapper .footer-container__wrapper--breadcrumbs,
.footer-container__wrapper .footer-container__wrapper--legal {
  flex-direction: column;
  max-width: 1408px;
  margin: 0 auto;
}
@media (min-width: 70.25em) {
  .footer-container__wrapper .footer-container__wrapper--breadcrumbs,
  .footer-container__wrapper .footer-container__wrapper--legal {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer-container__wrapper .footer-container__wrapper--navigation {
  border-bottom: none !important;
  border-top: none !important;
  padding: 0;
  max-width: 1408px;
  margin: 0 auto;
}
.footer-container__wrapper .footer-container__wrapper--legal-links {
  justify-content: center;
}
@media (min-width: 70.25em) {
  .footer-container__wrapper .footer-container__wrapper--legal-links {
    justify-content: flex-start;
  }
}
.footer-container__wrapper .footer-container__wrapper--legal-links span,
.footer-container__wrapper .footer-container__wrapper--legal-links span a,
.footer-container__wrapper .footer-container__wrapper--legal-items a,
.footer-container__wrapper .copyright {
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 14px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 0.875rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  color: #ffffff !important;
  line-height: 20px;
}
.footer-container__wrapper .footer-container__wrapper--legal-links a {
  margin: 0px 19px 12px 0;
  margin: 0rem 1.1875rem 0.75rem 0rem;
}
@media (min-width: 70.25em) {
  .footer-container__wrapper .footer-container__wrapper--legal-links a {
    margin: 0px 19px 0px 0px;
    margin: 0rem 1.1875rem 0rem 0rem;
  }
}
.footer-container__wrapper .footer-container__wrapper--legal-links span,
.footer-container__wrapper .footer-container__wrapper--legal-links span a {
  margin-right: 0px;
  margin-right: 0rem;
}
.footer-container__wrapper .footer-container__wrapper--legal-items {
  position: relative;
}
.footer-container__wrapper .footer-container__wrapper--legal-items a {
  white-space: nowrap;
}
.footer-container__wrapper .footer-container__wrapper--legal-items:after {
  content: ".";
  position: absolute;
  right: 8px;
  top: -5px;
  color: #ffffff !important;
}
.footer-container__wrapper
  .footer-container__wrapper--legal-items:last-child:after {
  content: none;
}
.footer-container__wrapper .copyright {
  display: flex;
  font-weight: 400;
  justify-content: center;
}
@media (min-width: 70.25em) {
  .footer-container__wrapper .copyright {
    justify-content: flex-end;
  }
}
.footer-container__wrapper .footer-navigation__group--active button svg {
  transform: rotate(180deg);
}
.footer-container__wrapper
  .footer-navigation__group--active
  .footer-navigation__group--links {
  position: static;
  transform: none;
  transition: transform 300ms ease;
  visibility: visible;
  z-index: 1;
}

.workdaydefaulttemplate .footer-container__wrapper .row,
.workdaydefaulttemplate
  .footer-container__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
.customer-story
  .workdaydefaulttemplate
  .footer-container__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
.workdaydefaulttemplate
  .footer-container__wrapper
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12,
.perspective-article-page
  .workdaydefaulttemplate
  .footer-container__wrapper
  .perspective-main-container
  > .aem-Grid--default--12,
.workdaydefaulttemplate
  .footer-container__wrapper
  .cmp-logo-wall
  .logo-container,
.cmp-logo-wall
  .workdaydefaulttemplate
  .footer-container__wrapper
  .logo-container {
  margin-right: -16px !important;
  margin-left: -16px !important;
}
.workdaydefaulttemplate .footer-container__wrapper .col-md-3,
.workdaydefaulttemplate .footer-container__wrapper .col-md-8,
.workdaydefaulttemplate
  .footer-container__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8,
.customer-story
  .workdaydefaulttemplate
  .footer-container__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8,
.workdaydefaulttemplate .footer-container__wrapper .col-md-4,
.workdaydefaulttemplate
  .footer-container__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4,
.customer-story
  .workdaydefaulttemplate
  .footer-container__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4,
.workdaydefaulttemplate
  .footer-container__wrapper
  .threecolumn
  .icon-grid-resource,
.threecolumn
  .workdaydefaulttemplate
  .footer-container__wrapper
  .icon-grid-resource,
.workdaydefaulttemplate
  .footer-container__wrapper
  .fourcolumn
  .icon-grid-resource,
.fourcolumn
  .workdaydefaulttemplate
  .footer-container__wrapper
  .icon-grid-resource {
  margin: 0px !important;
  padding-right: 16px !important;
  padding-left: 16px !important;
}
@media (min-width: 70.25em) {
  .workdaydefaulttemplate .footer-container__wrapper .col-md-3 {
    width: 25% !important;
  }
}
.workdaydefaulttemplate .footer-container__wrapper .col-md-8,
.workdaydefaulttemplate
  .footer-container__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8,
.customer-story
  .workdaydefaulttemplate
  .footer-container__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8 {
  width: 100% !important;
}
@media (min-width: 70.25em) {
  .workdaydefaulttemplate .footer-container__wrapper .col-md-8,
  .workdaydefaulttemplate
    .footer-container__wrapper
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--8,
  .customer-story
    .workdaydefaulttemplate
    .footer-container__wrapper
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--8 {
    width: 66.66666667% !important;
  }
}
.workdaydefaulttemplate .footer-container__wrapper .col-md-4,
.workdaydefaulttemplate
  .footer-container__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4,
.customer-story
  .workdaydefaulttemplate
  .footer-container__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4,
.workdaydefaulttemplate
  .footer-container__wrapper
  .threecolumn
  .icon-grid-resource,
.threecolumn
  .workdaydefaulttemplate
  .footer-container__wrapper
  .icon-grid-resource,
.workdaydefaulttemplate
  .footer-container__wrapper
  .fourcolumn
  .icon-grid-resource,
.fourcolumn
  .workdaydefaulttemplate
  .footer-container__wrapper
  .icon-grid-resource {
  width: 100% !important;
}
@media (min-width: 70.25em) {
  .workdaydefaulttemplate .footer-container__wrapper .col-md-4,
  .workdaydefaulttemplate
    .footer-container__wrapper
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--4,
  .customer-story
    .workdaydefaulttemplate
    .footer-container__wrapper
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--4,
  .workdaydefaulttemplate
    .footer-container__wrapper
    .threecolumn
    .icon-grid-resource,
  .threecolumn
    .workdaydefaulttemplate
    .footer-container__wrapper
    .icon-grid-resource,
  .workdaydefaulttemplate
    .footer-container__wrapper
    .fourcolumn
    .icon-grid-resource,
  .fourcolumn
    .workdaydefaulttemplate
    .footer-container__wrapper
    .icon-grid-resource {
    width: 33.33333333% !important;
  }
}

@media screen and (max-width: 1123px) {
  .col-custom-md {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.footer-container__wrapper .container,
.footer-container__wrapper
  .perspective-article-page
  .perspective-main-container,
.perspective-article-page
  .footer-container__wrapper
  .perspective-main-container,
.footer-container__wrapper .section-v3 .section__container,
.section-v3 .footer-container__wrapper .section__container {
  background: #022043;
  max-width: none;
}
@media (min-width: 70.25em) {
  .footer-container__wrapper .container,
  .footer-container__wrapper
    .perspective-article-page
    .perspective-main-container,
  .perspective-article-page
    .footer-container__wrapper
    .perspective-main-container,
  .footer-container__wrapper .section-v3 .section__container,
  .section-v3 .footer-container__wrapper .section__container {
    padding: 0 32px;
  }
}
.footer-container__wrapper:before {
  content: none !important;
}
.footer-container__wrapper svg {
  fill: #ffffff;
}
.footer-container__wrapper .footer-container__wrapper--socialmedia a:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.footer-container__wrapper
  .footer-container__wrapper--socialmedia
  a:focus-visible {
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  box-shadow: 0 0 0 2px #ffffff !important;
  outline: none !important;
}
.footer-container__wrapper .footer-container__wrapper--socialmedia a:hover,
.footer-container__wrapper .footer-container__wrapper--socialmedia a:active {
  background: rgba(0, 0, 0, 0.32);
}
.footer-container__wrapper .footer-container__wrapper--socialmedia a:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.footer-container__wrapper
  .footer-container__wrapper--socialmedia
  a:focus-visible {
  border-radius: 24px;
}
.footer-container__wrapper .footer-navigation__group {
  margin: 0px -12px;
  margin: 0rem -0.75rem;
  overflow: hidden;
  position: relative;
}
@media (min-width: 70.25em) {
  .footer-container__wrapper .footer-navigation__group {
    margin: 0px;
    margin: 0rem;
    padding: 0px;
    padding: 0rem;
    overflow: visible;
  }
}
.footer-container__wrapper .footer-navigation__group--title,
.footer-container__wrapper .footer-navigation__group--title button,
.footer-container__wrapper .footer-navigation__group--items a {
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 16px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  color: #ffffff !important;
  line-height: 24px;
  text-align: left;
  font-style: normal;
}
.footer-container__wrapper .footer-navigation__group--title {
  font-weight: 700;
}
.footer-container__wrapper .footer-navigation__group--title button {
  padding: 12px;
  padding: 0.75rem;
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #022043;
  border: 0;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  position: relative;
  user-select: none;
  width: 100%;
  z-index: 2;
}
.footer-container__wrapper .footer-navigation__group--title button:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.footer-container__wrapper
  .footer-navigation__group--title
  button:focus-visible {
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  box-shadow: 0 0 0 2px #ffffff !important;
  outline: none !important;
}
.footer-container__wrapper .footer-navigation__group--title button:focus {
  outline-offset: -2px;
}
@media (min-width: 70.25em) {
  .footer-container__wrapper .footer-navigation__group--title button {
    display: none;
  }
}
.footer-container__wrapper .footer-navigation__group--links,
.footer-container__wrapper .footer-navigation__group--items,
.footer-container__wrapper .footer-container__wrapper--legal-links,
.footer-container__wrapper .footer-container__wrapper--legal-items,
.footer-container__wrapper .footer-container__wrapper--socialmedia,
.footer-container__wrapper .footer-container__wrapper--socialmedia li {
  list-style: none;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
}
.footer-container__wrapper .footer-navigation__group--items a,
.footer-container__wrapper .footer-container__wrapper--legal-links span a,
.footer-container__wrapper .footer-container__wrapper--legal-items a {
  align-items: center;
  color: #ffffff !important;
  display: flex;
  font-weight: 400;
  text-decoration: none;
}
.footer-container__wrapper .footer-navigation__group--items a:hover,
.footer-container__wrapper .footer-navigation__group--items a:active,
.footer-container__wrapper .footer-container__wrapper--legal-links span a:hover,
.footer-container__wrapper
  .footer-container__wrapper--legal-links
  span
  a:active,
.footer-container__wrapper .footer-container__wrapper--legal-items a:hover,
.footer-container__wrapper .footer-container__wrapper--legal-items a:active {
  text-decoration: underline;
}
.footer-container__wrapper .footer-navigation__group--items a:focus,
.footer-container__wrapper .footer-container__wrapper--legal-links span a:focus,
.footer-container__wrapper .footer-container__wrapper--legal-items a:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.footer-container__wrapper .footer-navigation__group--items a:focus-visible,
.footer-container__wrapper
  .footer-container__wrapper--legal-links
  span
  a:focus-visible,
.footer-container__wrapper
  .footer-container__wrapper--legal-items
  a:focus-visible {
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  box-shadow: 0 0 0 2px #ffffff !important;
  outline: none !important;
}
.footer-container__wrapper .footer-navigation__group--items a svg,
.footer-container__wrapper .footer-container__wrapper--legal-links span a svg,
.footer-container__wrapper .footer-container__wrapper--legal-items a svg {
  margin-left: 4px;
  margin-left: 0.25rem;
}
.footer-container__wrapper .footer-navigation__group--items a .privacy-icon,
.footer-container__wrapper
  .footer-container__wrapper--legal-links
  span
  a
  .privacy-icon,
.footer-container__wrapper
  .footer-container__wrapper--legal-items
  a
  .privacy-icon {
  margin-right: 4px;
  margin-right: 0.25rem;
  height: 14px;
  width: 29px;
}
.footer-container__wrapper .footer-navigation__group--items {
  display: block;
}
@media (min-width: 70.25em) {
  .footer-container__wrapper .footer-navigation__group--items {
    display: flex;
  }
}
.footer-container__wrapper .footer-navigation__group--items a {
  padding: 12px;
  padding: 0.75rem;
}
@media (min-width: 70.25em) {
  .footer-container__wrapper .footer-navigation__group--items a {
    padding: 0px;
    padding: 0rem;
  }
}
.footer-container__wrapper .footer-navigation__group--items a {
  word-break: break-all;
  hyphens: auto;
  -webkit-hyphens: auto;
}
.footer-container__wrapper .footer-navigation__group--items:last-child a {
  margin: 0px;
  margin: 0rem;
}
.footer-container__wrapper .footer-navigation__group--links {
  padding: 4px 12px;
  padding: 0.25rem 0.75rem;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  transform: translateY(-100px);
  transition: 0.2s all ease-in-out;
  visibility: hidden;
  width: 100%;
  will-change: transform;
  z-index: -1;
}
@media (min-width: 70.25em) {
  .footer-container__wrapper .footer-navigation__group--links {
    padding: 0px;
    padding: 0rem;
    max-height: 400vh;
    overflow: visible;
    position: static;
    transform: translateY(0px);
    visibility: visible;
  }
}
.footer-container__wrapper .footer-container__wrapper--breadcrumbs,
.footer-container__wrapper .footer-container__wrapper--socialmedia,
.footer-container__wrapper .footer-container__wrapper--legal-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.footer-container__wrapper .footer-container__wrapper--breadcrumbs,
.footer-container__wrapper .footer-container__wrapper--legal {
  flex-direction: column;
  max-width: 1408px;
  margin: 0 auto;
}
@media (min-width: 70.25em) {
  .footer-container__wrapper .footer-container__wrapper--breadcrumbs,
  .footer-container__wrapper .footer-container__wrapper--legal {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer-container__wrapper .footer-container__wrapper--navigation {
  border-bottom: none !important;
  border-top: none !important;
  padding: 0;
  max-width: 1408px;
  margin: 0 auto;
}
.footer-container__wrapper .footer-container__wrapper--legal-links {
  justify-content: center;
}
@media (min-width: 70.25em) {
  .footer-container__wrapper .footer-container__wrapper--legal-links {
    justify-content: flex-start;
  }
}
.footer-container__wrapper .footer-container__wrapper--legal-links span,
.footer-container__wrapper .footer-container__wrapper--legal-links span a,
.footer-container__wrapper .footer-container__wrapper--legal-items a,
.footer-container__wrapper .copyright {
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 14px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 0.875rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  color: #ffffff !important;
  line-height: 20px;
}
.footer-container__wrapper .footer-container__wrapper--legal-links a {
  margin: 0px 19px 12px 0;
  margin: 0rem 1.1875rem 0.75rem 0rem;
}
@media (min-width: 70.25em) {
  .footer-container__wrapper .footer-container__wrapper--legal-links a {
    margin: 0px 19px 0px 0px;
    margin: 0rem 1.1875rem 0rem 0rem;
  }
}
.footer-container__wrapper .footer-container__wrapper--legal-links span,
.footer-container__wrapper .footer-container__wrapper--legal-links span a {
  margin-right: 0px;
  margin-right: 0rem;
}
.footer-container__wrapper .footer-container__wrapper--legal-items {
  position: relative;
}
.footer-container__wrapper .footer-container__wrapper--legal-items a {
  white-space: nowrap;
}
.footer-container__wrapper .footer-container__wrapper--legal-items:after {
  content: ".";
  position: absolute;
  right: 8px;
  top: -5px;
}
.footer-container__wrapper
  .footer-container__wrapper--legal-items:last-child:after {
  content: none;
}
.footer-container__wrapper .copyright {
  display: flex;
  font-weight: 400;
  justify-content: center;
}
@media (min-width: 70.25em) {
  .footer-container__wrapper .copyright {
    justify-content: flex-end;
  }
}
.footer-container__wrapper .footer-navigation__group--active button svg {
  transform: rotate(180deg);
}
.footer-container__wrapper
  .footer-navigation__group--active
  .footer-navigation__group--links {
  position: static;
  transform: none;
  transition: transform 300ms ease;
  visibility: visible;
  z-index: 1;
}

.workdaydefaulttemplate .footer-container__wrapper .row,
.workdaydefaulttemplate
  .footer-container__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
.customer-story
  .workdaydefaulttemplate
  .footer-container__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12,
.workdaydefaulttemplate
  .footer-container__wrapper
  .perspective-article-page
  .perspective-main-container
  > .aem-Grid--default--12,
.perspective-article-page
  .workdaydefaulttemplate
  .footer-container__wrapper
  .perspective-main-container
  > .aem-Grid--default--12,
.workdaydefaulttemplate
  .footer-container__wrapper
  .cmp-logo-wall
  .logo-container,
.cmp-logo-wall
  .workdaydefaulttemplate
  .footer-container__wrapper
  .logo-container {
  margin-right: -16px !important;
  margin-left: -16px !important;
}
.workdaydefaulttemplate .footer-container__wrapper .col-md-3,
.workdaydefaulttemplate .footer-container__wrapper .col-md-8,
.workdaydefaulttemplate
  .footer-container__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8,
.customer-story
  .workdaydefaulttemplate
  .footer-container__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8,
.workdaydefaulttemplate .footer-container__wrapper .col-md-4,
.workdaydefaulttemplate
  .footer-container__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4,
.customer-story
  .workdaydefaulttemplate
  .footer-container__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4,
.workdaydefaulttemplate
  .footer-container__wrapper
  .threecolumn
  .icon-grid-resource,
.threecolumn
  .workdaydefaulttemplate
  .footer-container__wrapper
  .icon-grid-resource,
.workdaydefaulttemplate
  .footer-container__wrapper
  .fourcolumn
  .icon-grid-resource,
.fourcolumn
  .workdaydefaulttemplate
  .footer-container__wrapper
  .icon-grid-resource {
  margin: 0px !important;
  padding-right: 16px !important;
  padding-left: 16px !important;
}
@media (min-width: 70.25em) {
  .workdaydefaulttemplate .footer-container__wrapper .col-md-3 {
    width: 25% !important;
  }
}
.workdaydefaulttemplate .footer-container__wrapper .col-md-8,
.workdaydefaulttemplate
  .footer-container__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8,
.customer-story
  .workdaydefaulttemplate
  .footer-container__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8 {
  width: 100% !important;
}
@media (min-width: 70.25em) {
  .workdaydefaulttemplate .footer-container__wrapper .col-md-8,
  .workdaydefaulttemplate
    .footer-container__wrapper
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--8,
  .customer-story
    .workdaydefaulttemplate
    .footer-container__wrapper
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--8 {
    width: 66.66666667% !important;
  }
}
.workdaydefaulttemplate .footer-container__wrapper .col-md-4,
.workdaydefaulttemplate
  .footer-container__wrapper
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4,
.customer-story
  .workdaydefaulttemplate
  .footer-container__wrapper
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4,
.workdaydefaulttemplate
  .footer-container__wrapper
  .threecolumn
  .icon-grid-resource,
.threecolumn
  .workdaydefaulttemplate
  .footer-container__wrapper
  .icon-grid-resource,
.workdaydefaulttemplate
  .footer-container__wrapper
  .fourcolumn
  .icon-grid-resource,
.fourcolumn
  .workdaydefaulttemplate
  .footer-container__wrapper
  .icon-grid-resource {
  width: 100% !important;
}
@media (min-width: 70.25em) {
  .workdaydefaulttemplate .footer-container__wrapper .col-md-4,
  .workdaydefaulttemplate
    .footer-container__wrapper
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--4,
  .customer-story
    .workdaydefaulttemplate
    .footer-container__wrapper
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--4,
  .workdaydefaulttemplate
    .footer-container__wrapper
    .threecolumn
    .icon-grid-resource,
  .threecolumn
    .workdaydefaulttemplate
    .footer-container__wrapper
    .icon-grid-resource,
  .workdaydefaulttemplate
    .footer-container__wrapper
    .fourcolumn
    .icon-grid-resource,
  .fourcolumn
    .workdaydefaulttemplate
    .footer-container__wrapper
    .icon-grid-resource {
    width: 33.33333333% !important;
  }
}

@media screen and (max-width: 1123px) {
  .col-custom-md {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.cmp-logo-v2-wrapper a:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.cmp-logo-v2-wrapper a:focus-visible {
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  box-shadow: 0 0 0 2px #ffffff !important;
  outline: none !important;
}

.footer:has(.footer-banner-wrapper) .footer-container__wrapper--breadcrumbs {
  border-top: 1px solid rgba(182, 193, 204, 0.3) !important;
}

:root .coveo-search {
  --atomic-font-family: "Acid Grotesk", Arial, Helvetica, sans-serif;
}
.coveo-search
  .cmp-coveosearch
  .layout-section-container
  atomic-result-list::part(result-list) {
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
}
@media (min-width: 48em) {
  .coveo-search
    .cmp-coveosearch
    .layout-section-container
    atomic-result-list::part(result-list) {
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  }
}
.coveo-search
  .cmp-coveosearch
  .layout-section-container
  atomic-result-list::part(result-list-grid-clickable-container) {
  padding: 0;
}
.coveo-search .cmp-coveosearch atomic-refine-toggle::part(button) {
  display: block;
  width: 100%;
}
.coveo-search .cmp-coveosearch atomic-layout-section[section="status"] {
  grid-template-areas: "atomic-query-summary atomic-query-summary atomic-query-summary" "atomic-breadbox atomic-breadbox atomic-sort" "atomic-did-you-mean atomic-did-you-mean atomic-did-you-mean" "atomic-notifications atomic-notifications atomic-notifications";
}
.coveo-search
  .cmp-coveosearch
  atomic-layout-section[section="status"]
  atomic-refine-toggle {
  grid-area: unset;
}
.coveo-search .cmp-coveosearch atomic-breadbox::part(breadcrumb-button) {
  border-radius: 50px;
}
.coveo-search
  .cmp-coveosearch
  atomic-search-layout
  atomic-layout-section[section="status"] {
  grid-template-areas: "atomic-query-summary atomic-query-summary atomic-query-summary" "atomic-breadbox atomic-breadbox atomic-sort" "atomic-did-you-mean atomic-did-you-mean atomic-did-you-mean" "atomic-notifications atomic-notifications atomic-notifications";
}
.coveo-search
  .cmp-coveosearch
  atomic-load-more-results::part(load-more-results-button) {
  border: 2px solid #333333;
  border-radius: 28px;
  padding: 10px, 20px, 10px, 20px;
  background-color: transparent;
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  text-transform: capitalize;
}
.coveo-search .cmp-coveosearch atomic-no-results::part(cancel-button) {
  display: none;
}
.coveo-search .cmp-coveosearch atomic-breadbox {
  grid-area: 3/1;
}
.coveo-search .cmp-coveosearch atomic-breadbox::part(clear) {
  color: #0875e1;
}
.coveo-search .cmp-coveosearch atomic-breadbox::part(label) {
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
}
.coveo-search .cmp-coveosearch .atomic-facet-manager-filter-title {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 8px;
}
.coveo-search
  .cmp-coveosearch
  atomic-result-list::part(result-list-grid-clickable) {
  display: none;
}
@media (min-width: 48em) {
  .coveo-search .cmp-coveosearch .rga-result {
    margin-top: 26px;
  }
}
.coveo-search .cmp-coveosearch .rga-result::part(container) {
  padding: 0;
}
.coveo-search .cmp-coveosearch .rga-result::part(rga-header) {
  background: #0f2e66;
  padding: 8px 20px;
  border-radius: 8px 8px 0px 0px !important;
  align-items: center;
}
.coveo-search .cmp-coveosearch .rga-result::part(header-label) {
  margin-right: 8px;
  display: flex;
  background: transparent;
  color: #fff;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.16px;
  text-transform: capitalize;
  align-self: center;
  padding: 0;
  border: none;
  align-items: center;
}
@media (min-width: 400px) {
  .coveo-search .cmp-coveosearch .rga-result::part(header-label) {
    margin-right: unset;
  }
}
.coveo-search .cmp-coveosearch .rga-result::part(header-label):before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.5043 2C13.7301 2 13.9901 2.13694 14.0463 2.43631C14.4214 4.43675 15.2306 6.13158 16.4729 7.41872C17.7142 8.70491 19.3998 9.59626 21.5493 9.97249C22.152 10.0776 22.1506 10.9153 21.5493 11.0205C19.3998 11.3967 17.7142 12.2881 16.4729 13.5743C15.2306 14.8614 14.4214 16.5562 14.0463 18.5566C13.9901 18.856 13.7301 18.993 13.5043 18.993C13.2786 18.993 13.0186 18.8561 12.9623 18.5567C12.5872 16.5563 11.7781 14.8615 10.5358 13.5744C9.29441 12.2882 7.60887 11.3969 5.4593 11.0205C4.85664 10.9154 4.85799 10.0777 5.45932 9.97249C7.60888 9.59626 9.29441 8.70491 10.5358 7.41872C11.7781 6.13158 12.5872 4.43685 12.9623 2.4364C13.0186 2.13703 13.2786 2 13.5043 2Z' fill='white'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.4965 15.0068C5.63722 15.0068 5.8127 15.0943 5.85045 15.2952C5.99436 16.0627 6.30312 16.7048 6.77085 17.1894C7.23765 17.6731 7.8746 18.0122 8.69689 18.1562C9.0924 18.2252 9.09103 18.7816 8.69689 18.8505C7.8746 18.9944 7.23765 19.3336 6.77085 19.8172C6.30312 20.3019 5.99438 20.9439 5.85047 21.7114C5.81272 21.9123 5.63722 21.9998 5.4965 21.9998C5.35578 21.9998 5.18031 21.9124 5.14255 21.7115C4.99864 20.944 4.68989 20.3019 4.22216 19.8173C3.75536 19.3336 3.1184 18.9945 2.29611 18.8505C1.90061 18.7815 1.90198 18.2251 2.29612 18.1562C3.11841 18.0122 3.75536 17.6731 4.22216 17.1894C4.68989 16.7048 4.99863 16.0628 5.14254 15.2953C5.18029 15.0944 5.35578 15.0068 5.4965 15.0068Z' fill='white'%3E%3C/path%3E%3C/svg%3E");
  margin-right: 8px;
  height: 24px;
  width: 24px;
}
.coveo-search .cmp-coveosearch .rga-result::part(generated-container),
.coveo-search .cmp-coveosearch .rga-result::part(generated-answer-footer) {
  margin: 24px 32px;
}
.coveo-search .cmp-coveosearch .rga-result::part(generated-answer-footer) {
  flex-direction: row;
}
.coveo-search .cmp-coveosearch .rga-result::part(disclaimer-feedback) {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .coveo-search .cmp-coveosearch .rga-result::part(disclaimer-feedback) {
    flex-direction: row;
    justify-content: space-between;
  }
}
.coveo-search .cmp-coveosearch .rga-result::part(answer-show-button) {
  color: #0057ae;
  font-weight: 700;
}
.coveo-search .cmp-coveosearch .rga-result::part(helpful-text) {
  text-align: center;
  height: auto;
  background-color: #d7eafc;
  color: #0057ae;
  padding: 0 8px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.24px;
  border-radius: 1000px;
}

body.atomic-modal-opened .coveo-search {
  position: relative;
  z-index: 9999;
}

:root .success-story-coveo {
  --atomic-font-family: "Acid Grotesk", Arial, Helvetica, sans-serif;
  --atomic-font-bold: 500;
  --atomic-layout-spacing-y: 8px;
  --atomic-primary: #0057ae;
  --atomic-primary-dark: #0057ae;
  --atomic-primary-light: #0057ae;
  --atomic-more-results-progress-bar-color-from: #0057ae;
  --atomic-more-results-progress-bar-color-to: #0057ae;
  --atomic-neutral-light: #0875e110;
  --atomic-on-background: #022043;
  --atomic-neutral-dark: #022043;
}
.success-story-coveo .cmp-success-story-coveo {
  margin-top: 0.5rem;
}
.success-story-coveo
  .cmp-success-story-coveo
  .layout-section-container
  atomic-folded-result-list::part(result-list) {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px 32px;
}
@media (min-width: 48em) {
  .success-story-coveo
    .cmp-success-story-coveo
    .layout-section-container
    atomic-folded-result-list::part(result-list) {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 75em) {
  .success-story-coveo
    .cmp-success-story-coveo
    .layout-section-container
    atomic-folded-result-list::part(result-list) {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.success-story-coveo
  .cmp-success-story-coveo
  .layout-section-container
  atomic-folded-result-list::part(outline) {
  padding: 0px;
  padding: 0rem;
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #ffffff;
  border: 1px solid #b6c1cc;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0);
  transition: box-shadow 0.2s ease-in-out;
  position: relative;
}
.success-story-coveo
  .cmp-success-story-coveo
  .layout-section-container
  atomic-folded-result-list::part(outline):hover {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.12);
}
.success-story-coveo
  .cmp-success-story-coveo
  .layout-section-container
  atomic-folded-result-list::part(outline)::before {
  content: none;
}
.success-story-coveo
  .cmp-success-story-coveo
  .layout-section-container
  atomic-folded-result-list::part(outline)
  .result-root {
  height: 100%;
}
.success-story-coveo
  .cmp-success-story-coveo
  atomic-layout-section[section="search"] {
  margin: 0 auto 32px;
}
.success-story-coveo
  .cmp-success-story-coveo
  atomic-layout-section[section="status"] {
  display: block;
}
.success-story-coveo
  .cmp-success-story-coveo
  atomic-layout-section[section="status"]
  atomic-refine-toggle {
  margin: 16px 0px;
  margin: 1rem 0rem;
  grid-area: unset;
}
.success-story-coveo
  .cmp-success-story-coveo
  atomic-layout-section[section="status"]
  atomic-refine-toggle::part(button) {
  font-weight: 700;
  line-height: 20px;
  border-color: #b6c1cc !important;
}
.success-story-coveo
  .cmp-success-story-coveo
  atomic-layout-section[section="status"]
  atomic-refine-toggle::part(button):focus-within,
.success-story-coveo
  .cmp-success-story-coveo
  atomic-layout-section[section="status"]
  atomic-refine-toggle::part(button):focus-visible {
  border-color: #0057ae !important;
  box-shadow: none !important;
  outline: none !important;
}
.success-story-coveo
  .cmp-success-story-coveo
  atomic-layout-section[section="status"]
  .query__summery {
  display: block;
  margin-bottom: 2rem;
}
@media (min-width: 48em) {
  .success-story-coveo
    .cmp-success-story-coveo
    atomic-layout-section[section="status"]
    .query__summery {
    display: flex;
    justify-content: space-between;
  }
}
.success-story-coveo
  .cmp-success-story-coveo
  atomic-layout-section[section="status"]
  .query__summery
  atomic-query-summary::part(container) {
  line-height: 20px !important;
}
.success-story-coveo
  .cmp-success-story-coveo
  atomic-layout-section[section="status"]
  .query__summery
  atomic-sort-dropdown::part(select-parent) {
  border-color: #b6c1cc !important;
}
.success-story-coveo
  .cmp-success-story-coveo
  atomic-layout-section[section="status"]
  .query__summery
  atomic-sort-dropdown::part(select-parent):focus-within,
.success-story-coveo
  .cmp-success-story-coveo
  atomic-layout-section[section="status"]
  .query__summery
  atomic-sort-dropdown::part(select-parent):focus-visible {
  color: #022043;
  fill: #022043;
  border-color: #0057ae !important;
  box-shadow: none !important;
  outline: none !important;
}
.success-story-coveo
  .cmp-success-story-coveo
  atomic-layout-section[section="status"]
  .query__summery
  atomic-sort-dropdown::part(select) {
  color: #525d6a;
  border-color: #b6c1cc !important;
}
.success-story-coveo
  .cmp-success-story-coveo
  atomic-layout-section[section="status"]
  .query__summery
  atomic-sort-dropdown::part(select):hover {
  color: #0057ae;
}
.success-story-coveo
  .cmp-success-story-coveo
  atomic-layout-section[section="status"]
  .query__summery
  atomic-sort-dropdown::part(select):focus-within,
.success-story-coveo
  .cmp-success-story-coveo
  atomic-layout-section[section="status"]
  .query__summery
  atomic-sort-dropdown::part(select):focus-visible {
  color: #0057ae;
  border-color: #0057ae !important;
  box-shadow: none !important;
  outline: none !important;
}
.success-story-coveo
  .cmp-success-story-coveo
  atomic-layout-section[section="status"]
  .query__summery
  atomic-sort-dropdown::part(select-separator) {
  border-color: #b6c1cc !important;
}
.success-story-coveo
  .cmp-success-story-coveo
  atomic-layout-section[section="status"]
  .query__summery
  select:focus-within
  + div {
  border-color: #0057ae !important;
  box-shadow: none !important;
  outline: none !important;
  fill: #0057ae;
}
.success-story-coveo
  .cmp-success-story-coveo
  atomic-layout-section[section="status"]
  .query__summery
  atomic-sort-dropdown::part(label) {
  color: #022043 !important;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
}
.success-story-coveo
  .cmp-success-story-coveo
  atomic-layout-section[section="status"]
  .query__summery
  atomic-refine-modal::part(header-ruler),
.success-story-coveo
  .cmp-success-story-coveo
  atomic-layout-section[section="status"]
  .query__summery
  atomic-refine-modal::part(select) {
  border-color: #b6c1cc !important;
}
.success-story-coveo
  .cmp-success-story-coveo
  atomic-layout-section[section="status"]
  .query__summery
  atomic-refine-modal::part(select):focus-within,
.success-story-coveo
  .cmp-success-story-coveo
  atomic-layout-section[section="status"]
  .query__summery
  atomic-refine-modal::part(select):focus-visible {
  color: #0057ae;
  border-color: #0057ae !important;
  box-shadow: none !important;
  outline: none !important;
}
.success-story-coveo
  .cmp-success-story-coveo
  atomic-breadbox::part(breadcrumb-list) {
  gap: 8px;
}
.success-story-coveo
  .cmp-success-story-coveo
  atomic-breadbox::part(breadcrumb-button),
.success-story-coveo .cmp-success-story-coveo atomic-breadbox::part(show-more),
.success-story-coveo .cmp-success-story-coveo atomic-breadbox::part(show-less) {
  padding: 6px 16px;
  padding: 0.375rem 1rem;
  -webkit-border-radius: 50px 50px 50px 50px;
  -moz-border-radius: 50px 50px 50px 50px;
  border-radius: 50px 50px 50px 50px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  font-weight: 500;
  line-height: 20px;
  color: #525d6a;
  border-color: #b6c1cc;
}
.success-story-coveo
  .cmp-success-story-coveo
  atomic-breadbox::part(breadcrumb-button) {
  max-width: 310px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #525d6a;
  border-color: #b6c1cc;
}
@media (min-width: 48em) {
  .success-story-coveo
    .cmp-success-story-coveo
    atomic-breadbox::part(breadcrumb-button) {
    max-width: unset;
  }
}
.success-story-coveo
  .cmp-success-story-coveo
  atomic-breadbox::part(breadcrumb-button):hover {
  color: #0057ae;
}
.success-story-coveo .cmp-success-story-coveo atomic-breadbox::part(show-more),
.success-story-coveo .cmp-success-story-coveo atomic-breadbox::part(show-less) {
  padding: 6px 8px;
  padding: 0.375rem 0.5rem;
  margin: 0px 8px;
  margin: 0rem 0.5rem;
  color: #0057ae;
}
.success-story-coveo
  .cmp-success-story-coveo
  atomic-breadbox::part(breadcrumb-label) {
  font-weight: 400;
}
.success-story-coveo .cmp-success-story-coveo atomic-breadbox::part(container) {
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
  flex-direction: column;
}
@media (min-width: 48em) {
  .success-story-coveo
    .cmp-success-story-coveo
    atomic-breadbox::part(container) {
    margin: 0px;
    margin: 0rem;
    flex-direction: row;
  }
}
.success-story-coveo
  .cmp-success-story-coveo
  atomic-layout-section[section="facets"] {
  margin-right: 32px;
  margin-right: 2rem;
  min-width: 325px;
  min-width: 20.3125rem;
  max-width: 352px;
  max-width: 22rem;
}
.success-story-coveo
  .cmp-success-story-coveo
  atomic-layout-section[section="facets"]
  .atomic-facet-manager-filter-title {
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 14px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 0.875rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  font-weight: 400;
  color: #022043;
}
.success-story-coveo
  .cmp-success-story-coveo
  atomic-layout-section[section="facets"]
  atomic-facet
  button {
  padding: 0px;
  padding: 0rem;
}
.success-story-coveo .cmp-success-story-coveo atomic-facet::part(label-button),
.success-story-coveo .cmp-success-story-coveo atomic-facet::part(value-label) {
  color: #022043;
  line-height: 20px;
}
.success-story-coveo .cmp-success-story-coveo atomic-facet::part(label-button) {
  font-weight: 700;
  line-height: 24px;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.success-story-coveo .cmp-success-story-coveo atomic-facet::part(value-label) {
  font-weight: 400;
}
.success-story-coveo .cmp-success-story-coveo atomic-facet::part(values) {
  margin-top: 1rem;
}
.success-story-coveo .cmp-success-story-coveo atomic-facet::part(value-count),
.success-story-coveo .cmp-success-story-coveo atomic-facet::part(clear-button),
.success-story-coveo .cmp-success-story-coveo atomic-no-results::part(icon),
.success-story-coveo .cmp-success-story-coveo atomic-results-per-page {
  display: none;
}
.success-story-coveo
  .cmp-success-story-coveo
  atomic-facet::part(value-checkbox) {
  border-color: #7d8b99;
  height: 1.25rem;
  width: 1.25rem;
  padding: 0.25rem;
  margin-right: 0.5rem;
  margin-left: -0.5rem;
}
.success-story-coveo
  .cmp-success-story-coveo
  atomic-facet::part(value-checkbox):focus-visible {
  border-color: #0057ae !important;
}
.success-story-coveo
  .cmp-success-story-coveo
  atomic-facet::part(value-checkbox-label) {
  padding-top: 0.5rem !important;
  padding-left: 1.75rem !important;
  padding-bottom: 0.5rem !important;
}
.success-story-coveo .cmp-success-story-coveo atomic-facet::part(facet) {
  border-radius: 8px !important;
  border: 1px solid #b6c1cc !important;
  padding: 16px 12px;
}
.success-story-coveo .cmp-success-story-coveo atomic-facet::part(value-label) {
  text-overflow: unset;
  white-space: break-spaces;
}
.success-story-coveo
  .cmp-success-story-coveo
  atomic-layout-section[section="pagination"] {
  margin-top: 16px;
  margin-top: 1rem;
}
.success-story-coveo
  .cmp-success-story-coveo
  atomic-load-more-results::part(progress-bar) {
  background: #f1f3f6;
}
.success-story-coveo
  .cmp-success-story-coveo
  atomic-load-more-results::part(load-more-results-button) {
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  -webkit-border-radius: 28px 28px 28px 28px;
  -moz-border-radius: 28px 28px 28px 28px;
  border-radius: 28px 28px 28px 28px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 16px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  border: 2px solid #022043;
  background-color: transparent;
  color: #333333;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  text-transform: capitalize;
}
.success-story-coveo
  .cmp-success-story-coveo
  atomic-load-more-results::part(load-more-results-button):hover,
.success-story-coveo
  .cmp-success-story-coveo
  atomic-load-more-results::part(load-more-results-button):active {
  background: #022043;
  color: #ffffff;
}
.success-story-coveo
  .cmp-success-story-coveo
  atomic-load-more-results::part(load-more-results-button):focus-visible {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0057ae;
  outline: 0;
  background: #022043;
  color: #ffffff;
  border: 2px solid #022043;
}
.success-story-coveo
  .cmp-success-story-coveo
  atomic-no-results::part(cancel-button) {
  display: none;
}
.success-story-coveo
  .cmp-success-story-coveo
  atomic-search-box::part(submit-button):hover,
.success-story-coveo
  .cmp-success-story-coveo
  atomic-search-box::part(submit-button):active {
  background: #005cb9;
}
.success-story-coveo
  .cmp-success-story-coveo
  atomic-search-box::part(clear-button) {
  color: #525d6a !important;
}
.success-story-coveo .cmp-success-story-coveo atomic-search-box::part(wrapper) {
  border-color: #b6c1cc !important;
  height: 3rem;
}
.success-story-coveo
  .cmp-success-story-coveo
  atomic-search-box::part(wrapper):focus-within,
.success-story-coveo
  .cmp-success-story-coveo
  atomic-search-box::part(wrapper):focus-visible {
  border-color: #0057ae !important;
  box-shadow: none !important;
  outline: 1px solid #0057ae !important;
}
.success-story-coveo .cmp-success-story-coveo atomic-search-box::part(input),
.success-story-coveo
  .cmp-success-story-coveo
  atomic-search-box::part(suggestion) {
  color: #525d6a !important;
}
.success-story-coveo .cmp-success-story-coveo atomic-search-box::part(input) {
  padding: 0.5rem 1rem !important;
}
.success-story-coveo .cmp-success-story-coveo atomic-breadbox::part(clear) {
  color: #0057ae;
}
.success-story-coveo .cmp-success-story-coveo atomic-breadbox::part(label) {
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 12px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 0.75rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  line-height: 20px;
  font-weight: 700;
  white-space: nowrap;
}
.success-story-coveo
  .cmp-success-story-coveo
  atomic-folded-result-list::part(result-list-grid-clickable) {
  display: none;
}
.success-story-coveo .cmp-success-story-coveo atomic-search-layout {
  display: flex !important;
  flex-direction: column;
}
.success-story-coveo
  .cmp-success-story-coveo
  atomic-search-box::part(submit-button) {
  background-color: #0057ae;
}
.success-story-coveo
  .cmp-success-story-coveo
  atomic-search-box::part(submit-button):hover,
.success-story-coveo
  .cmp-success-story-coveo
  atomic-search-box::part(submit-button):active {
  background-color: #022043;
}
.success-story-coveo
  .cmp-success-story-coveo
  atomic-search-box::part(submit-button):focus-visible {
  box-shadow: 0 0 0 2px #0057ae;
}
.success-story-coveo
  .cmp-success-story-coveo
  atomic-search-box::part(submit-button)
  atomic-icon::part(submit-icon) {
  height: 1.5rem !important;
  width: 1.5rem !important;
}
.success-story-coveo
  .cmp-success-story-coveo
  atomic-search-box::part(submit-icon) {
  height: 1.5rem !important;
  width: 1.5rem !important;
}
.success-story-coveo
  .cmp-success-story-coveo
  atomic-load-more-results::part(load-more-results-button),
.success-story-coveo
  .cmp-success-story-coveo
  atomic-load-more-results::part(showing-results) {
  color: #022043;
}
.success-story-coveo
  .cmp-success-story-coveo
  atomic-load-more-results::part(highlight) {
  font-weight: 700;
}
.success-story-coveo .cmp-success-story-coveo .customer__success-main {
  display: grid;
}
@media (min-width: 48em) {
  .success-story-coveo .cmp-success-story-coveo .customer__success-main {
    grid-template-areas: "atomic-section-facets atomic-section-main" "atomic-section-facets .";
  }
}
.success-story-coveo
  .cmp-success-story-coveo
  atomic-refine-modal::part(section-title) {
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 20px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1.25rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  font-weight: 700;
  line-height: 28px;
}
.success-story-coveo .cmp-success-story-coveo atomic-refine-modal::part(title),
.success-story-coveo
  .cmp-success-story-coveo
  atomic-refine-modal::part(close-button) {
  margin-top: 72px;
  margin-top: 4.5rem;
}
.success-story-coveo
  .cmp-success-story-coveo
  atomic-refine-modal::part(footer-wrapper) {
  padding: 16px;
  padding: 1rem;
}
.success-story-coveo
  .cmp-success-story-coveo
  atomic-refine-modal::part(footer-content)
  .btn-primary {
  border-radius: 9999px;
}
.success-story-coveo
  .cmp-success-story-coveo
  .atomic-search-interface-no-results
  .customer__success-main {
  grid-template-areas: "atomic-section-main";
}
.success-story-coveo .cmp-success-story-coveo atomic-no-results {
  display: flex;
  flex-direction: column-reverse;
}
.success-story-coveo
  .cmp-success-story-coveo
  atomic-no-results
  .customer__success-not-found
  svg {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  max-width: 22.5rem;
  justify-content: center;
  margin: 1.5rem auto;
  margin-top: 16px;
}
@media (min-width: 48em) {
  .success-story-coveo
    .cmp-success-story-coveo
    atomic-no-results
    .customer__success-not-found
    svg {
    margin-top: 96px;
  }
}

.standardcard__container {
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #ffffff;
  border: 1px solid #b6c1cc;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-flow: column;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0);
  transition: box-shadow 0.2s ease-in-out;
}
.standardcard__container:hover {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
.standardcard__container:hover .wd-btn,
.standardcard__container:hover
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .standardcard__container:hover
  a,
.standardcard__container:hover
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .standardcard__container:hover
  .cta,
.standardcard__container:hover .cmp-resourcebar .content-fragment__cards-cta,
.cmp-resourcebar .standardcard__container:hover .content-fragment__cards-cta,
.standardcard__container:hover
  .cmp-subnavigation
  .sub-navigation__container--cta
  a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .standardcard__container:hover
  a,
.standardcard__container:hover .customer-content a,
.customer-content .standardcard__container:hover a,
.standardcard__container:hover
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .standardcard__container:hover
  .vjs-default-button,
.standardcard__container:hover
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .standardcard__container:hover
  .vjs-done-button,
.standardcard__container:hover
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .standardcard__container:hover
  .vjs-default-button,
.standardcard__container:hover
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .standardcard__container:hover
  .vjs-done-button {
  color: #005cb9;
  text-decoration: underline;
}
.standardcard__container.no-hover-state:hover {
  box-shadow: none;
  cursor: default;
}
.standardcard__container .standardcard__container--image {
  display: flex;
}
.standardcard__container .standardcard__container-content {
  padding: 24px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.standardcard__container .standardcard__container-content--button {
  margin-top: auto;
}
.standardcard__container .cmp-button {
  margin-top: 16px;
  margin-top: 1rem;
}
.standardcard__container .cmp-button a {
  display: inline-flex;
}
.standardcard__container.black-pepper {
  color: #022043;
}
.standardcard__container.black-pepper h1,
.standardcard__container.black-pepper h2,
.standardcard__container.black-pepper h3,
.standardcard__container.black-pepper h4,
.standardcard__container.black-pepper h5,
.standardcard__container.black-pepper h6 {
  color: #022043;
}
.standardcard__container.black-pepper p {
  color: #022043 !important;
}
.standardcard__container.black-pepper span.title-1,
.standardcard__container.black-pepper span.title-2,
.standardcard__container.black-pepper span.title-3,
.standardcard__container.black-pepper
  .cmp-about-author
  span.about-author__title,
.cmp-about-author
  .standardcard__container.black-pepper
  span.about-author__title,
.standardcard__container.black-pepper span.title-4,
.standardcard__container.black-pepper span.title-5,
.standardcard__container.black-pepper span.title-6,
.standardcard__container.black-pepper .cmp-hub-hero span.hero-card__title,
.cmp-hub-hero .standardcard__container.black-pepper span.hero-card__title,
.standardcard__container.black-pepper span.overline,
.standardcard__container.black-pepper
  .cmp-article-hero
  span.article-hero__eyebrow,
.cmp-article-hero
  .standardcard__container.black-pepper
  span.article-hero__eyebrow,
.standardcard__container.black-pepper .eyebrow span.cmp-title__text,
.eyebrow .standardcard__container.black-pepper span.cmp-title__text,
.standardcard__container.black-pepper span.statistic {
  color: #022043;
}
.standardcard__container.black-pepper span.body-0,
.standardcard__container.black-pepper span.body-1,
.standardcard__container.black-pepper
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  span.hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .standardcard__container.black-pepper
  span.hero-card__description,
.standardcard__container.black-pepper
  .cmp-about-author
  .about-author__user-details
  span.user-name,
.cmp-about-author
  .about-author__user-details
  .standardcard__container.black-pepper
  span.user-name,
.standardcard__container.black-pepper span.body-2,
.standardcard__container.black-pepper
  .cmp-about-author
  span.about-author__user-details,
.cmp-about-author
  .standardcard__container.black-pepper
  span.about-author__user-details,
.standardcard__container.black-pepper span.body-3,
.standardcard__container.black-pepper
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  span.hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .standardcard__container.black-pepper
  span.hero-card__eyebrow,
.standardcard__container.black-pepper .cmp-hub-hero span.hero-card__type,
.cmp-hub-hero .standardcard__container.black-pepper span.hero-card__type,
.standardcard__container.black-pepper span.cmp-share-component--copied,
.standardcard__container.black-pepper span.cmp-share-component--date,
.standardcard__container.black-pepper span.cmp-share-component--share {
  color: #022043 !important;
}
.standardcard__container.french-vanilla .btn--text span,
.standardcard__container.french-vanilla
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  span,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .standardcard__container.french-vanilla
  .cta
  span,
.standardcard__container.french-vanilla
  .cmp-resourcebar
  .content-fragment__cards-cta
  span,
.cmp-resourcebar
  .standardcard__container.french-vanilla
  .content-fragment__cards-cta
  span,
.standardcard__container.french-vanilla .customer-content a span,
.customer-content .standardcard__container.french-vanilla a span {
  color: #ffffff;
}
.standardcard__container.bg-white .btn--text span,
.standardcard__container.bg-white
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  span,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .standardcard__container.bg-white
  .cta
  span,
.standardcard__container.bg-white
  .cmp-resourcebar
  .content-fragment__cards-cta
  span,
.cmp-resourcebar
  .standardcard__container.bg-white
  .content-fragment__cards-cta
  span,
.standardcard__container.bg-white .customer-content a span,
.customer-content .standardcard__container.bg-white a span {
  color: #0875e1;
}
.standardcard__container.standardcard-large {
  width: 92%;
  margin-bottom: 16px;
}
@media (min-width: 48em) {
  .standardcard__container.standardcard-large {
    width: 82%;
  }
}
@media (min-width: 70.25em) {
  .standardcard__container.standardcard-large {
    width: 46%;
  }
}
@media (min-width: 75em) {
  .standardcard__container.standardcard-large {
    width: 90%;
  }
}
@media (min-width: 100em) {
  .standardcard__container.standardcard-large {
    width: 90%;
  }
}

.standardcard__container-wrapper.standardcard__container-wrapper-four,
.standardcard__container-wrapper.standardcard__container-wrapper-three,
.standardcard__container-wrapper.standardcard__container-wrapper-two {
  display: flex;
  flex-basis: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  flex-basis: 100%;
  width: auto;
}
@media (min-width: 48em) {
  .standardcard__container-wrapper.standardcard__container-wrapper-four,
  .standardcard__container-wrapper.standardcard__container-wrapper-three,
  .standardcard__container-wrapper.standardcard__container-wrapper-two {
    margin: 0px -16px;
    margin: 0rem -1rem;
  }
}
.standardcard__container-wrapper.standardcard__container-wrapper-four
  .standardcard,
.standardcard__container-wrapper.standardcard__container-wrapper-three
  .standardcard,
.standardcard__container-wrapper.standardcard__container-wrapper-two
  .standardcard {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.standardcard__container-wrapper.standardcard__container-wrapper-four
  .standardcard:last-child,
.standardcard__container-wrapper.standardcard__container-wrapper-three
  .standardcard:last-child,
.standardcard__container-wrapper.standardcard__container-wrapper-two
  .standardcard:last-child {
  margin: 0px;
  margin: 0rem;
}
@media (min-width: 48em) {
  .standardcard__container-wrapper.standardcard__container-wrapper-four
    .standardcard,
  .standardcard__container-wrapper.standardcard__container-wrapper-three
    .standardcard,
  .standardcard__container-wrapper.standardcard__container-wrapper-two
    .standardcard {
    margin-bottom: 32px;
    margin-bottom: 2rem;
    padding: 0px 16px;
    padding: 0rem 1rem;
  }
  .standardcard__container-wrapper.standardcard__container-wrapper-four
    .standardcard:last-child,
  .standardcard__container-wrapper.standardcard__container-wrapper-three
    .standardcard:last-child,
  .standardcard__container-wrapper.standardcard__container-wrapper-two
    .standardcard:last-child {
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
}
@media (min-width: 48em) {
  .standardcard__container-wrapper.standardcard__container-wrapper-two
    .standardcard {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 48em) {
  .standardcard__container-wrapper.standardcard__container-wrapper-three
    .standardcard {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 70.25em) {
  .standardcard__container-wrapper.standardcard__container-wrapper-three
    .standardcard {
    flex-basis: 33.33%;
    max-width: 33.33%;
  }
}
@media (min-width: 48em) {
  .standardcard__container-wrapper.standardcard__container-wrapper-four
    .standardcard {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 75em) {
  .standardcard__container-wrapper.standardcard__container-wrapper-four
    .standardcard {
    flex-basis: 25%;
    max-width: 25%;
  }
}

.carousel__container-slider .standardcard__container,
.carousel__container-slider .standardcard__container-wrapper,
.carousel__container-slider .standardcard {
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-basis: 100% !important;
  max-width: 100% !important;
}

.carousel-rising
  .cq-Editable-dom--container
  .standardcard__container-wrapper.standardcard__container-wrapper-four,
.carousel-rising
  .cq-Editable-dom--container
  .standardcard__container-wrapper.standardcard__container-wrapper-three,
.carousel-rising
  .cq-Editable-dom--container
  .standardcard__container-wrapper.standardcard__container-wrapper-two {
  display: block;
}
.carousel-rising
  .cq-Editable-dom--container
  .standardcard__container-wrapper.standardcard__container-wrapper-four
  .standardcard,
.carousel-rising
  .cq-Editable-dom--container
  .standardcard__container-wrapper.standardcard__container-wrapper-three
  .standardcard,
.carousel-rising
  .cq-Editable-dom--container
  .standardcard__container-wrapper.standardcard__container-wrapper-two
  .standardcard {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .standardcard__container.standardcard-large.image__landscape {
    flex-flow: row !important;
  }
  .standardcard__container.standardcard-large.image__landscape
    .standardcard-img
    .standardcard__container--image {
    height: 100%;
    object-fit: cover;
  }
  .standardcard__container.standardcard-large.image__landscape
    .standardcard-img {
    width: 60%;
  }
  .standardcard__container.standardcard-large.image__landscape
    .standardcard__container-content {
    width: 40%;
    padding: 64px;
    justify-content: center;
  }
  .standardcard__container.standardcard-large.image__landscape
    .standardcard__container-content
    .standardcard__container-content--button {
    margin-top: unset !important;
  }
  .standardcard__container.standardcard-large.image__square {
    flex-flow: row !important;
  }
  .standardcard__container.standardcard-large.image__square
    .standardcard-img
    .standardcard__container--image {
    height: 100%;
    object-fit: cover;
  }
  .standardcard__container.standardcard-large.image__square .standardcard-img {
    width: 40%;
  }
  .standardcard__container.standardcard-large.image__square
    .standardcard__container-content {
    width: 60%;
    padding: 64px;
    justify-content: center;
  }
  .standardcard__container.standardcard-large.image__square
    .standardcard__container-content
    .standardcard__container-content--button {
    margin-top: unset !important;
  }
}
.lightTheme .standardcard__container h1,
.quote .quote-component .standardcard__container h1,
.lightTheme .standardcard__container h2,
.quote .quote-component .standardcard__container h2,
.lightTheme .standardcard__container h3,
.quote .quote-component .standardcard__container h3,
.lightTheme .standardcard__container h4,
.quote .quote-component .standardcard__container h4,
.lightTheme .standardcard__container h5,
.quote .quote-component .standardcard__container h5,
.lightTheme .standardcard__container h6,
.quote .quote-component .standardcard__container h6,
.lightTheme .standardcard__container p,
.quote .quote-component .standardcard__container p,
.lightTheme .standardcard__container .title-1,
.quote .quote-component .standardcard__container .title-1,
.lightTheme .standardcard__container .title-2,
.quote .quote-component .standardcard__container .title-2,
.lightTheme .standardcard__container .title-3,
.lightTheme .standardcard__container .cmp-about-author .about-author__title,
.cmp-about-author .lightTheme .standardcard__container .about-author__title,
.quote .quote-component .standardcard__container .title-3,
.quote
  .quote-component
  .standardcard__container
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .quote
  .quote-component
  .standardcard__container
  .about-author__title,
.lightTheme .standardcard__container .title-4,
.quote .quote-component .standardcard__container .title-4,
.lightTheme .standardcard__container .title-5,
.lightTheme
  .standardcard__container
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .lightTheme
  .standardcard__container
  .hero-card__title,
.quote .quote-component .standardcard__container .title-5,
.quote
  .quote-component
  .standardcard__container
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .quote
  .quote-component
  .standardcard__container
  .hero-card__title,
.lightTheme .standardcard__container .title-6,
.lightTheme .standardcard__container .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .lightTheme .standardcard__container .hero-card__title,
.quote .quote-component .standardcard__container .title-6,
.quote
  .quote-component
  .standardcard__container
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .quote
  .quote-component
  .standardcard__container
  .hero-card__title,
.lightTheme .standardcard__container .body-0,
.quote .quote-component .standardcard__container .body-0,
.lightTheme .standardcard__container .body-1,
.lightTheme
  .standardcard__container
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .lightTheme
  .standardcard__container
  .hero-card__description,
.lightTheme
  .standardcard__container
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .lightTheme
  .standardcard__container
  .user-name,
.quote .quote-component .standardcard__container .body-1,
.quote
  .quote-component
  .standardcard__container
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .quote
  .quote-component
  .standardcard__container
  .hero-card__description,
.quote
  .quote-component
  .standardcard__container
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .quote
  .quote-component
  .standardcard__container
  .user-name,
.lightTheme .standardcard__container .body-2,
.lightTheme
  .standardcard__container
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .lightTheme
  .standardcard__container
  .about-author__user-details,
.quote .quote-component .standardcard__container .body-2,
.quote
  .quote-component
  .standardcard__container
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .quote
  .quote-component
  .standardcard__container
  .about-author__user-details,
.lightTheme .standardcard__container .body-3,
.lightTheme
  .standardcard__container
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .lightTheme
  .standardcard__container
  .hero-card__eyebrow,
.lightTheme .standardcard__container .cmp-hub-hero .hero-card__type,
.cmp-hub-hero .lightTheme .standardcard__container .hero-card__type,
.lightTheme .standardcard__container .cmp-share-component--copied,
.lightTheme .standardcard__container .cmp-share-component--date,
.lightTheme .standardcard__container .cmp-share-component--share,
.quote .quote-component .standardcard__container .body-3,
.quote
  .quote-component
  .standardcard__container
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .quote
  .quote-component
  .standardcard__container
  .hero-card__eyebrow,
.quote .quote-component .standardcard__container .cmp-hub-hero .hero-card__type,
.cmp-hub-hero .quote .quote-component .standardcard__container .hero-card__type,
.quote .quote-component .standardcard__container .cmp-share-component--copied,
.quote .quote-component .standardcard__container .cmp-share-component--date,
.quote .quote-component .standardcard__container .cmp-share-component--share,
.lightTheme .standardcard__container li,
.quote .quote-component .standardcard__container li,
.lightTheme .standardcard__container a,
.quote .quote-component .standardcard__container a,
.lightTheme .standardcard__container .display,
.quote .quote-component .standardcard__container .display,
.lightTheme .standardcard__container .overline,
.lightTheme .standardcard__container .cmp-article-hero .article-hero__eyebrow,
.cmp-article-hero .lightTheme .standardcard__container .article-hero__eyebrow,
.quote .quote-component .standardcard__container .overline,
.quote
  .quote-component
  .standardcard__container
  .cmp-article-hero
  .article-hero__eyebrow,
.cmp-article-hero
  .quote
  .quote-component
  .standardcard__container
  .article-hero__eyebrow,
.lightTheme .standardcard__container .eyebrow .cmp-title__text,
.eyebrow .lightTheme .standardcard__container .cmp-title__text,
.quote .quote-component .standardcard__container .eyebrow .cmp-title__text,
.eyebrow .quote .quote-component .standardcard__container .cmp-title__text,
.darkTheme .standardcard__container h1,
.darkTheme .standardcard__container h2,
.darkTheme .standardcard__container h3,
.darkTheme .standardcard__container h4,
.darkTheme .standardcard__container h5,
.darkTheme .standardcard__container h6,
.darkTheme .standardcard__container p,
.darkTheme .standardcard__container .title-1,
.darkTheme .standardcard__container .title-2,
.darkTheme .standardcard__container .title-3,
.darkTheme .standardcard__container .cmp-about-author .about-author__title,
.cmp-about-author .darkTheme .standardcard__container .about-author__title,
.darkTheme .standardcard__container .title-4,
.darkTheme .standardcard__container .title-5,
.darkTheme
  .standardcard__container
  .cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__title,
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .darkTheme
  .standardcard__container
  .hero-card__title,
.darkTheme .standardcard__container .title-6,
.darkTheme .standardcard__container .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .darkTheme .standardcard__container .hero-card__title,
.darkTheme .standardcard__container .body-0,
.darkTheme .standardcard__container .body-1,
.darkTheme
  .standardcard__container
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .darkTheme
  .standardcard__container
  .hero-card__description,
.darkTheme
  .standardcard__container
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .darkTheme
  .standardcard__container
  .user-name,
.darkTheme .standardcard__container .body-2,
.darkTheme
  .standardcard__container
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .darkTheme
  .standardcard__container
  .about-author__user-details,
.darkTheme .standardcard__container .body-3,
.darkTheme
  .standardcard__container
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .darkTheme
  .standardcard__container
  .hero-card__eyebrow,
.darkTheme .standardcard__container .cmp-hub-hero .hero-card__type,
.cmp-hub-hero .darkTheme .standardcard__container .hero-card__type,
.darkTheme .standardcard__container .cmp-share-component--copied,
.darkTheme .standardcard__container .cmp-share-component--date,
.darkTheme .standardcard__container .cmp-share-component--share,
.darkTheme .standardcard__container li,
.darkTheme .standardcard__container a,
.darkTheme .standardcard__container .display,
.darkTheme .standardcard__container .overline,
.darkTheme .standardcard__container .cmp-article-hero .article-hero__eyebrow,
.cmp-article-hero .darkTheme .standardcard__container .article-hero__eyebrow,
.darkTheme .standardcard__container .eyebrow .cmp-title__text,
.eyebrow .darkTheme .standardcard__container .cmp-title__text {
  color: #022043 !important;
}
.lightTheme .standardcard__container a:hover,
.quote .quote-component .standardcard__container a:hover,
.lightTheme .standardcard__container a:active,
.quote .quote-component .standardcard__container a:active,
.darkTheme .standardcard__container a:hover,
.darkTheme .standardcard__container a:active {
  color: #022043 !important;
}
.lightTheme .standardcard__container a:focus,
.quote .quote-component .standardcard__container a:focus,
.darkTheme .standardcard__container a:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.lightTheme .standardcard__container a:focus-visible,
.quote .quote-component .standardcard__container a:focus-visible,
.darkTheme .standardcard__container a:focus-visible {
  color: #022043 !important;
  box-shadow: 0 0 0 2px #0057ae;
  border: none !important;
  outline: none !important;
  border-radius: 24px;
}
.lightTheme .standardcard__container .statistic,
.quote .quote-component .standardcard__container .statistic,
.darkTheme .standardcard__container .statistic {
  color: #0057ae !important;
}
.lightTheme .standardcard__container .btn--text,
.quote .quote-component .standardcard__container .btn--text,
.lightTheme
  .standardcard__container
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .lightTheme
  .standardcard__container
  .cta,
.quote
  .quote-component
  .standardcard__container
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .quote
  .quote-component
  .standardcard__container
  .cta,
.lightTheme
  .standardcard__container
  .cmp-resourcebar
  .content-fragment__cards-cta,
.cmp-resourcebar
  .lightTheme
  .standardcard__container
  .content-fragment__cards-cta,
.quote
  .quote-component
  .standardcard__container
  .cmp-resourcebar
  .content-fragment__cards-cta,
.cmp-resourcebar
  .quote
  .quote-component
  .standardcard__container
  .content-fragment__cards-cta,
.lightTheme .standardcard__container .customer-content a,
.customer-content .lightTheme .standardcard__container a,
.quote .quote-component .standardcard__container .customer-content a,
.customer-content .quote .quote-component .standardcard__container a,
.darkTheme .standardcard__container .btn--text,
.darkTheme
  .standardcard__container
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .darkTheme
  .standardcard__container
  .cta,
.darkTheme
  .standardcard__container
  .cmp-resourcebar
  .content-fragment__cards-cta,
.cmp-resourcebar
  .darkTheme
  .standardcard__container
  .content-fragment__cards-cta,
.darkTheme .standardcard__container .customer-content a,
.customer-content .darkTheme .standardcard__container a {
  text-decoration: underline;
  font-weight: 700;
}
.lightTheme .standardcard__container .btn--text__blue,
.quote .quote-component .standardcard__container .btn--text__blue,
.lightTheme
  .standardcard__container
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .lightTheme
  .standardcard__container
  .cta,
.quote
  .quote-component
  .standardcard__container
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .quote
  .quote-component
  .standardcard__container
  .cta,
.lightTheme
  .standardcard__container
  .cmp-resourcebar
  .content-fragment__cards-cta,
.cmp-resourcebar
  .lightTheme
  .standardcard__container
  .content-fragment__cards-cta,
.quote
  .quote-component
  .standardcard__container
  .cmp-resourcebar
  .content-fragment__cards-cta,
.cmp-resourcebar
  .quote
  .quote-component
  .standardcard__container
  .content-fragment__cards-cta,
.lightTheme .standardcard__container .customer-content a,
.customer-content .lightTheme .standardcard__container a,
.quote .quote-component .standardcard__container .customer-content a,
.customer-content .quote .quote-component .standardcard__container a,
.darkTheme .standardcard__container .btn--text__blue,
.darkTheme
  .standardcard__container
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .darkTheme
  .standardcard__container
  .cta,
.darkTheme
  .standardcard__container
  .cmp-resourcebar
  .content-fragment__cards-cta,
.cmp-resourcebar
  .darkTheme
  .standardcard__container
  .content-fragment__cards-cta,
.darkTheme .standardcard__container .customer-content a,
.customer-content .darkTheme .standardcard__container a {
  padding: 0px;
  padding: 0rem;
  color: #0057ae !important;
}
.lightTheme .standardcard__container .btn--text__blue svg,
.quote .quote-component .standardcard__container .btn--text__blue svg,
.lightTheme
  .standardcard__container
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .lightTheme
  .standardcard__container
  .cta
  svg,
.quote
  .quote-component
  .standardcard__container
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .quote
  .quote-component
  .standardcard__container
  .cta
  svg,
.lightTheme
  .standardcard__container
  .cmp-resourcebar
  .content-fragment__cards-cta
  svg,
.cmp-resourcebar
  .lightTheme
  .standardcard__container
  .content-fragment__cards-cta
  svg,
.quote
  .quote-component
  .standardcard__container
  .cmp-resourcebar
  .content-fragment__cards-cta
  svg,
.cmp-resourcebar
  .quote
  .quote-component
  .standardcard__container
  .content-fragment__cards-cta
  svg,
.lightTheme .standardcard__container .customer-content a svg,
.customer-content .lightTheme .standardcard__container a svg,
.quote .quote-component .standardcard__container .customer-content a svg,
.customer-content .quote .quote-component .standardcard__container a svg,
.darkTheme .standardcard__container .btn--text__blue svg,
.darkTheme
  .standardcard__container
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .darkTheme
  .standardcard__container
  .cta
  svg,
.darkTheme
  .standardcard__container
  .cmp-resourcebar
  .content-fragment__cards-cta
  svg,
.cmp-resourcebar
  .darkTheme
  .standardcard__container
  .content-fragment__cards-cta
  svg,
.darkTheme .standardcard__container .customer-content a svg,
.customer-content .darkTheme .standardcard__container a svg {
  fill: #0057ae !important;
}
.lightTheme .standardcard__container .btn--text__blue:hover,
.quote .quote-component .standardcard__container .btn--text__blue:hover,
.lightTheme
  .standardcard__container
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:hover,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .lightTheme
  .standardcard__container
  .cta:hover,
.quote
  .quote-component
  .standardcard__container
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:hover,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .quote
  .quote-component
  .standardcard__container
  .cta:hover,
.lightTheme
  .standardcard__container
  .cmp-resourcebar
  .content-fragment__cards-cta:hover,
.cmp-resourcebar
  .lightTheme
  .standardcard__container
  .content-fragment__cards-cta:hover,
.quote
  .quote-component
  .standardcard__container
  .cmp-resourcebar
  .content-fragment__cards-cta:hover,
.cmp-resourcebar
  .quote
  .quote-component
  .standardcard__container
  .content-fragment__cards-cta:hover,
.lightTheme .standardcard__container .customer-content a:hover,
.customer-content .lightTheme .standardcard__container a:hover,
.quote .quote-component .standardcard__container .customer-content a:hover,
.customer-content .quote .quote-component .standardcard__container a:hover,
.darkTheme .standardcard__container .btn--text__blue:hover,
.darkTheme
  .standardcard__container
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:hover,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .darkTheme
  .standardcard__container
  .cta:hover,
.darkTheme
  .standardcard__container
  .cmp-resourcebar
  .content-fragment__cards-cta:hover,
.cmp-resourcebar
  .darkTheme
  .standardcard__container
  .content-fragment__cards-cta:hover,
.darkTheme .standardcard__container .customer-content a:hover,
.customer-content .darkTheme .standardcard__container a:hover {
  color: #022043 !important;
}
.lightTheme .standardcard__container .btn--text__blue:hover svg,
.quote .quote-component .standardcard__container .btn--text__blue:hover svg,
.lightTheme
  .standardcard__container
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:hover
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .lightTheme
  .standardcard__container
  .cta:hover
  svg,
.quote
  .quote-component
  .standardcard__container
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:hover
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .quote
  .quote-component
  .standardcard__container
  .cta:hover
  svg,
.lightTheme
  .standardcard__container
  .cmp-resourcebar
  .content-fragment__cards-cta:hover
  svg,
.cmp-resourcebar
  .lightTheme
  .standardcard__container
  .content-fragment__cards-cta:hover
  svg,
.quote
  .quote-component
  .standardcard__container
  .cmp-resourcebar
  .content-fragment__cards-cta:hover
  svg,
.cmp-resourcebar
  .quote
  .quote-component
  .standardcard__container
  .content-fragment__cards-cta:hover
  svg,
.lightTheme .standardcard__container .customer-content a:hover svg,
.customer-content .lightTheme .standardcard__container a:hover svg,
.quote .quote-component .standardcard__container .customer-content a:hover svg,
.customer-content .quote .quote-component .standardcard__container a:hover svg,
.darkTheme .standardcard__container .btn--text__blue:hover svg,
.darkTheme
  .standardcard__container
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:hover
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .darkTheme
  .standardcard__container
  .cta:hover
  svg,
.darkTheme
  .standardcard__container
  .cmp-resourcebar
  .content-fragment__cards-cta:hover
  svg,
.cmp-resourcebar
  .darkTheme
  .standardcard__container
  .content-fragment__cards-cta:hover
  svg,
.darkTheme .standardcard__container .customer-content a:hover svg,
.customer-content .darkTheme .standardcard__container a:hover svg {
  fill: #022043 !important;
}
.lightTheme .standardcard__container .btn--text__blue:active,
.quote .quote-component .standardcard__container .btn--text__blue:active,
.lightTheme
  .standardcard__container
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:active,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .lightTheme
  .standardcard__container
  .cta:active,
.quote
  .quote-component
  .standardcard__container
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:active,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .quote
  .quote-component
  .standardcard__container
  .cta:active,
.lightTheme
  .standardcard__container
  .cmp-resourcebar
  .content-fragment__cards-cta:active,
.cmp-resourcebar
  .lightTheme
  .standardcard__container
  .content-fragment__cards-cta:active,
.quote
  .quote-component
  .standardcard__container
  .cmp-resourcebar
  .content-fragment__cards-cta:active,
.cmp-resourcebar
  .quote
  .quote-component
  .standardcard__container
  .content-fragment__cards-cta:active,
.lightTheme .standardcard__container .customer-content a:active,
.customer-content .lightTheme .standardcard__container a:active,
.quote .quote-component .standardcard__container .customer-content a:active,
.customer-content .quote .quote-component .standardcard__container a:active,
.darkTheme .standardcard__container .btn--text__blue:active,
.darkTheme
  .standardcard__container
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:active,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .darkTheme
  .standardcard__container
  .cta:active,
.darkTheme
  .standardcard__container
  .cmp-resourcebar
  .content-fragment__cards-cta:active,
.cmp-resourcebar
  .darkTheme
  .standardcard__container
  .content-fragment__cards-cta:active,
.darkTheme .standardcard__container .customer-content a:active,
.customer-content .darkTheme .standardcard__container a:active {
  color: #022043 !important;
}
.lightTheme .standardcard__container .btn--text__blue:active svg,
.quote .quote-component .standardcard__container .btn--text__blue:active svg,
.lightTheme
  .standardcard__container
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:active
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .lightTheme
  .standardcard__container
  .cta:active
  svg,
.quote
  .quote-component
  .standardcard__container
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:active
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .quote
  .quote-component
  .standardcard__container
  .cta:active
  svg,
.lightTheme
  .standardcard__container
  .cmp-resourcebar
  .content-fragment__cards-cta:active
  svg,
.cmp-resourcebar
  .lightTheme
  .standardcard__container
  .content-fragment__cards-cta:active
  svg,
.quote
  .quote-component
  .standardcard__container
  .cmp-resourcebar
  .content-fragment__cards-cta:active
  svg,
.cmp-resourcebar
  .quote
  .quote-component
  .standardcard__container
  .content-fragment__cards-cta:active
  svg,
.lightTheme .standardcard__container .customer-content a:active svg,
.customer-content .lightTheme .standardcard__container a:active svg,
.quote .quote-component .standardcard__container .customer-content a:active svg,
.customer-content .quote .quote-component .standardcard__container a:active svg,
.darkTheme .standardcard__container .btn--text__blue:active svg,
.darkTheme
  .standardcard__container
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:active
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .darkTheme
  .standardcard__container
  .cta:active
  svg,
.darkTheme
  .standardcard__container
  .cmp-resourcebar
  .content-fragment__cards-cta:active
  svg,
.cmp-resourcebar
  .darkTheme
  .standardcard__container
  .content-fragment__cards-cta:active
  svg,
.darkTheme .standardcard__container .customer-content a:active svg,
.customer-content .darkTheme .standardcard__container a:active svg {
  fill: #022043 !important;
}
.lightTheme .standardcard__container .btn--text__blue:focus,
.quote .quote-component .standardcard__container .btn--text__blue:focus,
.lightTheme
  .standardcard__container
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .lightTheme
  .standardcard__container
  .cta:focus,
.quote
  .quote-component
  .standardcard__container
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .quote
  .quote-component
  .standardcard__container
  .cta:focus,
.lightTheme
  .standardcard__container
  .cmp-resourcebar
  .content-fragment__cards-cta:focus,
.cmp-resourcebar
  .lightTheme
  .standardcard__container
  .content-fragment__cards-cta:focus,
.quote
  .quote-component
  .standardcard__container
  .cmp-resourcebar
  .content-fragment__cards-cta:focus,
.cmp-resourcebar
  .quote
  .quote-component
  .standardcard__container
  .content-fragment__cards-cta:focus,
.lightTheme .standardcard__container .customer-content a:focus,
.customer-content .lightTheme .standardcard__container a:focus,
.quote .quote-component .standardcard__container .customer-content a:focus,
.customer-content .quote .quote-component .standardcard__container a:focus,
.darkTheme .standardcard__container .btn--text__blue:focus,
.darkTheme
  .standardcard__container
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .darkTheme
  .standardcard__container
  .cta:focus,
.darkTheme
  .standardcard__container
  .cmp-resourcebar
  .content-fragment__cards-cta:focus,
.cmp-resourcebar
  .darkTheme
  .standardcard__container
  .content-fragment__cards-cta:focus,
.darkTheme .standardcard__container .customer-content a:focus,
.customer-content .darkTheme .standardcard__container a:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.lightTheme .standardcard__container .btn--text__blue:focus-visible,
.quote .quote-component .standardcard__container .btn--text__blue:focus-visible,
.lightTheme
  .standardcard__container
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus-visible,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .lightTheme
  .standardcard__container
  .cta:focus-visible,
.quote
  .quote-component
  .standardcard__container
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus-visible,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .quote
  .quote-component
  .standardcard__container
  .cta:focus-visible,
.lightTheme
  .standardcard__container
  .cmp-resourcebar
  .content-fragment__cards-cta:focus-visible,
.cmp-resourcebar
  .lightTheme
  .standardcard__container
  .content-fragment__cards-cta:focus-visible,
.quote
  .quote-component
  .standardcard__container
  .cmp-resourcebar
  .content-fragment__cards-cta:focus-visible,
.cmp-resourcebar
  .quote
  .quote-component
  .standardcard__container
  .content-fragment__cards-cta:focus-visible,
.lightTheme .standardcard__container .customer-content a:focus-visible,
.customer-content .lightTheme .standardcard__container a:focus-visible,
.quote
  .quote-component
  .standardcard__container
  .customer-content
  a:focus-visible,
.customer-content
  .quote
  .quote-component
  .standardcard__container
  a:focus-visible,
.darkTheme .standardcard__container .btn--text__blue:focus-visible,
.darkTheme
  .standardcard__container
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus-visible,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .darkTheme
  .standardcard__container
  .cta:focus-visible,
.darkTheme
  .standardcard__container
  .cmp-resourcebar
  .content-fragment__cards-cta:focus-visible,
.cmp-resourcebar
  .darkTheme
  .standardcard__container
  .content-fragment__cards-cta:focus-visible,
.darkTheme .standardcard__container .customer-content a:focus-visible,
.customer-content .darkTheme .standardcard__container a:focus-visible {
  color: #022043 !important;
  box-shadow: 0 0 0 2px #0057ae;
  border: none !important;
  outline: none !important;
}
.lightTheme .standardcard__container .btn--text__blue:focus-visible svg,
.quote
  .quote-component
  .standardcard__container
  .btn--text__blue:focus-visible
  svg,
.lightTheme
  .standardcard__container
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus-visible
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .lightTheme
  .standardcard__container
  .cta:focus-visible
  svg,
.quote
  .quote-component
  .standardcard__container
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus-visible
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .quote
  .quote-component
  .standardcard__container
  .cta:focus-visible
  svg,
.lightTheme
  .standardcard__container
  .cmp-resourcebar
  .content-fragment__cards-cta:focus-visible
  svg,
.cmp-resourcebar
  .lightTheme
  .standardcard__container
  .content-fragment__cards-cta:focus-visible
  svg,
.quote
  .quote-component
  .standardcard__container
  .cmp-resourcebar
  .content-fragment__cards-cta:focus-visible
  svg,
.cmp-resourcebar
  .quote
  .quote-component
  .standardcard__container
  .content-fragment__cards-cta:focus-visible
  svg,
.lightTheme .standardcard__container .customer-content a:focus-visible svg,
.customer-content .lightTheme .standardcard__container a:focus-visible svg,
.quote
  .quote-component
  .standardcard__container
  .customer-content
  a:focus-visible
  svg,
.customer-content
  .quote
  .quote-component
  .standardcard__container
  a:focus-visible
  svg,
.darkTheme .standardcard__container .btn--text__blue:focus-visible svg,
.darkTheme
  .standardcard__container
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus-visible
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .darkTheme
  .standardcard__container
  .cta:focus-visible
  svg,
.darkTheme
  .standardcard__container
  .cmp-resourcebar
  .content-fragment__cards-cta:focus-visible
  svg,
.cmp-resourcebar
  .darkTheme
  .standardcard__container
  .content-fragment__cards-cta:focus-visible
  svg,
.darkTheme .standardcard__container .customer-content a:focus-visible svg,
.customer-content .darkTheme .standardcard__container a:focus-visible svg {
  fill: #022043 !important;
}
.lightTheme .standardcard__container .btn--text span,
.quote .quote-component .standardcard__container .btn--text span,
.lightTheme
  .standardcard__container
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  span,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .lightTheme
  .standardcard__container
  .cta
  span,
.quote
  .quote-component
  .standardcard__container
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  span,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .quote
  .quote-component
  .standardcard__container
  .cta
  span,
.lightTheme
  .standardcard__container
  .cmp-resourcebar
  .content-fragment__cards-cta
  span,
.cmp-resourcebar
  .lightTheme
  .standardcard__container
  .content-fragment__cards-cta
  span,
.quote
  .quote-component
  .standardcard__container
  .cmp-resourcebar
  .content-fragment__cards-cta
  span,
.cmp-resourcebar
  .quote
  .quote-component
  .standardcard__container
  .content-fragment__cards-cta
  span,
.lightTheme .standardcard__container .customer-content a span,
.customer-content .lightTheme .standardcard__container a span,
.quote .quote-component .standardcard__container .customer-content a span,
.customer-content .quote .quote-component .standardcard__container a span,
.darkTheme .standardcard__container .btn--text span,
.darkTheme
  .standardcard__container
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  span,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .darkTheme
  .standardcard__container
  .cta
  span,
.darkTheme
  .standardcard__container
  .cmp-resourcebar
  .content-fragment__cards-cta
  span,
.cmp-resourcebar
  .darkTheme
  .standardcard__container
  .content-fragment__cards-cta
  span,
.darkTheme .standardcard__container .customer-content a span,
.customer-content .darkTheme .standardcard__container a span {
  color: inherit !important;
}

.cmp-bleeding-image .img-bleed__image {
  position: relative;
}
.cmp-bleeding-image .img-bleed__image.cq-Editable-dom {
  height: 200px;
}
.cmp-bleeding-image .img-bleed__image .cmp-image img {
  height: 100%;
}
.cmp-bleeding-image .img-bleed__image.cq-Editable-dom .cmp-image {
  transform: translate(0px, 0px) !important;
  width: 100% !important;
}
@media (max-width: 991px) {
  .cmp-bleeding-image .img-bleed__image .cmp-image__image {
    border-radius: 0;
  }
}
.cmp-bleeding-image .img-bleed__image-container {
  margin-top: 32px;
  margin-top: 2rem;
}
@media (min-width: 48em) {
  .cmp-bleeding-image .img-bleed__image-container {
    margin-top: 0px;
    margin-top: 0rem;
  }
}
@media (min-width: 70.25em) {
  .cmp-bleeding-image .img-bleed__desktop--right .cmp-image,
  .cmp-bleeding-image .img-bleed__desktop--left .cmp-image {
    width: 50vw;
    transform: none;
  }
}
@media (min-width: 48em) {
  .cmp-bleeding-image .img-bleed__desktop--right .cmp-image,
  .cmp-bleeding-image .img-bleed__desktop--left .cmp-image {
    margin: 0px;
    height: 100%;
    width: 100vw;
    transform: translate(-32px, 0px);
  }
}
@media (min-width: 992px) {
  .cmp-bleeding-image .img-bleed__desktop--right .cmp-image,
  .cmp-bleeding-image .img-bleed__desktop--left .cmp-image {
    transform: none;
  }
}
.cmp-bleeding-image
  .img-bleed__desktop--fixed.img-bleed__mobile--bottom
  .img-bleed__image--mobile-center.img-bleed__image-container {
  margin: 32px auto 0px;
}
@media (min-width: 48em) {
  .cmp-bleeding-image
    .img-bleed__desktop--fixed.img-bleed__mobile--bottom
    .img-bleed__image--mobile-center.img-bleed__image-container {
    margin: 0px;
  }
}
.cmp-bleeding-image
  .img-bleed__desktop--fixed.img-bleed__mobile--bottom
  .img-bleed__image--mobile-left.img-bleed__image-container,
.cmp-bleeding-image
  .img-bleed__desktop--fixed.img-bleed__mobile--bottom
  .img-bleed__image--mobile-right.img-bleed__image-container {
  margin: 32px 0px 0px;
  margin: 2rem 0rem 0rem;
}
@media (min-width: 48em) {
  .cmp-bleeding-image
    .img-bleed__desktop--fixed.img-bleed__mobile--bottom
    .img-bleed__image--mobile-left.img-bleed__image-container,
  .cmp-bleeding-image
    .img-bleed__desktop--fixed.img-bleed__mobile--bottom
    .img-bleed__image--mobile-right.img-bleed__image-container {
    margin: 0px;
  }
}
@media (min-width: 48em) {
  .cmp-bleeding-image
    .img-bleed__desktop--fixed
    .img-bleed__image--mobile-left.img-bleed__image-container,
  .cmp-bleeding-image
    .img-bleed__desktop--fixed
    .img-bleed__image--mobile-center.img-bleed__image-container,
  .cmp-bleeding-image
    .img-bleed__desktop--fixed
    .img-bleed__image--mobile-right.img-bleed__image-container {
    margin: 0px;
  }
}
.cmp-bleeding-image
  .img-bleed__desktop--fixed
  .img-bleed__image--mobile-left
  .cmp-image,
.cmp-bleeding-image
  .img-bleed__desktop--fixed
  .img-bleed__image--mobile-center
  .cmp-image,
.cmp-bleeding-image
  .img-bleed__desktop--fixed
  .img-bleed__image--mobile-right
  .cmp-image {
  width: 400px;
  width: 25rem;
}
@media (min-width: 48em) {
  .cmp-bleeding-image
    .img-bleed__desktop--fixed
    .img-bleed__image--mobile-left
    .cmp-image,
  .cmp-bleeding-image
    .img-bleed__desktop--fixed
    .img-bleed__image--mobile-center
    .cmp-image,
  .cmp-bleeding-image
    .img-bleed__desktop--fixed
    .img-bleed__image--mobile-right
    .cmp-image {
    height: 100%;
    width: 50vw;
  }
}
@media (max-width: 464px) {
  .cmp-bleeding-image
    .img-bleed__desktop--fixed
    .img-bleed__image--mobile-left
    .cmp-image,
  .cmp-bleeding-image
    .img-bleed__desktop--fixed
    .img-bleed__image--mobile-right
    .cmp-image {
    width: 100vw;
  }
}
.cmp-bleeding-image
  .img-bleed__desktop--fixed
  .img-bleed__image--mobile-left
  .cmp-image {
  margin-left: auto;
}
@media (max-width: 464px) {
  .cmp-bleeding-image
    .img-bleed__desktop--fixed
    .img-bleed__image--mobile-left
    .cmp-image {
    transform: translate(-64px, 0);
  }
}
.cmp-bleeding-image
  .img-bleed__desktop--fixed
  .img-bleed__image--mobile-center
  .cmp-image {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 464px) {
  .cmp-bleeding-image
    .img-bleed__desktop--fixed
    .img-bleed__image--mobile-center
    .cmp-image {
    transform: translate(-32px, 0);
    width: 100vw;
  }
}
.cmp-bleeding-image
  .img-bleed__desktop--fixed
  .img-bleed__image--mobile-right
  .cmp-image {
  margin-right: auto;
}
.cmp-bleeding-image .img-bleed__desktop--fixed .img-bleed__image img {
  object-fit: cover;
  height: 300px;
}
@media (min-width: 48em) {
  .cmp-bleeding-image .img-bleed__desktop--fixed .img-bleed__image img {
    height: 350px;
  }
}
@media (min-width: 70.25em) {
  .cmp-bleeding-image .img-bleed__desktop--fixed .img-bleed__image img {
    height: 450px;
  }
}
@media (min-width: 75em) {
  .cmp-bleeding-image .img-bleed__desktop--fixed .img-bleed__image img {
    height: 600px;
  }
}
@media (min-width: 100em) {
  .cmp-bleeding-image .img-bleed__desktop--fixed .img-bleed__image img {
    height: 650px;
  }
}
@media (min-width: 2400px) {
  .cmp-bleeding-image .img-bleed__desktop--fixed .img-bleed__image img {
    object-fit: contain;
  }
}
.cmp-bleeding-image
  .img-bleed__desktop--fixed.img-bleed__desktop--right
  .img-bleed__image
  img {
  object-position: left;
}
.cmp-bleeding-image
  .img-bleed__desktop--fixed.img-bleed__desktop--left
  .img-bleed__image
  img {
  object-position: right;
}
.cmp-bleeding-image .img-bleed__desktop--full .img-bleed__content {
  position: relative;
  z-index: 2;
}
.cmp-bleeding-image
  .img-bleed__desktop--full.img-bleed__desktop--right
  .img-bleed__image--desktop
  img {
  object-position: left;
}
.cmp-bleeding-image
  .img-bleed__desktop--full.img-bleed__desktop--left
  .img-bleed__image--desktop
  img {
  object-position: right;
}
.cmp-bleeding-image .img-bleed__desktop--full .img-bleed__image--desktop {
  display: none;
}
@media (min-width: 48em) {
  .cmp-bleeding-image .img-bleed__desktop--full .img-bleed__image--desktop {
    display: block;
  }
}
.cmp-bleeding-image
  .img-bleed__desktop--full
  .img-bleed__image--desktop.cq-Editable-dom {
  display: block;
}
.cmp-bleeding-image .img-bleed__desktop--full .img-bleed__image--mobile {
  overflow: hidden;
  transform: translate(-32px, 0);
  width: 100vw;
}
@media (min-width: 48em) {
  .cmp-bleeding-image .img-bleed__desktop--full .img-bleed__image--mobile {
    display: none;
  }
}
.cmp-bleeding-image
  .img-bleed__desktop--full
  .img-bleed__image--mobile.cq-Editable-dom {
  display: block;
}
.cmp-bleeding-image .img-bleed__desktop--full .cmp-image {
  display: flex;
}
.cmp-bleeding-image .img-bleed__desktop--full .cmp-image img {
  height: auto;
  object-fit: cover;
}
.cmp-bleeding-image .img-bleed__desktop--full .img-bleed__image-container {
  position: relative;
}
.cmp-bleeding-image .img-bleed__desktop--full .img-bleed__image-pinned {
  display: flex;
  position: absolute;
}
.cmp-bleeding-image .img-bleed__desktop--full .img-bleed__image-pinned img {
  max-height: 120px;
  max-height: 7.5rem;
  max-width: 240px;
  max-width: 15rem;
  display: flex;
  height: 100%;
  object-fit: contain;
  object-position: center;
  width: unset !important;
}
@media (min-width: 48em) {
  .cmp-bleeding-image .img-bleed__desktop--full .img-bleed__image-pinned img {
    max-height: 240px;
    max-height: 15rem;
    max-width: 480px;
    max-width: 30rem;
  }
}
@media (max-width: 767px) {
  .cmp-bleeding-image
    .img-bleed__desktop--full
    .img-bleed__image-pinned.img-bleed__image-pinned-mobile--mvTop {
    bottom: auto;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .cmp-bleeding-image
    .img-bleed__desktop--full
    .img-bleed__image-pinned.img-bleed__image-pinned-mobile--mvBottom {
    bottom: 0;
    top: auto;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .cmp-bleeding-image
    .img-bleed__desktop--full
    .img-bleed__image-pinned.img-bleed__image-pinned-mobile--mHLeft {
    bottom: 100%;
    transform: translate(0, 50%);
  }
  .cmp-bleeding-image
    .img-bleed__desktop--full
    .img-bleed__image-pinned.img-bleed__image-pinned-mobile--mhCenter {
    bottom: 100%;
    transform: translate(-50%, 50%);
    left: 50%;
  }
  .cmp-bleeding-image
    .img-bleed__desktop--full
    .img-bleed__image-pinned.img-bleed__image-pinned-mobile--mhRight {
    bottom: 100%;
    transform: translate(0, 50%);
    right: 8px;
  }
  .cmp-bleeding-image
    .img-bleed__desktop--full
    .img-bleed__image-pinned.img-bleed__image-pinned-mobile--mvTop,
  .cmp-bleeding-image
    .img-bleed__desktop--full
    .img-bleed__image-pinned.img-bleed__image-pinned-mobile--mvBottom,
  .cmp-bleeding-image
    .img-bleed__desktop--full
    .img-bleed__image-pinned.img-bleed__image-pinned-mobile--mHLeft,
  .cmp-bleeding-image
    .img-bleed__desktop--full
    .img-bleed__image-pinned.img-bleed__image-pinned-mobile--mhCenter,
  .cmp-bleeding-image
    .img-bleed__desktop--full
    .img-bleed__image-pinned.img-bleed__image-pinned-mobile--mhRight {
    z-index: 0;
  }
}
@media (max-width: 767px) and (min-width: 48em) {
  .cmp-bleeding-image
    .img-bleed__desktop--full
    .img-bleed__image-pinned.img-bleed__image-pinned-mobile--mvTop,
  .cmp-bleeding-image
    .img-bleed__desktop--full
    .img-bleed__image-pinned.img-bleed__image-pinned-mobile--mvBottom,
  .cmp-bleeding-image
    .img-bleed__desktop--full
    .img-bleed__image-pinned.img-bleed__image-pinned-mobile--mHLeft,
  .cmp-bleeding-image
    .img-bleed__desktop--full
    .img-bleed__image-pinned.img-bleed__image-pinned-mobile--mhCenter,
  .cmp-bleeding-image
    .img-bleed__desktop--full
    .img-bleed__image-pinned.img-bleed__image-pinned-mobile--mhRight {
    transform: translate(0, 0);
  }
}
@media (min-width: 48em) {
  .cmp-bleeding-image
    .img-bleed__desktop--full
    .img-bleed__image-pinned.img-bleed__image-pinned-desktop-v--dvTop,
  .cmp-bleeding-image
    .img-bleed__desktop--full
    .img-bleed__image-pinned.img-bleed__image-pinned-desktop-v--dvBottom {
    bottom: auto;
    top: 0;
  }
  .cmp-bleeding-image
    .img-bleed__desktop--full
    .img-bleed__image-pinned.img-bleed__image-pinned-desktop-v--dvTop.img-bleed__image-pinned-desktop-h--halfway,
  .cmp-bleeding-image
    .img-bleed__desktop--full
    .img-bleed__image-pinned.img-bleed__image-pinned-desktop-v--dvBottom.img-bleed__image-pinned-desktop-h--halfway {
    right: auto;
    transform: translate(-50%, 0);
  }
  .cmp-bleeding-image
    .img-bleed__desktop--full
    .img-bleed__image-pinned.img-bleed__image-pinned-desktop-v--dvTop.img-bleed__image-pinned-desktop-h--left,
  .cmp-bleeding-image
    .img-bleed__desktop--full
    .img-bleed__image-pinned.img-bleed__image-pinned-desktop-v--dvBottom.img-bleed__image-pinned-desktop-h--left {
    right: auto;
    left: 16px;
  }
  .cmp-bleeding-image
    .img-bleed__desktop--full
    .img-bleed__image-pinned.img-bleed__image-pinned-desktop-v--dvTop.img-bleed__image-pinned-desktop-h--center,
  .cmp-bleeding-image
    .img-bleed__desktop--full
    .img-bleed__image-pinned.img-bleed__image-pinned-desktop-v--dvBottom.img-bleed__image-pinned-desktop-h--center {
    display: flex;
    justify-content: center;
    width: 100%;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .cmp-bleeding-image
    .img-bleed__desktop--full
    .img-bleed__image-pinned.img-bleed__image-pinned-desktop-v--dvTop.img-bleed__image-pinned-desktop-h--right,
  .cmp-bleeding-image
    .img-bleed__desktop--full
    .img-bleed__image-pinned.img-bleed__image-pinned-desktop-v--dvBottom.img-bleed__image-pinned-desktop-h--right {
    right: 16px;
    left: auto;
  }
  .cmp-bleeding-image
    .img-bleed__desktop--full
    .img-bleed__image-pinned.img-bleed__image-pinned-desktop-v--dvMiddle {
    bottom: auto;
    top: 50%;
    transform: translate(0, -50%);
  }
  .cmp-bleeding-image
    .img-bleed__desktop--full
    .img-bleed__image-pinned.img-bleed__image-pinned-desktop-v--dvMiddle.img-bleed__image-pinned-desktop-h--halfway {
    right: auto;
    transform: translate(-50%, -50%);
  }
  .cmp-bleeding-image
    .img-bleed__desktop--full
    .img-bleed__image-pinned.img-bleed__image-pinned-desktop-v--dvMiddle.img-bleed__image-pinned-desktop-h--left {
    right: auto;
    left: 16px;
  }
  .cmp-bleeding-image
    .img-bleed__desktop--full
    .img-bleed__image-pinned.img-bleed__image-pinned-desktop-v--dvMiddle.img-bleed__image-pinned-desktop-h--center {
    display: flex;
    justify-content: center;
    width: 100%;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .cmp-bleeding-image
    .img-bleed__desktop--full
    .img-bleed__image-pinned.img-bleed__image-pinned-desktop-v--dvMiddle.img-bleed__image-pinned-desktop-h--right {
    right: 16px;
    left: auto;
  }
  .cmp-bleeding-image
    .img-bleed__desktop--full
    .img-bleed__image-pinned.img-bleed__image-pinned-desktop-v--dvBottom {
    bottom: 0;
    top: auto;
  }
}
@media (min-width: 48em) {
  .cmp-bleeding-image
    .img-bleed__desktop--full.img-bleed__desktop--left
    .img-bleed__image-pinned.img-bleed__image-pinned-desktop-h--halfway {
    width: 100%;
    display: flex;
    justify-content: center;
    left: 100%;
  }
  .cmp-bleeding-image
    .img-bleed__desktop--full.img-bleed__desktop--left
    .img-bleed__image-pinned.img-bleed__image-pinned-desktop-h--right {
    right: 0;
  }
}
@media (max-width: 767px) {
  .cmp-bleeding-image
    .img-bleed__desktop--full.img-bleed__mobile--top
    .img-bleed__image-pinned.img-bleed__image-pinned-mobile--mHLeft {
    bottom: auto;
    top: 100%;
    transform: translate(0, -50%);
  }
  .cmp-bleeding-image
    .img-bleed__desktop--full.img-bleed__mobile--top
    .img-bleed__image-pinned.img-bleed__image-pinned-mobile--mhCenter {
    bottom: auto;
    top: 100%;
    transform: translate(-50%, -50%);
  }
  .cmp-bleeding-image
    .img-bleed__desktop--full.img-bleed__mobile--top
    .img-bleed__image-pinned.img-bleed__image-pinned-mobile--mhRight {
    bottom: auto;
    top: 100%;
    transform: translate(0, -50%);
  }
}
@media (orientation: portrait) {
  .cmp-bleeding-image
    .img-bleed__desktop--full.img-bleed__mobile--bottom
    .cmp-image {
    transform-origin: top;
  }
}
@media (orientation: portrait) {
  .cmp-bleeding-image
    .img-bleed__desktop--full.img-bleed__mobile--top
    .cmp-image {
    transform-origin: bottom;
  }
}
.cmp-bleeding-image .img-bleed__mobile--top {
  flex-direction: column-reverse;
}
@media (min-width: 48em) {
  .cmp-bleeding-image .img-bleed__mobile--top {
    flex-direction: row;
  }
}
.cmp-bleeding-image
  .img-bleed__mobile--top
  .img-bleed__image--mobile-default.img-bleed__image-container,
.cmp-bleeding-image
  .img-bleed__mobile--top
  .img-bleed__image--mobile-left.img-bleed__image-container,
.cmp-bleeding-image
  .img-bleed__mobile--top
  .img-bleed__image--mobile-center.img-bleed__image-container,
.cmp-bleeding-image
  .img-bleed__mobile--top
  .img-bleed__image--mobile-right.img-bleed__image-container {
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media (min-width: 48em) {
  .cmp-bleeding-image
    .img-bleed__mobile--top
    .img-bleed__image--mobile-default.img-bleed__image-container,
  .cmp-bleeding-image
    .img-bleed__mobile--top
    .img-bleed__image--mobile-left.img-bleed__image-container,
  .cmp-bleeding-image
    .img-bleed__mobile--top
    .img-bleed__image--mobile-center.img-bleed__image-container,
  .cmp-bleeding-image
    .img-bleed__mobile--top
    .img-bleed__image--mobile-right.img-bleed__image-container {
    margin-bottom: 0px;
    margin-bottom: 0rem;
  }
}
@media (min-width: 48em) {
  .cmp-bleeding-image .img-bleed__mobile--top.img-bleed__desktop--left {
    flex-direction: row-reverse;
  }
}
@media (min-width: 48em) {
  .cmp-bleeding-image .img-bleed__mobile--bottom.img-bleed__desktop--left {
    flex-direction: row-reverse;
  }
}
.cmp-bleeding-image .col-xs-4,
.cmp-bleeding-image
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8,
.customer-story
  .cmp-bleeding-image
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8,
.cmp-bleeding-image
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4,
.customer-story
  .cmp-bleeding-image
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4,
.cmp-bleeding-image
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo,
.validation-component__wrapper--horizontal
  .cmp-bleeding-image
  .validation-component__wrapper-logo,
.cmp-bleeding-image
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-bleeding-image
  .validation-component__wrapper-logo,
.cmp-bleeding-image
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content,
.validation-component__wrapper--horizontal
  .cmp-bleeding-image
  .validation-component__wrapper-content,
.cmp-bleeding-image
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content,
.validation-component__wrapper--contentonWhiteBackground
  .cmp-bleeding-image
  .validation-component__wrapper-content,
.cmp-bleeding-image .icon-grid-resource,
.cmp-bleeding-image .section-v3 .twocolumn .icon-grid-resource,
.section-v3 .twocolumn .cmp-bleeding-image .icon-grid-resource,
.cmp-bleeding-image .section-v3 .threecolumn .icon-grid-resource,
.section-v3 .threecolumn .cmp-bleeding-image .icon-grid-resource,
.cmp-bleeding-image .section-v3 .fourcolumn .icon-grid-resource,
.section-v3 .fourcolumn .cmp-bleeding-image .icon-grid-resource {
  width: 100%;
}

.bleeding-image.cq-Editable-dom .img-bleed__image-pinned {
  display: none;
}

.overlaycard__container {
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #ffffff;
  border: 1px solid #b6c1cc;
  height: 100%;
  overflow: hidden;
  display: grid;
  flex-flow: column;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0);
  transition: box-shadow 0.2s ease-in-out;
}
.overlaycard__container:hover {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.12);
}
.overlaycard__container.default_view:hover {
  cursor: pointer;
}
.overlaycard__container.default_view:hover.after-hours .cmp-button .btn--text,
.overlaycard__container.default_view:hover.after-hours
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .overlaycard__container.default_view:hover.after-hours
  .cmp-button
  .cta,
.overlaycard__container.default_view:hover.after-hours
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta,
.cmp-resourcebar
  .overlaycard__container.default_view:hover.after-hours
  .cmp-button
  .content-fragment__cards-cta,
.overlaycard__container.default_view:hover.after-hours
  .cmp-button
  .customer-content
  a,
.customer-content
  .overlaycard__container.default_view:hover.after-hours
  .cmp-button
  a,
.overlaycard__container.default_view:hover.after-hours-blue-btn
  .cmp-button
  .btn--text,
.overlaycard__container.default_view:hover.after-hours-blue-btn
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .overlaycard__container.default_view:hover.after-hours-blue-btn
  .cmp-button
  .cta,
.overlaycard__container.default_view:hover.after-hours-blue-btn
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta,
.cmp-resourcebar
  .overlaycard__container.default_view:hover.after-hours-blue-btn
  .cmp-button
  .content-fragment__cards-cta,
.overlaycard__container.default_view:hover.after-hours-blue-btn
  .cmp-button
  .customer-content
  a,
.customer-content
  .overlaycard__container.default_view:hover.after-hours-blue-btn
  .cmp-button
  a {
  text-decoration-color: #022043 !important;
}
.overlaycard__container.default_view:hover.after-hours
  .cmp-button
  .btn--text
  svg,
.overlaycard__container.default_view:hover.after-hours
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .overlaycard__container.default_view:hover.after-hours
  .cmp-button
  .cta
  svg,
.overlaycard__container.default_view:hover.after-hours
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta
  svg,
.cmp-resourcebar
  .overlaycard__container.default_view:hover.after-hours
  .cmp-button
  .content-fragment__cards-cta
  svg,
.overlaycard__container.default_view:hover.after-hours
  .cmp-button
  .customer-content
  a
  svg,
.customer-content
  .overlaycard__container.default_view:hover.after-hours
  .cmp-button
  a
  svg,
.overlaycard__container.default_view:hover.after-hours-blue-btn
  .cmp-button
  .btn--text
  svg,
.overlaycard__container.default_view:hover.after-hours-blue-btn
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .overlaycard__container.default_view:hover.after-hours-blue-btn
  .cmp-button
  .cta
  svg,
.overlaycard__container.default_view:hover.after-hours-blue-btn
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta
  svg,
.cmp-resourcebar
  .overlaycard__container.default_view:hover.after-hours-blue-btn
  .cmp-button
  .content-fragment__cards-cta
  svg,
.overlaycard__container.default_view:hover.after-hours-blue-btn
  .cmp-button
  .customer-content
  a
  svg,
.customer-content
  .overlaycard__container.default_view:hover.after-hours-blue-btn
  .cmp-button
  a
  svg {
  fill: #022043 !important;
}
.overlaycard__container.default_view:hover.after-hours
  .cmp-button
  .btn--text
  .cmp-button__text,
.overlaycard__container.default_view:hover.after-hours
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  .cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .overlaycard__container.default_view:hover.after-hours
  .cmp-button
  .cta
  .cmp-button__text,
.overlaycard__container.default_view:hover.after-hours
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta
  .cmp-button__text,
.cmp-resourcebar
  .overlaycard__container.default_view:hover.after-hours
  .cmp-button
  .content-fragment__cards-cta
  .cmp-button__text,
.overlaycard__container.default_view:hover.after-hours
  .cmp-button
  .customer-content
  a
  .cmp-button__text,
.customer-content
  .overlaycard__container.default_view:hover.after-hours
  .cmp-button
  a
  .cmp-button__text,
.overlaycard__container.default_view:hover.after-hours-blue-btn
  .cmp-button
  .btn--text
  .cmp-button__text,
.overlaycard__container.default_view:hover.after-hours-blue-btn
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  .cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .overlaycard__container.default_view:hover.after-hours-blue-btn
  .cmp-button
  .cta
  .cmp-button__text,
.overlaycard__container.default_view:hover.after-hours-blue-btn
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta
  .cmp-button__text,
.cmp-resourcebar
  .overlaycard__container.default_view:hover.after-hours-blue-btn
  .cmp-button
  .content-fragment__cards-cta
  .cmp-button__text,
.overlaycard__container.default_view:hover.after-hours-blue-btn
  .cmp-button
  .customer-content
  a
  .cmp-button__text,
.customer-content
  .overlaycard__container.default_view:hover.after-hours-blue-btn
  .cmp-button
  a
  .cmp-button__text {
  color: #022043 !important;
}
.overlaycard__container.no-hover-state:hover {
  box-shadow: none;
  cursor: default;
}
.overlaycard__container .overlaycard__container--image {
  display: flex;
  flex-direction: column;
}
.overlaycard__container .overlaycard__default-container {
  display: flex;
  flex-direction: column;
  animation: fadeIn 0.8s;
}
.overlaycard__container .overlaycard__default-container-content,
.overlaycard__container .overlaycard__overlay-container-content {
  padding: 24px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.overlaycard__container .overlaycard__default-content--button {
  margin-top: auto;
}
.overlaycard__container
  .overlaycard__default-content--button
  .left
  .cmp-button {
  text-align: left;
}
.overlaycard__container
  .overlaycard__default-content--button
  .center
  .cmp-button {
  text-align: center;
}
.overlaycard__container .cmp-button {
  margin-top: 16px;
  margin-top: 1rem;
  cursor: pointer;
}
.overlaycard__container .cmp-button a {
  display: inline-flex;
}
.overlaycard__container .overlaycard__overlay-container-content {
  padding-top: 8px;
}
.overlaycard__container.after-hours,
.overlaycard__container.after-hours-blue-btn {
  color: #022043;
}
.overlaycard__container.after-hours h1,
.overlaycard__container.after-hours h2,
.overlaycard__container.after-hours h3,
.overlaycard__container.after-hours h4,
.overlaycard__container.after-hours h5,
.overlaycard__container.after-hours h6,
.overlaycard__container.after-hours-blue-btn h1,
.overlaycard__container.after-hours-blue-btn h2,
.overlaycard__container.after-hours-blue-btn h3,
.overlaycard__container.after-hours-blue-btn h4,
.overlaycard__container.after-hours-blue-btn h5,
.overlaycard__container.after-hours-blue-btn h6 {
  color: #022043;
}
.overlaycard__container.after-hours span,
.overlaycard__container.after-hours p,
.overlaycard__container.after-hours-blue-btn span,
.overlaycard__container.after-hours-blue-btn p {
  color: #022043 !important;
}
.overlaycard__container.after-hours a span,
.overlaycard__container.after-hours-blue-btn a span {
  color: inherit;
}
.overlaycard__container.after-hours span.title-1,
.overlaycard__container.after-hours span.title-2,
.overlaycard__container.after-hours span.title-3,
.overlaycard__container.after-hours .cmp-about-author span.about-author__title,
.cmp-about-author .overlaycard__container.after-hours span.about-author__title,
.overlaycard__container.after-hours span.title-4,
.overlaycard__container.after-hours span.title-5,
.overlaycard__container.after-hours span.title-6,
.overlaycard__container.after-hours .cmp-hub-hero span.hero-card__title,
.cmp-hub-hero .overlaycard__container.after-hours span.hero-card__title,
.overlaycard__container.after-hours span.overline,
.overlaycard__container.after-hours
  .cmp-article-hero
  span.article-hero__eyebrow,
.cmp-article-hero
  .overlaycard__container.after-hours
  span.article-hero__eyebrow,
.overlaycard__container.after-hours .eyebrow span.cmp-title__text,
.eyebrow .overlaycard__container.after-hours span.cmp-title__text,
.overlaycard__container.after-hours span.statistic,
.overlaycard__container.after-hours-blue-btn span.title-1,
.overlaycard__container.after-hours-blue-btn span.title-2,
.overlaycard__container.after-hours-blue-btn span.title-3,
.overlaycard__container.after-hours-blue-btn
  .cmp-about-author
  span.about-author__title,
.cmp-about-author
  .overlaycard__container.after-hours-blue-btn
  span.about-author__title,
.overlaycard__container.after-hours-blue-btn span.title-4,
.overlaycard__container.after-hours-blue-btn span.title-5,
.overlaycard__container.after-hours-blue-btn span.title-6,
.overlaycard__container.after-hours-blue-btn
  .cmp-hub-hero
  span.hero-card__title,
.cmp-hub-hero
  .overlaycard__container.after-hours-blue-btn
  span.hero-card__title,
.overlaycard__container.after-hours-blue-btn span.overline,
.overlaycard__container.after-hours-blue-btn
  .cmp-article-hero
  span.article-hero__eyebrow,
.cmp-article-hero
  .overlaycard__container.after-hours-blue-btn
  span.article-hero__eyebrow,
.overlaycard__container.after-hours-blue-btn .eyebrow span.cmp-title__text,
.eyebrow .overlaycard__container.after-hours-blue-btn span.cmp-title__text,
.overlaycard__container.after-hours-blue-btn span.statistic {
  color: #022043;
}
.overlaycard__container.after-hours span.body-0,
.overlaycard__container.after-hours span.body-1,
.overlaycard__container.after-hours
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  span.hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .overlaycard__container.after-hours
  span.hero-card__description,
.overlaycard__container.after-hours
  .cmp-about-author
  .about-author__user-details
  span.user-name,
.cmp-about-author
  .about-author__user-details
  .overlaycard__container.after-hours
  span.user-name,
.overlaycard__container.after-hours span.body-2,
.overlaycard__container.after-hours
  .cmp-about-author
  span.about-author__user-details,
.cmp-about-author
  .overlaycard__container.after-hours
  span.about-author__user-details,
.overlaycard__container.after-hours span.body-3,
.overlaycard__container.after-hours
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  span.hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .overlaycard__container.after-hours
  span.hero-card__eyebrow,
.overlaycard__container.after-hours .cmp-hub-hero span.hero-card__type,
.cmp-hub-hero .overlaycard__container.after-hours span.hero-card__type,
.overlaycard__container.after-hours span.cmp-share-component--copied,
.overlaycard__container.after-hours span.cmp-share-component--date,
.overlaycard__container.after-hours span.cmp-share-component--share,
.overlaycard__container.after-hours-blue-btn span.body-0,
.overlaycard__container.after-hours-blue-btn span.body-1,
.overlaycard__container.after-hours-blue-btn
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  span.hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .overlaycard__container.after-hours-blue-btn
  span.hero-card__description,
.overlaycard__container.after-hours-blue-btn
  .cmp-about-author
  .about-author__user-details
  span.user-name,
.cmp-about-author
  .about-author__user-details
  .overlaycard__container.after-hours-blue-btn
  span.user-name,
.overlaycard__container.after-hours-blue-btn span.body-2,
.overlaycard__container.after-hours-blue-btn
  .cmp-about-author
  span.about-author__user-details,
.cmp-about-author
  .overlaycard__container.after-hours-blue-btn
  span.about-author__user-details,
.overlaycard__container.after-hours-blue-btn span.body-3,
.overlaycard__container.after-hours-blue-btn
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  span.hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .overlaycard__container.after-hours-blue-btn
  span.hero-card__eyebrow,
.overlaycard__container.after-hours-blue-btn .cmp-hub-hero span.hero-card__type,
.cmp-hub-hero .overlaycard__container.after-hours-blue-btn span.hero-card__type,
.overlaycard__container.after-hours-blue-btn span.cmp-share-component--copied,
.overlaycard__container.after-hours-blue-btn span.cmp-share-component--date,
.overlaycard__container.after-hours-blue-btn span.cmp-share-component--share {
  color: #022043;
}
.overlaycard__container.after-hours .btn--text,
.overlaycard__container.after-hours
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .overlaycard__container.after-hours
  .cta,
.overlaycard__container.after-hours
  .cmp-resourcebar
  .content-fragment__cards-cta,
.cmp-resourcebar
  .overlaycard__container.after-hours
  .content-fragment__cards-cta,
.overlaycard__container.after-hours .customer-content a,
.customer-content .overlaycard__container.after-hours a,
.overlaycard__container.after-hours-blue-btn .btn--text,
.overlaycard__container.after-hours-blue-btn
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .overlaycard__container.after-hours-blue-btn
  .cta,
.overlaycard__container.after-hours-blue-btn
  .cmp-resourcebar
  .content-fragment__cards-cta,
.cmp-resourcebar
  .overlaycard__container.after-hours-blue-btn
  .content-fragment__cards-cta,
.overlaycard__container.after-hours-blue-btn .customer-content a,
.customer-content .overlaycard__container.after-hours-blue-btn a {
  text-decoration-color: #0057ae !important;
  text-decoration: underline;
}
.overlaycard__container.after-hours .btn--text svg,
.overlaycard__container.after-hours
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .overlaycard__container.after-hours
  .cta
  svg,
.overlaycard__container.after-hours
  .cmp-resourcebar
  .content-fragment__cards-cta
  svg,
.cmp-resourcebar
  .overlaycard__container.after-hours
  .content-fragment__cards-cta
  svg,
.overlaycard__container.after-hours .customer-content a svg,
.customer-content .overlaycard__container.after-hours a svg,
.overlaycard__container.after-hours-blue-btn .btn--text svg,
.overlaycard__container.after-hours-blue-btn
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .overlaycard__container.after-hours-blue-btn
  .cta
  svg,
.overlaycard__container.after-hours-blue-btn
  .cmp-resourcebar
  .content-fragment__cards-cta
  svg,
.cmp-resourcebar
  .overlaycard__container.after-hours-blue-btn
  .content-fragment__cards-cta
  svg,
.overlaycard__container.after-hours-blue-btn .customer-content a svg,
.customer-content .overlaycard__container.after-hours-blue-btn a svg {
  fill: #0057ae !important;
}
.overlaycard__container.after-hours .btn--text span.cmp-button__text,
.overlaycard__container.after-hours
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  span.cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .overlaycard__container.after-hours
  .cta
  span.cmp-button__text,
.overlaycard__container.after-hours
  .cmp-resourcebar
  .content-fragment__cards-cta
  span.cmp-button__text,
.cmp-resourcebar
  .overlaycard__container.after-hours
  .content-fragment__cards-cta
  span.cmp-button__text,
.overlaycard__container.after-hours .customer-content a span.cmp-button__text,
.customer-content .overlaycard__container.after-hours a span.cmp-button__text,
.overlaycard__container.after-hours-blue-btn .btn--text span.cmp-button__text,
.overlaycard__container.after-hours-blue-btn
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  span.cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .overlaycard__container.after-hours-blue-btn
  .cta
  span.cmp-button__text,
.overlaycard__container.after-hours-blue-btn
  .cmp-resourcebar
  .content-fragment__cards-cta
  span.cmp-button__text,
.cmp-resourcebar
  .overlaycard__container.after-hours-blue-btn
  .content-fragment__cards-cta
  span.cmp-button__text,
.overlaycard__container.after-hours-blue-btn
  .customer-content
  a
  span.cmp-button__text,
.customer-content
  .overlaycard__container.after-hours-blue-btn
  a
  span.cmp-button__text {
  font-weight: 700;
  color: #0057ae !important;
}
.overlaycard__container.after-hours .btn--text:hover,
.overlaycard__container.after-hours
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:hover,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .overlaycard__container.after-hours
  .cta:hover,
.overlaycard__container.after-hours
  .cmp-resourcebar
  .content-fragment__cards-cta:hover,
.cmp-resourcebar
  .overlaycard__container.after-hours
  .content-fragment__cards-cta:hover,
.overlaycard__container.after-hours .customer-content a:hover,
.customer-content .overlaycard__container.after-hours a:hover,
.overlaycard__container.after-hours .btn--text:active,
.overlaycard__container.after-hours
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:active,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .overlaycard__container.after-hours
  .cta:active,
.overlaycard__container.after-hours
  .cmp-resourcebar
  .content-fragment__cards-cta:active,
.cmp-resourcebar
  .overlaycard__container.after-hours
  .content-fragment__cards-cta:active,
.overlaycard__container.after-hours .customer-content a:active,
.customer-content .overlaycard__container.after-hours a:active,
.overlaycard__container.after-hours .btn--text:focus,
.overlaycard__container.after-hours
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .overlaycard__container.after-hours
  .cta:focus,
.overlaycard__container.after-hours
  .cmp-resourcebar
  .content-fragment__cards-cta:focus,
.cmp-resourcebar
  .overlaycard__container.after-hours
  .content-fragment__cards-cta:focus,
.overlaycard__container.after-hours .customer-content a:focus,
.customer-content .overlaycard__container.after-hours a:focus,
.overlaycard__container.after-hours-blue-btn .btn--text:hover,
.overlaycard__container.after-hours-blue-btn
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:hover,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .overlaycard__container.after-hours-blue-btn
  .cta:hover,
.overlaycard__container.after-hours-blue-btn
  .cmp-resourcebar
  .content-fragment__cards-cta:hover,
.cmp-resourcebar
  .overlaycard__container.after-hours-blue-btn
  .content-fragment__cards-cta:hover,
.overlaycard__container.after-hours-blue-btn .customer-content a:hover,
.customer-content .overlaycard__container.after-hours-blue-btn a:hover,
.overlaycard__container.after-hours-blue-btn .btn--text:active,
.overlaycard__container.after-hours-blue-btn
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:active,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .overlaycard__container.after-hours-blue-btn
  .cta:active,
.overlaycard__container.after-hours-blue-btn
  .cmp-resourcebar
  .content-fragment__cards-cta:active,
.cmp-resourcebar
  .overlaycard__container.after-hours-blue-btn
  .content-fragment__cards-cta:active,
.overlaycard__container.after-hours-blue-btn .customer-content a:active,
.customer-content .overlaycard__container.after-hours-blue-btn a:active,
.overlaycard__container.after-hours-blue-btn .btn--text:focus,
.overlaycard__container.after-hours-blue-btn
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .overlaycard__container.after-hours-blue-btn
  .cta:focus,
.overlaycard__container.after-hours-blue-btn
  .cmp-resourcebar
  .content-fragment__cards-cta:focus,
.cmp-resourcebar
  .overlaycard__container.after-hours-blue-btn
  .content-fragment__cards-cta:focus,
.overlaycard__container.after-hours-blue-btn .customer-content a:focus,
.customer-content .overlaycard__container.after-hours-blue-btn a:focus {
  text-decoration-color: #022043 !important;
}
.overlaycard__container.after-hours .btn--text:hover svg,
.overlaycard__container.after-hours
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:hover
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .overlaycard__container.after-hours
  .cta:hover
  svg,
.overlaycard__container.after-hours
  .cmp-resourcebar
  .content-fragment__cards-cta:hover
  svg,
.cmp-resourcebar
  .overlaycard__container.after-hours
  .content-fragment__cards-cta:hover
  svg,
.overlaycard__container.after-hours .customer-content a:hover svg,
.customer-content .overlaycard__container.after-hours a:hover svg,
.overlaycard__container.after-hours .btn--text:active svg,
.overlaycard__container.after-hours
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:active
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .overlaycard__container.after-hours
  .cta:active
  svg,
.overlaycard__container.after-hours
  .cmp-resourcebar
  .content-fragment__cards-cta:active
  svg,
.cmp-resourcebar
  .overlaycard__container.after-hours
  .content-fragment__cards-cta:active
  svg,
.overlaycard__container.after-hours .customer-content a:active svg,
.customer-content .overlaycard__container.after-hours a:active svg,
.overlaycard__container.after-hours .btn--text:focus svg,
.overlaycard__container.after-hours
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .overlaycard__container.after-hours
  .cta:focus
  svg,
.overlaycard__container.after-hours
  .cmp-resourcebar
  .content-fragment__cards-cta:focus
  svg,
.cmp-resourcebar
  .overlaycard__container.after-hours
  .content-fragment__cards-cta:focus
  svg,
.overlaycard__container.after-hours .customer-content a:focus svg,
.customer-content .overlaycard__container.after-hours a:focus svg,
.overlaycard__container.after-hours-blue-btn .btn--text:hover svg,
.overlaycard__container.after-hours-blue-btn
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:hover
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .overlaycard__container.after-hours-blue-btn
  .cta:hover
  svg,
.overlaycard__container.after-hours-blue-btn
  .cmp-resourcebar
  .content-fragment__cards-cta:hover
  svg,
.cmp-resourcebar
  .overlaycard__container.after-hours-blue-btn
  .content-fragment__cards-cta:hover
  svg,
.overlaycard__container.after-hours-blue-btn .customer-content a:hover svg,
.customer-content .overlaycard__container.after-hours-blue-btn a:hover svg,
.overlaycard__container.after-hours-blue-btn .btn--text:active svg,
.overlaycard__container.after-hours-blue-btn
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:active
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .overlaycard__container.after-hours-blue-btn
  .cta:active
  svg,
.overlaycard__container.after-hours-blue-btn
  .cmp-resourcebar
  .content-fragment__cards-cta:active
  svg,
.cmp-resourcebar
  .overlaycard__container.after-hours-blue-btn
  .content-fragment__cards-cta:active
  svg,
.overlaycard__container.after-hours-blue-btn .customer-content a:active svg,
.customer-content .overlaycard__container.after-hours-blue-btn a:active svg,
.overlaycard__container.after-hours-blue-btn .btn--text:focus svg,
.overlaycard__container.after-hours-blue-btn
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus
  svg,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .overlaycard__container.after-hours-blue-btn
  .cta:focus
  svg,
.overlaycard__container.after-hours-blue-btn
  .cmp-resourcebar
  .content-fragment__cards-cta:focus
  svg,
.cmp-resourcebar
  .overlaycard__container.after-hours-blue-btn
  .content-fragment__cards-cta:focus
  svg,
.overlaycard__container.after-hours-blue-btn .customer-content a:focus svg,
.customer-content .overlaycard__container.after-hours-blue-btn a:focus svg {
  fill: #022043 !important;
}
.overlaycard__container.after-hours .btn--text:hover span.cmp-button__text,
.overlaycard__container.after-hours
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:hover
  span.cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .overlaycard__container.after-hours
  .cta:hover
  span.cmp-button__text,
.overlaycard__container.after-hours
  .cmp-resourcebar
  .content-fragment__cards-cta:hover
  span.cmp-button__text,
.cmp-resourcebar
  .overlaycard__container.after-hours
  .content-fragment__cards-cta:hover
  span.cmp-button__text,
.overlaycard__container.after-hours
  .customer-content
  a:hover
  span.cmp-button__text,
.customer-content
  .overlaycard__container.after-hours
  a:hover
  span.cmp-button__text,
.overlaycard__container.after-hours .btn--text:active span.cmp-button__text,
.overlaycard__container.after-hours
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:active
  span.cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .overlaycard__container.after-hours
  .cta:active
  span.cmp-button__text,
.overlaycard__container.after-hours
  .cmp-resourcebar
  .content-fragment__cards-cta:active
  span.cmp-button__text,
.cmp-resourcebar
  .overlaycard__container.after-hours
  .content-fragment__cards-cta:active
  span.cmp-button__text,
.overlaycard__container.after-hours
  .customer-content
  a:active
  span.cmp-button__text,
.customer-content
  .overlaycard__container.after-hours
  a:active
  span.cmp-button__text,
.overlaycard__container.after-hours .btn--text:focus span.cmp-button__text,
.overlaycard__container.after-hours
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus
  span.cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .overlaycard__container.after-hours
  .cta:focus
  span.cmp-button__text,
.overlaycard__container.after-hours
  .cmp-resourcebar
  .content-fragment__cards-cta:focus
  span.cmp-button__text,
.cmp-resourcebar
  .overlaycard__container.after-hours
  .content-fragment__cards-cta:focus
  span.cmp-button__text,
.overlaycard__container.after-hours
  .customer-content
  a:focus
  span.cmp-button__text,
.customer-content
  .overlaycard__container.after-hours
  a:focus
  span.cmp-button__text,
.overlaycard__container.after-hours-blue-btn
  .btn--text:hover
  span.cmp-button__text,
.overlaycard__container.after-hours-blue-btn
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:hover
  span.cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .overlaycard__container.after-hours-blue-btn
  .cta:hover
  span.cmp-button__text,
.overlaycard__container.after-hours-blue-btn
  .cmp-resourcebar
  .content-fragment__cards-cta:hover
  span.cmp-button__text,
.cmp-resourcebar
  .overlaycard__container.after-hours-blue-btn
  .content-fragment__cards-cta:hover
  span.cmp-button__text,
.overlaycard__container.after-hours-blue-btn
  .customer-content
  a:hover
  span.cmp-button__text,
.customer-content
  .overlaycard__container.after-hours-blue-btn
  a:hover
  span.cmp-button__text,
.overlaycard__container.after-hours-blue-btn
  .btn--text:active
  span.cmp-button__text,
.overlaycard__container.after-hours-blue-btn
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:active
  span.cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .overlaycard__container.after-hours-blue-btn
  .cta:active
  span.cmp-button__text,
.overlaycard__container.after-hours-blue-btn
  .cmp-resourcebar
  .content-fragment__cards-cta:active
  span.cmp-button__text,
.cmp-resourcebar
  .overlaycard__container.after-hours-blue-btn
  .content-fragment__cards-cta:active
  span.cmp-button__text,
.overlaycard__container.after-hours-blue-btn
  .customer-content
  a:active
  span.cmp-button__text,
.customer-content
  .overlaycard__container.after-hours-blue-btn
  a:active
  span.cmp-button__text,
.overlaycard__container.after-hours-blue-btn
  .btn--text:focus
  span.cmp-button__text,
.overlaycard__container.after-hours-blue-btn
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus
  span.cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .overlaycard__container.after-hours-blue-btn
  .cta:focus
  span.cmp-button__text,
.overlaycard__container.after-hours-blue-btn
  .cmp-resourcebar
  .content-fragment__cards-cta:focus
  span.cmp-button__text,
.cmp-resourcebar
  .overlaycard__container.after-hours-blue-btn
  .content-fragment__cards-cta:focus
  span.cmp-button__text,
.overlaycard__container.after-hours-blue-btn
  .customer-content
  a:focus
  span.cmp-button__text,
.customer-content
  .overlaycard__container.after-hours-blue-btn
  a:focus
  span.cmp-button__text {
  color: #022043 !important;
}
.overlaycard__container.after-hours .btn--text:focus,
.overlaycard__container.after-hours
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .overlaycard__container.after-hours
  .cta:focus,
.overlaycard__container.after-hours
  .cmp-resourcebar
  .content-fragment__cards-cta:focus,
.cmp-resourcebar
  .overlaycard__container.after-hours
  .content-fragment__cards-cta:focus,
.overlaycard__container.after-hours .customer-content a:focus,
.customer-content .overlaycard__container.after-hours a:focus,
.overlaycard__container.after-hours-blue-btn .btn--text:focus,
.overlaycard__container.after-hours-blue-btn
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .overlaycard__container.after-hours-blue-btn
  .cta:focus,
.overlaycard__container.after-hours-blue-btn
  .cmp-resourcebar
  .content-fragment__cards-cta:focus,
.cmp-resourcebar
  .overlaycard__container.after-hours-blue-btn
  .content-fragment__cards-cta:focus,
.overlaycard__container.after-hours-blue-btn .customer-content a:focus,
.customer-content .overlaycard__container.after-hours-blue-btn a:focus {
  box-shadow: 0 0 0 2px #0057ae;
  border: none !important;
  outline: none !important;
}
.overlaycard__container.after-hours .cmp-button .btn--text .cmp-button__text,
.overlaycard__container.after-hours
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  .cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .overlaycard__container.after-hours
  .cmp-button
  .cta
  .cmp-button__text,
.overlaycard__container.after-hours
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta
  .cmp-button__text,
.cmp-resourcebar
  .overlaycard__container.after-hours
  .cmp-button
  .content-fragment__cards-cta
  .cmp-button__text,
.overlaycard__container.after-hours
  .cmp-button
  .customer-content
  a
  .cmp-button__text,
.customer-content
  .overlaycard__container.after-hours
  .cmp-button
  a
  .cmp-button__text {
  color: #022043;
}
.overlaycard__container.after-hours .cmp-button .wd-btn:hover,
.overlaycard__container.after-hours
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a:hover,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .overlaycard__container.after-hours
  .cmp-button
  a:hover,
.overlaycard__container.after-hours
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:hover,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .overlaycard__container.after-hours
  .cmp-button
  .cta:hover,
.overlaycard__container.after-hours
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:hover,
.cmp-resourcebar
  .overlaycard__container.after-hours
  .cmp-button
  .content-fragment__cards-cta:hover,
.overlaycard__container.after-hours
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  a:hover,
.cmp-subnavigation
  .sub-navigation__container--cta
  .overlaycard__container.after-hours
  .cmp-button
  a:hover,
.overlaycard__container.after-hours .cmp-button .customer-content a:hover,
.customer-content .overlaycard__container.after-hours .cmp-button a:hover,
.overlaycard__container.after-hours
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button:hover,
.textarea
  video-js
  .vjs-text-track-settings
  .overlaycard__container.after-hours
  .cmp-button
  .vjs-default-button:hover,
.overlaycard__container.after-hours
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button:hover,
.textarea
  video-js
  .vjs-text-track-settings
  .overlaycard__container.after-hours
  .cmp-button
  .vjs-done-button:hover,
.overlaycard__container.after-hours
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .overlaycard__container.after-hours
  .cmp-button
  .vjs-default-button:hover,
.overlaycard__container.after-hours
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .overlaycard__container.after-hours
  .cmp-button
  .vjs-done-button:hover {
  color: #022043 !important;
}
.overlaycard__container.after-hours .cmp-button svg use,
.overlaycard__container.after-hours .cmp-button svg path {
  fill: #022043;
}
.overlaycard__container .overlaycard__overlay-container {
  visibility: hidden;
  display: flex;
  flex-direction: column;
  animation: fadeIn 0.8s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.overlaycard__container .overlaycard__overlay-container,
.overlaycard__container .overlaycard__default-container {
  grid-row: 1;
  grid-column: 1;
}
.overlaycard__container .top-navigation {
  display: flex;
  justify-content: end;
  flex-direction: row-reverse;
  padding: 8px 8px 0 8px;
}
.overlaycard__container .top-navigation .close-button {
  cursor: pointer;
  border-radius: 100%;
  padding: 12px;
  max-height: 48px;
  border: 0;
  background: transparent;
}
.overlaycard__container .top-navigation .close-button .svg-icon {
  width: 24px;
  height: 24px;
  fill: #022043;
}
.overlaycard__container .top-navigation .close-button .svg-icon path.st0 {
  fill: #022043;
}
.overlaycard__container .close-button:focus {
  box-shadow: 0 0 0 2px #0057ae;
  outline: none;
}
.overlaycard__container .close-button:hover {
  background: rgba(0, 0, 0, 0.08);
}
.overlaycard__container .close-button:active {
  background: rgba(0, 0, 0, 0.08);
}
.overlaycard__container .container-show:active {
  background: #dfe2e6;
}
.overlaycard__container .wd-btn:focus,
.overlaycard__container
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a:focus,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .overlaycard__container
  a:focus,
.overlaycard__container
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .overlaycard__container
  .cta:focus,
.overlaycard__container .cmp-resourcebar .content-fragment__cards-cta:focus,
.cmp-resourcebar .overlaycard__container .content-fragment__cards-cta:focus,
.overlaycard__container
  .cmp-subnavigation
  .sub-navigation__container--cta
  a:focus,
.cmp-subnavigation
  .sub-navigation__container--cta
  .overlaycard__container
  a:focus,
.overlaycard__container .customer-content a:focus,
.customer-content .overlaycard__container a:focus,
.overlaycard__container
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button:focus,
.textarea
  video-js
  .vjs-text-track-settings
  .overlaycard__container
  .vjs-default-button:focus,
.overlaycard__container
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button:focus,
.textarea
  video-js
  .vjs-text-track-settings
  .overlaycard__container
  .vjs-done-button:focus,
.overlaycard__container
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button:focus,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .overlaycard__container
  .vjs-default-button:focus,
.overlaycard__container
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button:focus,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .overlaycard__container
  .vjs-done-button:focus {
  box-shadow: 0 0 0 2px #0875e1;
  outline: none;
}

.overlaycard.french-vanilla .cmp-button .btn--text .cmp-button__text,
.overlaycard.french-vanilla
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  .cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .overlaycard.french-vanilla
  .cmp-button
  .cta
  .cmp-button__text,
.overlaycard.french-vanilla
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta
  .cmp-button__text,
.cmp-resourcebar
  .overlaycard.french-vanilla
  .cmp-button
  .content-fragment__cards-cta
  .cmp-button__text,
.overlaycard.french-vanilla .cmp-button .customer-content a .cmp-button__text,
.customer-content .overlaycard.french-vanilla .cmp-button a .cmp-button__text {
  color: #ffffff;
}
.overlaycard.french-vanilla .cmp-button .btn--text .cmp-button__text:hover,
.overlaycard.french-vanilla
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  .cmp-button__text:hover,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .overlaycard.french-vanilla
  .cmp-button
  .cta
  .cmp-button__text:hover,
.overlaycard.french-vanilla
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta
  .cmp-button__text:hover,
.cmp-resourcebar
  .overlaycard.french-vanilla
  .cmp-button
  .content-fragment__cards-cta
  .cmp-button__text:hover,
.overlaycard.french-vanilla
  .cmp-button
  .customer-content
  a
  .cmp-button__text:hover,
.customer-content
  .overlaycard.french-vanilla
  .cmp-button
  a
  .cmp-button__text:hover {
  text-decoration: underline;
}
.overlaycard.french-vanilla .cmp-button .wd-btn:hover,
.overlaycard.french-vanilla
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a:hover,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .overlaycard.french-vanilla
  .cmp-button
  a:hover,
.overlaycard.french-vanilla
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:hover,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .overlaycard.french-vanilla
  .cmp-button
  .cta:hover,
.overlaycard.french-vanilla
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta:hover,
.cmp-resourcebar
  .overlaycard.french-vanilla
  .cmp-button
  .content-fragment__cards-cta:hover,
.overlaycard.french-vanilla
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  a:hover,
.cmp-subnavigation
  .sub-navigation__container--cta
  .overlaycard.french-vanilla
  .cmp-button
  a:hover,
.overlaycard.french-vanilla .cmp-button .customer-content a:hover,
.customer-content .overlaycard.french-vanilla .cmp-button a:hover,
.overlaycard.french-vanilla
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button:hover,
.textarea
  video-js
  .vjs-text-track-settings
  .overlaycard.french-vanilla
  .cmp-button
  .vjs-default-button:hover,
.overlaycard.french-vanilla
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button:hover,
.textarea
  video-js
  .vjs-text-track-settings
  .overlaycard.french-vanilla
  .cmp-button
  .vjs-done-button:hover,
.overlaycard.french-vanilla
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .overlaycard.french-vanilla
  .cmp-button
  .vjs-default-button:hover,
.overlaycard.french-vanilla
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button:hover,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .overlaycard.french-vanilla
  .cmp-button
  .vjs-done-button:hover {
  color: #ffffff;
}
.overlaycard.french-vanilla .cmp-button svg use,
.overlaycard.french-vanilla .cmp-button svg path {
  fill: #ffffff;
}
.overlaycard.french-vanilla .close-button .svg-icon {
  fill: #ffffff;
}
.overlaycard.french-vanilla .close-button .svg-icon path.st0 {
  fill: #ffffff;
}
.overlaycard.french-vanilla .close-button:hover {
  background: rgba(255, 255, 255, 0.05);
}
.overlaycard.french-vanilla .close-button:active {
  background: rgba(255, 255, 255, 0.1);
}
.overlaycard.french-vanilla
  .overlaycard__container.default_view:hover
  .cmp-button
  .btn--text,
.overlaycard.french-vanilla
  .overlaycard__container.default_view:hover
  .cmp-button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .overlaycard.french-vanilla
  .overlaycard__container.default_view:hover
  .cmp-button
  .cta,
.overlaycard.french-vanilla
  .overlaycard__container.default_view:hover
  .cmp-button
  .cmp-resourcebar
  .content-fragment__cards-cta,
.cmp-resourcebar
  .overlaycard.french-vanilla
  .overlaycard__container.default_view:hover
  .cmp-button
  .content-fragment__cards-cta,
.overlaycard.french-vanilla
  .overlaycard__container.default_view:hover
  .cmp-button
  .customer-content
  a,
.customer-content
  .overlaycard.french-vanilla
  .overlaycard__container.default_view:hover
  .cmp-button
  a {
  color: #ffffff !important;
}

.overlaycard__container-wrapper.overlaycard__container-wrapper-four,
.overlaycard__container-wrapper.overlaycard__container-wrapper-three,
.overlaycard__container-wrapper.overlaycard__container-wrapper-two {
  display: flex;
  flex-basis: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  flex-basis: 100%;
  width: auto;
}
@media (min-width: 48em) {
  .overlaycard__container-wrapper.overlaycard__container-wrapper-four,
  .overlaycard__container-wrapper.overlaycard__container-wrapper-three,
  .overlaycard__container-wrapper.overlaycard__container-wrapper-two {
    margin: 0px -16px;
    margin: 0rem -1rem;
  }
}
.overlaycard__container-wrapper.overlaycard__container-wrapper-four
  .overlaycard,
.overlaycard__container-wrapper.overlaycard__container-wrapper-three
  .overlaycard,
.overlaycard__container-wrapper.overlaycard__container-wrapper-two
  .overlaycard {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.overlaycard__container-wrapper.overlaycard__container-wrapper-four
  .overlaycard:last-child,
.overlaycard__container-wrapper.overlaycard__container-wrapper-three
  .overlaycard:last-child,
.overlaycard__container-wrapper.overlaycard__container-wrapper-two
  .overlaycard:last-child {
  margin: 0px;
  margin: 0rem;
}
@media (min-width: 48em) {
  .overlaycard__container-wrapper.overlaycard__container-wrapper-four
    .overlaycard,
  .overlaycard__container-wrapper.overlaycard__container-wrapper-three
    .overlaycard,
  .overlaycard__container-wrapper.overlaycard__container-wrapper-two
    .overlaycard {
    margin-bottom: 32px;
    margin-bottom: 2rem;
    padding: 0px 16px;
    padding: 0rem 1rem;
  }
  .overlaycard__container-wrapper.overlaycard__container-wrapper-four
    .overlaycard:last-child,
  .overlaycard__container-wrapper.overlaycard__container-wrapper-three
    .overlaycard:last-child,
  .overlaycard__container-wrapper.overlaycard__container-wrapper-two
    .overlaycard:last-child {
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
}
@media (min-width: 48em) {
  .overlaycard__container-wrapper.overlaycard__container-wrapper-two
    .overlaycard {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 48em) {
  .overlaycard__container-wrapper.overlaycard__container-wrapper-three
    .overlaycard {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 70.25em) {
  .overlaycard__container-wrapper.overlaycard__container-wrapper-three
    .overlaycard {
    flex-basis: 33.33%;
    max-width: 33.33%;
  }
}
@media (min-width: 48em) {
  .overlaycard__container-wrapper.overlaycard__container-wrapper-four
    .overlaycard {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 75em) {
  .overlaycard__container-wrapper.overlaycard__container-wrapper-four
    .overlaycard {
    flex-basis: 25%;
    max-width: 25%;
  }
}

.carousel__container-slider .overlaycard__container,
.carousel__container-slider .overlaycard__container-wrapper,
.carousel__container-slider .overlaycard {
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-basis: 100% !important;
  max-width: 100% !important;
}

.cq-Editable-dom .overlaycard__overlay-container {
  display: block;
  grid-row: auto;
  visibility: visible;
}
.cq-Editable-dom .top-navigation,
.cq-Editable-dom .overlaycard__overlay-content--text {
  display: none;
}

.cmp-gallery {
  border-radius: 12px;
}
.cmp-gallery .grid-container {
  width: 100vw;
  height: 100%;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  margin-left: -32px;
  padding: 0px 32px;
  padding: 0rem 2rem;
  gap: 16px;
}
@media (min-width: 48em) {
  .cmp-gallery .grid-container {
    margin-left: 0px;
    padding: 0px 0px;
    padding: 0rem 0rem;
    width: 100%;
    overflow-x: visible;
    display: grid;
    grid-gap: 8px;
    grid-template-columns: 1fr 0.5fr 0.5fr;
  }
}
@media (min-width: 75em) {
  .cmp-gallery .grid-container {
    gap: 16px;
  }
}
.cmp-gallery .grid-column {
  height: 100%;
  display: contents;
  gap: 16px;
}
@media (min-width: 48em) {
  .cmp-gallery .grid-column {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}
@media (min-width: 75em) {
  .cmp-gallery .grid-column {
    gap: 16px;
  }
}
.cmp-gallery .grid-column:last-child .image-container:last-child {
  margin-right: 0px;
}
.cmp-gallery .big-image {
  width: 90%;
  height: 100%;
}
@media (min-width: 48em) {
  .cmp-gallery .big-image {
    height: 50%;
    width: 100%;
  }
}
.cmp-gallery .medium-image {
  width: 90%;
  height: 100%;
}
@media (min-width: 48em) {
  .cmp-gallery .medium-image {
    height: 50%;
    width: 100%;
  }
}
.cmp-gallery .small-image {
  width: 90%;
  height: 100%;
}
@media (min-width: 48em) {
  .cmp-gallery .small-image {
    height: 33.3%;
    width: 100%;
  }
}
.cmp-gallery .image-container {
  display: inline-block;
  background: grey;
  border-radius: 12px;
  margin-right: 16px;
  box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.16);
  vertical-align: top;
}
@media (min-width: 48em) {
  .cmp-gallery .image-container {
    margin-right: 0px;
  }
}

.img-gallery {
  height: 100%;
}
.img-gallery div {
  height: 100%;
}
.img-gallery div img {
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
}
.img-gallery .cq-Editable-dom {
  display: block;
}

.img-gallery__desktop {
  display: none;
}
.img-gallery__desktop.cq-Editable-dom {
  height: 200px;
}
@media (min-width: 48em) {
  .img-gallery__desktop {
    display: block;
  }
}

.img-gallery__mobile {
  aspect-ratio: 4/3;
}
.img-gallery__mobile.cq-Editable-dom {
  display: block;
  height: 200px;
}
.img-gallery__mobile {
  overflow: hidden;
}
@media (min-width: 48em) {
  .img-gallery__mobile {
    display: none;
  }
}

textarea {
  background-color: black;
  color: white;
}

#cmp-fixpatch,
.cmp-fixpatch {
  display: none;
}

.event-agenda-tab-items__column {
  width: 100%;
}
.event-agenda-tab-items__column--left {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media (min-width: 70.25em) {
  .event-agenda-tab-items__column--left {
    margin-bottom: 0px;
    margin-bottom: 0rem;
  }
}
.event-agenda-tab-items__sticky-image {
  width: 32px;
  height: 32px;
  margin: 8px 0px 0px 0px;
  margin: 0.5rem 0rem 0rem 0rem;
  object-fit: cover;
}
@media (min-width: 75em) {
  .event-agenda-tab-items__sticky-image {
    width: 64px;
    height: 64px;
    margin: 16px 0px 0px 0px;
    margin: 1rem 0rem 0rem 0rem;
  }
}
.event-agenda-tab-items__sticky-text {
  margin: 0px;
  margin: 0rem;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 24px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1.5rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  line-height: 32px;
}
@media (min-width: 75em) {
  .event-agenda-tab-items__sticky-text {
    /* Number of pixels in 1rem (default: 16px/rem)
    /* When converting to rems, we must divide by this ratio. */
    /* Print the pixel fallback declaration first so we can override it in capable browsers. */
    font-size: 32px;
    /* If there is only one value, print the declaration with the value converted to rems.*/
    font-size: 2rem;
    /* line heights were not matching with the comps
    /* need to fix the math later
    /* @include set-leading($lines); */
    line-height: 40px;
  }
}
.event-agenda-tab-items__list {
  list-style: none;
  padding: 0px;
  padding: 0rem;
  margin: 0px;
  margin: 0rem;
}
.event-agenda-tab-items__list--two-cols {
  gap: 16px;
}
.event-agenda-tab-items__list--two-cols .event-agenda-tab-items__event {
  width: 100%;
  margin-top: 0px;
  margin-top: 0rem;
}
@media (min-width: 70.25em) {
  .event-agenda-tab-items__list--two-cols .event-agenda-tab-items__event {
    max-width: calc(50% - 8px);
  }
}
.event-agenda-tab-items__event span,
.event-agenda-tab-items__event-name,
.event-agenda-tab-items__event-description p,
.event-agenda-tab-items__speaker-info p {
  color: #333333 !important;
}
.event-agenda-tab-items__speaker-info p {
  font-size: 16px;
  line-height: 24px;
}
.event-agenda-tab-items__event {
  padding: 24px;
  padding: 1.5rem;
  -webkit-border-radius: 12px 12px 12px 12px;
  -moz-border-radius: 12px 12px 12px 12px;
  border-radius: 12px 12px 12px 12px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #dfe2e6;
  width: 100%;
  background-color: #ffffff;
  margin-top: 16px;
  margin-top: 1rem;
}
.event-agenda-tab-items__event:nth-of-type(1) {
  margin-top: 0px;
  margin-top: 0rem;
}
.event-agenda-tab-items__event--hidden-more
  .event-agenda-tab-items__speakers-list-item:nth-of-type(n + 3) {
  display: none;
}
.event-agenda-tab-items__event--hidden-more
  .event-agenda-tab-items__event-description {
  display: none;
}
.event-agenda-tab-items__event--hidden-more
  .event-agenda-tab-items__button
  svg {
  transform: rotate(0deg);
}
@media (min-width: 75em) {
  .event-agenda-tab-items__event {
    padding: 32px;
    padding: 2rem;
  }
}
.event-agenda-tab-items__event-name {
  display: block;
  font-weight: 500;
  margin-bottom: 8px !important;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 20px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1.25rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  line-height: 28px;
}
@media (min-width: 75em) {
  .event-agenda-tab-items__event-name {
    /* Number of pixels in 1rem (default: 16px/rem)
    /* When converting to rems, we must divide by this ratio. */
    /* Print the pixel fallback declaration first so we can override it in capable browsers. */
    font-size: 24px;
    /* If there is only one value, print the declaration with the value converted to rems.*/
    font-size: 1.5rem;
    /* line heights were not matching with the comps
    /* need to fix the math later
    /* @include set-leading($lines); */
    line-height: 2rem;
  }
}
.event-agenda-tab-items__event-subtitle {
  line-height: 1rem;
}
.event-agenda-tab-items__event-subtitle p {
  color: #333;
  font-weight: 400;
  margin-bottom: 0;
  margin-bottom: 0rem;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 16px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
}
@media (min-width: 75em) {
  .event-agenda-tab-items__event-subtitle p {
    /* Number of pixels in 1rem (default: 16px/rem)
    /* When converting to rems, we must divide by this ratio. */
    /* Print the pixel fallback declaration first so we can override it in capable browsers. */
    font-size: 16px;
    /* If there is only one value, print the declaration with the value converted to rems.*/
    font-size: 1rem;
    /* line heights were not matching with the comps
    /* need to fix the math later
    /* @include set-leading($lines); */
    line-height: 2rem;
  }
}
.event-agenda-tab-items__event-ul {
  display: flex;
  align-items: flex-end;
  align-content: flex-start;
  gap: 8px;
  align-self: stretch;
  flex-wrap: wrap;
  padding-left: 0px;
  margin-bottom: 8px;
}
.event-agenda-tab-items__event-ul li {
  display: grid;
  padding: 2px 6px;
  align-items: center;
  border-radius: 6px;
  gap: 4px;
  grid-template-columns: auto 1fr;
}
.event-agenda-tab-items__event-ul li > p {
  font-family: "Acid Grotesk" !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 133.333% */
  letter-spacing: 0.32px;
  text-transform: uppercase;
}
.event-agenda-tab-items__events-no-icon {
  display: none;
}
.event-agenda-tab-items__events-icon {
  height: 14px;
  width: 14px;
}
.event-agenda-tab-items__events-default svg {
  fill: #4a5561;
}
.event-agenda-tab-items__events-default {
  background: var(--Primary-Soap-300, #e8ebed) !important;
}
.event-agenda-tab-items__events-default p {
  color: var(--Licorice-400, #4a5561) !important;
}
.event-agenda-tab-items__events-blue svg {
  fill: #005cb9;
}
.event-agenda-tab-items__events-blue p {
  color: var(--Blueberry-500, var(--Blueberry-500, #005cb9)) !important;
}
.event-agenda-tab-items__events-blue {
  background: var(--Blueberry-100, #d7eafc) !important;
}
.event-agenda-tab-items__speakers-list {
  list-style: none;
  gap: 16px;
  padding: 0px 0px 0 9px;
  padding: 0rem 0rem 0rem 0.5625rem;
  margin: 24px 0px 24px 0px;
  margin: 1.5rem 0rem 1.5rem 0rem;
}
@media (min-width: 48em) {
  .event-agenda-tab-items__speakers-list {
    padding: 0px 16px 0 16px;
    padding: 0rem 1rem 0rem 1rem;
  }
}
.event-agenda-tab-items__speakers-list-item {
  padding: 0px;
  padding: 0rem;
  margin-top: 0px;
  margin-top: 0rem;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
}
.event-agenda-tab-items__speakers-list-item--hidden {
  display: none;
}
@media (min-width: 70.25em) {
  .event-agenda-tab-items__speakers-list-item {
    padding: 0px 32px 0px 0px;
    padding: 0rem 2rem 0rem 0rem;
  }
}
.event-agenda-tab-items__speaker-image,
.event-agenda-tab-items__speaker-initials {
  -webkit-border-radius: 80px 80px 80px 80px;
  -moz-border-radius: 80px 80px 80px 80px;
  border-radius: 80px 80px 80px 80px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 80px;
  height: 80px;
  margin: 0px 16px 0px 0px;
  margin: 0rem 1rem 0rem 0rem;
  object-fit: cover;
}
.event-agenda-tab-items__speaker-initials {
  padding: 40px;
  padding: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #0875e1;
  font-size: 20px;
  font-weight: 500;
}
.event-agenda-tab-items p.event-agenda-tab-items__speaker-name {
  font-size: 20px;
  line-height: 28px;
}
.event-agenda-tab-items__speaker-name {
  margin: 0px;
  margin: 0rem;
}
.event-agenda-tab-items__event-description {
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-size: 20px;
  line-height: 28px;
}
.event-agenda-tab-items__button {
  background: transparent;
  display: flex;
  align-items: center;
  gap: 8px;
  border: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0px;
  padding: 0rem;
  margin-top: 24px;
  margin-top: 1.5rem;
  color: #0875e1;
}
.event-agenda-tab-items__button svg,
.event-agenda-tab-items__button div {
  pointer-events: none;
}
.event-agenda-tab-items__button svg {
  transform: rotate(180deg);
}
.event-agenda-tab-items__disclaimer {
  padding-left: 8px;
  padding-left: 0.5rem;
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
}
.event-agenda-tab-items__disclaimer--left {
  padding-left: 0px;
  padding-left: 0rem;
}

.new-carousel {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.new-carousel-container {
  position: relative;
}
.new-carousel-container .prev-btn {
  left: 32px;
}
.new-carousel-container .prev-btn-svg {
  transform: rotate(90deg);
}
.new-carousel-container .next-btn {
  right: 32px;
}
.new-carousel-container .next-btn-svg {
  transform: rotate(-90deg);
}
.new-carousel-container .next-btn,
.new-carousel-container .prev-btn {
  visibility: hidden;
  z-index: 10;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  border-radius: 24px;
  width: 48px;
  height: 48px;
  border: 2px solid #022043 !important;
  padding: 0;
  background-color: #ffffff !important;
  align-items: center;
  justify-content: center;
}
.new-carousel-container .next-btn:focus-visible,
.new-carousel-container .prev-btn:focus-visible {
  background-color: #ffffff !important;
  outline: 2px solid #ffffff !important;
  box-shadow:
    0px 0px 0px 4px #0057ae,
    0px 0px 0px 0px #0057ae !important;
}
.new-carousel-container .next-btn:focus,
.new-carousel-container .prev-btn:focus {
  background-color: #ffffff !important;
  outline: 2px solid #ffffff !important;
  box-shadow:
    0px 0px 0px 4px #0057ae,
    0px 0px 0px 0px #0057ae !important;
}
.new-carousel-container .next-btn svg,
.new-carousel-container .prev-btn svg {
  fill: #022043;
}
.new-carousel-container .next-btn:hover,
.new-carousel-container .prev-btn:hover {
  background-color: #f1f3f6 !important;
}
.new-carousel-container .next-btn:active,
.new-carousel-container .prev-btn:active {
  background-color: #f1f3f6 !important;
}
.new-carousel-container .next-btn.show,
.new-carousel-container .prev-btn.show {
  display: flex;
}
.new-carousel-container .next-btn.hide,
.new-carousel-container .prev-btn.hide {
  display: none;
}
.new-carousel__scroll {
  padding: 24px 0;
  cursor: pointer;
  position: relative;
}
.new-carousel__scroll-tracker {
  height: 4px;
  background-color: #022043;
}
.darkTheme .new-carousel__scroll-tracker {
  background-color: #ffffff;
}
.new-carousel__scroll-tracker {
  opacity: 0.16;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.new-carousel__scroll-thumb {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  z-index: 5;
  border-radius: 1px;
}
.new-carousel__scroll-thumb-height {
  height: 4px;
  transition: height 0.2s;
}
.new-carousel__scroll-thumb-height:hover {
  height: 8px;
}
.new-carousel__scroll-thumb {
  background-color: #022043;
}
.darkTheme .new-carousel__scroll-thumb {
  background-color: #ffffff;
}
.new-carousel__scroll-thumb {
  width: 100px;
}
.new-carousel__scroll.show {
  display: block;
}
.new-carousel__scroll.hide {
  display: none;
}
.new-carousel-edit .aem-Grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.new-carousel-edit .customerresource {
  max-width: 400px;
  border: 1px solid #b6c1cc;
}
.new-carousel-edit .contentfragment {
  max-width: 400px;
  border: 1px solid #b6c1cc;
}
.new-carousel-publish {
  user-select: none;
}
.new-carousel-publish .aem-Grid {
  display: grid;
  grid-auto-columns: 92%;
}
@media (min-width: 48em) and (max-width: 991px) {
  .new-carousel-publish .aem-Grid:has(.standardcard-large) {
    grid-auto-columns: 82%;
  }
  .new-carousel-publish .aem-Grid:not(:has(.standardcard-large)) {
    grid-auto-columns: 42%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .new-carousel-publish .aem-Grid:has(.standardcard-large) {
    grid-auto-columns: 46%;
  }
  .new-carousel-publish .aem-Grid:not(:has(.standardcard-large)) {
    grid-auto-columns: 31%;
  }
}
@media (min-width: 75em) {
  .new-carousel-publish .aem-Grid:has(.standardcard-large) {
    grid-auto-columns: 90%;
  }
  .new-carousel-publish .aem-Grid:not(:has(.standardcard-large)) {
    grid-auto-columns: 30%;
  }
}
.new-carousel-publish .aem-Grid {
  grid-auto-flow: column;
  padding-top: 16px;
  padding-bottom: 16px;
  scroll-snap-type: inline mandatory;
  grid-gap: 16px; /* Gap between cards */
}
.new-carousel-publish .aem-Grid .standardcard__container-content--text > * {
  color: #022043 !important;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}
.new-carousel-publish .aem-Grid {
  margin: 0;
  overflow-x: auto;
}
.new-carousel-publish .aem-Grid::-webkit-scrollbar {
  display: none;
}
.new-carousel-publish .aem-Grid::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.new-carousel-publish .aem-Grid {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
}
.new-carousel-publish .aem-Grid::before,
.new-carousel-publish .aem-Grid::after {
  content: unset;
}
.new-carousel-publish .aem-Grid .standardcard {
  margin: 0 !important;
  padding: 0;
  max-width: unset !important;
  flex-basis: unset !important;
}
.new-carousel-publish .aem-Grid .standardcard__container {
  max-width: unset !important;
}
.new-carousel-publish
  .aem-Grid
  .standardcard__container-content--button
  .cmp-button {
  display: flex;
}
.new-carousel-publish .aem-Grid .standardcard__container-content--button {
  display: flex;
}
.new-carousel-publish .aem-Grid .standardcard .standardcard-large {
  width: 100% !important;
}
.new-carousel-publish .aem-Grid .customerresource .featured {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0);
  transition: box-shadow 0.2s ease-in-out;
}
.new-carousel-publish .aem-Grid .customerresource .featured:hover {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.12);
}
.new-carousel-publish .aem-Grid .customerresource .featured:hover .a-link {
  text-decoration: underline;
}
.new-carousel-publish .aem-Grid .customerresource .featured .a-link {
  font-weight: 700;
  text-decoration: underline;
}
.new-carousel-publish .aem-Grid .customerresource .featured {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #b6c1cc;
  cursor: pointer;
}
.new-carousel-publish .aem-Grid .customerresource .featured .customer-content {
  border-radius: 8px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.french-vanilla
  .new-carousel-publish
  .aem-Grid
  .customerresource
  .featured
  .customer-content
  p,
.darkTheme
  .new-carousel-publish
  .aem-Grid
  .customerresource
  .featured
  .customer-content
  p,
.french-vanilla
  .new-carousel-publish
  .aem-Grid
  .customerresource
  .featured
  .customer-content
  .body-1,
.french-vanilla
  .new-carousel-publish
  .aem-Grid
  .customerresource
  .featured
  .customer-content
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .french-vanilla
  .new-carousel-publish
  .aem-Grid
  .customerresource
  .featured
  .customer-content
  .hero-card__description,
.french-vanilla
  .new-carousel-publish
  .aem-Grid
  .customerresource
  .featured
  .customer-content
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .french-vanilla
  .new-carousel-publish
  .aem-Grid
  .customerresource
  .featured
  .customer-content
  .user-name,
.darkTheme
  .new-carousel-publish
  .aem-Grid
  .customerresource
  .featured
  .customer-content
  .body-1,
.darkTheme
  .new-carousel-publish
  .aem-Grid
  .customerresource
  .featured
  .customer-content
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .darkTheme
  .new-carousel-publish
  .aem-Grid
  .customerresource
  .featured
  .customer-content
  .hero-card__description,
.darkTheme
  .new-carousel-publish
  .aem-Grid
  .customerresource
  .featured
  .customer-content
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .darkTheme
  .new-carousel-publish
  .aem-Grid
  .customerresource
  .featured
  .customer-content
  .user-name {
  color: #022043 !important;
}
.new-carousel-publish
  .aem-Grid
  .customerresource
  .featured
  .customer-content
  .customer-content__supporting-img {
  padding: 0;
  margin: 0;
  position: unset;
}
.new-carousel-publish
  .aem-Grid
  .customerresource
  .featured
  .customer-content
  .customer-content__supporting-img
  .cmp-image__circle {
  border-radius: unset !important;
  position: unset !important;
  overflow: unset;
}
.new-carousel-publish
  .aem-Grid
  .customerresource
  .featured
  .customer-content
  .customer-content__supporting-img
  .image {
  overflow: unset;
  border-radius: unset !important;
}
.new-carousel-publish
  .aem-Grid
  .customerresource
  .featured
  .customer-content
  .customer-content__supporting-img
  .image
  img {
  aspect-ratio: 16/9;
}
.new-carousel-publish
  .aem-Grid
  .customerresource
  .featured
  .customer-content
  .logo-container
  .logo:focus-visible {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  outline: 0;
}
.new-carousel-publish
  .aem-Grid
  .customerresource
  .featured
  .customer-content
  .customer-content__wrapper {
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.new-carousel-publish
  .aem-Grid
  .customerresource
  .featured
  .customer-content
  .customer-content__wrapper
  span.body-1,
.new-carousel-publish
  .aem-Grid
  .customerresource
  .featured
  .customer-content
  .customer-content__wrapper
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  span.hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .new-carousel-publish
  .aem-Grid
  .customerresource
  .featured
  .customer-content
  .customer-content__wrapper
  span.hero-card__description,
.new-carousel-publish
  .aem-Grid
  .customerresource
  .featured
  .customer-content
  .customer-content__wrapper
  .cmp-about-author
  .about-author__user-details
  span.user-name,
.cmp-about-author
  .about-author__user-details
  .new-carousel-publish
  .aem-Grid
  .customerresource
  .featured
  .customer-content
  .customer-content__wrapper
  span.user-name {
  color: #022043 !important;
}
.darkTheme
  .new-carousel-publish
  .aem-Grid
  .customerresource
  .featured
  .customer-content
  .customer-content__wrapper
  span.body-1,
.darkTheme
  .new-carousel-publish
  .aem-Grid
  .customerresource
  .featured
  .customer-content
  .customer-content__wrapper
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  span.hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .darkTheme
  .new-carousel-publish
  .aem-Grid
  .customerresource
  .featured
  .customer-content
  .customer-content__wrapper
  span.hero-card__description,
.darkTheme
  .new-carousel-publish
  .aem-Grid
  .customerresource
  .featured
  .customer-content
  .customer-content__wrapper
  .cmp-about-author
  .about-author__user-details
  span.user-name,
.cmp-about-author
  .about-author__user-details
  .darkTheme
  .new-carousel-publish
  .aem-Grid
  .customerresource
  .featured
  .customer-content
  .customer-content__wrapper
  span.user-name {
  color: #022043 !important;
}
.new-carousel-publish
  .aem-Grid
  .customerresource
  .featured
  .customer-content
  .customer-content__wrapper
  span.body-1,
.new-carousel-publish
  .aem-Grid
  .customerresource
  .featured
  .customer-content
  .customer-content__wrapper
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  span.hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .new-carousel-publish
  .aem-Grid
  .customerresource
  .featured
  .customer-content
  .customer-content__wrapper
  span.hero-card__description,
.new-carousel-publish
  .aem-Grid
  .customerresource
  .featured
  .customer-content
  .customer-content__wrapper
  .cmp-about-author
  .about-author__user-details
  span.user-name,
.cmp-about-author
  .about-author__user-details
  .new-carousel-publish
  .aem-Grid
  .customerresource
  .featured
  .customer-content
  .customer-content__wrapper
  span.user-name {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}
.new-carousel-publish
  .aem-Grid
  .customerresource
  .featured
  .customer-content
  .customer-content__wrapper
  p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}
.new-carousel-publish
  .aem-Grid
  .customerresource
  .featured
  .customer-content
  .customer-content__wrapper
  .customer-content__links {
  display: flex;
  margin-top: auto;
  color: #0057ae;
  text-decoration: underline;
  font-weight: 700;
}
.new-carousel-publish
  .aem-Grid
  .customerresource
  .featured
  .customer-content
  .customer-content__wrapper
  .customer-content__links
  a {
  margin: 0 !important;
  padding: 4px;
  margin-left: -4px !important;
}
.new-carousel-publish
  .aem-Grid
  .customerresource
  .featured
  .customer-content
  .customer-content__wrapper
  .customer-content__links
  a:hover {
  color: #022043 !important;
}
.new-carousel-publish
  .aem-Grid
  .customerresource
  .featured
  .customer-content
  .customer-content__wrapper
  .customer-content__links
  a:focus-visible {
  box-shadow: 0 0 0 2px #0057ae;
  color: #022043 !important;
  width: fit-content;
}
.new-carousel-publish
  .aem-Grid
  .customerresource
  .featured
  .customer-content
  .customer-content__wrapper
  .customer-content__links
  a:active {
  color: #022043 !important;
}
.new-carousel-publish
  .aem-Grid
  .customerresource
  .featured
  .customer-content
  .customer-content__wrapper
  .customer-content__links
  a:focus
  svg {
  fill: #022043 !important;
}
.new-carousel-publish
  .aem-Grid
  .customerresource
  .featured
  .customer-content
  a {
  border-radius: 5rem !important;
}
.new-carousel-publish
  .aem-Grid
  .customerresource
  .featured
  .customer-content
  .playButtonStyle {
  border-radius: 5rem !important;
  position: absolute;
  z-index: 1;
  background: #0057ae;
  height: 4rem;
  width: 4rem;
  padding: 0.75rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.new-carousel-publish
  .aem-Grid
  .customerresource
  .featured
  .customer-content
  .playButtonStyle
  svg {
  height: 2.5rem !important;
  width: 2.5rem !important;
}
.new-carousel-publish
  .aem-Grid
  .customerresource
  .featured
  .customer-content
  .playButtonStyle:hover,
.new-carousel-publish
  .aem-Grid
  .customerresource
  .featured
  .customer-content
  .playButtonStyle:active {
  background: #022043;
}
.new-carousel-publish
  .aem-Grid
  .customerresource
  .featured
  .customer-content
  .playButtonStyle:focus-visible {
  outline: 0 !important;
  background: #022043;
  box-shadow: 0px 0px 0px 2px white inset !important;
  border: 2px solid #0057ae !important;
  border-radius: 5rem !important;
}
.new-carousel-publish .aem-Grid .contentfragment .customerfragment {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #b6c1cc;
  cursor: pointer;
  height: 100%;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0);
  transition: box-shadow 0.2s ease-in-out;
}
.new-carousel-publish .aem-Grid .contentfragment .customerfragment .cta {
  text-decoration: unset;
  border-radius: 8px;
}
.new-carousel-publish
  .aem-Grid
  .contentfragment
  .customerfragment
  .cta:focus-visible {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  outline: 0;
}
.new-carousel-publish .aem-Grid .contentfragment .customerfragment:hover {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.12);
}
.new-carousel-publish .aem-Grid .contentfragment .customerfragment:hover .cta {
  text-decoration: underline;
  color: #005cb9;
}
.new-carousel-publish
  .aem-Grid
  .contentfragment
  .customerfragment
  .customerfragment {
  height: 100%;
}
.new-carousel-publish
  .aem-Grid
  .contentfragment
  .customerfragment
  .card-link:-webkit-any-link {
  color: #022043;
  cursor: pointer;
  text-decoration: none;
}
.new-carousel-publish .aem-Grid .contentfragment .customerfragment .card-link {
  background-color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.new-carousel-publish
  .aem-Grid
  .contentfragment
  .customerfragment
  .card-link
  .img-hover-zoom {
  display: flex;
}
.new-carousel-publish
  .aem-Grid
  .contentfragment
  .customerfragment
  .card-link
  .img-hover-zoom
  .customer_image {
  width: 100%;
  aspect-ratio: 16/9;
}
.new-carousel-publish
  .aem-Grid
  .contentfragment
  .customerfragment
  .card-link
  .content {
  padding: 24px;
  display: flex;
  color: #022043;
  flex-direction: column;
  flex: 1;
}
.new-carousel-publish
  .aem-Grid
  .contentfragment
  .customerfragment
  .card-link
  .content
  .quote {
  margin-bottom: 16px;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.new-carousel-publish
  .aem-Grid
  .contentfragment
  .customerfragment
  .card-link
  .content
  .quote
  p {
  color: #022043 !important;
}
.french-vanilla
  .new-carousel-publish
  .aem-Grid
  .contentfragment
  .customerfragment
  .card-link
  .content
  .quote
  p {
  color: #022043 !important;
}
.new-carousel-publish
  .aem-Grid
  .contentfragment
  .customerfragment
  .card-link
  .content
  .btn-cta {
  display: flex;
  margin-top: auto;
}
.new-carousel-publish
  .aem-Grid
  .contentfragment
  .customerfragment
  .card-link
  .content
  .btn-cta
  .cta {
  color: #0875e1;
  font-weight: 500;
}
.new-carousel-publish
  .aem-Grid
  .contentfragment
  .customerfragment
  .card-link
  .content
  .btn-cta
  .cta:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.new-carousel-publish
  .aem-Grid
  .contentfragment
  .customerfragment
  .card-link
  .content
  .btn-cta
  .cta:focus-visible {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
  outline: 0;
}
.new-carousel-publish
  .aem-Grid
  .contentfragment
  .customerfragment
  .card-link
  .content
  .btn-cta
  .cta:focus-visible:hover {
  box-shadow: none;
}
.new-carousel-publish
  .aem-Grid
  .contentfragment
  .customerfragment
  .card-link
  .content
  .btn-cta
  .cta {
  margin: 0 !important;
  padding: 4px;
  margin-left: -4px !important;
}
.new-carousel-publish
  .aem-Grid
  .contentfragment
  .customerfragment
  .card-link
  .content
  .btn-cta
  .cta:focus,
.new-carousel-publish
  .aem-Grid
  .contentfragment
  .customerfragment
  .card-link
  .content
  .btn-cta
  .cta:focus-visible,
.new-carousel-publish
  .aem-Grid
  .contentfragment
  .customerfragment
  .card-link
  .content
  .btn-cta
  .cta:focus-within {
  border: none !important;
  box-shadow: 0 0 0 2px #0057ae;
  color: #022043 !important;
  width: fit-content;
}
.new-carousel-publish
  .aem-Grid
  .contentfragment
  .customerfragment
  .card-link
  a {
  border-radius: 5rem !important;
}
.new-carousel-publish
  .aem-Grid
  .contentfragment
  .customerfragment
  .card-link
  .playButtonStyle {
  border-radius: 5rem !important;
  position: absolute;
  z-index: 1;
  background: #0057ae;
  height: 4rem;
  width: 4rem;
  padding: 0.75rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.new-carousel-publish
  .aem-Grid
  .contentfragment
  .customerfragment
  .card-link
  .playButtonStyle
  svg {
  height: 2.5rem !important;
  width: 2.5rem !important;
}
.new-carousel-publish
  .aem-Grid
  .contentfragment
  .customerfragment
  .card-link
  .playButtonStyle:hover,
.new-carousel-publish
  .aem-Grid
  .contentfragment
  .customerfragment
  .card-link
  .playButtonStyle:active {
  background: #022043;
}
.new-carousel-publish
  .aem-Grid
  .contentfragment
  .customerfragment
  .card-link
  .playButtonStyle:focus-visible {
  background: #022043;
  outline: 0 !important;
  box-shadow: 0px 0px 0px 2px white inset !important;
  border: 2px solid #0057ae !important;
  border-radius: 5rem !important;
}
.new-carousel-publish .aem-Grid .aem-GridColumn {
  scroll-snap-align: start;
}
.new-carousel:has(.pageWidth) .new-carousel-publish .aem-Grid {
  padding-left: calc((100vw - 1408px) / 2);
  padding-right: calc((100vw - 1408px) / 2);
  scroll-padding-inline: calc((100vw - 1408px) / 2);
}
@media (max-width: 1472px) {
  .new-carousel:has(.pageWidth) .new-carousel-publish .aem-Grid {
    padding-left: 32px;
    padding-right: 32px;
    scroll-padding-inline: 32px;
  }
}
.new-carousel:has(.pageWidth) .tracker-section {
  margin-left: calc((100vw - 1408px) / 2);
  margin-right: calc((100vw - 1408px) / 2);
}
@media (max-width: 1472px) {
  .new-carousel:has(.pageWidth) .tracker-section {
    margin-left: 32px;
    margin-right: 32px;
  }
}
.new-carousel:has(.fullWidth) .new-carousel-publish .aem-Grid {
  padding-left: 32px;
  padding-right: 32px;
  scroll-padding-inline: 32px;
}
.new-carousel:has(.fullWidth) .tracker-section {
  margin-left: 32px;
  margin-right: 32px;
}
.new-carousel .tracker-section {
  visibility: hidden;
}

@media only screen and (max-width: 991px) {
  .new-carousel .tracker-section {
    display: none !important;
  }
  .new-carousel-container .next-btn,
  .new-carousel-container .prev-btn {
    visibility: hidden;
  }
}
.section-v2.bg-blue
  .newCarousel
  .new-carousel-publish
  .standardcard
  .standardcard__container,
.section-v3.bg-blue
  .newCarousel
  .new-carousel-publish
  .standardcard
  .standardcard__container {
  border: 1px solid rgba(51, 51, 51, 0.1607843137);
}
.section-v2.bg-blue
  .newCarousel
  .new-carousel-publish
  .customerresource
  .featured,
.section-v3.bg-blue
  .newCarousel
  .new-carousel-publish
  .customerresource
  .featured {
  border: 1px solid rgba(51, 51, 51, 0.1607843137);
}
.section-v2.bg-blue
  .newCarousel
  .new-carousel-publish
  .contentfragment
  .customerfragment,
.section-v3.bg-blue
  .newCarousel
  .new-carousel-publish
  .contentfragment
  .customerfragment {
  border: 1px solid rgba(51, 51, 51, 0.1607843137);
}
.section-v2.bg-blue
  .newCarousel
  .new-carousel
  .tracker-section
  .new-carousel__scroll-tracker,
.section-v2.bg-blue .newCarousel .new-carousel .new-carousel__scroll-thumb,
.section-v3.bg-blue
  .newCarousel
  .new-carousel
  .tracker-section
  .new-carousel__scroll-tracker,
.section-v3.bg-blue .newCarousel .new-carousel .new-carousel__scroll-thumb {
  background-color: #022043;
  border-radius: 1px;
  opacity: 0.16;
}

.new-carousel-scroll-thumb-hover {
  height: 8px;
}

.section-v2:has(.newCarousel) {
  position: relative;
}
.section-v2:has(.newCarousel) > .container,
.perspective-article-page
  .section-v2:has(.newCarousel)
  > .perspective-main-container,
.section-v3 .section-v2:has(.newCarousel) > .section__container {
  padding: 0;
  max-width: unset !important;
}
.section-v2:has(.newCarousel)
  > .container
  > .aem-Grid
  > .aem-GridColumn:not(.newCarousel),
.perspective-article-page
  .section-v2:has(.newCarousel)
  > .perspective-main-container
  > .aem-Grid
  > .aem-GridColumn:not(.newCarousel),
.section-v3
  .section-v2:has(.newCarousel)
  > .section__container
  > .aem-Grid
  > .aem-GridColumn:not(.newCarousel) {
  padding-left: 32px;
  padding-right: 32px;
}
.section-v2:has(.newCarousel)
  > .container
  > .aem-Grid
  > .aem-GridColumn:not(.newCarousel)
  > div,
.perspective-article-page
  .section-v2:has(.newCarousel)
  > .perspective-main-container
  > .aem-Grid
  > .aem-GridColumn:not(.newCarousel)
  > div,
.section-v3
  .section-v2:has(.newCarousel)
  > .section__container
  > .aem-Grid
  > .aem-GridColumn:not(.newCarousel)
  > div {
  max-width: 88rem;
  margin-left: auto;
  margin-right: auto;
}
.section-v2:has(.newCarousel) .cmp-section-v3 {
  padding: 0;
}
.section-v2:has(.newCarousel) .cmp-section-v3.container,
.section-v2:has(.newCarousel)
  .perspective-article-page
  .cmp-section-v3.perspective-main-container,
.perspective-article-page
  .section-v2:has(.newCarousel)
  .cmp-section-v3.perspective-main-container,
.section-v2:has(.newCarousel) .section-v3 .cmp-section-v3.section__container,
.section-v3 .section-v2:has(.newCarousel) .cmp-section-v3.section__container {
  max-width: unset !important;
}
.section-v2:has(.newCarousel)
  .cmp-section-v3.container
  > .aem-Grid
  > .aem-GridColumn:not(.newCarousel),
.section-v2:has(.newCarousel)
  .perspective-article-page
  .cmp-section-v3.perspective-main-container
  > .aem-Grid
  > .aem-GridColumn:not(.newCarousel),
.perspective-article-page
  .section-v2:has(.newCarousel)
  .cmp-section-v3.perspective-main-container
  > .aem-Grid
  > .aem-GridColumn:not(.newCarousel),
.section-v2:has(.newCarousel)
  .section-v3
  .cmp-section-v3.section__container
  > .aem-Grid
  > .aem-GridColumn:not(.newCarousel),
.section-v3
  .section-v2:has(.newCarousel)
  .cmp-section-v3.section__container
  > .aem-Grid
  > .aem-GridColumn:not(.newCarousel) {
  padding-left: 32px;
  padding-right: 32px;
}
.section-v2:has(.newCarousel)
  .cmp-section-v3.container
  > .aem-Grid
  > .aem-GridColumn:not(.newCarousel)
  > div,
.section-v2:has(.newCarousel)
  .perspective-article-page
  .cmp-section-v3.perspective-main-container
  > .aem-Grid
  > .aem-GridColumn:not(.newCarousel)
  > div,
.perspective-article-page
  .section-v2:has(.newCarousel)
  .cmp-section-v3.perspective-main-container
  > .aem-Grid
  > .aem-GridColumn:not(.newCarousel)
  > div,
.section-v2:has(.newCarousel)
  .section-v3
  .cmp-section-v3.section__container
  > .aem-Grid
  > .aem-GridColumn:not(.newCarousel)
  > div,
.section-v3
  .section-v2:has(.newCarousel)
  .cmp-section-v3.section__container
  > .aem-Grid
  > .aem-GridColumn:not(.newCarousel)
  > div {
  max-width: 88rem;
  margin-left: auto;
  margin-right: auto;
}

.lightTheme .contentfragment .content,
.quote .quote-component .contentfragment .content,
.darkTheme .contentfragment .content {
  color: #022043;
}

.section-v3 .contentfragment .content {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.section-v3 .contentfragment .btn-cta a {
  color: #0057ae !important;
  text-decoration: underline !important;
  font-weight: 700 !important;
  font-size: 1rem;
  line-height: 24px;
}
.section-v3 .contentfragment .btn-cta a:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.section-v3 .contentfragment .btn-cta a:focus-visible {
  color: #022043 !important;
  box-shadow: 0 0 0 2px #0057ae !important;
  border: none !important;
  outline: none !important;
  border-radius: 24px !important;
}
.section-v3 .contentfragment .btn-cta a:active,
.section-v3 .contentfragment .btn-cta a:hover {
  color: #022043 !important;
}
.section-v3 .standardcard__container .btn--text__blue .cmp-button__text,
.section-v3
  .standardcard__container
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  .cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .section-v3
  .standardcard__container
  .cta
  .cmp-button__text,
.section-v3
  .standardcard__container
  .cmp-resourcebar
  .content-fragment__cards-cta
  .cmp-button__text,
.cmp-resourcebar
  .section-v3
  .standardcard__container
  .content-fragment__cards-cta
  .cmp-button__text,
.section-v3 .standardcard__container .customer-content a .cmp-button__text,
.customer-content .section-v3 .standardcard__container a .cmp-button__text {
  color: #0057ae !important;
}
.section-v3 .standardcard__container .btn--text__blue:hover .cmp-button__text,
.section-v3
  .standardcard__container
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:hover
  .cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .section-v3
  .standardcard__container
  .cta:hover
  .cmp-button__text,
.section-v3
  .standardcard__container
  .cmp-resourcebar
  .content-fragment__cards-cta:hover
  .cmp-button__text,
.cmp-resourcebar
  .section-v3
  .standardcard__container
  .content-fragment__cards-cta:hover
  .cmp-button__text,
.section-v3
  .standardcard__container
  .customer-content
  a:hover
  .cmp-button__text,
.customer-content
  .section-v3
  .standardcard__container
  a:hover
  .cmp-button__text,
.section-v3 .standardcard__container .btn--text__blue:active .cmp-button__text,
.section-v3
  .standardcard__container
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:active
  .cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .section-v3
  .standardcard__container
  .cta:active
  .cmp-button__text,
.section-v3
  .standardcard__container
  .cmp-resourcebar
  .content-fragment__cards-cta:active
  .cmp-button__text,
.cmp-resourcebar
  .section-v3
  .standardcard__container
  .content-fragment__cards-cta:active
  .cmp-button__text,
.section-v3
  .standardcard__container
  .customer-content
  a:active
  .cmp-button__text,
.customer-content
  .section-v3
  .standardcard__container
  a:active
  .cmp-button__text {
  color: #022043 !important;
}
.section-v3 .standardcard__container .btn--text__blue:focus,
.section-v3
  .standardcard__container
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .section-v3
  .standardcard__container
  .cta:focus,
.section-v3
  .standardcard__container
  .cmp-resourcebar
  .content-fragment__cards-cta:focus,
.cmp-resourcebar
  .section-v3
  .standardcard__container
  .content-fragment__cards-cta:focus,
.section-v3 .standardcard__container .customer-content a:focus,
.customer-content .section-v3 .standardcard__container a:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.section-v3
  .standardcard__container
  .btn--text__blue:focus-visible
  .cmp-button__text,
.section-v3
  .standardcard__container
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta:focus-visible
  .cmp-button__text,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .section-v3
  .standardcard__container
  .cta:focus-visible
  .cmp-button__text,
.section-v3
  .standardcard__container
  .cmp-resourcebar
  .content-fragment__cards-cta:focus-visible
  .cmp-button__text,
.cmp-resourcebar
  .section-v3
  .standardcard__container
  .content-fragment__cards-cta:focus-visible
  .cmp-button__text,
.section-v3
  .standardcard__container
  .customer-content
  a:focus-visible
  .cmp-button__text,
.customer-content
  .section-v3
  .standardcard__container
  a:focus-visible
  .cmp-button__text {
  color: #022043 !important;
}
.section-v3 .insights-podcast-videos .col:nth-child(1) .cmp-text span,
.section-v3
  .insights-podcast-videos
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:nth-child(1)
  .cmp-text
  span,
.customer-story
  .section-v3
  .insights-podcast-videos
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:nth-child(1)
  .cmp-text
  span,
.section-v3
  .insights-podcast-videos
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:nth-child(1)
  .cmp-text
  span,
.customer-story
  .section-v3
  .insights-podcast-videos
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:nth-child(1)
  .cmp-text
  span,
.section-v3
  .insights-podcast-videos
  .perspective-article-page
  .about-author
  .cmp-upnext:nth-child(1)
  .cmp-text
  span,
.perspective-article-page
  .about-author
  .section-v3
  .insights-podcast-videos
  .cmp-upnext:nth-child(1)
  .cmp-text
  span,
.section-v3
  .insights-podcast-videos
  .perspective-article-page
  .upnext
  .cmp-upnext:nth-child(1)
  .cmp-text
  span,
.perspective-article-page
  .upnext
  .section-v3
  .insights-podcast-videos
  .cmp-upnext:nth-child(1)
  .cmp-text
  span,
.section-v3
  .insights-podcast-videos
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo:nth-child(1)
  .cmp-text
  span,
.validation-component__wrapper--horizontal
  .section-v3
  .insights-podcast-videos
  .validation-component__wrapper-logo:nth-child(1)
  .cmp-text
  span,
.section-v3
  .insights-podcast-videos
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo:nth-child(1)
  .cmp-text
  span,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .insights-podcast-videos
  .validation-component__wrapper-logo:nth-child(1)
  .cmp-text
  span,
.section-v3
  .insights-podcast-videos
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content:nth-child(1)
  .cmp-text
  span,
.validation-component__wrapper--horizontal
  .section-v3
  .insights-podcast-videos
  .validation-component__wrapper-content:nth-child(1)
  .cmp-text
  span,
.section-v3
  .insights-podcast-videos
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content:nth-child(1)
  .cmp-text
  span,
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .insights-podcast-videos
  .validation-component__wrapper-content:nth-child(1)
  .cmp-text
  span,
.section-v3
  .insights-podcast-videos
  .icon-grid-resource:nth-child(1)
  .cmp-text
  span {
  margin-bottom: 0;
}
@media (min-width: 75em) {
  .section-v3 .insights-podcast-videos .col:nth-child(1) .cmp-text span,
  .section-v3
    .insights-podcast-videos
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--8:nth-child(1)
    .cmp-text
    span,
  .customer-story
    .section-v3
    .insights-podcast-videos
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--8:nth-child(1)
    .cmp-text
    span,
  .section-v3
    .insights-podcast-videos
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--4:nth-child(1)
    .cmp-text
    span,
  .customer-story
    .section-v3
    .insights-podcast-videos
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--4:nth-child(1)
    .cmp-text
    span,
  .section-v3
    .insights-podcast-videos
    .perspective-article-page
    .about-author
    .cmp-upnext:nth-child(1)
    .cmp-text
    span,
  .perspective-article-page
    .about-author
    .section-v3
    .insights-podcast-videos
    .cmp-upnext:nth-child(1)
    .cmp-text
    span,
  .section-v3
    .insights-podcast-videos
    .perspective-article-page
    .upnext
    .cmp-upnext:nth-child(1)
    .cmp-text
    span,
  .perspective-article-page
    .upnext
    .section-v3
    .insights-podcast-videos
    .cmp-upnext:nth-child(1)
    .cmp-text
    span,
  .section-v3
    .insights-podcast-videos
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo:nth-child(1)
    .cmp-text
    span,
  .validation-component__wrapper--horizontal
    .section-v3
    .insights-podcast-videos
    .validation-component__wrapper-logo:nth-child(1)
    .cmp-text
    span,
  .section-v3
    .insights-podcast-videos
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo:nth-child(1)
    .cmp-text
    span,
  .validation-component__wrapper--contentonWhiteBackground
    .section-v3
    .insights-podcast-videos
    .validation-component__wrapper-logo:nth-child(1)
    .cmp-text
    span,
  .section-v3
    .insights-podcast-videos
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-content:nth-child(1)
    .cmp-text
    span,
  .validation-component__wrapper--horizontal
    .section-v3
    .insights-podcast-videos
    .validation-component__wrapper-content:nth-child(1)
    .cmp-text
    span,
  .section-v3
    .insights-podcast-videos
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-content:nth-child(1)
    .cmp-text
    span,
  .validation-component__wrapper--contentonWhiteBackground
    .section-v3
    .insights-podcast-videos
    .validation-component__wrapper-content:nth-child(1)
    .cmp-text
    span,
  .section-v3
    .insights-podcast-videos
    .icon-grid-resource:nth-child(1)
    .cmp-text
    span {
    margin-bottom: 32px;
  }
}
.section-v3 .insights-podcast-videos .col:nth-child(2),
.section-v3
  .insights-podcast-videos
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:nth-child(2),
.customer-story
  .section-v3
  .insights-podcast-videos
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--8:nth-child(2),
.section-v3
  .insights-podcast-videos
  .customer-story
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:nth-child(2),
.customer-story
  .section-v3
  .insights-podcast-videos
  .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
  > .aem-GridColumn--default--4:nth-child(2),
.section-v3
  .insights-podcast-videos
  .perspective-article-page
  .about-author
  .cmp-upnext:nth-child(2),
.perspective-article-page
  .about-author
  .section-v3
  .insights-podcast-videos
  .cmp-upnext:nth-child(2),
.section-v3
  .insights-podcast-videos
  .perspective-article-page
  .upnext
  .cmp-upnext:nth-child(2),
.perspective-article-page
  .upnext
  .section-v3
  .insights-podcast-videos
  .cmp-upnext:nth-child(2),
.section-v3
  .insights-podcast-videos
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-logo:nth-child(2),
.validation-component__wrapper--horizontal
  .section-v3
  .insights-podcast-videos
  .validation-component__wrapper-logo:nth-child(2),
.section-v3
  .insights-podcast-videos
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-logo:nth-child(2),
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .insights-podcast-videos
  .validation-component__wrapper-logo:nth-child(2),
.section-v3
  .insights-podcast-videos
  .validation-component__wrapper--horizontal
  .validation-component__wrapper-content:nth-child(2),
.validation-component__wrapper--horizontal
  .section-v3
  .insights-podcast-videos
  .validation-component__wrapper-content:nth-child(2),
.section-v3
  .insights-podcast-videos
  .validation-component__wrapper--contentonWhiteBackground
  .validation-component__wrapper-content:nth-child(2),
.validation-component__wrapper--contentonWhiteBackground
  .section-v3
  .insights-podcast-videos
  .validation-component__wrapper-content:nth-child(2),
.section-v3 .insights-podcast-videos .icon-grid-resource:nth-child(2) {
  margin-top: 16px;
  margin-bottom: 32px;
}
@media (min-width: 75em) {
  .section-v3 .insights-podcast-videos .col:nth-child(2),
  .section-v3
    .insights-podcast-videos
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--8:nth-child(2),
  .customer-story
    .section-v3
    .insights-podcast-videos
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--8:nth-child(2),
  .section-v3
    .insights-podcast-videos
    .customer-story
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--4:nth-child(2),
  .customer-story
    .section-v3
    .insights-podcast-videos
    .aem-Grid.aem-Grid--default--12.aem-Grid--phone--12
    > .aem-GridColumn--default--4:nth-child(2),
  .section-v3
    .insights-podcast-videos
    .perspective-article-page
    .about-author
    .cmp-upnext:nth-child(2),
  .perspective-article-page
    .about-author
    .section-v3
    .insights-podcast-videos
    .cmp-upnext:nth-child(2),
  .section-v3
    .insights-podcast-videos
    .perspective-article-page
    .upnext
    .cmp-upnext:nth-child(2),
  .perspective-article-page
    .upnext
    .section-v3
    .insights-podcast-videos
    .cmp-upnext:nth-child(2),
  .section-v3
    .insights-podcast-videos
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--horizontal
    .section-v3
    .insights-podcast-videos
    .validation-component__wrapper-logo:nth-child(2),
  .section-v3
    .insights-podcast-videos
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-logo:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .section-v3
    .insights-podcast-videos
    .validation-component__wrapper-logo:nth-child(2),
  .section-v3
    .insights-podcast-videos
    .validation-component__wrapper--horizontal
    .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--horizontal
    .section-v3
    .insights-podcast-videos
    .validation-component__wrapper-content:nth-child(2),
  .section-v3
    .insights-podcast-videos
    .validation-component__wrapper--contentonWhiteBackground
    .validation-component__wrapper-content:nth-child(2),
  .validation-component__wrapper--contentonWhiteBackground
    .section-v3
    .insights-podcast-videos
    .validation-component__wrapper-content:nth-child(2),
  .section-v3 .insights-podcast-videos .icon-grid-resource:nth-child(2) {
    margin-top: unset;
    margin-bottom: unset;
  }
}

.newCarousel .insights-carousel {
  position: relative;
}
.newCarousel
  .insights-carousel
  .new-carousel-publish
  .aem-Grid:not(:has(.standardcard-large)) {
  grid-auto-columns: min-content max-content;
}
.newCarousel .insights-carousel .new-carousel-edit .aem-Grid {
  flex-direction: row;
  gap: 16px;
  justify-content: center;
}
.newCarousel .insights-carousel .article-card--link {
  text-decoration: none !important;
}
.newCarousel .insights-carousel .article-card--link:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.newCarousel .insights-carousel .article-card--link:focus-visible {
  box-shadow: unset !important;
}
.newCarousel
  .insights-carousel
  .article-card--link:focus-visible
  .article-card {
  box-shadow: 0 0 0 2px #ffffff !important;
  border: none !important;
  outline: none !important;
  border-radius: 8px !important;
}
.newCarousel .insights-carousel .article-card--link.article-card--dummy {
  border-radius: 8px;
}
@keyframes loading-it {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(1.05);
  }
}
.newCarousel
  .insights-carousel
  .article-card--link.article-card--dummy
  .article-card {
  background-color: #f2f2f2;
}
.newCarousel
  .insights-carousel
  .article-card--link.article-card--dummy
  .article-card
  .article-card--icon {
  background: #b6c1cc;
  animation: loading-it 2s infinite ease-in-out;
  animation-direction: alternate;
}
.newCarousel
  .insights-carousel
  .article-card--link.article-card--dummy
  .article-card
  .article-card--details {
  box-shadow: none;
  backdrop-filter: blur(0);
  padding: 24px;
  height: 156px;
}
.newCarousel
  .insights-carousel
  .article-card--link.article-card--dummy
  .article-card
  .article-card--details
  .text-standin {
  width: 100%;
  height: 20px;
  background: #b6c1cc;
  border-radius: 4px;
  margin-bottom: 23px;
  animation: loading-it 2s infinite ease-in-out;
  animation-direction: alternate;
}
.newCarousel
  .insights-carousel
  .article-card--link.article-card--dummy
  .article-card
  .article-card--details
  .text-standin:first-of-type,
.newCarousel
  .insights-carousel
  .article-card--link.article-card--dummy
  .article-card
  .article-card--details
  .text-standin:last-of-type {
  width: 60px;
}
.newCarousel
  .insights-carousel
  .article-card--link.article-card--dummy
  .article-card
  .article-card--details
  .text-standin:nth-of-type(2) {
  height: 32px;
}
.newCarousel .insights-carousel .article-card--link .article-card {
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 8px;
  width: 311px !important;
  height: 424px;
  justify-content: space-between;
}
@media (min-width: 48em) {
  .newCarousel .insights-carousel .article-card--link .article-card {
    width: 328px !important;
    height: 450px;
  }
}
.newCarousel
  .insights-carousel
  .article-card--link
  .article-card--background-wrapper {
  position: absolute;
  border-radius: 8px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.newCarousel .insights-carousel .article-card--link .article-card--background {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center !important;
  transition: scale 0.2s ease-in-out;
}
.newCarousel .insights-carousel .article-card--link .article-card--icon {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-end;
  height: 36px;
  width: 36px;
  background-color: rgba(2, 32, 67, 0.7);
  margin: 12px 12px 0 0;
  border-radius: 20px;
}
.newCarousel .insights-carousel .article-card--link .article-card--icon.hide {
  opacity: 0;
}
.newCarousel .insights-carousel .article-card--link .article-card--icon .video {
  display: none;
}
.newCarousel
  .insights-carousel
  .article-card--link
  .article-card--icon
  .video.show {
  display: flex;
}
.newCarousel
  .insights-carousel
  .article-card--link
  .article-card--icon
  .podcast {
  display: none;
}
.newCarousel
  .insights-carousel
  .article-card--link
  .article-card--icon
  .podcast.show {
  display: flex;
}
.newCarousel .insights-carousel .article-card--link .article-card--details {
  position: relative;
  fill: rgba(82, 93, 106, 0.4);
  background: rgba(82, 93, 106, 0.4);
  box-shadow: 0 4px 12px 0 rgba(82, 93, 106, 0.2) inset;
  backdrop-filter: blur(10px);
  clip-path: url("app.341bd8a5114a1db83af6.bundle.css#myPath");
  overflow: hidden;
  border-radius: 8px;
}
.newCarousel .insights-carousel .article-card--link .article-card--details svg {
  position: absolute;
}
.newCarousel
  .insights-carousel
  .article-card--link
  .article-card--details--content {
  padding: 24px;
  align-self: flex-end;
  margin-top: 24px;
}
.newCarousel
  .insights-carousel
  .article-card--link
  .article-card--details--content-topic {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
  margin-bottom: 4px;
  text-decoration: none !important;
  height: 20px;
}
.newCarousel
  .insights-carousel
  .article-card--link
  .article-card--details--content-title {
  height: 96px;
  margin-bottom: 16px;
}
.newCarousel
  .insights-carousel
  .article-card--link
  .article-card--details--content-title
  h3 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff !important;
  line-height: 32px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  text-decoration: none !important;
}
.newCarousel
  .insights-carousel
  .article-card--link
  .article-card--details--content-title
  h3:hover {
  text-decoration: underline !important;
}
.newCarousel .insights-carousel .article-card--link:active h3 {
  text-decoration: underline !important;
}

.newCarousel
  .insights-carousel
  .article-card--link
  .article-card--details--content-info
  span {
  font-weight: 400;
  text-decoration: none !important;
}
.newCarousel
  .insights-carousel
  .article-card--link
  .article-card--details--content-info-type {
  color: #ffffff;
  margin-right: 6px;
}
.newCarousel
  .insights-carousel
  .article-card--link
  .article-card--details--content-info-time {
  color: #7d8b99;
}
.newCarousel
  .insights-carousel
  .article-card--link
  .article-card:hover
  .article-card--background {
  scale: 1.05;
}
.newCarousel .insights-carousel .tracker-section {
  display: block !important;
}
@media only screen and (max-width: 768px) {
  .newCarousel .insights-carousel .new-carousel .tracker-section {
    display: none !important;
  }
  .newCarousel .insights-carousel .new-carousel-container .next-btn,
  .newCarousel .insights-carousel .new-carousel-container .prev-btn {
    visibility: hidden !important;
  }
}
@media only screen and (min-width: 769px) {
  .newCarousel .insights-carousel .new-carousel .tracker-section {
    display: block !important;
  }
  .newCarousel .insights-carousel .new-carousel-container .next-btn,
  .newCarousel .insights-carousel .new-carousel-container .prev-btn {
    visibility: hidden;
  }
}
.darkTheme .newCarousel .insights-carousel .prev-btn,
.darkTheme .newCarousel .insights-carousel .next-btn {
  background: #022043 !important;
  border: 2px solid #ffffff !important;
}
.darkTheme .newCarousel .insights-carousel .prev-btn svg,
.darkTheme .newCarousel .insights-carousel .next-btn svg {
  fill: #ffffff !important;
}
.darkTheme .newCarousel .insights-carousel .prev-btn:hover,
.darkTheme .newCarousel .insights-carousel .next-btn:hover {
  background: #ffffff !important;
  border: 2px solid #022043 !important;
}
.darkTheme .newCarousel .insights-carousel .prev-btn:hover svg,
.darkTheme .newCarousel .insights-carousel .next-btn:hover svg {
  fill: #022043 !important;
}
.darkTheme .tracker-section .new-carousel__scroll-thumb {
  background-color: #ffffff;
}

:root .cmp-morecustomerstoriescoveo {
  --atomic-font-family: "Acid Grotesk", Arial, Helvetica, sans-serif;
  --atomic-font-bold: 500;
  --atomic-layout-spacing-y: 8px;
  --atomic-primary-dark: #0875e1;
  --atomic-primary-light: #0875e1;
}
.cmp-morecustomerstoriescoveo {
  padding: 48px 0px;
  padding: 3rem 0rem;
}
@media (min-width: 70.25em) {
  .cmp-morecustomerstoriescoveo {
    padding: 64px 0px;
    padding: 4rem 0rem;
  }
}
.cmp-morecustomerstoriescoveo .header {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
@media (min-width: 70.25em) {
  .cmp-morecustomerstoriescoveo .header {
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
}
.cmp-morecustomerstoriescoveo .header .wd-btn,
.cmp-morecustomerstoriescoveo
  .header
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .cmp-morecustomerstoriescoveo
  .header
  a,
.cmp-morecustomerstoriescoveo
  .header
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cmp-morecustomerstoriescoveo
  .header
  .cta,
.cmp-morecustomerstoriescoveo
  .header
  .cmp-resourcebar
  .content-fragment__cards-cta,
.cmp-resourcebar
  .cmp-morecustomerstoriescoveo
  .header
  .content-fragment__cards-cta,
.cmp-morecustomerstoriescoveo
  .header
  .cmp-subnavigation
  .sub-navigation__container--cta
  a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .cmp-morecustomerstoriescoveo
  .header
  a,
.cmp-morecustomerstoriescoveo .header .customer-content a,
.customer-content .cmp-morecustomerstoriescoveo .header a,
.cmp-morecustomerstoriescoveo
  .header
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-morecustomerstoriescoveo
  .header
  .vjs-default-button,
.cmp-morecustomerstoriescoveo
  .header
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-morecustomerstoriescoveo
  .header
  .vjs-done-button,
.cmp-morecustomerstoriescoveo
  .header
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-morecustomerstoriescoveo
  .header
  .vjs-default-button,
.cmp-morecustomerstoriescoveo
  .header
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-morecustomerstoriescoveo
  .header
  .vjs-done-button {
  margin: 0;
}
.cmp-morecustomerstoriescoveo .header .headline {
  margin-bottom: 1.5rem;
  align-self: center;
  width: 100%;
}
@media (min-width: 48em) {
  .cmp-morecustomerstoriescoveo .header .headline {
    margin-bottom: 0;
    width: auto;
  }
}
.cmp-morecustomerstoriescoveo .header .see__all__stories {
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  align-self: center;
}
.cmp-morecustomerstoriescoveo atomic-search-layout {
  grid-template-areas: none;
  grid-template-columns: auto;
}
.cmp-morecustomerstoriescoveo atomic-layout-section[section="pagination"] {
  display: none;
}
.cmp-morecustomerstoriescoveo atomic-folded-result-list::part(result-list) {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px 32px;
}
@media (min-width: 48em) {
  .cmp-morecustomerstoriescoveo atomic-folded-result-list::part(result-list) {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 75em) {
  .cmp-morecustomerstoriescoveo atomic-folded-result-list::part(result-list) {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.cmp-morecustomerstoriescoveo atomic-folded-result-list::part(outline) {
  padding: 0px;
  padding: 0rem;
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #ffffff;
  border: 1px solid #b6c1cc;
  overflow: hidden;
  position: relative !important;
  transition: box-shadow 0.2s ease-in-out;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0);
}
.cmp-morecustomerstoriescoveo atomic-folded-result-list::part(outline):hover {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.12);
}
.cmp-morecustomerstoriescoveo atomic-folded-result-list::part(outline)::before {
  content: none;
}
.cmp-morecustomerstoriescoveo
  atomic-folded-result-list::part(outline)
  .result-root {
  height: 100%;
}

.cmp-anchor-link__wrapper .anchor-link-wrapper-links-container {
  z-index: 99;
}
.cmp-anchor-link__wrapper .anchor-link__wrapper-relative {
  position: relative;
}
.cmp-anchor-link__wrapper .anchor-link__wrapper-heading,
.cmp-anchor-link__wrapper .anchor-link__wrapper-dialog-heading {
  color: #022043;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 16px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 24px;
  display: block;
}
.cmp-anchor-link__wrapper .anchor-link__wrapper-heading--mobile,
.cmp-anchor-link__wrapper .anchor-link__wrapper-dialog-heading--mobile {
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100vw - 100px);
  overflow: hidden;
}
@media (min-width: 48em) {
  .cmp-anchor-link__wrapper .anchor-link__wrapper-heading--mobile,
  .cmp-anchor-link__wrapper .anchor-link__wrapper-dialog-heading--mobile {
    white-space: normal;
    width: 100%;
  }
}
.cmp-anchor-link__wrapper .anchor-link__wrapper-heading--only-mobile,
.cmp-anchor-link__wrapper .anchor-link__wrapper-dialog-heading--only-mobile {
  display: flex;
}
@media (min-width: 48em) {
  .cmp-anchor-link__wrapper .anchor-link__wrapper-heading--only-mobile,
  .cmp-anchor-link__wrapper .anchor-link__wrapper-dialog-heading--only-mobile {
    display: none;
  }
}
.cmp-anchor-link__wrapper .anchor-link__wrapper-line {
  border-left: 1px solid #b6c1cc;
}
.cmp-anchor-link__wrapper .anchor-link__wrapper-navigation,
.cmp-anchor-link__wrapper .anchor-link__wrapper-navigation-dialog {
  position: relative;
}
.cmp-anchor-link__wrapper .anchor-link__wrapper-list {
  display: flex;
  flex-direction: column;
  padding: 0;
  padding-left: 16px;
  margin: 0;
  list-style: none;
  padding-left: 0;
}
.cmp-anchor-link__wrapper .anchor-link__wrapper-list-item-link,
.cmp-anchor-link__wrapper .anchor-link__wrapper-list-item-link--inline {
  position: relative;
  color: #525d6a !important;
  padding: 0;
  padding-left: 16px;
  text-decoration: none;
  display: flex;
  width: 100%;
}
.cmp-anchor-link__wrapper .anchor-link__wrapper-list-item-link:focus,
.cmp-anchor-link__wrapper .anchor-link__wrapper-list-item-link--inline:focus {
  box-shadow: none;
}
.cmp-anchor-link__wrapper .anchor-link__wrapper-list-item-link:hover {
  color: #022043;
}
.cmp-anchor-link__wrapper .anchor-link__wrapper-list-item-link:focus-visible {
  color: #022043;
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0057ae;
  outline: none;
  border-radius: 8px;
}
.cmp-anchor-link__wrapper .anchor-link__wrapper-list-item-link:active {
  color: #022043;
}
.cmp-anchor-link__wrapper
  .anchor-link__wrapper-list-item-link.anchor-link__wrapper-list-item-link--active {
  color: #022043 !important;
}
.cmp-anchor-link__wrapper .anchor-link__wrapper-list-item {
  margin: 0;
}
.cmp-anchor-link__wrapper .anchor-link__wrapper-list-item-link {
  margin: 8px 0;
}
.cmp-anchor-link__wrapper .anchor-link__wrapper-list-item-link.no-margin-top {
  margin-top: 0 !important;
}
.cmp-anchor-link__wrapper
  .anchor-link__wrapper-list-item-link.no-margin-bottom {
  margin-bottom: 0 !important;
}
.cmp-anchor-link__wrapper .anchor-link__wrapper-list-item-link--inline {
  margin: 8px 0;
}
.cmp-anchor-link__wrapper
  .anchor-link__wrapper-list-item-link--inline.no-margin-top {
  margin-top: 0 !important;
}
.cmp-anchor-link__wrapper
  .anchor-link__wrapper-list-item
  .anchor-link__wrapper-list--nested
  .anchor-link__wrapper-list-item-link {
  margin: 8px 0;
}
.cmp-anchor-link__wrapper
  .anchor-link__wrapper-list-item
  .anchor-link__wrapper-list--nested
  .anchor-link__wrapper-list-item-link.no-margin-bottom {
  margin-bottom: 0 !important;
}
.cmp-anchor-link__wrapper
  .anchor-link__wrapper-list--nested
  .anchor-link__wrapper-list-item-link {
  padding-left: 32px;
}
.cmp-anchor-link__wrapper .anchor-link__wrapper-list-indicator {
  transition: all 200ms ease-in-out;
  opacity: 0;
  background-color: #022043;
  position: absolute;
  width: 2px;
  height: 24px;
  left: 0px;
}
@media (max-width: 767px) {
  .cmp-anchor-link__wrapper .anchor-link__wrapper-navigation {
    display: none;
  }
  .cmp-anchor-link__wrapper .anchor-link-dialog {
    position: fixed;
    max-width: 100%;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    margin-top: auto;
    margin-bottom: 0;
    width: 100%;
    border: none;
    padding: 16px 24px 24px;
    animation-name: slideIn;
    animation-duration: 200ms;
    animation-timing-function: ease-out;
  }
  .cmp-anchor-link__wrapper
    .anchor-link-dialog
    .anchor-link__wrapper-navigation {
    display: flex;
  }
  .cmp-anchor-link__wrapper
    .anchor-link-dialog
    .anchor-link__wrapper-heading--mobile {
    overflow: visible;
    white-space: normal;
    font-size: 20px;
    font-weight: 700;
  }
  .cmp-anchor-link__wrapper .anchor-link__wrapper-component-container-dialog {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 24px;
    position: relative;
  }
  .cmp-anchor-link__wrapper
    .anchor-link__wrapper-component-container-dialog
    .anchor-link__wrapper-component-icon-header {
    margin: 0;
  }
  .cmp-anchor-link__wrapper
    .anchor-link__wrapper-component-container-dialog
    .anchor-link__wrapper-component-icon-header
    svg {
    display: none;
  }
  .cmp-anchor-link__wrapper .anchor-link__wrapper-dialog-close-button {
    background-color: transparent;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 8px;
    height: 32px;
    border: none;
    box-sizing: content-box;
  }
  .cmp-anchor-link__wrapper
    .anchor-link__wrapper-dialog-close-button
    .svg-icon {
    display: flex;
  }
  .cmp-anchor-link__wrapper
    .anchor-link__wrapper-dialog-close-button:focus-visible {
    color: #022043;
    box-shadow:
      0 0 0 2px #ffffff,
      0 0 0 4px #0057ae;
    outline: none;
    border-radius: 2px;
  }
  .cmp-anchor-link__wrapper .anchor-link-dialog.show {
    bottom: 0;
  }
  .cmp-anchor-link__wrapper .anchor-link__wrapper-component-icon-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 24px;
    gap: 8px;
  }
  .cmp-anchor-link__wrapper .anchor-link__wrapper-heading,
  .cmp-anchor-link__wrapper .anchor-link__wrapper-dialog-heading {
    margin: 0;
  }
  .cmp-anchor-link__wrapper
    .anchor-link__wrapper-component-icon-header--sticky {
    right: 0;
    padding: 12px 24px;
    left: 0;
    border-bottom: 1px solid var(--Soap-400, #dfe2e6);
    background: var(--Core-Paper, #fff);
  }
  .cmp-anchor-link__wrapper
    .anchor-link__wrapper-component-icon-header--sticky
    .anchor-link__wrapper-component-icon-header {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .cmp-anchor-link__wrapper .svg-icon {
    display: none;
  }
}
.cmp-anchor-link__wrapper ::backdrop {
  background: var(--Opacity-Modal, rgba(0, 0, 0, 0.8));
  backdrop-filter: blur(17.5px);
}
@keyframes slideIn {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0;
  }
}
.cmp-anchor-link__wrapper .section__wrapper {
  width: 100vw;
}
.cmp-anchor-link__wrapper .anchor-link__wrapper-component-icon-header svg,
.cmp-anchor-link__wrapper .anchor-link__wrapper-dialog-close-button svg {
  fill: #022043;
}

.darkTheme .anchor-link__wrapper-list-item-link--inline {
  color: #b6c1cc !important;
}
.darkTheme
  .anchor-link__wrapper-component-icon-header--sticky
  .anchor-link__wrapper-heading--mobile {
  color: #022043 !important;
}
@media (min-width: 48em) {
  .darkTheme
    .anchor-link__wrapper-component-icon-header--sticky
    .anchor-link__wrapper-heading--mobile {
    color: #ffffff !important;
  }
}
.darkTheme .anchor-link__wrapper-component-icon-header--sticky svg {
  fill: #022043 !important;
}
.darkTheme .anchor-link__wrapper-component-icon-header svg {
  fill: #ffffff;
}
.darkTheme .anchor-link__wrapper-list-item-link {
  color: #b6c1cc !important;
}
.darkTheme .anchor-link__wrapper-list-item-link:hover {
  color: #ffffff !important;
}
.darkTheme .anchor-link__wrapper-list-item-link:active {
  color: #ffffff !important;
}
.darkTheme
  .anchor-link__wrapper-list-item-link.anchor-link__wrapper-list-item-link--active {
  color: #ffffff !important;
}
.darkTheme .anchor-link__wrapper-list-indicator {
  background-color: #ffffff;
}
.darkTheme .anchor-link__wrapper-heading {
  color: #ffffff;
}
.darkTheme .anchor-link-dialog .anchor-link__wrapper-heading--mobile {
  color: #022043 !important;
}
.darkTheme .anchor-link-dialog .anchor-link__wrapper-list-item-link--inline {
  color: #525d6a !important;
}
.darkTheme .anchor-link-dialog .anchor-link__wrapper-list-item-link {
  color: #525d6a !important;
}
.darkTheme .anchor-link-dialog .anchor-link__wrapper-list-item-link:hover {
  color: #022043 !important;
}
.darkTheme .anchor-link-dialog .anchor-link__wrapper-list-item-link:active {
  color: #022043 !important;
}
.darkTheme
  .anchor-link-dialog
  .anchor-link__wrapper-list-item-link.anchor-link__wrapper-list-item-link--active {
  color: #022043 !important;
}
.darkTheme .anchor-link-dialog .anchor-link__wrapper-list-indicator {
  background-color: #022043;
}

.perspective-article-page
  .cmp-anchor-link__wrapper
  .anchor-link__wrapper-component-icon-header
  .svg-icon {
  display: none;
}
@media (max-width: 1199px) {
  .perspective-article-page
    .cmp-anchor-link__wrapper
    .anchor-link__wrapper-navigation {
    display: none;
  }
  .perspective-article-page .cmp-anchor-link__wrapper .anchor-link-dialog {
    position: fixed;
    max-width: 100%;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    margin-top: auto;
    margin-bottom: 0;
    width: 100%;
    border: none;
    padding: 16px 24px 24px;
    animation-name: slideIn;
    animation-duration: 200ms;
    animation-timing-function: ease-out;
  }
  .perspective-article-page
    .cmp-anchor-link__wrapper
    .anchor-link-dialog
    .anchor-link__wrapper-navigation {
    display: flex;
  }
  .perspective-article-page
    .cmp-anchor-link__wrapper
    .anchor-link-dialog
    .anchor-link__wrapper-heading--mobile {
    overflow: visible;
    white-space: normal;
    font-size: 20px;
    font-weight: 700;
  }
  .perspective-article-page
    .cmp-anchor-link__wrapper
    .anchor-link__wrapper-component-container-dialog {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 24px;
    position: relative;
  }
  .perspective-article-page
    .cmp-anchor-link__wrapper
    .anchor-link__wrapper-component-container-dialog
    .anchor-link__wrapper-component-icon-header {
    margin: 0;
  }
  .perspective-article-page
    .cmp-anchor-link__wrapper
    .anchor-link__wrapper-component-container-dialog
    .anchor-link__wrapper-component-icon-header
    svg {
    display: none;
  }
  .perspective-article-page
    .cmp-anchor-link__wrapper
    .anchor-link__wrapper-dialog-close-button {
    background-color: transparent;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 8px;
    height: 32px;
    border: none;
    box-sizing: content-box;
  }
  .perspective-article-page
    .cmp-anchor-link__wrapper
    .anchor-link__wrapper-dialog-close-button
    .svg-icon {
    display: flex;
  }
  .perspective-article-page
    .cmp-anchor-link__wrapper
    .anchor-link__wrapper-dialog-close-button:focus-visible {
    color: #022043;
    box-shadow:
      0 0 0 2px #ffffff,
      0 0 0 4px #0057ae;
    outline: none;
    border-radius: 2px;
  }
  .perspective-article-page .cmp-anchor-link__wrapper .anchor-link-dialog.show {
    bottom: 0;
  }
  .perspective-article-page
    .cmp-anchor-link__wrapper
    .anchor-link__wrapper-component-icon-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 24px;
    gap: 8px;
  }
  .perspective-article-page
    .cmp-anchor-link__wrapper
    .anchor-link__wrapper-heading,
  .perspective-article-page
    .cmp-anchor-link__wrapper
    .anchor-link__wrapper-dialog-heading {
    margin: 0;
  }
  .perspective-article-page
    .cmp-anchor-link__wrapper
    .anchor-link__wrapper-component-icon-header--sticky {
    right: 0;
    padding: 12px 24px;
    left: 0;
    border-bottom: 1px solid var(--Soap-400, #dfe2e6);
    background: var(--Core-Paper, #fff);
  }
  .perspective-article-page
    .cmp-anchor-link__wrapper
    .anchor-link__wrapper-component-icon-header--sticky
    .anchor-link__wrapper-component-icon-header {
    margin-bottom: 0;
  }
  .perspective-article-page
    .cmp-anchor-link__wrapper
    .anchor-link__wrapper-component-icon-header
    .svg-icon {
    display: block;
  }
}
@media (min-width: 1200px) {
  .perspective-article-page .cmp-anchor-link__wrapper .anchor-link-dialog {
    display: none;
  }
}

@media (min-width: 768px) {
  body:not(.perspective-article-page)
    .cmp-anchor-link__wrapper
    .anchor-link-dialog {
    display: none;
  }
}

.cmp-mosaic .mosaic__wrapper {
  display: flex;
  gap: 6px;
}
@media (min-width: 992px) {
  .cmp-mosaic .mosaic__wrapper {
    gap: 12px;
  }
}
@media (min-width: 992px) {
  .cmp-mosaic .mosaic__wrapper--desktop-169.mosaic__wrapper--published {
    aspect-ratio: 16 / 9;
  }
  .cmp-mosaic .mosaic__wrapper--desktop-166.mosaic__wrapper--published {
    aspect-ratio: 16 / 6;
  }
  .cmp-mosaic .mosaic__wrapper--desktop-43.mosaic__wrapper--published {
    aspect-ratio: 4 / 3;
  }
  .cmp-mosaic .mosaic__wrapper--desktop-11.mosaic__wrapper--published {
    aspect-ratio: 1 / 1;
  }
}
@media (max-width: 991px) {
  .cmp-mosaic .mosaic__wrapper--mobile-169.mosaic__wrapper--published {
    aspect-ratio: 16 / 9;
  }
  .cmp-mosaic .mosaic__wrapper--mobile-166.mosaic__wrapper--published {
    aspect-ratio: 16 / 6;
  }
  .cmp-mosaic .mosaic__wrapper--mobile-43.mosaic__wrapper--published {
    aspect-ratio: 4 / 3;
  }
  .cmp-mosaic .mosaic__wrapper--mobile-11.mosaic__wrapper--published {
    aspect-ratio: 1 / 1;
  }
}
.cmp-mosaic
  .mosaic__wrapper--editor
  .mosaic__row
  .aem-GridColumn.cq-Editable-dom--container
  + .new.section.aem-Grid-newComponent {
  display: none;
}
.cmp-mosaic .mosaic__wrapper--editor .mosaic__row .cmp-image__image {
  position: static;
  transform: none;
}
.cmp-mosaic .mosaic__wrapper--editor .mosaic__column--desktop-hidden {
  flex: 1 1 0%;
}
.cmp-mosaic .mosaic__wrapper--published .mosaic__column--mobile-hidden,
.cmp-mosaic .mosaic__wrapper--published .mosaic__row--mobile-hidden,
.cmp-mosaic .mosaic__wrapper--published .mosaic__column--all-hidden-mobile {
  display: none;
}
@media (min-width: 992px) {
  .cmp-mosaic .mosaic__wrapper--published .mosaic__column--mobile-hidden,
  .cmp-mosaic .mosaic__wrapper--published .mosaic__row--mobile-hidden,
  .cmp-mosaic .mosaic__wrapper--published .mosaic__column--all-hidden-mobile {
    display: block;
  }
}
@media (min-width: 992px) {
  .cmp-mosaic .mosaic__wrapper--published .mosaic__column--desktop-hidden,
  .cmp-mosaic .mosaic__wrapper--published .mosaic__row--desktop-hidden,
  .cmp-mosaic .mosaic__wrapper--published .mosaic__column--all-hidden-desktop {
    display: none;
  }
}
.cmp-mosaic .mosaic__wrapper--published .cmp-mosaic-child,
.cmp-mosaic .mosaic__wrapper--published .cmp-mosaic-child .mosaic__child,
.cmp-mosaic
  .mosaic__wrapper--published
  .cmp-mosaic-child
  .mosaic__child
  .mosaic__row {
  height: 100%;
}
@media (max-width: 991px) {
  .cmp-mosaic .mosaic__wrapper--mobile-hidden {
    display: none;
  }
}
@media (min-width: 992px) {
  .cmp-mosaic .mosaic__wrapper--desktop-hidden {
    display: none;
  }
}
@media (min-width: 992px) {
  .cmp-mosaic .mosaic__column--desktop-one {
    flex: 1 1 0%;
  }
  .cmp-mosaic .mosaic__column--desktop-two {
    flex: 2 1 0%;
  }
  .cmp-mosaic .mosaic__column--desktop-three {
    flex: 3 1 0%;
  }
  .cmp-mosaic .mosaic__column--desktop-four {
    flex: 4 1 0%;
  }
  .cmp-mosaic .mosaic__column--desktop-five {
    flex: 5 1 0%;
  }
  .cmp-mosaic .mosaic__column--desktop-six {
    flex: 6 1 0%;
  }
  .cmp-mosaic .mosaic__column--desktop-seven {
    flex: 7 1 0%;
  }
  .cmp-mosaic .mosaic__column--desktop-eight {
    flex: 8 1 0%;
  }
}
@media (max-width: 991px) {
  .cmp-mosaic .mosaic__column--mobile-one {
    flex: 1 1 0%;
  }
  .cmp-mosaic .mosaic__column--mobile-two {
    flex: 2 1 0%;
  }
  .cmp-mosaic .mosaic__column--mobile-three {
    flex: 3 1 0%;
  }
  .cmp-mosaic .mosaic__column--mobile-four {
    flex: 4 1 0%;
  }
  .cmp-mosaic .mosaic__column--mobile-five {
    flex: 5 1 0%;
  }
  .cmp-mosaic .mosaic__column--mobile-six {
    flex: 6 1 0%;
  }
  .cmp-mosaic .mosaic__column--mobile-seven {
    flex: 7 1 0%;
  }
  .cmp-mosaic .mosaic__column--mobile-eight {
    flex: 8 1 0%;
  }
}
.cmp-mosaic .mosaic__row {
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) {
  .cmp-mosaic .mosaic__row--desktop-one {
    flex: 1 1 0%;
  }
  .cmp-mosaic .mosaic__row--desktop-two {
    flex: 2 1 0%;
  }
  .cmp-mosaic .mosaic__row--desktop-three {
    flex: 3 1 0%;
  }
  .cmp-mosaic .mosaic__row--desktop-four {
    flex: 4 1 0%;
  }
  .cmp-mosaic .mosaic__row--desktop-five {
    flex: 5 1 0%;
  }
  .cmp-mosaic .mosaic__row--desktop-six {
    flex: 6 1 0%;
  }
  .cmp-mosaic .mosaic__row--desktop-seven {
    flex: 7 1 0%;
  }
  .cmp-mosaic .mosaic__row--desktop-eight {
    flex: 8 1 0%;
  }
}
@media (max-width: 991px) {
  .cmp-mosaic .mosaic__row--mobile-one {
    flex: 1 1 0%;
  }
  .cmp-mosaic .mosaic__row--mobile-two {
    flex: 2 1 0%;
  }
  .cmp-mosaic .mosaic__row--mobile-three {
    flex: 3 1 0%;
  }
  .cmp-mosaic .mosaic__row--mobile-four {
    flex: 4 1 0%;
  }
  .cmp-mosaic .mosaic__row--mobile-five {
    flex: 5 1 0%;
  }
  .cmp-mosaic .mosaic__row--mobile-six {
    flex: 6 1 0%;
  }
  .cmp-mosaic .mosaic__row--mobile-seven {
    flex: 7 1 0%;
  }
  .cmp-mosaic .mosaic__row--mobile-eight {
    flex: 8 1 0%;
  }
}
.cmp-mosaic .mosaic__row .cmp-image__image {
  height: 100%;
  left: 50%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.cmp-mosaic .mosaic__row .cmp-image__image:focus-within {
  border: 3px solid #ffffff;
  outline: 2px solid #0875e1;
  outline-offset: -2px;
}
.cmp-mosaic .mosaic__child {
  display: flex;
  gap: 6px;
}
@media (min-width: 992px) {
  .cmp-mosaic .mosaic__child {
    gap: 12px;
  }
}
.cmp-mosaic .mosaic__child {
  flex-direction: column;
}

.cmp-island {
  position: relative;
}
.cmp-island .image {
  max-width: 104px;
  max-width: 6.5rem;
  position: relative;
}
.cmp-island .image .cmp-image {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.cmp-island .image img {
  max-height: 48px;
  max-height: 3rem;
  max-width: 104px;
  max-width: 6.5rem;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.cmp-island .darkTheme .cmp-island__separator--desktop,
.cmp-island .darkTheme .cmp-island__separator--mobile {
  background-color: rgba(255, 255, 255, 0.32);
}
.cmp-island__carousel-nav--left {
  left: 20px;
  right: auto;
}
.cmp-island__carousel-nav--left svg {
  transform: rotate(90deg);
}
.cmp-island__carousel-nav--right {
  left: auto;
  right: 48px;
}
.cmp-island__carousel-nav--right svg {
  transform: rotate(-90deg);
}
.cmp-island__is-carousel
  > .aem-Grid--default--12.section__wrapper--border-radius-8 {
  border-radius: 8px;
  overflow: hidden;
}
.cmp-island__is-carousel
  > .aem-Grid--default--12.section__wrapper--border-radius-12 {
  border-radius: 12px;
  overflow: hidden;
}
.cmp-island__is-carousel
  > .aem-Grid--default--12.section__wrapper--border-radius-24 {
  border-radius: 24px;
  overflow: hidden;
}
.cmp-island__is-carousel
  > .aem-Grid--default--12.section__wrapper--border-radius-800 {
  border-radius: 800px;
  overflow: hidden;
}
.cmp-island__is-carousel .section-v3,
.cmp-island__is-carousel .section__wrapper {
  will-change: transform, opacity;
  transform: translateZ(0);
  backface-visibility: hidden;
  contain: layout paint;
}
.cmp-island__is-carousel .section-v3 {
  width: 100%;
}
.cmp-island__is-carousel .cmp-section-v3 > .aem-Grid--default--12 {
  padding-right: 40px !important;
  padding-right: 2.5rem !important;
  padding-left: 40px;
  padding-left: 2.5rem;
}
.cmp-island__is-carousel .cmp-island__carousel-nav {
  display: block;
}
.cmp-island
  .cmp-island__is-carousel.cmp-island--can-close
  .cmp-section-v3
  > .aem-Grid--default--12 {
  padding-right: 64px !important;
  padding-right: 4rem !important;
}
.cmp-island--published.section__wrapper--border-radius-8 {
  border-radius: 8px;
  overflow: hidden;
}
.cmp-island--published.section__wrapper--border-radius-12 {
  border-radius: 12px;
  overflow: hidden;
}
.cmp-island--published.section__wrapper--border-radius-24 {
  border-radius: 24px;
  overflow: hidden;
}
.cmp-island--published.section__wrapper--border-radius-800 {
  border-radius: 800px;
  overflow: hidden;
}
.cmp-island--published {
  overflow: hidden;
  position: fixed;
  width: 100%;
  z-index: 999;
}
.cmp-island--published .image {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  grid-column: 1;
  grid-row: 1;
}
.cmp-island--published .image:after {
  height: calc(100% - 16px);
  top: 8px;
}
.cmp-island--published .button {
  grid-column: 3;
  grid-row: 1;
  width: unset !important;
}
.cmp-island--published .button .cmp-button {
  flex-wrap: nowrap;
}
.cmp-island--published .button .wd-btn,
.cmp-island--published
  .button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .cmp-island--published
  .button
  a,
.cmp-island--published
  .button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cmp-island--published
  .button
  .cta,
.cmp-island--published .button .cmp-resourcebar .content-fragment__cards-cta,
.cmp-resourcebar .cmp-island--published .button .content-fragment__cards-cta,
.cmp-island--published
  .button
  .cmp-subnavigation
  .sub-navigation__container--cta
  a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .cmp-island--published
  .button
  a,
.cmp-island--published .button .customer-content a,
.customer-content .cmp-island--published .button a,
.cmp-island--published
  .button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-island--published
  .button
  .vjs-default-button,
.cmp-island--published
  .button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-island--published
  .button
  .vjs-done-button,
.cmp-island--published
  .button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-island--published
  .button
  .vjs-default-button,
.cmp-island--published
  .button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-island--published
  .button
  .vjs-done-button,
.cmp-island--published .button .wd-btn span,
.cmp-island--published
  .button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  span,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .cmp-island--published
  .button
  a
  span,
.cmp-island--published
  .button
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta
  span,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cmp-island--published
  .button
  .cta
  span,
.cmp-island--published
  .button
  .cmp-resourcebar
  .content-fragment__cards-cta
  span,
.cmp-resourcebar
  .cmp-island--published
  .button
  .content-fragment__cards-cta
  span,
.cmp-island--published
  .button
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  span,
.cmp-subnavigation
  .sub-navigation__container--cta
  .cmp-island--published
  .button
  a
  span,
.cmp-island--published .button .customer-content a span,
.customer-content .cmp-island--published .button a span,
.cmp-island--published
  .button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button
  span,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-island--published
  .button
  .vjs-default-button
  span,
.cmp-island--published
  .button
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button
  span,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-island--published
  .button
  .vjs-done-button
  span,
.cmp-island--published
  .button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button
  span,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-island--published
  .button
  .vjs-default-button
  span,
.cmp-island--published
  .button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button
  span,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-island--published
  .button
  .vjs-done-button
  span {
  margin-bottom: 0px;
  margin-bottom: 0rem;
  white-space: nowrap;
}
.cmp-island--published .cmp-text {
  align-items: flex-start;
  display: flex;
  grid-column: 2;
  grid-row: 1;
  flex-direction: column;
}
.cmp-island--published .cmp-text * {
  margin: 0;
}
.cmp-island--published .cmp-section-v3 > .aem-Grid--default--12 {
  padding-top: 4px;
  padding-top: 0.25rem;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  align-items: center;
  display: grid;
  gap: 16px;
  justify-content: start;
}
@media (min-width: 768px) {
  .cmp-island--published .cmp-section-v3 > .aem-Grid--default--12 {
    grid-template-columns: auto 1fr auto;
  }
}
.cmp-island--published .cmp-section-v3 > .aem-Grid--default--12:before,
.cmp-island--published .cmp-section-v3 > .aem-Grid--default--12:after {
  content: unset;
}
.cmp-island--published .cmp-section-v3 > .aem-Grid--default--12 .cmp.cmp-text {
  margin: 0px;
  margin: 0rem;
}
.cmp-island--published
  .cmp-section-v3
  > .aem-Grid--default--12:has(> *:only-child) {
  gap: 0px;
}
.cmp-island--published.bottomLeft,
.cmp-island--published.bottomRight,
.cmp-island--published.bottomCenter {
  bottom: 16px;
}
.cmp-island--published.bottomLeft {
  margin-right: 92px;
  margin-right: 5.75rem;
  left: 16px;
  max-width: calc(100% - 92px);
}
.cmp-island--published.bottomRight {
  margin-left: 92px;
  margin-left: 5.75rem;
  right: 16px;
  max-width: calc(100% - 92px);
}
.cmp-island--published.bottomCenter,
.cmp-island--published.topCenter {
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 92px);
}
.cmp-island--published.bottomCenter.cmp-island__in-content,
.cmp-island--published.topCenter.cmp-island__in-content {
  transform: unset;
  width: 100%;
}
.cmp-island--published.bottomFullWidth {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
}
.cmp-island--published.small .cmp-button {
  flex-wrap: wrap;
}
.cmp-island--published.small.cmp-island__is-carousel
  .cmp-section-v3
  > .aem-Grid--default--12 {
  padding-right: 24px !important;
  padding-right: 1.5rem !important;
  padding-left: 24px;
  padding-left: 1.5rem;
}
.cmp-island--published.small .cmp-island__carousel-nav--left {
  left: 8px;
}
.cmp-island--published.small .cmp-island__carousel-nav--right {
  right: 8px;
}
.cmp-island--published.small .cmp-section-v3 > .aem-Grid--default--12 {
  grid-template-columns: auto 1fr;
}
.cmp-island--published.small .cmp-section-v3 > .aem-Grid--default--12 .image {
  max-width: 99px;
  max-width: 6.1875rem;
  box-sizing: content-box;
  grid-row: 1 / span 2;
  grid-template-columns: 99px 1fr;
  display: grid;
}
.cmp-island--published.small
  .cmp-section-v3
  > .aem-Grid--default--12
  .image
  img {
  max-height: 160px;
  max-height: 10rem;
  max-width: 99px;
  max-width: 6.1875rem;
}
.cmp-island--published.small .cmp-section-v3 > .aem-Grid--default--12 .button {
  grid-column: 2;
  grid-row: 2;
}
.cmp-island--published.x-small .cmp-button {
  flex-wrap: wrap;
}
.cmp-island--published.x-small.cmp-island__is-carousel
  .cmp-section-v3
  > .aem-Grid--default--12 {
  padding-right: 0px !important;
  padding-right: 0rem !important;
  padding-left: 0px;
  padding-left: 0rem;
}
.cmp-island--published.x-small .cmp-island__carousel-nav--left {
  left: 8px;
}
.cmp-island--published.x-small .cmp-island__carousel-nav--right {
  right: 8px;
}
.cmp-island--published.x-small.cmp-island--can-close .section-v3 {
  padding-right: 0px;
  padding-right: 0rem;
}
.cmp-island--published.x-small .cmp-section-v3 > .aem-Grid--default--12 {
  flex-direction: column;
}
.cmp-island--published.x-small
  .cmp-section-v3
  > .aem-Grid--default--12
  .cmp-text {
  align-items: center;
  grid-column: 1;
  grid-row: 2;
  text-align: center;
}
.cmp-island--published.x-small
  .cmp-section-v3
  > .aem-Grid--default--12
  .button {
  grid-column: 1;
  grid-row: 3;
  margin: auto;
}
.cmp-island--published.x-small .cmp-section-v3 > .aem-Grid--default--12 .image {
  margin: 0px;
  margin: 0rem;
  padding: 0px;
  padding: 0rem;
  max-height: 99px;
  max-height: 6.1875rem;
  grid-column: 1;
  grid-row: 1;
  max-width: unset;
  display: flex;
}
.cmp-island--published.x-small
  .cmp-section-v3
  > .aem-Grid--default--12
  .image
  img {
  max-height: 99px;
  max-height: 6.1875rem;
  max-width: 236px;
  max-width: 14.75rem;
}
.cmp-island--published.x-small
  .cmp-section-v3
  > .aem-Grid--default--12
  .image:after {
  bottom: -16px;
  height: 1px;
  left: 32px;
  right: 32px;
  top: auto;
  width: calc(100% - 64px);
}
.cmp-island--published.x-small.has-drift .image {
  max-width: 200px;
  max-width: 12.5rem;
}
.cmp-island--published.x-small.has-drift .image img {
  max-width: 200px;
  max-width: 12.5rem;
}
.cmp-island--published.cmp-island--hidden {
  opacity: 0;
  visibility: hidden;
}
.cmp-island--published.cmp-island--animate-fade-in {
  animation: island-fade-in 0.5s ease-in-out forwards;
}
.cmp-island--published.cmp-island--animate-fade-in-and-slide-up {
  animation: island-fade-in-and-slide-up 0.5s ease-in-out forwards;
}
.cmp-island--published.cmp-island--animate-fade-in-and-slide-up.bottomCenter,
.cmp-island--published.cmp-island--animate-fade-in-and-slide-up.topCenter {
  animation: island-fade-in-and-slide-up-center 0.5s ease-in-out forwards;
}
.cmp-island--published.cmp-island--animate-fade-in-and-slide-down {
  animation: island-fade-in-and-slide-down 0.5s ease-in-out forwards;
}
.cmp-island--published.cmp-island--animate-fade-in-and-slide-down.bottomCenter,
.cmp-island--published.cmp-island--animate-fade-in-and-slide-down.topCenter {
  animation: island-fade-in-and-slide-down-center 0.5s ease-in-out forwards;
}
.cmp-island--published.cmp-island--animate-fade-in-and-grow-from-center {
  animation: island-fade-in-and-grow-from-center 0.5s ease-in-out forwards;
}
.cmp-island--published.cmp-island--animate-fade-in-and-grow-from-center.bottomCenter,
.cmp-island--published.cmp-island--animate-fade-in-and-grow-from-center.topCenter {
  animation: island-fade-in-and-grow-from-center-center 0.5s ease-in-out
    forwards;
}
.cmp-island--published.cmp-island--animate-fade-out {
  animation: island-fade-out 0.25s ease-in-out forwards;
}
.cmp-island--published.cmp-island--animate-fade-out-and-slide-down {
  animation: island-fade-out-and-slide-down 0.25s ease-in-out forwards;
}
.cmp-island--published.cmp-island--animate-fade-out-and-slide-down.bottomCenter,
.cmp-island--published.cmp-island--animate-fade-out-and-slide-down.topCenter {
  animation: island-fade-out-and-slide-down-center 0.25s ease-in-out forwards;
}
.cmp-island--published.cmp-island--animate-fade-out-and-slide-up {
  animation: island-fade-out-and-slide-up 0.25s ease-in-out forwards;
}
.cmp-island--published.cmp-island--animate-fade-out-and-slide-up.bottomCenter,
.cmp-island--published.cmp-island--animate-fade-out-and-slide-up.topCenter {
  animation: island-fade-out-and-slide-up-center 0.25s ease-in-out forwards;
}
.cmp-island--published.cmp-island--animate-fade-out-and-shrink-to-center {
  animation: island-fade-out-and-shrink-to-center 0.25s ease-in-out forwards;
}
.cmp-island--published.cmp-island--animate-fade-out-and-shrink-to-center.bottomCenter,
.cmp-island--published.cmp-island--animate-fade-out-and-shrink-to-center.topCenter {
  animation: island-fade-out-and-shrink-to-center-center 0.25s ease-in-out
    forwards;
}
.cmp-island--published.cmp-island--animate-fade-in-and-grow-from-left {
  animation: island-fade-in-and-grow-from-left 0.5s ease-in-out forwards;
}
.cmp-island--published.cmp-island--animate-fade-in-and-grow-from-left.bottomCenter,
.cmp-island--published.cmp-island--animate-fade-in-and-grow-from-left.topCenter {
  animation: island-fade-in-and-grow-from-left-center 0.5s ease-in-out forwards;
}
.cmp-island--published.cmp-island--animate-fade-in-and-grow-from-right {
  animation: island-fade-in-and-grow-from-right 0.5s ease-in-out forwards;
}
.cmp-island--published.cmp-island--animate-fade-in-and-grow-from-right.bottomCenter,
.cmp-island--published.cmp-island--animate-fade-in-and-grow-from-right.topCenter {
  animation: island-fade-in-and-grow-from-right-center 0.5s ease-in-out forwards;
}
.cmp-island--published.cmp-island--animate-fade-in-and-slide-in-from-left {
  animation: island-fade-in-and-slide-in-from-left 0.5s ease-in-out forwards;
}
.cmp-island--published.cmp-island--animate-fade-in-and-slide-in-from-left.bottomCenter,
.cmp-island--published.cmp-island--animate-fade-in-and-slide-in-from-left.topCenter {
  animation: island-fade-in-and-slide-in-from-left-center 0.5s ease-in-out
    forwards;
}
.cmp-island--published.cmp-island--animate-fade-in-and-slide-in-from-right {
  animation: island-fade-in-and-slide-in-from-right 0.5s ease-in-out forwards;
}
.cmp-island--published.cmp-island--animate-fade-in-and-slide-in-from-right.bottomCenter,
.cmp-island--published.cmp-island--animate-fade-in-and-slide-in-from-right.topCenter {
  animation: island-fade-in-and-slide-in-from-right-center 0.5s ease-in-out
    forwards;
}
.cmp-island--published.cmp-island--animate-fade-out-and-shrink-to-left {
  animation: island-fade-out-and-shrink-to-left 0.25s ease-in-out forwards;
}
.cmp-island--published.cmp-island--animate-fade-out-and-shrink-to-left.bottomCenter,
.cmp-island--published.cmp-island--animate-fade-out-and-shrink-to-left.topCenter {
  animation: island-fade-out-and-shrink-to-left-center 0.25s ease-in-out
    forwards;
}
.cmp-island--published.cmp-island--animate-fade-out-and-shrink-to-right {
  animation: island-fade-out-and-shrink-to-right 0.25s ease-in-out forwards;
}
.cmp-island--published.cmp-island--animate-fade-out-and-shrink-to-right.bottomCenter,
.cmp-island--published.cmp-island--animate-fade-out-and-shrink-to-right.topCenter {
  animation: island-fade-out-and-shrink-to-right-center 0.25s ease-in-out
    forwards;
}
.cmp-island--published.cmp-island--animate-fade-out-and-slide-out-to-left {
  animation: island-fade-out-and-slide-out-to-left 0.25s ease-in-out forwards;
}
.cmp-island--published.cmp-island--animate-fade-out-and-slide-out-to-left.bottomCenter,
.cmp-island--published.cmp-island--animate-fade-out-and-slide-out-to-left.topCenter {
  animation: island-fade-out-and-slide-out-to-left-center 0.25s ease-in-out
    forwards;
}
.cmp-island--published.cmp-island--animate-fade-out-and-slide-out-to-right {
  animation: island-fade-out-and-slide-out-to-right 0.25s ease-in-out forwards;
}
.cmp-island--published.cmp-island--animate-fade-out-and-slide-out-to-right.bottomCenter,
.cmp-island--published.cmp-island--animate-fade-out-and-slide-out-to-right.topCenter {
  animation: island-fade-out-and-slide-out-to-right-center 0.25s ease-in-out
    forwards;
}
.cmp-island__in-content {
  bottom: unset !important;
  left: unset !important;
  margin: unset !important;
  position: relative !important;
  right: unset !important;
  top: unset !important;
  transform: unset !important;
  max-width: 100% !important;
}
.cmp-island__close-btn,
.cmp-island__carousel-nav {
  padding: 4px;
  padding: 0.25rem;
  width: 32px;
  height: 32px;
  background: transparent;
  border: 0;
  border-radius: 24px;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 8px;
  z-index: 9;
}
.cmp-island__close-btn svg,
.cmp-island__carousel-nav svg {
  width: 24px;
  height: 24px;
}
.cmp-island__close-btn:hover,
.cmp-island__close-btn:active,
.cmp-island__carousel-nav:hover,
.cmp-island__carousel-nav:active {
  background-color: rgba(0, 0, 0, 0.08);
}
.cmp-island__close-btn {
  right: 8px;
}
.cmp-island__close-btn.section__wrapper--border-radius-800,
.section__wrapper--border-radius-800 .cmp-island__close-btn {
  right: 16px;
}
.cmp-island__carousel-nav {
  display: none;
  top: 50%;
  transform: translateY(-50%);
}
.cmp-island__carousel-dots {
  bottom: 8px;
  display: flex;
  gap: 8px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.cmp-island__carousel-dots .carousel-dot {
  width: 8px;
  height: 8px;
  background: #7d8b99;
  border: 0;
  border-radius: 50px;
  cursor: pointer;
  padding: 0;
}
.cmp-island__carousel-dots .carousel-dot.active {
  background: #f1f3f6;
}
@media (min-width: 768px) {
  .cmp-island--can-close .cmp-section-v3 > .aem-Grid--default--12 {
    padding-right: 24px;
    padding-right: 1.5rem;
  }
}
.cmp-island__separator--desktop .image,
.cmp-island__separator--mobile .image {
  padding-right: 16px;
  padding-right: 1rem;
}
.cmp-island__separator--desktop .image:after,
.cmp-island__separator--mobile .image:after {
  position: absolute;
  right: 0;
  top: 8px;
  bottom: 8px;
  width: 1px;
}
.cmp-island__separator--mobile .image {
  margin: 0px auto 16px !important;
}
.cmp-island__separator--mobile .image:after {
  content: "";
}
@media (min-width: 768px) {
  .cmp-island__separator--mobile .image:after {
    content: unset;
  }
}
.cmp-island__separator--desktop .image:after {
  content: unset;
}
@media (min-width: 768px) {
  .cmp-island__separator--desktop .image:after {
    content: "";
  }
}
.cmp-island__french-vanilla .cmp-island__close-btn svg,
.cmp-island__french-vanilla .cmp-island__carousel-nav svg,
.cmp-island__french-vanilla .carousel-dot svg {
  fill: #ffffff;
}
.cmp-island__french-vanilla .cmp-island__close-btn:focus-visible,
.cmp-island__french-vanilla .cmp-island__carousel-nav:focus-visible,
.cmp-island__french-vanilla .carousel-dot:focus-visible {
  box-shadow: 0 0 0 2px #ffffff;
  outline: 0;
}
.cmp-island__french-vanilla .image:after {
  background-color: rgba(255, 255, 255, 0.32);
}
.cmp-island__black-pepper .cmp-island__close-btn svg,
.cmp-island__black-pepper .cmp-island__carousel-nav svg,
.cmp-island__black-pepper .carousel-dot svg {
  fill: #022043;
}
.cmp-island__black-pepper .cmp-island__close-btn:focus-visible,
.cmp-island__black-pepper .cmp-island__carousel-nav:focus-visible,
.cmp-island__black-pepper .carousel-dot:focus-visible {
  box-shadow: 0 0 0 2px #022043;
  outline: 0;
}
.cmp-island__black-pepper .image:after {
  background-color: rgba(2, 32, 67, 0.32);
}
.cmp-island__lightTheme .cmp-island__close-btn svg,
.cmp-island__lightTheme .cmp-island__carousel-nav svg,
.cmp-island__lightTheme .carousel-dot svg {
  fill: #022043;
}
.cmp-island__lightTheme .cmp-island__close-btn:focus-visible,
.cmp-island__lightTheme .cmp-island__carousel-nav:focus-visible,
.cmp-island__lightTheme .carousel-dot:focus-visible {
  box-shadow: 0 0 0 2px #022043;
  outline: 0;
}
.cmp-island__lightTheme .image:after {
  background-color: rgba(2, 32, 67, 0.32);
}
.cmp-island__lightTheme .carousel-dot.active {
  background: #022043;
}
.cmp-island__darkTheme .cmp-island__close-btn svg,
.cmp-island__darkTheme .cmp-island__carousel-nav svg,
.cmp-island__darkTheme .carousel-dot svg {
  fill: #ffffff;
}
.cmp-island__darkTheme .cmp-island__close-btn:hover,
.cmp-island__darkTheme .cmp-island__carousel-nav:hover,
.cmp-island__darkTheme .carousel-dot:hover {
  background-color: rgba(0, 0, 0, 0.32);
}
.cmp-island__darkTheme .cmp-island__close-btn:focus-visible,
.cmp-island__darkTheme .cmp-island__carousel-nav:focus-visible,
.cmp-island__darkTheme .carousel-dot:focus-visible {
  box-shadow: 0 0 0 2px #ffffff;
  outline: 0;
}
.cmp-island__darkTheme .image:after {
  background-color: rgba(255, 255, 255, 0.32);
}

.island.reverse .cmp-text {
  margin-top: 0px !important;
  margin-top: 0rem !important;
  grid-row: 1 !important;
}
@media (min-width: 768px) {
  .island.reverse .cmp-text {
    grid-column: 1 !important;
  }
}
.island.reverse .image {
  margin: 16px auto 0px !important;
  grid-row: 3 !important;
}
.island.reverse .image:after {
  bottom: auto !important;
  top: -8px !important;
}
@media (min-width: 768px) {
  .island.reverse .image {
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 0px;
    padding-right: 0rem;
    margin: 0px !important;
    grid-row: 1 / span 2 !important;
    grid-column: 2;
  }
  .island.reverse .image:after {
    right: auto !important;
    top: auto !important;
    left: 0 !important;
  }
}
.island.reverse .button {
  grid-row: 2 !important;
}
@media (min-width: 768px) {
  .island.reverse .button {
    grid-column: 1 !important;
  }
}

@keyframes island-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes island-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes island-fade-in-and-slide-up {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes island-fade-in-and-slide-down {
  0% {
    opacity: 0;
    transform: translateY(-8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes island-fade-in-and-grow-from-center {
  0% {
    opacity: 0;
    transform-origin: center center;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform-origin: center center;
    transform: scale(1);
  }
}
@keyframes island-fade-out-and-slide-down {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(8px);
  }
}
@keyframes island-fade-out-and-slide-up {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-8px);
  }
}
@keyframes island-fade-out-and-shrink-to-center {
  0% {
    opacity: 1;
    transform-origin: center center;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform-origin: center center;
    transform: scale(0);
  }
}
@keyframes island-fade-in-and-grow-from-left {
  0% {
    opacity: 0;
    transform-origin: left center;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform-origin: left center;
    transform: scale(1);
  }
}
@keyframes island-fade-in-and-grow-from-right {
  0% {
    opacity: 0;
    transform-origin: right center;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform-origin: right center;
    transform: scale(1);
  }
}
@keyframes island-fade-in-and-slide-in-from-left {
  0% {
    opacity: 0;
    transform: translateX(-8px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes island-fade-in-and-slide-in-from-right {
  0% {
    opacity: 0;
    transform: translateX(8px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes island-fade-out-and-shrink-to-left {
  0% {
    opacity: 1;
    transform-origin: left center;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform-origin: left center;
    transform: scale(0);
  }
}
@keyframes island-fade-out-and-shrink-to-right {
  0% {
    opacity: 1;
    transform-origin: right center;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform-origin: right center;
    transform: scale(0);
  }
}
@keyframes island-fade-out-and-slide-out-to-left {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-8px);
  }
}
@keyframes island-fade-out-and-slide-out-to-right {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(8px);
  }
}
@keyframes island-fade-in-and-slide-up-center {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(8px);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
@keyframes island-fade-in-and-slide-down-center {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(-8px);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
@keyframes island-fade-in-and-grow-from-center-center {
  0% {
    opacity: 0;
    transform-origin: center center;
    transform: translateX(-50%) scale(0);
  }
  100% {
    opacity: 1;
    transform-origin: center center;
    transform: translateX(-50%) scale(1);
  }
}
@keyframes island-fade-out-and-slide-down-center {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(8px);
  }
}
@keyframes island-fade-out-and-slide-up-center {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(-8px);
  }
}
@keyframes island-fade-out-and-shrink-to-center-center {
  0% {
    opacity: 1;
    transform-origin: center center;
    transform: translateX(-50%) scale(1);
  }
  100% {
    opacity: 0;
    transform-origin: center center;
    transform: translateX(-50%) scale(0);
  }
}
@keyframes island-fade-in-and-grow-from-left-center {
  0% {
    opacity: 0;
    transform-origin: left center;
    transform: translateX(-50%) scale(0);
  }
  100% {
    opacity: 1;
    transform-origin: left center;
    transform: translateX(-50%) scale(1);
  }
}
@keyframes island-fade-in-and-grow-from-right-center {
  0% {
    opacity: 0;
    transform-origin: right center;
    transform: translateX(-50%) scale(0);
  }
  100% {
    opacity: 1;
    transform-origin: right center;
    transform: translateX(-50%) scale(1);
  }
}
@keyframes island-fade-in-and-slide-in-from-left-center {
  0% {
    opacity: 0;
    transform: translateX(calc(-50% - 8px));
  }
  100% {
    opacity: 1;
    transform: translateX(-50%);
  }
}
@keyframes island-fade-in-and-slide-in-from-right-center {
  0% {
    opacity: 0;
    transform: translateX(calc(-50% + 8px));
  }
  100% {
    opacity: 1;
    transform: translateX(-50%);
  }
}
@keyframes island-fade-out-and-shrink-to-left-center {
  0% {
    opacity: 1;
    transform-origin: left center;
    transform: translateX(-50%) scale(1);
  }
  100% {
    opacity: 0;
    transform-origin: left center;
    transform: translateX(-50%) scale(0);
  }
}
@keyframes island-fade-out-and-shrink-to-right-center {
  0% {
    opacity: 1;
    transform-origin: right center;
    transform: translateX(-50%) scale(1);
  }
  100% {
    opacity: 0;
    transform-origin: right center;
    transform: translateX(-50%) scale(0);
  }
}
@keyframes island-fade-out-and-slide-out-to-left-center {
  0% {
    opacity: 1;
    transform: translateX(-50%);
  }
  100% {
    opacity: 0;
    transform: translateX(calc(-50% - 8px));
  }
}
@keyframes island-fade-out-and-slide-out-to-right-center {
  0% {
    opacity: 1;
    transform: translateX(-50%);
  }
  100% {
    opacity: 0;
    transform: translateX(calc(-50% + 8px));
  }
}
.cmp-persona--editor .persona-card-toggle {
  display: none;
}

.cmp-persona--published .persona-cards {
  position: relative;
  padding: 0;
  box-sizing: border-box;
  padding: 0 16px;
}
.cmp-persona--published .persona-cards .persona-grid {
  display: grid;
  gap: 12px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cmp-persona--published .persona-cards .persona-grid .persona-card {
  border-radius: 8px;
  border: 1px solid #b6c1cc;
  display: flex;
  flex-direction: column;
  height: 600px;
  max-height: 600px;
  justify-content: space-between;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background-color: #022043;
}
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card
  .card-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  z-index: 0;
  transition: none;
}
.cmp-persona--published .persona-cards .persona-grid .persona-card.expanded {
  transform: none;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
}
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card.expanded
  .persona-card-toggle {
  display: none;
}
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card.expanded
  .persona-card-content
  .persona-card-content-info
  .button,
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card.expanded
  .persona-card-content
  .persona-card-content-info
  .validation-block,
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card.expanded
  .persona-card-content
  .persona-card-content-info
  .cmp {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card.expanded
  .persona-card-content
  .cmp {
  transition-delay: 0.1s;
}
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card.expanded
  .persona-card-content
  .icon__link-container,
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card.expanded
  .persona-card-content
  .persona-card-content-info
  .icon__link-container,
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card.expanded
  .persona-card-content
  .button,
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card.expanded
  .persona-card-content
  .persona-card-content-info
  .button {
  transition-delay: 0.2s;
}
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card.expanded
  .persona-card-content-info {
  display: flex;
}
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card.expanded
  .persona-card-content-info
  > div:first-child {
  display: grid;
}
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card.expanded
  .persona-card-content-info
  > div:first-child
  .cmp {
  grid-row: 1;
  grid-column: 1 / span 2;
}
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card.expanded
  .persona-card-content-info
  > div:first-child
  .button,
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card.expanded
  .persona-card-content-info
  > div:first-child
  .icon-link {
  grid-row: 2;
  grid-column: 1 / span 2;
}
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card.expanded
  .persona-card-content-info
  > div:first-child
  .validation-block {
  grid-row: 999;
  max-width: 234px;
}
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card.expanded::before {
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
}
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card.expanded
  .persona-card-content
  .validation-block
  .validation-component__wrapper {
  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.3s ease-in 0.4s,
    visibility 0.3s ease-in 0.4s;
}
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card:not(.expanded) {
  opacity: 0.9;
}
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card:not(.expanded)
  .persona-card-toggle {
  display: flex;
}
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card:not(.expanded)
  .expand {
  display: block;
  width: 24px;
  height: 24px;
}
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card:not(.expanded)
  .expand
  svg {
  transform: rotate(45deg);
}
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card:not(.expanded)
  .persona-card-content
  .button,
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card:not(.expanded)
  .persona-card-content
  .cmp,
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card:not(.expanded)
  .persona-card-content
  .icon-link,
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card:not(.expanded)
  .persona-card-content
  .validation-block {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card:not(.expanded)
  .persona-card-content-info {
  display: flex;
  pointer-events: none;
}
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card:not(.expanded):hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card:not(.expanded) {
  /* Allow fade-out animation rather than instant hide */
}
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card:not(.expanded)
  .validation-block
  .validation-component__wrapper {
  opacity: 0;
  visibility: hidden;
}
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card
  .card-headline {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  color: white !important;
}
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card
  .card-headline
  p,
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card
  .card-headline
  span,
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card
  .card-headline
  h1,
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card
  .card-headline
  h2,
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card
  .card-headline
  h3,
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card
  .card-headline
  h4,
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card
  .card-headline
  h5,
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card
  .card-headline
  h6 {
  margin: 0 !important;
  color: white !important;
}
.cmp-persona--published .persona-cards .persona-grid .persona-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 1;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cmp-persona--published .persona-cards .persona-grid .persona-card a:visited {
  color: white;
}
.cmp-persona--published .persona-cards .persona-grid .persona-card .collapse,
.cmp-persona--published .persona-cards .persona-grid .persona-card .expand {
  display: none;
}
.cmp-persona--published .persona-cards .persona-grid .persona-card-content {
  color: white;
  height: 100%;
  display: flex;
  padding: 32px;
  flex-direction: column;
  text-align: left;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.cmp-persona--published .persona-cards .persona-grid .persona-card-content p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 16px;
  color: white !important;
}
.cmp-persona--published .persona-cards .persona-grid .persona-card-content span,
.cmp-persona--published .persona-cards .persona-grid .persona-card-content a {
  color: white !important;
}
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card-content
  .cmp-text {
  max-width: 262px;
}
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card-content
  .cmp-text
  p {
  margin: 0;
}
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card-content
  .button
  .cmp-button:hover,
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card-content
  .button
  .cmp-button
  a:active,
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card-content
  .partner-box
  u:hover,
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card-content
  .partner-box
  u:active {
  color: #b6c1cc !important;
}
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card-content
  .button
  .cmp-button {
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  padding: 0;
}
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card-content
  .button
  .cmp-button
  a {
  font-weight: 700;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-right: 0;
}
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card-content
  .button
  .cmp-button
  a:focus {
  outline: none;
  box-shadow: 0 0 0 2px var(--color-white);
  border-radius: inherit;
}
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card-content
  .button
  .cmp-button
  a:hover
  svg {
  transform: translateX(5px);
}
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card-content
  .button
  .cmp-button
  a
  svg {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card-content
  .button
  + .button {
  margin-top: 16px;
}
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card-content
  .validation-block {
  display: flex;
  width: 100%;
}
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card-content
  .validation-block
  .validation-component__wrapper {
  flex: 1 1 50%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 8px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  background-clip: padding-box;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  will-change: transform, opacity;
}
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card-content
  .validation-block
  .validation-component__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    0deg,
    #ffc765 0%,
    #ffbb83 16.67%,
    #ffa4ab 33.33%,
    #ff949a 50%,
    #ff7144 66.67%,
    #ff6417 100%
  );
  border-radius: 8px;
  padding: 1px;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: xor;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  z-index: -1;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card-content
  .validation-block
  .validation-component__wrapper-logo {
  width: 100%;
  height: 16px;
  object-position: left center;
  object-fit: contain;
  align-self: flex-start;
  margin: 0;
}
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card-content
  .validation-block
  .validation-component__wrapper-logo:not(:has(img)) {
  display: none;
}
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card-content
  .validation-block
  .validation-component__wrapper-content {
  text-align: left;
}
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card-content
  .validation-block
  .validation-component__wrapper-content
  .validation-component__wrapper-description {
  margin: 0;
}
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card-content
  .validation-block
  .validation-component__wrapper-content
  .validation-component__wrapper-description
  .cmp-text {
  width: 100%;
  max-width: 100%;
}
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card-content
  .validation-block
  .validation-component__wrapper-content
  .validation-component__wrapper-description
  .cmp-text
  a:hover {
  color: #b6c1cc !important;
}
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card-content
  .validation-block
  .validation-component__wrapper-content
  .validation-component__wrapper-description
  p {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  text-align: left;
  color: white;
}
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card-content
  .validation-block
  .validation-component__wrapper-content
  .validation-component__wrapper-description
  p
  span {
  margin: 0;
}
@supports (-moz-appearance: none) {
  .cmp-persona--published
    .persona-cards
    .persona-grid
    .persona-card-content
    .validation-component__wrapper::before {
    mask-composite: exclude !important;
  }
}
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card-content
  .icon__link-item {
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card-content
  .icon__link-item
  a {
  font-weight: 700;
  font-size: 16px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card-content
  .icon__link-item
  a:focus {
  outline: none;
  box-shadow: 0 0 0 2px var(--color-white);
  border-radius: inherit;
}
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card-content
  .icon__link-item-icon {
  margin: 0;
}
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card-content
  .icon__link-item-icon
  svg {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card-content
  .icon__link-item:hover
  svg {
  transform: translateX(5px);
}
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card-content
  .icon__link-item:hover
  a {
  color: #b6c1cc !important;
}
.cmp-persona--published .persona-cards .persona-grid .persona-card-toggle {
  position: absolute;
  top: calc(50% - 24px);
  right: calc(50% - 24px);
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(12px);
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 48px;
  width: 48px;
  outline: none;
}
.cmp-persona--published .persona-cards .persona-grid .persona-card-toggle:hover,
.cmp-persona--published .persona-cards .persona-grid .persona-card-toggle:focus,
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card-toggle:focus-visible {
  background: rgba(255, 255, 255, 0.24);
  box-shadow: 0 0 28px 0 #ff6417;
}
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card-toggle:hover::before,
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card-toggle:focus::before,
.cmp-persona--published
  .persona-cards
  .persona-grid
  .persona-card-toggle:focus-visible::before {
  content: "" !important;
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(
    135deg,
    #ff6417 0%,
    #ff7144 16.67%,
    #ff949a 33.33%,
    #ffa4ab 50%,
    #ffbb83 66.67%,
    #ffc765 100%
  );
  border-radius: inherit !important;
  padding: 2px !important;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0) !important;
  mask-composite: exclude !important;
  z-index: -1 !important;
  pointer-events: none !important;
}
.cmp-persona--published .persona-cards .persona-grid .persona-card-toggle svg {
  height: 24px;
  width: 24px;
  fill: white;
}

@media (max-width: 768px) {
  .persona-component .persona-header,
  .persona-component .persona-cards {
    padding: 0 !important;
  }
  .persona-card-content {
    padding: 0 !important;
  }
  .persona-header {
    display: none;
  }
}
@media (max-width: 1300px) {
  .cmp-persona--published .persona-cards {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cmp-persona--published .persona-cards .persona-grid {
    grid-template-columns: 1fr !important;
    gap: 8px;
  }
  .cmp-persona--published .persona-cards .persona-grid .persona-card {
    padding: 16px;
    height: fit-content;
    max-height: fit-content;
  }
  .cmp-persona--published .persona-cards .persona-grid .persona-card::before {
    background: none;
  }
  .cmp-persona--published
    .persona-cards
    .persona-grid
    .persona-card:not(.expanded) {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cmp-persona--published
    .persona-cards
    .persona-grid
    .persona-card:not(.expanded)
    .card-background-image {
    display: none;
  }
  .cmp-persona--published
    .persona-cards
    .persona-grid
    .persona-card:not(.expanded)
    .card-headline {
    margin: 0;
  }
  .cmp-persona--published
    .persona-cards
    .persona-grid
    .persona-card:not(.expanded)
    .persona-card-content
    .button
    .cmp-button,
  .cmp-persona--published
    .persona-cards
    .persona-grid
    .persona-card:not(.expanded)
    .persona-card-content
    .persona-card-content-info
    > * {
    display: none;
  }
  .cmp-persona--published
    .persona-cards
    .persona-grid
    .persona-card.expanded
    .collapse {
    display: block;
    width: 24px;
    height: 24px;
  }
  .cmp-persona--published
    .persona-cards
    .persona-grid
    .persona-card.expanded
    .collapse
    svg {
    content: "";
    position: absolute;
    width: 2px;
    height: 14px;
    background: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    pointer-events: none;
  }
  .cmp-persona--published
    .persona-cards
    .persona-grid
    .persona-card.expanded
    .persona-card-toggle {
    display: flex;
  }
  .cmp-persona--published
    .persona-cards
    .persona-grid
    .persona-card.expanded
    .persona-card-content-info {
    display: flex;
  }
  .cmp-persona--published
    .persona-cards
    .persona-grid
    .persona-card.expanded
    .persona-card-content-info
    > div:first-child {
    display: unset;
  }
  .cmp-persona--published
    .persona-cards
    .persona-grid
    .persona-card
    .persona-card-toggle {
    height: 32px;
    width: 32px;
    top: auto;
    background: rgba(255, 255, 255, 0.4);
    right: 16px;
  }
  .cmp-persona--published .persona-cards .persona-grid .persona-card-content {
    padding: 0;
  }
  .cmp-persona--published
    .persona-cards
    .persona-grid
    .persona-card-content
    .card-headline {
    font-size: 24px;
    line-height: 32px;
  }
  .cmp-persona--published
    .persona-cards
    .persona-grid
    .persona-card-content
    .validation-block {
    max-width: 100% !important;
    width: 100%;
    margin: 0;
  }
  .cmp-persona--published
    .persona-cards
    .persona-grid
    .persona-card-content
    .validation-block
    .cmp-text {
    width: 100%;
    max-width: 100%;
  }
  .cmp-persona--published
    .persona-cards
    .persona-grid
    .persona-card-content
    .validation-block
    + .validation-block {
    margin-top: 16px;
    margin-left: 0;
  }
}
.cmp-marquee {
  --marquee-gap: var(--marquee-gap-mobile);
  --marquee-distance: 0px;
  --marquee-duration: 20s;
  --marquee-gradient-color: none;
  --marquee-padding-top: 0px;
  --marquee-padding-bottom: 0px;
  --button-background-dark-hover: rgba(41, 47, 53, 0.48);
  position: relative;
  width: 100%;
}
@media (min-width: 48em) {
  .cmp-marquee {
    --marquee-gap: var(--marquee-gap-desktop);
  }
}
.cmp-marquee__padding-top,
.cmp-marquee__padding-bottom {
  display: block;
  width: 100%;
}
.cmp-marquee__padding--none {
  height: 0;
}
.cmp-marquee[data-padding-top="none"] .cmp-marquee__padding-top,
.cmp-marquee[data-padding-bottom="none"] .cmp-marquee__padding-bottom {
  height: 0;
}
.cmp-marquee[data-padding-top="none"] {
  --marquee-padding-top: 0px;
}
.cmp-marquee[data-padding-bottom="none"] {
  --marquee-padding-bottom: 0px;
}
.cmp-marquee__padding--small {
  height: 32px;
}
.cmp-marquee[data-padding-top="small"] .cmp-marquee__padding-top,
.cmp-marquee[data-padding-bottom="small"] .cmp-marquee__padding-bottom {
  height: 32px;
}
.cmp-marquee[data-padding-top="small"] {
  --marquee-padding-top: 32px;
}
.cmp-marquee[data-padding-bottom="small"] {
  --marquee-padding-bottom: 32px;
}
.cmp-marquee__padding--medium {
  height: 48px;
}
@media (min-width: 70.25em) {
  .cmp-marquee__padding--medium {
    height: 64px;
  }
}
.cmp-marquee[data-padding-top="medium"] .cmp-marquee__padding-top,
.cmp-marquee[data-padding-bottom="medium"] .cmp-marquee__padding-bottom {
  height: 48px;
}
@media (min-width: 70.25em) {
  .cmp-marquee[data-padding-top="medium"] .cmp-marquee__padding-top,
  .cmp-marquee[data-padding-bottom="medium"] .cmp-marquee__padding-bottom {
    height: 64px;
  }
}
.cmp-marquee[data-padding-top="medium"] {
  --marquee-padding-top: 48px;
}
@media (min-width: 70.25em) {
  .cmp-marquee[data-padding-top="medium"] {
    --marquee-padding-top: 64px;
  }
}
.cmp-marquee[data-padding-bottom="medium"] {
  --marquee-padding-bottom: 48px;
}
@media (min-width: 70.25em) {
  .cmp-marquee[data-padding-bottom="medium"] {
    --marquee-padding-bottom: 64px;
  }
}
.cmp-marquee__padding--large {
  height: 64px;
}
@media (min-width: 70.25em) {
  .cmp-marquee__padding--large {
    height: 96px;
  }
}
.cmp-marquee[data-padding-top="large"] .cmp-marquee__padding-top,
.cmp-marquee[data-padding-bottom="large"] .cmp-marquee__padding-bottom {
  height: 64px;
}
@media (min-width: 70.25em) {
  .cmp-marquee[data-padding-top="large"] .cmp-marquee__padding-top,
  .cmp-marquee[data-padding-bottom="large"] .cmp-marquee__padding-bottom {
    height: 96px;
  }
}
.cmp-marquee[data-padding-top="large"] {
  --marquee-padding-top: 64px;
}
@media (min-width: 70.25em) {
  .cmp-marquee[data-padding-top="large"] {
    --marquee-padding-top: 96px;
  }
}
.cmp-marquee[data-padding-bottom="large"] {
  --marquee-padding-bottom: 64px;
}
@media (min-width: 70.25em) {
  .cmp-marquee[data-padding-bottom="large"] {
    --marquee-padding-bottom: 96px;
  }
}
.cmp-marquee__container {
  width: 100%;
}
.cmp-marquee__heading {
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 20px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1.25rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  text-align: center;
  margin-bottom: 24px;
}
.cmp-marquee__track-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.cmp-marquee__track {
  display: flex;
  align-items: center;
  gap: var(--marquee-gap);
  width: max-content;
  will-change: transform;
  animation: marquee-scroll var(--marquee-duration) linear infinite;
}
.cmp-marquee__items {
  display: flex;
  align-items: center;
  gap: var(--marquee-gap);
}
.cmp-marquee__item {
  flex: 1 0 0;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cmp-marquee__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cmp-marquee__logo img,
.cmp-marquee__logo svg {
  display: block;
  max-width: 120px;
  max-height: 56px;
  height: 100%;
  object-fit: contain;
  object-position: left;
}
.cmp-marquee__logo img.wide-logo,
.cmp-marquee__logo svg.wide-logo {
  max-width: 176px;
  max-width: 11rem;
}
.cmp-marquee__gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 32px;
  pointer-events: none;
  z-index: 2;
}
@media (min-width: 48em) {
  .cmp-marquee__gradient {
    width: 48px;
  }
}
@media (min-width: 75em) {
  .cmp-marquee__gradient {
    width: 64px;
  }
}
.cmp-marquee__gradient--left {
  left: 0;
  background: linear-gradient(
    90deg,
    var(--marquee-gradient-color) 0%,
    transparent 100%
  );
}
.cmp-marquee__gradient--right {
  right: 0;
  background: linear-gradient(
    270deg,
    var(--marquee-gradient-color) 0%,
    transparent 100%
  );
}
.cmp-marquee__control {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: none;
  background: rgba(182, 193, 204, 0.48);
  backdrop-filter: blur(12px);
  color: #022043;
  cursor: pointer;
  padding: 10px;
}
.cmp-marquee__control:focus-visible {
  border: 2px solid #ffffff !important;
  outline: 2px solid #0057ae !important;
  background: rgba(182, 193, 204, 0.48) !important;
}
.cmp-marquee__control:hover,
.cmp-marquee__control:active {
  background: rgba(241, 243, 246, 0.48) !important;
}
.cmp-marquee__control--dark {
  background: rgba(82, 93, 106, 0.48);
  color: #ffffff;
}
.cmp-marquee__control--dark:hover,
.cmp-marquee__control--dark:active {
  background: var(--button-background-dark-hover) !important;
}
.cmp-marquee__control--dark:focus-visible {
  background: rgba(82, 93, 106, 0.48) !important;
}
.cmp-marquee[data-playbutton-theme="dark"] .cmp-marquee__control {
  background: rgba(82, 93, 106, 0.48);
  color: #ffffff;
}
.cmp-marquee__control--right {
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
}
.cmp-marquee__control--left {
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
}
.cmp-marquee__control--top-right {
  right: 32px;
  top: 0;
  transform: translateY(0);
}
.cmp-marquee__control--top-left {
  left: 32px;
  top: 0;
  transform: translateY(0);
}
.cmp-marquee__control--bottom-right {
  right: 32px;
  bottom: 0;
  transform: translateY(0);
}
.cmp-marquee__control--bottom-left {
  left: 32px;
  bottom: 0;
  transform: translateY(0);
}
.cmp-marquee[data-playbutton-position="right"] .cmp-marquee__control {
  right: 32px;
  top: 50%;
  left: auto;
  bottom: auto;
  transform: translateY(-50%);
}
.cmp-marquee[data-playbutton-position="left"] .cmp-marquee__control {
  left: 32px;
  top: 50%;
  right: auto;
  bottom: auto;
  transform: translateY(-50%);
}
.cmp-marquee[data-playbutton-position="top-right"] .cmp-marquee__control {
  right: 32px;
  top: calc(var(--marquee-padding-top, 0px) / 2);
  left: auto;
  bottom: auto;
  transform: translateY(-50%);
}
.cmp-marquee[data-playbutton-position="top-left"] .cmp-marquee__control {
  left: 32px;
  top: calc(var(--marquee-padding-top, 0px) / 2);
  right: auto;
  bottom: auto;
  transform: translateY(-50%);
}
.cmp-marquee[data-playbutton-position="bottom-right"] .cmp-marquee__control {
  right: 32px;
  bottom: calc(var(--marquee-padding-bottom, 0px) / 2);
  left: auto;
  top: auto;
  transform: translateY(50%);
}
.cmp-marquee[data-playbutton-position="bottom-left"] .cmp-marquee__control {
  left: 32px;
  bottom: calc(var(--marquee-padding-bottom, 0px) / 2);
  right: auto;
  top: auto;
  transform: translateY(50%);
}
.cmp-marquee__control-icon {
  display: inline-flex;
}
.cmp-marquee__control-icon--play {
  display: none;
}
.cmp-marquee--is-paused .cmp-marquee__control-icon--play {
  display: inline-flex;
}
.cmp-marquee--is-paused .cmp-marquee__control-icon--pause {
  display: none;
}
.cmp-marquee--is-paused .cmp-marquee__track,
.cmp-marquee--interaction-paused .cmp-marquee__track,
.cmp-marquee--static .cmp-marquee__track,
.cmp-marquee--edit .cmp-marquee__track {
  animation-play-state: paused;
}
.cmp-marquee--reverse .cmp-marquee__track {
  animation-direction: reverse;
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-1 * var(--marquee-distance)));
  }
}
.cmp-article-hero {
  position: relative;
  z-index: 0;
}
.cmp-article-hero .article-hero__eyebrow {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.cmp-article-hero .article-hero__title {
  background: linear-gradient(
    0deg,
    #fdaa3c 0.1%,
    #fecb68 10.08%,
    #fde695 30.04%,
    #eeeeb7 40.02%,
    #cae5ce 54.99%,
    #6fc9d3 79.94%,
    #3a92c1 99.9%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 32px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 2rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-weight: 800;
  line-height: 40px;
}
@media (min-width: 992px) {
  .cmp-article-hero .article-hero__title {
    /* Number of pixels in 1rem (default: 16px/rem)
    /* When converting to rems, we must divide by this ratio. */
    /* Print the pixel fallback declaration first so we can override it in capable browsers. */
    font-size: 48px;
    /* If there is only one value, print the declaration with the value converted to rems.*/
    font-size: 3rem;
    /* line heights were not matching with the comps
    /* need to fix the math later
    /* @include set-leading($lines); */
    line-height: 56px;
  }
}
@media (min-width: 1200px) {
  .cmp-article-hero .article-hero__title {
    /* Number of pixels in 1rem (default: 16px/rem)
    /* When converting to rems, we must divide by this ratio. */
    /* Print the pixel fallback declaration first so we can override it in capable browsers. */
    font-size: 56px;
    /* If there is only one value, print the declaration with the value converted to rems.*/
    font-size: 3.5rem;
    /* line heights were not matching with the comps
    /* need to fix the math later
    /* @include set-leading($lines); */
    line-height: 64px;
  }
}
.cmp-article-hero .article-hero__description {
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 20px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1.25rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  font-weight: 400;
  line-height: 28px;
}
@media (min-width: 1200px) {
  .cmp-article-hero .article-hero__description {
    /* Number of pixels in 1rem (default: 16px/rem)
    /* When converting to rems, we must divide by this ratio. */
    /* Print the pixel fallback declaration first so we can override it in capable browsers. */
    font-size: 24px;
    /* If there is only one value, print the declaration with the value converted to rems.*/
    font-size: 1.5rem;
    /* line heights were not matching with the comps
    /* need to fix the math later
    /* @include set-leading($lines); */
    line-height: 32px;
  }
}
.cmp-article-hero .article-hero__image {
  margin: 32px 0px 0px;
  margin: 2rem 0rem 0rem;
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .cmp-article-hero .article-hero__image {
    margin: 0px;
    margin: 0rem;
  }
}
.cmp-article-hero .article-hero__image img {
  border-radius: 20px;
  width: 100%;
}
.cmp-article-hero .article-hero__avatar {
  margin-top: 24px;
  margin-top: 1.5rem;
  display: flex;
  gap: 16px;
}
@media (min-width: 1200px) {
  .cmp-article-hero .article-hero__avatar {
    margin-top: 48px;
    margin-top: 3rem;
  }
}
.cmp-article-hero .article-hero__avatar .article-hero__avatar--image {
  -webkit-border-radius: 99px 99px 99px 99px;
  -moz-border-radius: 99px 99px 99px 99px;
  border-radius: 99px 99px 99px 99px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 64px;
  height: 64px;
  overflow: hidden;
}
.cmp-article-hero .article-hero__avatar .article-hero__avatar--image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cmp-article-hero .article-hero__avatar .article-hero__avatar--user-details {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.cmp-article-hero
  .article-hero__avatar
  .article-hero__avatar--user-details
  .user-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.cmp-article-hero .article-hero__non-forward-thinker .article-hero__title {
  background: linear-gradient(
    0deg,
    #fea838 0%,
    #ffca5b 20%,
    #ffd061 30%,
    #ffc974 40%,
    #ffbe8c 50%,
    #ffaaad 65%,
    #ff9c9d 75%,
    #fe7b50 95%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cmp-article-hero .article-hero__with-horizon {
  position: relative;
}
.cmp-article-hero .article-hero__with-horizon .article-hero__image-wrapper {
  padding-bottom: 303px;
  padding-bottom: 18.9375rem;
  position: relative;
}
@media (min-width: 1200px) {
  .cmp-article-hero .article-hero__with-horizon .article-hero__image-wrapper {
    padding-bottom: 0px;
    padding-bottom: 0rem;
  }
}
.cmp-article-hero .article-hero__with-horizon .article-hero__image {
  position: absolute;
}
.cmp-article-hero .article-hero__with-horizon .article-hero__avatar {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media (min-width: 1200px) {
  .cmp-article-hero .article-hero__with-horizon .article-hero__avatar {
    margin-top: 32px;
    margin-top: 2rem;
  }
}
.cmp-article-hero .article-hero__with-horizon .horizon {
  background: #ffffff;
  bottom: 0;
  left: 50%;
  position: relative;
  transform: translate(-50%);
  width: 100vw;
  z-index: -1;
}
@media (min-width: 1200px) {
  .cmp-article-hero .article-hero__with-horizon .horizon {
    bottom: auto;
    top: calc(100% - 4px);
    height: auto;
  }
}
.cmp-article-hero .article-hero__with-horizon .horizon .horizon__half-moon {
  height: 18px;
}
@media (min-width: 768px) {
  .cmp-article-hero .article-hero__with-horizon .horizon .horizon__half-moon {
    height: 36px;
  }
}
@media (min-width: 992px) {
  .cmp-article-hero .article-hero__with-horizon .horizon .horizon__half-moon {
    height: 48px;
  }
}
@media (min-width: 1200px) {
  .cmp-article-hero .article-hero__with-horizon .horizon .horizon__half-moon {
    height: 130px;
  }
}
@media (min-width: 1600px) {
  .cmp-article-hero .article-hero__with-horizon .horizon .horizon__half-moon {
    height: 173px;
  }
}
.cmp-article-hero .article-hero__with-horizon .horizon .horizon__half-moon {
  background-color: #022043;
  clip-path: polygon(
    50% 4.195%,
    50% 4.195%,
    55.445% 5.198%,
    60.825% 8.187%,
    66.127% 13.132%,
    71.338% 20.004%,
    76.446% 28.771%,
    81.439% 39.404%,
    86.303% 51.874%,
    91.026% 66.15%,
    95.596% 82.202%,
    100% 100%,
    100% 0%,
    0% 0%,
    0% 100%,
    0% 100%,
    4.404% 82.202%,
    8.974% 66.15%,
    13.697% 51.874%,
    18.561% 39.404%,
    23.554% 28.771%,
    28.662% 20.004%,
    33.873% 13.132%,
    39.175% 8.187%,
    44.555% 5.198%,
    50% 4.195%
  );
  left: 0;
  top: -1px;
  position: relative;
}
@media (min-width: 1200px) {
  .cmp-article-hero .article-hero__with-horizon .horizon .horizon__half-moon {
    width: 200vw;
  }
}
.cmp-article-hero
  .article-hero__without-horizon
  .image__without-horizon-square {
  display: block;
}
@media (max-width: 1199px) {
  .cmp-article-hero
    .article-hero__without-horizon
    .image__without-horizon-square {
    display: none;
  }
}
.cmp-article-hero
  .article-hero__without-horizon
  .image__without-horizon-landscape {
  display: none;
}
@media (max-width: 1199px) {
  .cmp-article-hero
    .article-hero__without-horizon
    .image__without-horizon-landscape {
    display: block;
  }
}

.section-v3:has(.article-hero__with-horizon) {
  padding-bottom: 0px !important;
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .section-v3:has(.article-hero__with-horizon) {
    margin-bottom: 0px;
  }
}
.section-v3:has(.article-hero__without-horizon) {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .section-v3:has(.article-hero__without-horizon) {
    margin-bottom: 48px;
  }
}
@media (min-width: 1200px) {
  .section-v3:has(.article-hero__without-horizon) {
    margin-bottom: 96px;
  }
}

.cmp-share-component {
  position: relative;
}
.cmp-share-component--date,
.cmp-share-component--share {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cmp-share-component--data {
    display: none;
  }
}
@media (max-width: 767px) {
  .cmp-share-component__meta-data .cmp-share-component--data {
    display: block;
    width: 100%;
  }
  .cmp-share-component__meta-data .cmp-share-component--data::after {
    content: "";
    display: block;
    height: 1px;
    background-color: #b6c1cc;
    margin: 16px 0;
  }
  .cmp-share-component__meta-data {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }
}
.cmp-share-component--data-date,
.cmp-share-component--data-time {
  line-height: 24px;
}
.cmp-share-component--data-time {
  margin-left: 6px;
  margin-left: 0.375rem;
  color: #525d6a;
}
.cmp-share-component--share {
  margin: 24px 0px;
  margin: 1.5rem 0rem;
  padding: 8px 0px;
  padding: 0.5rem 0rem;
  border-top: 1px solid #b6c1cc;
  border-bottom: 1px solid #b6c1cc;
  color: #525d6a;
}
.cmp-share-component--date {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #b6c1cc;
  color: #022043;
}
.cmp-share-component--copied {
  margin: 0px;
  margin: 0rem;
  padding: 6px 8px;
  padding: 0.375rem 0.5rem;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: rgba(0, 0, 0, 0.85);
  bottom: calc(100% + 8px);
  color: #ffffff;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(-50%);
  transition: opacity 0.3s ease;
  visibility: hidden;
  white-space: nowrap;
  z-index: 99;
}
.cmp-share-component--copied.visible {
  color: #ffffff !important;
  visibility: visible;
  opacity: 1;
}
.cmp-share-component--copied.fade-in {
  animation: copy-fadeIn 0.3s forwards;
}
.cmp-share-component--copied.fade-out {
  animation: copy-fadeOut 0.4s forwards;
}
.cmp-share-component .social-share__wrapper {
  margin: 0px;
  margin: 0rem;
  padding: 0px;
  padding: 0rem;
  display: flex;
}
@media (max-width: 767px) {
  .cmp-share-component .social-share__wrapper {
    width: 100%;
    justify-content: space-between;
  }
}
.cmp-share-component .social-share__wrapper {
  list-style: none;
  gap: 8px;
}
.cmp-share-component .social-share__wrapper li {
  margin: 0px;
  margin: 0rem;
  position: relative;
}
.cmp-share-component .social-share__wrapper a {
  padding: 8px;
  padding: 0.5rem;
  -webkit-border-radius: 24px 24px 24px 24px;
  -moz-border-radius: 24px 24px 24px 24px;
  border-radius: 24px 24px 24px 24px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  align-items: center;
  display: flex;
  justify-content: center;
}
.cmp-share-component .social-share__wrapper a:hover,
.cmp-share-component .social-share__wrapper a:active {
  background-color: rgba(0, 0, 0, 0.08);
}
.cmp-share-component .social-share__wrapper a:focus-visible {
  box-shadow: 0 0 0 2px #0057ae;
  outline: 0;
}
.cmp-share-component .social-share__wrapper svg {
  width: 24px;
  height: 24px;
  fill: #022043;
  pointer-events: none;
  transition: all 150ms ease;
  display: block;
}

@keyframes copy-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes copy-fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.cmp-about-author {
  margin-bottom: 48px;
  margin-bottom: 3rem;
  color: #022043;
}
.cmp-about-author .about-author__title {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.cmp-about-author .about-author__user {
  margin-top: 8px;
  margin-top: 0.5rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  display: flex;
}
.cmp-about-author .about-author__user-image {
  margin-right: 16px;
  margin-right: 1rem;
  width: 80px;
  height: 80px;
  display: flex;
  flex-shrink: 0;
}
.cmp-about-author .about-author__user-image img {
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.cmp-about-author .about-author__user-details {
  margin-bottom: 0px;
  margin-bottom: 0rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cmp-about-author .about-author__user-details .user-name {
  font-weight: 700;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
.cmp-about-author .about-author__description {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  text-align: left;
}
.cmp-about-author .about-author__description * {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.cmp-hub-hero {
  position: relative;
}
.cmp-hub-hero .article-exclusionId,
.cmp-hub-hero .hero-card__content--small {
  display: none !important;
}
.cmp-hub-hero__has-carousel:has(.hub-hero__wrapper-no-hero) {
  max-width: 88rem;
  width: calc(100vw - 64px);
}
@media (max-width: 1199px) {
  .cmp-hub-hero__has-carousel {
    padding: 32px 0px 54px;
    padding: 2rem 0rem 3.375rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
    width: 100vw !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .cmp-hub-hero__has-carousel:before,
  .cmp-hub-hero__has-carousel:after {
    background-color: rgba(182, 193, 204, 0.3);
    content: "";
    position: absolute;
    left: 32px;
    right: 32px;
    height: 1px;
  }
  .cmp-hub-hero__has-carousel:before {
    top: 0px;
  }
  .cmp-hub-hero__has-carousel:after {
    bottom: 0px;
  }
  .cmp-hub-hero__has-carousel:has(.hub-hero__wrapper-list) {
    padding-top: 0px;
    padding-top: 0rem;
    padding-bottom: 22px;
    padding-bottom: 1.375rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
  }
  .cmp-hub-hero__has-carousel:has(.hub-hero__wrapper-list):before,
  .cmp-hub-hero__has-carousel:has(.hub-hero__wrapper-list):after {
    content: unset;
  }
  .cmp-hub-hero__has-carousel:has(.hub-hero__wrapper-no-hero) {
    padding-top: 16px;
    padding-top: 1rem;
    padding-bottom: 102px;
    padding-bottom: 6.375rem;
  }
  .cmp-hub-hero__has-carousel:has(.hub-hero__wrapper-no-hero):before {
    content: unset;
  }
}
@media (max-width: 991px) {
  .cmp-hub-hero__has-carousel:has(.hub-hero__wrapper-no-hero) {
    padding-bottom: 70px;
    padding-bottom: 4.375rem;
  }
}
@media (max-width: 767px) {
  .cmp-hub-hero__has-carousel:has(.hub-hero__wrapper-no-hero) {
    padding-bottom: 54px;
    padding-bottom: 3.375rem;
  }
}
.cmp-hub-hero__has-carousel .hub-hero__wrapper-list:before,
.cmp-hub-hero__has-carousel .hub-hero__wrapper-list:after {
  content: unset;
}
.cmp-hub-hero .hero-card__media {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  position: relative;
}
@media (max-width: 767px) {
  .cmp-hub-hero .hero-card__media {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
  }
}
.cmp-hub-hero .hero-card__media--image,
.cmp-hub-hero .hero-card__media--image img {
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.cmp-hub-hero .hero-card__media--image {
  overflow: hidden;
}
.cmp-hub-hero .hero-card__media--image img {
  transition: scale 0.2s ease-in-out;
  width: 100%;
}
.cmp-hub-hero .hero-card__media--type-icon {
  -webkit-border-radius: 50px 50px 50px 50px;
  -moz-border-radius: 50px 50px 50px 50px;
  border-radius: 50px 50px 50px 50px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 36px;
  height: 36px;
  align-items: center;
  background-color: rgba(2, 32, 67, 0.7);
  backdrop-filter: blur(12px);
  display: flex;
  justify-content: center;
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 2;
}
.cmp-hub-hero .hero-card__media--type-icon svg {
  width: 24px;
  height: 24px;
  fill: #ffffff;
}
.cmp-hub-hero .hero-card__button,
.cmp-hub-hero .hero-card__description,
.cmp-hub-hero .hero-card__avatar--user-details {
  display: none;
}
.cmp-hub-hero .hero-card__content {
  display: flex;
  flex-direction: column;
}
.cmp-hub-hero .hero-card__title {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.cmp-hub-hero .hero-card__title .hero-card__title-link {
  text-decoration: none;
  display: inline-flex;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 0 !important;
}
.cmp-hub-hero .hero-card__title .hero-card__title-link:hover,
.cmp-hub-hero .hero-card__title .hero-card__title-link:active {
  color: inherit !important;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.cmp-hub-hero .hero-card__title .hero-card__title-text {
  display: none;
}
.cmp-hub-hero .hero-card__type {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.cmp-hub-hero .hero-card__type .card__type--duration {
  margin-left: 6px;
  margin-left: 0.375rem;
  color: #7d8b99;
  display: inline-flex;
}
.cmp-hub-hero .hub-hero__wrapper {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1199px) {
  .cmp-hub-hero .hub-hero__wrapper {
    padding: 0px 32px 16px;
    padding: 0rem 2rem 1rem;
    display: flex;
    overflow-x: scroll;
    scroll-behavior: auto;
    scroll-snap-type: x proximity;
    gap: 0;
    scroll-padding-inline: 32px;
    grid-auto-columns: min-content max-content;
  }
  .cmp-hub-hero .hub-hero__wrapper::-webkit-scrollbar-track {
    -webkit-border-radius: 1px 1px 1px 1px;
    -moz-border-radius: 1px 1px 1px 1px;
    border-radius: 1px 1px 1px 1px;
    /* Prevent background color leak outs */
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background-color: rgba(255, 255, 255, 0.16);
    margin-left: 32px;
    margin-right: 32px;
    background-clip: padding-box;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
  }
  .cmp-hub-hero .hub-hero__wrapper::-webkit-scrollbar {
    -webkit-border-radius: 1px 1px 1px 1px;
    -moz-border-radius: 1px 1px 1px 1px;
    border-radius: 1px 1px 1px 1px;
    /* Prevent background color leak outs */
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    height: 8px;
    background-color: transparent;
    margin-left: 32px;
    margin-right: 32px;
    background-clip: padding-box;
  }
  .cmp-hub-hero .hub-hero__wrapper::-webkit-scrollbar-thumb {
    -webkit-border-radius: 1px 1px 1px 1px;
    -moz-border-radius: 1px 1px 1px 1px;
    border-radius: 1px 1px 1px 1px;
    /* Prevent background color leak outs */
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background-color: #ffffff;
    outline: 1px solid transparent;
    transition: outline-color 150ms ease;
    width: 64px !important;
    margin-left: 32px;
    margin-right: 32px;
    background-clip: padding-box;
    height: 4px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
  }
  .cmp-hub-hero .hub-hero__wrapper::-webkit-scrollbar-thumb:hover {
    cursor: pointer;
    transition: border-color 0.3s ease !important;
    border-color: #ffffff;
  }
}
.cmp-hub-hero .hub-hero__card {
  position: relative;
}
@media (max-width: 1199px) {
  .cmp-hub-hero .hub-hero__card {
    margin-right: 16px;
    margin-right: 1rem;
    flex: 0 0 calc((100% - 16px) / 3.1);
    scroll-snap-align: start;
  }
  .cmp-hub-hero .hub-hero__card:last-child {
    margin-right: 0px;
    margin-right: 0rem;
  }
}
@media (max-width: 991px) {
  .cmp-hub-hero .hub-hero__card {
    flex: 0 0 calc((100% - 16px) / 2.2);
  }
}
@media (max-width: 767px) {
  .cmp-hub-hero .hub-hero__card {
    flex: 0 0 100%;
    flex-direction: column;
  }
  .cmp-hub-hero .hub-hero__card .hero-card__media {
    flex: unset !important;
  }
  .cmp-hub-hero .hub-hero__card .hero-card__content {
    padding: 0 !important;
  }
}
.cmp-hub-hero .hub-hero__card:hover .hero-card__media--image img {
  scale: 1.05;
}
.cmp-hub-hero .hub-hero__card:focus-visible {
  -webkit-border-radius: 14px 14px 14px 14px;
  -moz-border-radius: 14px 14px 14px 14px;
  border-radius: 14px 14px 14px 14px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}
.cmp-hub-hero .hub-hero__wrapper-have-hero {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1199px) {
  .cmp-hub-hero .hub-hero__wrapper-have-hero {
    padding-top: 0;
  }
}
@media (max-width: 1199px) {
  .cmp-hub-hero .hub-hero__wrapper-have-hero .hub-hero__card {
    flex: 0 0 calc((100% - 16px) / 2.5);
  }
}
@media (max-width: 991px) {
  .cmp-hub-hero .hub-hero__wrapper-have-hero .hub-hero__card {
    flex: 0 0 calc((100% - 16px) / 2.3);
  }
}
@media (max-width: 767px) {
  .cmp-hub-hero .hub-hero__wrapper-have-hero .hub-hero__card {
    flex: 0 0 100%;
  }
}
@media (min-width: 1200px) {
  .cmp-hub-hero .hub-hero__wrapper-have-hero .hub-hero__card-1 {
    grid-column: span 2;
  }
  .cmp-hub-hero
    .hub-hero__wrapper-have-hero
    .hub-hero__card-1
    .hero-card__media--image,
  .cmp-hub-hero
    .hub-hero__wrapper-have-hero
    .hub-hero__card-1
    .hero-card__media--image
    img {
    -webkit-border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    /* Prevent background color leak outs */
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    transition: scale 0.2s ease-in-out;
  }
  .cmp-hub-hero
    .hub-hero__wrapper-have-hero
    .hub-hero__card-1
    .hero-card__media--image {
    overflow: hidden;
  }
  .cmp-hub-hero
    .hub-hero__wrapper-have-hero
    .hub-hero__card-1
    .hero-card__title {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    /* Number of pixels in 1rem (default: 16px/rem)
    /* When converting to rems, we must divide by this ratio. */
    /* Print the pixel fallback declaration first so we can override it in capable browsers. */
    font-size: 40px;
    /* If there is only one value, print the declaration with the value converted to rems.*/
    font-size: 2.5rem;
    /* line heights were not matching with the comps
    /* need to fix the math later
    /* @include set-leading($lines); */
    line-height: 48px;
    font-weight: 800;
  }
  .cmp-hub-hero
    .hub-hero__wrapper-have-hero
    .hub-hero__card-1
    .hero-card__title
    .hero-card__title-link {
    display: none;
  }
  .cmp-hub-hero
    .hub-hero__wrapper-have-hero
    .hub-hero__card-1
    .hero-card__title
    .hero-card__title-text {
    display: inline-flex;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 0 !important;
  }
  .cmp-hub-hero
    .hub-hero__wrapper-have-hero
    .hub-hero__card-1
    .hero-card__button,
  .cmp-hub-hero
    .hub-hero__wrapper-have-hero
    .hub-hero__card-1
    .hero-card__description {
    display: flex;
    flex-direction: column;
  }
  .cmp-hub-hero
    .hub-hero__wrapper-have-hero
    .hub-hero__card-1
    .hero-card__description {
    display: inline-flex;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 0 !important;
    margin-bottom: 16px;
    margin-bottom: 1rem;
  }
  .cmp-hub-hero
    .hub-hero__wrapper-have-hero
    .hub-hero__card-1
    .hero-card__description
    span {
    display: inline;
    margin: 0;
  }
  .cmp-hub-hero
    .hub-hero__wrapper-have-hero
    .hub-hero__card-1
    .hero-card__type {
    /* Number of pixels in 1rem (default: 16px/rem)
    /* When converting to rems, we must divide by this ratio. */
    /* Print the pixel fallback declaration first so we can override it in capable browsers. */
    font-size: 16px;
    /* If there is only one value, print the declaration with the value converted to rems.*/
    font-size: 1rem;
    /* line heights were not matching with the comps
    /* need to fix the math later
    /* @include set-leading($lines); */
    line-height: 24px;
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
  .cmp-hub-hero
    .hub-hero__wrapper-have-hero
    .hub-hero__card-1
    .hero-card__media {
    margin-bottom: 0;
    margin-bottom: 0rem;
  }
  .cmp-hub-hero
    .hub-hero__wrapper-have-hero
    .hub-hero__card-1
    .hero-card__content {
    padding: 64px;
    padding: 4rem;
    padding-right: 0px;
    padding-right: 0rem;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 65%;
  }
  .cmp-hub-hero
    .hub-hero__wrapper-have-hero
    .hub-hero__card-1
    .hero-card__avatar--user-details {
    padding: 64px;
    padding: 4rem;
  }
  .cmp-hub-hero
    .hub-hero__wrapper-have-hero
    .hub-hero__card-1
    .card__type--category {
    display: none;
  }
  .cmp-hub-hero
    .hub-hero__wrapper-have-hero
    .hub-hero__card-1
    .card__type--duration {
    margin-left: 0;
    margin-left: 0rem;
    color: unset;
  }
}
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hub-hero__card-1
  .image__with-landscape {
  display: block;
}
@media (max-width: 1199px) {
  .cmp-hub-hero
    .hub-hero__wrapper-have-hero
    .hub-hero__card-1
    .image__with-landscape {
    display: none;
  }
}
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hub-hero__card-1
  .image__with-square {
  display: none;
}
@media (max-width: 1199px) {
  .cmp-hub-hero
    .hub-hero__wrapper-have-hero
    .hub-hero__card-1
    .image__with-square {
    display: block;
  }
}
.cmp-hub-hero .hub-hero__wrapper-have-hero .hero-card__media {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.cmp-hub-hero .hub-hero__wrapper-have-hero .hero-card__title {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cmp-hub-hero .hub-hero__wrapper-have-hero .hero-card__title {
    /* Number of pixels in 1rem (default: 16px/rem)
    /* When converting to rems, we must divide by this ratio. */
    /* Print the pixel fallback declaration first so we can override it in capable browsers. */
    font-size: 24px;
    /* If there is only one value, print the declaration with the value converted to rems.*/
    font-size: 1.5rem;
    /* line heights were not matching with the comps
    /* need to fix the math later
    /* @include set-leading($lines); */
  }
}
.cmp-hub-hero .hub-hero__wrapper-have-hero .hero-card__title-link {
  display: inline-flex;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 0 !important;
}
.cmp-hub-hero .hub-hero__wrapper-have-hero .hero-card__media--image {
  position: relative;
}
.cmp-hub-hero .hub-hero__wrapper-have-hero .hero-card__media--image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.7) 100%
  );
  pointer-events: none;
}
.cmp-hub-hero .hub-hero__wrapper-have-hero .hero-card__avatar--user-details {
  padding: 24px;
  padding: 1.5rem;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 14px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 0.875rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  bottom: 0px;
  display: flex !important;
  flex-direction: column;
  font-weight: 400;
  left: 0px;
  line-height: 20px;
  position: absolute;
}
.cmp-hub-hero
  .hub-hero__wrapper-have-hero
  .hero-card__avatar--user-details
  .user-name {
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 16px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  font-weight: 700;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .cmp-hub-hero .hub-hero__wrapper-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 1199px) {
  .cmp-hub-hero .hub-hero__wrapper-list {
    padding-bottom: 22px;
    padding-bottom: 1.375rem;
  }
}
.cmp-hub-hero .hub-hero__wrapper-list .hub-hero__card {
  padding: 16px;
  padding: 1rem;
  -webkit-border-radius: 12px 12px 12px 12px;
  -moz-border-radius: 12px 12px 12px 12px;
  border-radius: 12px 12px 12px 12px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #0f2e66;
  display: flex;
}
.cmp-hub-hero .hub-hero__wrapper-list .hub-hero__card .hero-card__media {
  flex: 0 0 128px;
  max-width: 128px;
}
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__media--image
  img {
  width: 100%;
  height: auto;
}
.cmp-hub-hero .hub-hero__wrapper-list .hub-hero__card .hero-card__media--image,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__media--image
  img {
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.cmp-hub-hero .hub-hero__wrapper-list .hub-hero__card .hero-card__content {
  flex: 1;
  padding-left: 16px;
}
.cmp-hub-hero .hub-hero__wrapper-list .hub-hero__card .hero-card__media,
.cmp-hub-hero .hub-hero__wrapper-list .hub-hero__card .hero-card__title {
  margin: 0;
}
.cmp-hub-hero .hub-hero__wrapper-list .hub-hero__card .hero-card__eyebrow {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .cmp-hub-hero .hub-hero__wrapper-list .hub-hero__card {
    flex: 0 0 calc((100% - 16px) / 2.1);
  }
}
@media (max-width: 991px) {
  .cmp-hub-hero .hub-hero__wrapper-list .hub-hero__card {
    flex: 0 0 calc((100% - 16px) / 1.5);
  }
}
@media (max-width: 767px) {
  .cmp-hub-hero .hub-hero__wrapper-list .hub-hero__card {
    flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .cmp-hub-hero .hub-hero__wrapper-list .hero-card__media {
    max-width: 100px !important;
    margin-bottom: 16px !important;
  }
}
.cmp-hub-hero__nav {
  padding: 4px;
  padding: 0.25rem;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 24px 24px 24px 24px;
  -moz-border-radius: 24px 24px 24px 24px;
  border-radius: 24px 24px 24px 24px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #022043;
  border: 2px solid #ffffff;
  cursor: pointer;
  visibility: hidden;
  position: absolute;
  top: 30%;
  left: 32px;
  z-index: 6;
}
@media (max-width: 1199px) {
  .cmp-hub-hero__nav {
    display: flex;
  }
}
@media (max-width: 991px) {
  .cmp-hub-hero__nav {
    display: none;
  }
}
.cmp-hub-hero__nav svg {
  fill: #ffffff;
  transform: rotate(90deg);
  height: 37px;
  width: 37px;
}
.cmp-hub-hero__nav:hover,
.cmp-hub-hero__nav:active {
  background-color: rgba(2, 32, 67, 0.8);
}
.cmp-hub-hero__nav--left {
  visibility: hidden;
}
.cmp-hub-hero__nav--right {
  left: auto;
  right: 32px;
}
.cmp-hub-hero__nav--right svg {
  transform: rotate(-90deg);
}
.cmp-hub-hero__one {
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
.cmp-hub-hero__one .hero-card__content--small {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  display: none;
  flex-direction: column;
}
.cmp-hub-hero__one .hero-card__content--small .hero-card__title {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 32px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 2rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  line-height: 40px;
  font-weight: 700;
}
.cmp-hub-hero__one
  .hero-card__content--small
  .hero-card__title
  .hero-card__title-link {
  display: block !important;
}
.cmp-hub-hero__one .hero-card__content--small .hero-card__type {
  margin: 0px;
  margin: 0rem;
}
.cmp-hub-hero__one .hero-card__content--small .card__type--duration {
  color: #7d8b99;
}
@media (max-width: 1199px) {
  .cmp-hub-hero__one {
    margin-bottom: 32px;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(182, 193, 204, 0.3);
  }
}
@media (max-width: 991px) {
  .cmp-hub-hero__one {
    padding-bottom: 32px;
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cmp-hub-hero__one .hero-card__content {
    display: none;
  }
  .cmp-hub-hero__one .hero-card__content--small {
    display: flex !important;
  }
}
.cmp-hub-hero__one .hub-hero__wrapper-have-hero {
  padding: 0px;
  padding: 0rem;
  display: flex;
  overflow: hidden;
  flex-direction: column;
}
.cmp-hub-hero__one .hub-hero__card {
  flex: 0 0 100% !important;
}
.cmp-hub-hero__one .hub-hero__card .hero-card__media--image,
.cmp-hub-hero__one .hub-hero__card .hero-card__media--image img {
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  transition: scale 0.2s ease-in-out;
}
.cmp-hub-hero__one .hub-hero__card .hero-card__media--image {
  overflow: hidden;
}
.cmp-hub-hero__one .hub-hero__card .hero-card__title {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 40px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 2.5rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  line-height: 48px;
  font-weight: 800;
}
.cmp-hub-hero__one .hub-hero__card .hero-card__title .hero-card__title-link {
  display: none;
}
.cmp-hub-hero__one .hub-hero__card .hero-card__title .hero-card__title-text {
  display: inline-flex;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 0 !important;
}
.cmp-hub-hero__one .hub-hero__card .hero-card__button,
.cmp-hub-hero__one .hub-hero__card .hero-card__description {
  display: flex;
  flex-direction: column;
}
.cmp-hub-hero__one .hub-hero__card .hero-card__description {
  display: inline-flex;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 0 !important;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.cmp-hub-hero__one .hub-hero__card .hero-card__description span {
  display: inline;
  margin: 0;
}
.cmp-hub-hero__one .hub-hero__card .hero-card__type {
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 16px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  line-height: 24px;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.cmp-hub-hero__one .hub-hero__card .hero-card__media {
  margin-bottom: 0;
  margin-bottom: 0rem;
}
.cmp-hub-hero__one .hub-hero__card .hero-card__content {
  padding: 64px;
  padding: 4rem;
  padding-right: 0px;
  padding-right: 0rem;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 65%;
}
.cmp-hub-hero__one .hub-hero__card .hero-card__avatar--user-details {
  padding: 64px;
  padding: 4rem;
}
.cmp-hub-hero__one .hub-hero__card .card__type--category {
  display: none;
}
.cmp-hub-hero__one .hub-hero__card .card__type--duration {
  margin-left: 0;
  margin-left: 0rem;
  color: unset;
}
.cmp-hub-hero__one .hub-hero__card .image__with-landscape {
  display: block !important;
}
.cmp-hub-hero__one .hub-hero__card .image__with-square {
  display: none !important;
}
@media (max-width: 1199px) {
  .cmp-hub-hero__one .hub-hero__card .hero-card__title {
    /* Number of pixels in 1rem (default: 16px/rem)
    /* When converting to rems, we must divide by this ratio. */
    /* Print the pixel fallback declaration first so we can override it in capable browsers. */
    font-size: 32px;
    /* If there is only one value, print the declaration with the value converted to rems.*/
    font-size: 2rem;
    /* line heights were not matching with the comps
    /* need to fix the math later
    /* @include set-leading($lines); */
    line-height: 40px;
    font-weight: 700;
  }
  .cmp-hub-hero__one .hub-hero__card .hero-card__content,
  .cmp-hub-hero__one .hub-hero__card .hero-card__avatar--user-details {
    padding: 32px;
    padding: 2rem;
    padding-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 991px) {
  .cmp-hub-hero__one .hub-hero__card .hero-card__description {
    display: none;
  }
  .cmp-hub-hero__one .hub-hero__card .hero-card__title-text {
    -webkit-line-clamp: 3 !important;
  }
}
@media (max-width: 767px) {
  .cmp-hub-hero__one .hub-hero__card .hero-card__button {
    display: none;
  }
  .cmp-hub-hero__one .hub-hero__card .image__with-landscape {
    display: none !important;
  }
  .cmp-hub-hero__one .hub-hero__card .image__with-square {
    display: block !important;
  }
}
.cmp-hub-hero__one .hub-hero__wrapper-video {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
}
@media (max-width: 991px) {
  .cmp-hub-hero__one .hub-hero__wrapper-video .hero-card__content {
    display: none;
  }
  .cmp-hub-hero__one .hub-hero__wrapper-video .hero-card__content--small {
    display: flex !important;
  }
}
.cmp-hub-hero__one .hub-hero__wrapper-video .hero-card__media {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.cmp-hub-hero__one .hub-hero__wrapper-video .hero-card__media--image,
.cmp-hub-hero__one .hub-hero__wrapper-video .hero-card__media--image img {
  -webkit-border-radius: 12px 12px 12px 12px;
  -moz-border-radius: 12px 12px 12px 12px;
  border-radius: 12px 12px 12px 12px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.cmp-hub-hero__one .hub-hero__wrapper-video .hero-card__title-link {
  display: block !important;
}
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__title-link:focus-visible {
  outline: 2px solid #ffffff !important;
  box-shadow: none !important;
  outline-offset: -2px;
  border-radius: 5px !important;
}
.cmp-hub-hero__one .hub-hero__wrapper-video .hero-card__content {
  padding: 0;
  position: unset;
  max-width: 100%;
}
.cmp-hub-hero__one .hub-hero__wrapper-video .hero-card__description {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  max-width: 90%;
}
.cmp-hub-hero__one .hub-hero__wrapper-video .hero-card__type {
  display: flex;
}
.cmp-hub-hero__one .hub-hero__wrapper-video .card__type--category {
  display: flex;
}
.cmp-hub-hero__one .hub-hero__wrapper-video .card__type--duration {
  margin-left: 6px;
  margin-left: 0.375rem;
  color: #7d8b99;
}
.cmp-hub-hero__one .hub-hero__wrapper-video .hero-card__type {
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
.cmp-hub-hero__one .hub-hero__wrapper-video .vjs-paused .vjs-control-bar {
  display: none;
}
.cmp-hub-hero__one .hub-hero__wrapper-video .vjs-big-play-button {
  margin: 0px;
  margin: 0rem;
  padding: 0px;
  padding: 0rem;
  width: 112px;
  height: 112px;
  align-items: center;
  background: #0057ae;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  font-size: 64px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.cmp-hub-hero__one .hub-hero__wrapper-video .vjs-big-play-button:active,
.cmp-hub-hero__one .hub-hero__wrapper-video .vjs-big-play-button:hover,
.cmp-hub-hero__one .hub-hero__wrapper-video .vjs-big-play-button:focus-visible {
  background: #022043;
}
@media (max-width: 767px) {
  .cmp-hub-hero__one .hub-hero__wrapper-video .vjs-big-play-button {
    width: 40px;
    height: 40px;
  }
}
.cmp-hub-hero__one .hub-hero__wrapper-video .vjs-big-play-button svg {
  width: 40px;
  height: 40px;
  fill: #ffffff;
}
@media (max-width: 767px) {
  .cmp-hub-hero__one .hub-hero__wrapper-video .vjs-big-play-button svg {
    width: 24px;
    height: 24px;
  }
}
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .vjs-big-play-button
  .vjs-icon-placeholder {
  height: 112px;
  line-height: 112px;
}
@media (max-width: 767px) {
  .cmp-hub-hero__one
    .hub-hero__wrapper-video
    .vjs-big-play-button
    .vjs-icon-placeholder {
    height: 40px;
    line-height: 40px;
  }
}
.cmp-hub-hero__one .hub-hero__wrapper-video .vjs-icon-placeholder:before {
  position: static !important;
}
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .vjs-hide-controls
  .vjs-focus-within {
  transform: translateY(0px) !important;
}
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .vjs-lock-showing
  .vjs-menu-content {
  opacity: 1;
}
.cmp-hub-hero__one .hub-hero__wrapper-video .vjs-playing .vjs-big-play-button {
  display: none;
}
.cmp-hub-hero__one .hub-hero__wrapper-video .vjs-playing .vjs-control-bar {
  opacity: 1;
}
.cmp-hub-hero__one .hub-hero__wrapper-video button.vjs-quality-menu-button {
  padding-top: 2px !important;
  padding-right: 2px !important;
  box-sizing: content-box;
}

@media (max-width: 1199px) {
  .hub-hero-col-control .col-lg-8,
  .hub-hero-col-control
    .perspective-article-page
    .cmp-anchor-link__wrapper
    .col-lg-9,
  .perspective-article-page
    .cmp-anchor-link__wrapper
    .hub-hero-col-control
    .col-lg-9,
  .hub-hero-col-control .col-lg-4,
  .hub-hero-col-control
    .perspective-article-page
    .cmp-anchor-link__wrapper
    .col-lg-3,
  .perspective-article-page
    .cmp-anchor-link__wrapper
    .hub-hero-col-control
    .col-lg-3,
  .hub-hero-col-control .fourcolumn .icon-grid-resource,
  .fourcolumn .hub-hero-col-control .icon-grid-resource,
  .hub-hero-col-control .section-v3 .threecolumn .icon-grid-resource,
  .section-v3 .threecolumn .hub-hero-col-control .icon-grid-resource {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  .hub-hero .col-lg-9 + .col-lg-3 .cmp-article-right-rail,
  .hub-hero
    .section-v3
    .fourcolumn
    .col-lg-9
    + .icon-grid-resource
    .cmp-article-right-rail,
  .section-v3
    .fourcolumn
    .hub-hero
    .col-lg-9
    + .icon-grid-resource
    .cmp-article-right-rail {
    position: unset !important;
    max-width: unset !important;
  }
}
.hub-hero .col-lg-9 + .col-lg-3 > div,
.hub-hero .section-v3 .fourcolumn .col-lg-9 + .icon-grid-resource > div,
.section-v3 .fourcolumn .hub-hero .col-lg-9 + .icon-grid-resource > div {
  height: 100%;
}

.section__wrapper--published .hub-hero__one .cmp-title {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.cmp-more-perspectives {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.cmp-more-perspectives .cmp-image,
.cmp-more-perspectives .cmp-button {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media (min-width: 48em) {
  .cmp-more-perspectives {
    margin-bottom: 0px;
    margin-bottom: 0rem;
  }
}

.profile-card.cq-Editable-dom {
  width: 400px !important;
}

@media (min-width: 992px) {
  .profile-card:has(.published-card.cmp-profile-card--hide-desktop) {
    display: none;
  }
}

@media (max-width: 991px) {
  .profile-card:has(.published-card.cmp-profile-card--hide-mobile) {
    display: none;
  }
}

.cmp-profile-card {
  align-items: center;
  container-type: inline-size;
  container-name: profile-card;
  position: relative;
  height: 100%;
  z-index: 0;
}
.cmp-profile-card .profile__card--border-radius-0 {
  border-radius: 0px;
}
.cmp-profile-card .profile__card--border-radius-4 {
  border-radius: 4px;
}
.cmp-profile-card .profile__card--border-radius-8 {
  border-radius: 8px;
}
.cmp-profile-card .profile__card--border-radius-12 {
  border-radius: 12px;
}
.cmp-profile-card .profile__card--border-radius-24 {
  border-radius: 24px;
}
.cmp-profile-card .profile__card--border-radius-999 {
  border-radius: 999px;
}
@media (min-width: 768px) {
  .cmp-profile-card.profile__card--padding-desktop-0 {
    padding: 0px;
  }
  .cmp-profile-card.profile__card--padding-desktop-4 {
    padding: 4px;
  }
  .cmp-profile-card.profile__card--padding-desktop-8 {
    padding: 8px;
  }
  .cmp-profile-card.profile__card--padding-desktop-12 {
    padding: 12px;
  }
  .cmp-profile-card.profile__card--padding-desktop-16 {
    padding: 16px;
  }
  .cmp-profile-card.profile__card--padding-desktop-20 {
    padding: 20px;
  }
  .cmp-profile-card.profile__card--padding-desktop-24 {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cmp-profile-card.profile__card--padding-mobile-0 {
    padding: 0px;
  }
  .cmp-profile-card.profile__card--padding-mobile-4 {
    padding: 4px;
  }
  .cmp-profile-card.profile__card--padding-mobile-8 {
    padding: 8px;
  }
  .cmp-profile-card.profile__card--padding-mobile-12 {
    padding: 12px;
  }
  .cmp-profile-card.profile__card--padding-mobile-16 {
    padding: 16px;
  }
  .cmp-profile-card.profile__card--padding-mobile-20 {
    padding: 20px;
  }
  .cmp-profile-card.profile__card--padding-mobile-24 {
    padding: 24px;
  }
}
.cmp-profile-card .profile-card__article {
  height: 100%;
}
.cmp-profile-card .profile-card__wrapper {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.cmp-profile-card .profile-card__container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .cmp-profile-card
    .profile-card__container.profile-card__container--image-desktop-top {
    flex-direction: column;
  }
  .cmp-profile-card
    .profile-card__container.profile-card__container--image-desktop-bottom {
    flex-direction: column-reverse;
    justify-content: space-between;
    height: 100%;
  }
  .cmp-profile-card
    .profile-card__container.profile-card__container--image-desktop-left,
  .cmp-profile-card
    .profile-card__container.profile-card__container--image-desktop-right {
    align-items: center;
    flex-direction: row;
    height: 100%;
  }
  .cmp-profile-card
    .profile-card__container.profile-card__container--image-desktop-left
    .profile-card__avatar,
  .cmp-profile-card
    .profile-card__container.profile-card__container--image-desktop-right
    .profile-card__avatar {
    flex-shrink: 0;
    max-width: 256px;
  }
  @container profile-card (max-width: 448px) {
    .cmp-profile-card
      .profile-card__container.profile-card__container--image-desktop-left
      .profile-card__avatar,
    .cmp-profile-card
      .profile-card__container.profile-card__container--image-desktop-right
      .profile-card__avatar {
      max-width: 80px;
    }
  }
  @container profile-card (min-width: 449px) {
    .cmp-profile-card
      .profile-card__container.profile-card__container--image-desktop-left
      .profile-card__avatar,
    .cmp-profile-card
      .profile-card__container.profile-card__container--image-desktop-right
      .profile-card__avatar {
      max-width: 256px;
    }
  }
  .cmp-profile-card
    .profile-card__container.profile-card__container--image-desktop-right {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .cmp-profile-card
    .profile-card__container.profile-card__container--image-mobile-top {
    flex-direction: column;
  }
  .cmp-profile-card
    .profile-card__container.profile-card__container--image-mobile-bottom {
    flex-direction: column-reverse;
    justify-content: space-between;
    height: 100%;
  }
  .cmp-profile-card
    .profile-card__container.profile-card__container--image-mobile-left,
  .cmp-profile-card
    .profile-card__container.profile-card__container--image-mobile-right {
    flex-direction: row;
    align-items: center;
  }
  @container profile-card (max-width: 448px) {
    .cmp-profile-card
      .profile-card__container.profile-card__container--image-mobile-left
      .profile-card__avatar,
    .cmp-profile-card
      .profile-card__container.profile-card__container--image-mobile-right
      .profile-card__avatar {
      max-width: 80px;
    }
  }
  @container profile-card (min-width: 449px) {
    .cmp-profile-card
      .profile-card__container.profile-card__container--image-mobile-left
      .profile-card__avatar,
    .cmp-profile-card
      .profile-card__container.profile-card__container--image-mobile-right
      .profile-card__avatar {
      max-width: 256px;
    }
  }
  .cmp-profile-card
    .profile-card__container.profile-card__container--image-mobile-right {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.cmp-profile-card .profile-card__avatar {
  display: flex;
  width: 100%;
}
.cmp-profile-card
  .profile-card__avatar-wrapper
  .profile__card--border-radius-0 {
  border-radius: 0px;
}
.cmp-profile-card
  .profile-card__avatar-wrapper
  .profile__card--border-radius-4 {
  border-radius: 4px;
}
.cmp-profile-card
  .profile-card__avatar-wrapper
  .profile__card--border-radius-8 {
  border-radius: 8px;
}
.cmp-profile-card
  .profile-card__avatar-wrapper
  .profile__card--border-radius-12 {
  border-radius: 12px;
}
.cmp-profile-card
  .profile-card__avatar-wrapper
  .profile__card--border-radius-24 {
  border-radius: 24px;
}
.cmp-profile-card
  .profile-card__avatar-wrapper
  .profile__card--border-radius-999 {
  border-radius: 999px;
}
.cmp-profile-card .profile-card__avatar-wrapper {
  align-items: center;
  aspect-ratio: 1/1;
  container-type: inline-size;
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 0;
  /* 80px and below (Base Style) */
}
.cmp-profile-card .profile-card__avatar-wrapper .initials-text {
  background: transparent;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}
.cmp-profile-card .profile-card__avatar-wrapper .initials-text .french-vanilla {
  color: #ffffff;
}
.cmp-profile-card .profile-card__avatar-wrapper {
  /* 81px to 127px */
}
@container (min-width: 81px) and (max-width: 127px) {
  .cmp-profile-card .profile-card__avatar-wrapper .initials-text {
    font-size: 28px;
    line-height: 36px;
  }
}
.cmp-profile-card .profile-card__avatar-wrapper {
  /* 128px to 151px */
}
@container (min-width: 128px) and (max-width: 151px) {
  .cmp-profile-card .profile-card__avatar-wrapper .initials-text {
    font-size: 32px;
    line-height: 40px;
  }
}
.cmp-profile-card .profile-card__avatar-wrapper {
  /* 152px to 199px */
}
@container (min-width: 152px) and (max-width: 199px) {
  .cmp-profile-card .profile-card__avatar-wrapper .initials-text {
    font-size: 48px;
    line-height: 56px;
  }
}
.cmp-profile-card .profile-card__avatar-wrapper {
  /* 200px to 271px */
}
@container (min-width: 200px) and (max-width: 271px) {
  .cmp-profile-card .profile-card__avatar-wrapper .initials-text {
    font-size: 64px;
    line-height: 72px;
  }
}
.cmp-profile-card .profile-card__avatar-wrapper {
  /* 272px to 383px */
}
@container (min-width: 272px) and (max-width: 383px) {
  .cmp-profile-card .profile-card__avatar-wrapper .initials-text {
    font-size: 88px;
    line-height: 96px;
  }
}
.cmp-profile-card .profile-card__avatar-wrapper {
  /* 384px to 623px */
}
@container (min-width: 384px) and (max-width: 623px) {
  .cmp-profile-card .profile-card__avatar-wrapper .initials-text {
    font-size: 128px;
    line-height: 136px;
  }
}
.cmp-profile-card .profile-card__avatar-wrapper {
  /* 624px and above (Largest) */
}
@container (min-width: 624px) {
  .cmp-profile-card .profile-card__avatar-wrapper .initials-text {
    font-size: 160px;
    line-height: 168px;
  }
}
.cmp-profile-card .profile-card__avatar-color {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.cmp-profile-card .profile-card__avatar-image-container {
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.cmp-profile-card .profile-card__avatar-bg-image {
  bottom: 0;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.cmp-profile-card .profile-card__avatar-image {
  height: 100%;
  object-fit: cover;
  width: auto !important;
}
.cmp-profile-card .profile-card__description {
  background: transparent;
  white-space: normal;
  overflow-wrap: anywhere;
}
.cmp-profile-card .profile-card__description.lightTheme a,
.cmp-profile-card .quote .profile-card__description.quote-component a,
.quote .cmp-profile-card .profile-card__description.quote-component a {
  color: #0057ae !important;
}
.cmp-profile-card .profile-card__description.lightTheme a:hover,
.cmp-profile-card .quote .profile-card__description.quote-component a:hover,
.quote .cmp-profile-card .profile-card__description.quote-component a:hover,
.cmp-profile-card .profile-card__description.lightTheme a:active,
.cmp-profile-card .quote .profile-card__description.quote-component a:active,
.quote .cmp-profile-card .profile-card__description.quote-component a:active {
  color: #022043 !important;
}
.cmp-profile-card .profile-card__description.lightTheme a:focus-visible,
.cmp-profile-card
  .quote
  .profile-card__description.quote-component
  a:focus-visible,
.quote
  .cmp-profile-card
  .profile-card__description.quote-component
  a:focus-visible {
  color: #022043 !important;
  box-shadow: 0 0 0 2px #0057ae !important;
}
.cmp-profile-card .profile-card__description.darkTheme a {
  color: #ffffff !important;
}
.cmp-profile-card .profile-card__description.darkTheme a:hover,
.cmp-profile-card .profile-card__description.darkTheme a:active {
  color: #b6c1cc !important;
}
.cmp-profile-card .profile-card__description.darkTheme a:focus-visible {
  box-shadow: 0 0 0 2px #ffffff !important;
}
.cmp-profile-card .profile-card__description .title-1,
.cmp-profile-card .profile-card__description .title-2,
.cmp-profile-card .profile-card__description .title-3,
.cmp-profile-card
  .profile-card__description
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-profile-card
  .profile-card__description
  .about-author__title,
.cmp-profile-card .profile-card__description .title-4,
.cmp-profile-card .profile-card__description .title-5,
.cmp-profile-card .profile-card__description .title-6,
.cmp-profile-card .profile-card__description .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .cmp-profile-card .profile-card__description .hero-card__title,
.cmp-profile-card .profile-card__description .body-0,
.cmp-profile-card .profile-card__description .body-1,
.cmp-profile-card
  .profile-card__description
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-profile-card
  .profile-card__description
  .user-name,
.cmp-profile-card
  .profile-card__description
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-profile-card
  .profile-card__description
  .hero-card__description,
.cmp-profile-card .profile-card__description .body-2,
.cmp-profile-card
  .profile-card__description
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-profile-card
  .profile-card__description
  .about-author__user-details,
.cmp-profile-card .profile-card__description .body-3,
.cmp-profile-card .profile-card__description .cmp-share-component--date,
.cmp-profile-card .profile-card__description .cmp-share-component--share,
.cmp-profile-card .profile-card__description .cmp-share-component--copied,
.cmp-profile-card .profile-card__description .cmp-hub-hero .hero-card__type,
.cmp-hub-hero .cmp-profile-card .profile-card__description .hero-card__type,
.cmp-profile-card
  .profile-card__description
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-profile-card
  .profile-card__description
  .hero-card__eyebrow,
.cmp-profile-card .profile-card__description p,
.cmp-profile-card .profile-card__description span {
  margin: 0px;
  margin: 0rem;
}
.cmp-profile-card .profile-card__container-gap {
  gap: 16px;
}
.cmp-profile-card .profile-card__description-gap {
  padding: 16px;
  padding: 1rem;
}
.cmp-profile-card .profile-card__company-logo {
  margin-top: 8px;
  margin-top: 0.5rem;
  height: 56px;
  max-width: 120px;
}
.cmp-profile-card .profile-card__company-logo img {
  height: 100%;
  object-fit: contain;
  max-height: 56px;
  max-width: 120px;
  width: 100%;
}
.cmp-profile-card .profile-card__company-logo--left img {
  width: auto !important;
}
.cmp-profile-card .profile-card__company-logo--center {
  margin-left: auto;
  margin-right: auto;
}
.cmp-profile-card .profile-card__company-logo--right {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
}
.cmp-profile-card .profile-card__company-logo--right img {
  width: auto !important;
}
.cmp-profile-card .profile-card__link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.cmp-profile-card .profile-card__card-has-border {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
}
.cmp-profile-card .profile-card__card-has-border.profile__card--border-1 {
  left: -1px;
  top: -1px;
  height: calc(100% + 2px);
  width: calc(100% + 2px);
}
.cmp-profile-card
  .profile-card__card-has-border.profile__card--border-1.profile__card--border-radius-4 {
  border-radius: 5px;
}
.cmp-profile-card
  .profile-card__card-has-border.profile__card--border-1.profile__card--border-radius-8 {
  border-radius: 9px;
}
.cmp-profile-card
  .profile-card__card-has-border.profile__card--border-1.profile__card--border-radius-12 {
  border-radius: 13px;
}
.cmp-profile-card
  .profile-card__card-has-border.profile__card--border-1.profile__card--border-radius-24 {
  border-radius: 25px;
}
.cmp-profile-card
  .profile-card__card-has-border.profile__card--border-1.profile__card--border-radius-999 {
  border-radius: 999px;
}
.cmp-profile-card .profile-card__card-has-border.profile__card--border-2 {
  left: -2px;
  top: -2px;
  height: calc(100% + 4px);
  width: calc(100% + 4px);
}
.cmp-profile-card
  .profile-card__card-has-border.profile__card--border-2.profile__card--border-radius-4 {
  border-radius: 6px;
}
.cmp-profile-card
  .profile-card__card-has-border.profile__card--border-2.profile__card--border-radius-8 {
  border-radius: 10px;
}
.cmp-profile-card
  .profile-card__card-has-border.profile__card--border-2.profile__card--border-radius-12 {
  border-radius: 14px;
}
.cmp-profile-card
  .profile-card__card-has-border.profile__card--border-2.profile__card--border-radius-24 {
  border-radius: 26px;
}
.cmp-profile-card
  .profile-card__card-has-border.profile__card--border-2.profile__card--border-radius-999 {
  border-radius: 999px;
}

.section__wrapper--published
  .aem-Grid--default--12.profile-cards-grid:has(> .profile-card) {
  /* layout basics */
  display: flex;
  gap: 32px;
  justify-content: center;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .section__wrapper--published
    .aem-Grid--default--12.profile-cards-grid:has(> .profile-card) {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .section__wrapper--published
    .aem-Grid--default--12.profile-cards-grid:has(> .profile-card) {
    flex-direction: column;
    /* make each card full width on mobile */
  }
  .section__wrapper--published
    .aem-Grid--default--12.profile-cards-grid:has(> .profile-card)
    > .profile-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section__wrapper--published
  .aem-Grid--default--12.profile-cards-grid:has(> .profile-card):before,
.section__wrapper--published
  .aem-Grid--default--12.profile-cards-grid:has(> .profile-card):after {
  content: none !important;
}
@media (min-width: 768px) {
  .section__wrapper--published
    .aem-Grid--default--12.profile-cards-grid.has-1-cards.cards-top-bottom,
  .section__wrapper--published
    .aem-Grid--default--12.profile-cards-grid.has-2-cards.cards-top-bottom,
  .section__wrapper--published
    .aem-Grid--default--12.profile-cards-grid.has-1-cards.cards-left-right,
  .section__wrapper--published
    .aem-Grid--default--12.profile-cards-grid.has-2-cards.cards-left-right {
    flex-wrap: wrap;
    /* default card sizing for many items (3-per-row baseline on desktop) */
  }
  .section__wrapper--published
    .aem-Grid--default--12.profile-cards-grid.has-1-cards.cards-top-bottom
    > .profile-card,
  .section__wrapper--published
    .aem-Grid--default--12.profile-cards-grid.has-2-cards.cards-top-bottom
    > .profile-card,
  .section__wrapper--published
    .aem-Grid--default--12.profile-cards-grid.has-1-cards.cards-left-right
    > .profile-card,
  .section__wrapper--published
    .aem-Grid--default--12.profile-cards-grid.has-2-cards.cards-left-right
    > .profile-card {
    box-sizing: border-box;
    flex: 0 0 calc(50% - 16px);
    max-width: calc(50% - 16px);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section__wrapper--published
    .aem-Grid--default--12.profile-cards-grid.has-3-cards.cards-left-right:has(
      > .profile-card
    ),
  .section__wrapper--published
    .aem-Grid--default--12.profile-cards-grid.has-4-cards.cards-left-right:has(
      > .profile-card
    ) {
    flex-wrap: wrap;
  }
  .section__wrapper--published
    .aem-Grid--default--12.profile-cards-grid.has-3-cards.cards-left-right:has(
      > .profile-card
    )
    > .profile-card,
  .section__wrapper--published
    .aem-Grid--default--12.profile-cards-grid.has-4-cards.cards-left-right:has(
      > .profile-card
    )
    > .profile-card {
    flex: 0 0 calc(50% - 32px);
    max-width: calc(50% - 32px);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section__wrapper--published
    .aem-Grid--default--12.profile-cards-grid.has-5plus-cards.cards-top-bottom:has(
      > .profile-card
    ) {
    flex-wrap: wrap;
  }
  .section__wrapper--published
    .aem-Grid--default--12.profile-cards-grid.has-5plus-cards.cards-top-bottom:has(
      > .profile-card
    )
    > .profile-card {
    flex: 0 0 calc(33.3333333333% - 32px);
    max-width: calc(33.3333333333% - 32px);
  }
}

.columncontrol .profile-card {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
@media (max-width: 1199px) {
  .columncontrol .profile-card {
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
}

.lightTheme
  .cmp-profile-card
  .profile-card__link:focus-visible.profile__card--border-radius-0,
.quote
  .quote-component
  .cmp-profile-card
  .profile-card__link:focus-visible.profile__card--border-radius-0,
.darkTheme
  .cmp-profile-card
  .profile-card__link:focus-visible.profile__card--border-radius-0 {
  border-radius: 0px !important;
}
.lightTheme
  .cmp-profile-card
  .profile-card__link:focus-visible.profile__card--border-radius-4,
.quote
  .quote-component
  .cmp-profile-card
  .profile-card__link:focus-visible.profile__card--border-radius-4,
.darkTheme
  .cmp-profile-card
  .profile-card__link:focus-visible.profile__card--border-radius-4 {
  border-radius: 4px !important;
}
.lightTheme
  .cmp-profile-card
  .profile-card__link:focus-visible.profile__card--border-radius-8,
.quote
  .quote-component
  .cmp-profile-card
  .profile-card__link:focus-visible.profile__card--border-radius-8,
.darkTheme
  .cmp-profile-card
  .profile-card__link:focus-visible.profile__card--border-radius-8 {
  border-radius: 8px !important;
}
.lightTheme
  .cmp-profile-card
  .profile-card__link:focus-visible.profile__card--border-radius-12,
.quote
  .quote-component
  .cmp-profile-card
  .profile-card__link:focus-visible.profile__card--border-radius-12,
.darkTheme
  .cmp-profile-card
  .profile-card__link:focus-visible.profile__card--border-radius-12 {
  border-radius: 12px !important;
}
.lightTheme
  .cmp-profile-card
  .profile-card__link:focus-visible.profile__card--border-radius-24,
.quote
  .quote-component
  .cmp-profile-card
  .profile-card__link:focus-visible.profile__card--border-radius-24,
.darkTheme
  .cmp-profile-card
  .profile-card__link:focus-visible.profile__card--border-radius-24 {
  border-radius: 24px !important;
}
.lightTheme
  .cmp-profile-card
  .profile-card__link:focus-visible.profile__card--border-radius-999,
.quote
  .quote-component
  .cmp-profile-card
  .profile-card__link:focus-visible.profile__card--border-radius-999,
.darkTheme
  .cmp-profile-card
  .profile-card__link:focus-visible.profile__card--border-radius-999 {
  border-radius: 999px !important;
}

@keyframes wdc-keyframes-loading {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.wdc-loading-dots {
  position: relative;
  width: 64px;
  height: 16px;
  margin: 0 auto;
}

.wdc-loading-dots::after,
.wdc-loading-dots span::before,
.wdc-loading-dots span::after {
  background-color: #7b858f;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  font-size: 0px;
  content: " ";
  border-radius: 999px;
  transform: scale(0);
}

.wdc-loading-dots::after {
  margin-left: 24px;
  animation-name: wdc-keyframes-loading;
  animation-duration: 1400ms;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-delay: 160ms;
}

.wdc-loading-dots span::before {
  left: 0;
  animation-name: wdc-keyframes-loading;
  animation-duration: 1400ms;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-delay: 0ms;
}

.wdc-loading-dots span::after {
  right: 0;
  animation-name: wdc-keyframes-loading;
  animation-duration: 1400ms;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-delay: 320ms;
}

.mktoForm div#disclaimer {
  color: #5e6a75;
  text-align: center;
  margin-bottom: 30px;
}

.loader-container:focus {
  outline: 0;
}

.hidden {
  display: none;
}

div.mktoAsterix {
  display: none;
}

.mktoField {
  padding: 0;
}

.mktoFormRow span.error {
  color: #de2e21;
  height: 20px;
  width: 20px;
  font-weight: 400;
  transform: translate(0, -50%);
  padding: 0;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 100;
}
.mktoFormRow span.error svg {
  max-width: 100%;
}

.mktoForm[data-ready="true"] {
  visibility: visible;
  -webkit-animation: fade-in 0.5s ease-in both;
  animation: fade-in 0.5s ease-in both;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.valid.select::after {
  margin-right: 30px;
}

.valid::after {
  border-bottom-width: 2px;
  border-color: #12a67c;
  border-left-width: 0;
  border-right-width: 2px;
  border-style: solid;
  border-top-width: 0;
  content: "";
  display: block;
  height: 13px;
  margin-top: -7px;
  position: absolute;
  right: 15px;
  top: 46%;
  transform: rotate(45deg);
  width: 0;
  width: 7px;
  z-index: 20;
}
.valid::afterinput[type="checkbox"] {
  opacity: 0;
}

.valid.checkbox::after {
  opacity: 0;
}

.mktoFormRow {
  border-radius: 2px;
  box-shadow: 0 0 0 1px #7d8b99;
  height: 48px;
  margin: 12px auto;
  padding: 0 0 0 15px;
  position: relative;
  text-align: left;
  transition: all 100ms ease;
  -webkit-backface-visibility: hidden;
}
.mktoFormRow .mktoFormCol.focus input[type="checkbox"] + label:before {
  box-shadow:
    0 0 0 1px white,
    0 0 0 3px #0057ae;
}
.mktoFormRow.checkbox {
  border: 0 none transparent;
  line-height: 1.5;
  margin-top: 10px;
  padding: 15px 0;
  font-weight: 400;
  position: relative;
  font-size: 14px;
  height: auto;
  transform: translateY(0);
  width: 100%;
}
.mktoFormRow.checkbox .mktoError {
  display: none !important;
  visibility: hidden;
  opacity: 0;
}
.mktoFormRow.checkbox input[type="checkbox"] + label {
  border: 0 none transparent;
  line-height: 1.5;
  margin-top: 10px;
  font-weight: 400;
  position: relative;
  font-size: 16px;
  height: auto;
  transform: translateY(0);
}
.mktoFormRow.checkbox input[type="checkbox"] + label::before {
  position: relative;
  top: 0 !important;
}
.mktoFormRow.checkbox.inEditor {
  border: 1px solid red;
}
.mktoFormRow.checkbox label.mktoLabel {
  opacity: 0;
  display: none;
  visibility: hidden;
}
.mktoFormRow.checkbox + label.mktoLabel::before {
  background: transparent;
  border-radius: 15%;
  border: 1px solid #7d8b99;
  content: "";
  cursor: pointer;
  display: block;
  float: left;
  height: 18px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  top: 0;
  transition: all 100ms ease;
  width: 18px;
}
.mktoFormRow.checkbox input[type="checkbox"]:checked + label:before {
  content: "✔";
  font-size: 12px;
  background-color: #022043;
  color: #ffffff;
  font-weight: normal;
}
.mktoFormRow.checkbox label span {
  display: block;
  overflow: hidden;
}
.mktoFormRow input,
.mktoFormRow textarea,
.mktoFormRow select,
.mktoFormRow label,
.mktoFormRow option {
  caret-color: #0057ae;
  color: #022043;
  opacity: 1;
  resize: none;
  font-family: "Acid Grotesk";
  font-size: 16px;
  font-weight: 400;
  font-line-height: 24px;
}
.mktoFormRow input[type="text"]::-ms-clear,
.mktoFormRow input[type="email"]::-ms-clear,
.mktoFormRow input[type="tel"]::-ms-clear {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.mktoFormRow input::-webkit-input-placeholder,
.mktoFormRow textarea::-webkit-input-placeholder {
  color: #022043;
}
.mktoFormRow input::-moz-placeholder,
.mktoFormRow textarea::-moz-placeholder {
  color: #022043;
}
.mktoFormRow input:-ms-input-placeholder,
.mktoFormRow textarea:-ms-input-placeholder {
  color: #022043;
}
.mktoFormRow input:-moz-placeholder,
.mktoFormRow textarea:-moz-placeholder {
  color: #022043;
}
.mktoFormRow input,
.mktoFormRow select,
.mktoFormRow option {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: transparent !important;
}
.mktoFormRow input:-webkit-autofill,
.mktoFormRow input:-webkit-autofill:hover,
.mktoFormRow input:-webkit-autofill:focus,
.mktoFormRow select:-webkit-autofill,
.mktoFormRow select:-webkit-autofill:hover,
.mktoFormRow select:-webkit-autofill:focus,
.mktoFormRow option:-webkit-autofill,
.mktoFormRow option:-webkit-autofill:hover,
.mktoFormRow option:-webkit-autofill:focus {
  border: 0 none transparent;
  -webkit-text-fill-color: black;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 50000s ease-in-out 0s;
}
.mktoFormRow .mktoErrorMsg {
  background: #de2e21;
  border-radius: 5px;
  bottom: 55px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  left: 50%;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 55%;
  min-width: 30%;
  padding: 4px 10px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  white-space: pre-line;
  width: 100%;
  z-index: 150;
}
.mktoFormRow:not(:focus) .mktoError {
  display: none;
}
.mktoFormRow .mktoErrorMsg::after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #de2e21;
  bottom: -5px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -3px;
  position: absolute;
  width: 0;
}

.mktoFormRow.focus .mktoFormRow.mktoField,
.mktoFormRow.valid .mktoFormRow.mktoField {
  outline: none;
  opacity: 1;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

div.mktoFormRow.text {
  border-radius: 0px;
  box-shadow: 0 0 0 0px;
  height: auto;
  margin: 8px auto;
  position: relative;
  -webkit-backface-visibility: hidden;
  font-size: 14px;
  text-align: left;
  font-weight: 400;
  line-height: 20px;
  padding: 0 15px;
  color: #022043;
}

.mktoHtmlText.mktoHasWidth {
  text-align: center;
  font-size: 14px;
  width: 100% !important;
}
.mktoHtmlText.mktoHasWidth a {
  color: #0057ae;
  font-weight: 400;
  line-height: 20px;
  text-decoration: underline;
}
.mktoHtmlText.mktoHasWidth a:hover,
.mktoHtmlText.mktoHasWidth a:active {
  color: #022043;
}
.mktoHtmlText.mktoHasWidth a:focus {
  color: #022043 !important;
  box-shadow: 0 0 0 2px #0057ae;
  border: none !important;
  outline: none !important;
  border-radius: 24px;
}

div.mktoFormRow.checkbox {
  box-shadow: 0 0 0 0px;
  height: auto;
  padding: 0px;
}
div.mktoFormRow.checkbox .mktoCheckboxList {
  width: 100% !important;
}

div.mktoFormRow.invalid {
  transition: box-shadow 100ms ease;
}
div.mktoFormRow.invalid .mktoLabel {
  z-index: 10;
}
div.mktoFormRow.invalid .mktoLabel,
div.mktoFormRow.invalid .mktoField {
  opacity: 1;
  color: #de2e21;
  bottom: 6px;
  height: auto;
}
div.mktoFormRow.invalid.select {
  box-shadow: 0 0 0 1px #de2e21 !important;
}
div.mktoFormRow.invalid.textArea textarea {
  box-shadow: 0 0 0 1px #de2e21 !important;
}
div.mktoFormRow.invalid.checkbox input[type="checkbox"] + label:before {
  box-shadow: 0 0 0 1px #de2e21;
  border-radius: 2px;
  border: none !important;
}
div.mktoFormRow.invalid.checkbox .mktoError {
  display: none !important;
  visibility: hidden;
  opacity: 0;
}
div.mktoFormRow.invalid.checkbox .mktoCheckboxList .mktoLabel,
div.mktoFormRow.invalid.checkbox .mktoCheckboxList .mktoField {
  visibility: hidden;
  opacity: 0;
  display: none;
}
div.mktoFormRow.invalid.checkbox label {
  font-size: 14px;
  color: #022043;
}
div.mktoFormRow.invalid input[type="radio"] {
  box-shadow: 0 0 0 1px #de2e21;
  border-radius: 100% !important;
  appearance: none;
  background-color: #ffffff !important;
}
div.mktoFormRow.invalid.focus {
  box-shadow: 0 0 0 2px #022043;
}
div.mktoFormRow.invalid.focus .error-tooltip {
  display: inline;
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -2px);
  transition: all 100ms ease;
}

.mktoField {
  background-color: transparent;
  border: none 0 transparent;
  color: #022043;
  font-size: 14px;
  height: 100%;
  line-height: 1.5;
  margin: 0;
  max-width: 100%;
  opacity: 0;
  padding: 0;
  position: absolute;
  transition: all 100ms ease;
  z-index: 100;
}
.mktoField:focus {
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  outline: none;
  opacity: 1;
}
.mktoField[type="checkbox"]:focus {
  height: 100%;
  opacity: 0;
}
.mktoField:focus ~ .mktoLabel,
.mktoField:valid ~ .mktoLabel {
  background-color: transparent;
  color: #7b858f;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  opacity: 1;
  top: 0;
  transition: all 100ms ease;
  transform: translateY(7px);
  z-index: 1;
}

div.mktoFormRow.focus:not(.checkbox) label,
div.mktoFormRow.valid:not(.checkbox) label,
div.mktoFormRow.invalid.nonEmpty:not(.checkbox) label {
  background-color: transparent;
  color: #022043;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  opacity: 1;
  top: -2px;
  transition: all 100ms ease;
  transform: translateY(7px);
  z-index: 1;
}

div.mktoFormRow.focus {
  box-shadow: 0 0 0 2px #0057ae;
}
div.mktoFormRow.focus .mktoLabel,
div.mktoFormRow.focus .mktoField {
  opacity: 1;
  color: #022043;
}

div.mktoFormRow.valid input {
  bottom: 6px;
  outline: none;
  height: 21px;
  opacity: 1;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
div.mktoFormRow.valid input[type="checkbox"] {
  opacity: 0;
}

:-moz-focusring {
  outline: none;
  border: 0 none transparent;
  box-shadow: 0 0 0 transparent;
}

form input.mktoField {
  background-color: transparent;
  border: none 0 transparent;
  bottom: 0;
  color: #022043;
  font-size: 16px;
  height: 100%;
  line-height: 1.5;
  margin: 0;
  max-width: 100%;
  opacity: 0;
  padding: 0;
  position: absolute;
  transition: all 100ms ease;
  width: 87%;
  z-index: 100;
}
form input.mktoField:focus {
  background-color: transparent;
  bottom: 6px;
  font-size: 16px;
  font-weight: 400;
  height: 21px;
  line-height: 1.5;
  outline: none;
  opacity: 1;
}
form input.mktoField:focus ~ label.mktoLabel {
  background-color: transparent;
  color: #022043;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  opacity: 1;
  top: 0;
  transition: all 100ms ease;
  transform: translateY(7px);
  z-index: 1;
}

label.mktoLabel {
  color: #525d6a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

label.mktoLabel.outer-label {
  color: #022043;
  position: relative;
  top: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

div.mktoFieldWrap.outer-label input.mktoField {
  bottom: 0;
  opacity: 1;
  height: 100%;
}

label.mktoLabel.outer-label[for="formOptIn"] {
  display: none;
}

div.mktoFieldWrap.outer-label input[type="checkbox"] {
  opacity: 0;
}

div.mktoFieldWrap.outer-label select.mktoField {
  top: 0;
  height: 100%;
  padding-top: 0;
  margin-top: 0;
  padding-top: 14px !important;
}

button.mktoButton {
  -webkit-align-items: center;
  align-items: center;
  background: #0057ae;
  border-radius: 32px;
  border: 0 transparent;
  color: #ffffff;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  font-family: "Acid Grotesk";
  font-size: 16px;
  font-weight: 700;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 24px;
  outline: none;
  padding: 12px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  width: 100%;
  margin: 24px auto;
}
button.mktoButton .svg {
  fill: #ffffff;
  padding: 1px;
  margin-right: 8px;
}
button.mktoButton:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
button.mktoButton:focus-visible {
  box-shadow:
    0 0 0 1px #ffffff,
    0 0 0 3px #0057ae;
}
button.mktoButton:hover,
button.mktoButton:active {
  background: #022043;
  color: #ffffff;
  text-decoration: none;
}
button.mktoButton:hover .svg,
button.mktoButton:active .svg {
  fill: #022043;
}
button.mktoButton .svg {
  padding: 1px;
  margin-right: 8px;
}
button.mktoButton span.timestamp {
  margin-left: 5px;
}

.mktoFormRow.select {
  position: relative;
  border: none !important;
  box-shadow: 0 0 0 1px #7d8b99 !important;
}
.mktoFormRow.select::before {
  border-color: #022043;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 7px;
  position: absolute;
  right: 15px;
  top: 45%;
  transform: translateY(-50%) rotate(135deg);
  vertical-align: middle;
  width: 7px;
  z-index: 9;
}
.mktoFormRow.select > option {
  padding: 0;
}
.mktoFormRow.select.focus {
  border: none;
  transition: all 100ms ease;
  box-shadow: 0 0 0 2px #0057ae !important;
}
.mktoFormRow.select.focus select.mktoField:focus {
  border-style: none;
  outline: none;
  opacity: 1;
}
.mktoFormRow.select.valid select.mktoField {
  display: block;
  opacity: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mktoFormRow.select select.mktoField::-ms-value {
  background: none;
  color: #022043;
}
.mktoFormRow.select select.mktoField {
  -webkit-tap-highlight-color: rgba(2, 32, 67, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  bottom: 0;
  background: transparent !important;
  border: none;
  box-shadow: none;
  color: #022043;
  display: block;
  font-weight: 400;
  position: relative;
  opacity: 0;
  width: 100%;
  padding-top: 20px !important;
  padding-right: 60px !important;
  z-index: 10;
}
.mktoFormRow.select select.mktoField option {
  background-color: transparent;
}
.mktoFormRow.select select.mktoField::-moz-focus-inner {
  border: none;
}
.mktoFormRow.select select.mktoField option {
  padding: 0;
  opacity: 1;
}
.mktoFormRow.select select.mktoField:focus {
  border-style: none;
  outline: none;
  opacity: 1;
}
.mktoFormRow.select select.mktoField::-ms-clear,
.mktoFormRow.select select.mktoField::-ms-expand {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.mktoFormRow.selectselect.mktoField {
  top: 0;
  height: 100%;
  padding-top: 0;
  margin-top: 0;
}

:-moz-focusring {
  outline: none;
  border: 0 none transparent;
  box-shadow: 0 0 0 transparent;
}

.invalid.select span.error {
  transform: translate(-90%, -50%);
  padding-right: 8px;
  border-right: 1px solid #b6c1cc;
}

.mktoEmbed {
  display: none;
}

.mktoForm div#disclaimer {
  color: #5e6a75;
  text-align: center;
  margin-bottom: 30px;
}

.loader-container:focus {
  outline: 0;
}

.hidden {
  display: none;
}

div.mktoAsterix {
  display: none;
}

.mktoField {
  padding: 0 !important;
}

.mktoFormRow span.error {
  color: #de2e21;
  height: 20px;
  width: 20px;
  font-weight: 400;
  transform: translate(0, -50%);
  padding: 0;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 100;
}
.mktoFormRow span.error svg {
  max-width: 100%;
}

.mktoForm[data-ready="true"] {
  visibility: visible;
  -webkit-animation: fade-in 0.5s ease-in both;
  animation: fade-in 0.5s ease-in both;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.valid.select::after {
  margin-right: 30px;
}

.valid::after {
  border-bottom-width: 2px;
  border-color: #12a67c;
  border-left-width: 0;
  border-right-width: 2px;
  border-style: solid;
  border-top-width: 0;
  content: "";
  display: block;
  height: 13px;
  margin-top: -7px;
  position: absolute;
  right: 15px;
  top: 46%;
  transform: rotate(45deg);
  width: 0;
  width: 7px;
  z-index: 20;
}
.valid::afterinput[type="checkbox"] {
  opacity: 0;
}

.valid.checkbox::after {
  opacity: 0;
}

.mktoFormRow {
  border-radius: 8px;
  box-shadow: 0 0 0 1px #7d8b99;
  height: 48px;
  margin: 12px auto;
  padding: 0 0 0 15px;
  position: relative;
  text-align: left;
  transition: all 100ms ease;
  -webkit-backface-visibility: hidden;
}
.mktoFormRow .mktoFormCol.focus input[type="checkbox"] + label:before {
  box-shadow:
    0 0 0 1px white,
    0 0 0 3px #0057ae;
}
.mktoFormRow.checkbox {
  border: 0 none transparent;
  line-height: 1.5;
  margin-top: 10px;
  padding: 15px 0;
  font-weight: 400;
  position: relative;
  font-size: 14px;
  height: auto;
  transform: translateY(0);
  width: 100%;
}
.mktoFormRow.checkbox .mktoError {
  display: none !important;
  visibility: hidden;
  opacity: 0;
}
.mktoFormRow.checkbox input[type="checkbox"] + label {
  border: 0 none transparent;
  line-height: 1.5;
  margin-top: 10px;
  font-weight: 400;
  position: relative;
  font-size: 16px;
  height: auto;
  transform: translateY(0);
}
.mktoFormRow.checkbox input[type="checkbox"] + label::before {
  position: relative;
  top: 5px !important;
}
.mktoFormRow.checkbox.inEditor {
  border: 1px solid red;
}
.mktoFormRow.checkbox label.mktoLabel {
  opacity: 0;
  display: none;
  visibility: hidden;
}
.mktoFormRow.checkbox + label.mktoLabel::before {
  background: transparent;
  border-radius: 15%;
  border: 1px solid #7d8b99;
  content: "";
  cursor: pointer;
  display: block;
  float: left;
  height: 18px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  top: 0;
  transition: all 100ms ease;
  width: 18px;
}
.mktoFormRow.checkbox input[type="checkbox"]:checked + label:before {
  content: "✔";
  font-size: 12px;
  font-weight: normal;
  background-color: #022043;
  color: #ffffff;
}
.mktoFormRow.checkbox label span {
  display: block;
  overflow: hidden;
}
.mktoFormRow input,
.mktoFormRow textarea,
.mktoFormRow select,
.mktoFormRow label,
.mktoFormRow option {
  caret-color: #0057ae;
  color: #022043;
  opacity: 1;
  resize: none;
  font-family: "Acid Grotesk";
  font-size: 16px;
  font-weight: 400;
  font-line-height: 24px;
}
.mktoFormRow input[type="text"]::-ms-clear,
.mktoFormRow input[type="email"]::-ms-clear,
.mktoFormRow input[type="tel"]::-ms-clear {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.mktoFormRow input::-webkit-input-placeholder,
.mktoFormRow textarea::-webkit-input-placeholder {
  color: #022043;
}
.mktoFormRow input::-moz-placeholder,
.mktoFormRow textarea::-moz-placeholder {
  color: #022043;
}
.mktoFormRow input:-ms-input-placeholder,
.mktoFormRow textarea:-ms-input-placeholder {
  color: #022043;
}
.mktoFormRow input:-moz-placeholder,
.mktoFormRow textarea:-moz-placeholder {
  color: #022043;
}
.mktoFormRow input,
.mktoFormRow select,
.mktoFormRow option {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: transparent !important;
}
.mktoFormRow input:-webkit-autofill,
.mktoFormRow input:-webkit-autofill:hover,
.mktoFormRow input:-webkit-autofill:focus,
.mktoFormRow select:-webkit-autofill,
.mktoFormRow select:-webkit-autofill:hover,
.mktoFormRow select:-webkit-autofill:focus,
.mktoFormRow option:-webkit-autofill,
.mktoFormRow option:-webkit-autofill:hover,
.mktoFormRow option:-webkit-autofill:focus {
  border: 0 none transparent;
  -webkit-text-fill-color: black;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 50000s ease-in-out 0s;
}
.mktoFormRow .mktoErrorMsg {
  background: #de2e21;
  border-radius: 5px;
  bottom: 55px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  left: 50%;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 55%;
  min-width: 30%;
  padding: 4px 10px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  white-space: pre-line;
  width: 100%;
  z-index: 150;
}
.mktoFormRow:not(:focus) .mktoError {
  display: none;
}
.mktoFormRow .mktoErrorMsg::after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #de2e21;
  bottom: -5px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -3px;
  position: absolute;
  width: 0;
}

.mktoFormRow.focus .mktoFormRow.mktoField,
.mktoFormRow.valid .mktoFormRow.mktoField {
  outline: none;
  opacity: 1;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

div.mktoFormRow.text {
  border-radius: 0px;
  box-shadow: 0 0 0 0px;
  height: auto;
  margin: 8px auto;
  position: relative;
  -webkit-backface-visibility: hidden;
  font-size: 14px;
  text-align: left;
  font-weight: 400;
  line-height: 20px;
  padding: 0 15px;
  color: #022043;
}

.mktoHtmlText.mktoHasWidth {
  text-align: center;
  font-size: 14px;
  width: 100% !important;
}
.mktoHtmlText.mktoHasWidth a {
  color: #0057ae;
  font-weight: 400;
  line-height: 20px;
  text-decoration: underline;
}
.mktoHtmlText.mktoHasWidth a:hover,
.mktoHtmlText.mktoHasWidth a:active {
  color: #022043;
}
.mktoHtmlText.mktoHasWidth a:focus {
  color: #022043 !important;
  box-shadow: 0 0 0 2px #0057ae;
  border: none !important;
  outline: none !important;
  border-radius: 24px;
}

div.mktoFormRow.checkbox {
  box-shadow: 0 0 0 0px;
  height: auto;
  padding: 0px;
}
div.mktoFormRow.checkbox .mktoCheckboxList {
  width: 100% !important;
}

div.mktoFormRow.invalid {
  transition: box-shadow 100ms ease;
  box-shadow: 0 0 0 1px #de2e21 !important;
}
div.mktoFormRow.invalid .mktoLabel {
  z-index: 10;
}
div.mktoFormRow.invalid .mktoLabel,
div.mktoFormRow.invalid .mktoField {
  opacity: 1;
  color: #de2e21;
  bottom: 6px;
  height: auto;
}
div.mktoFormRow.invalid.select {
  box-shadow: 0 0 0 1px #de2e21 !important;
}
div.mktoFormRow.invalid.textArea textarea {
  box-shadow: 0 0 0 1px #de2e21 !important;
}
div.mktoFormRow.invalid.checkbox input[type="checkbox"] + label:before {
  box-shadow: 0 0 0 1px #de2e21;
  border-radius: 2px;
  border: none !important;
}
div.mktoFormRow.invalid.checkbox .mktoError {
  display: none !important;
  visibility: hidden;
  opacity: 0;
}
div.mktoFormRow.invalid.checkbox .mktoCheckboxList .mktoLabel,
div.mktoFormRow.invalid.checkbox .mktoCheckboxList .mktoField {
  visibility: hidden;
  opacity: 0;
  display: none;
}
div.mktoFormRow.invalid.checkbox label {
  font-size: 14px;
  color: #022043;
}
div.mktoFormRow.invalid input[type="radio"] {
  box-shadow: 0 0 0 1px #de2e21;
  border-radius: 100% !important;
  appearance: none;
  background-color: #ffffff !important;
}
div.mktoFormRow.invalid.focus {
  box-shadow: 0 0 0 2px #022043;
}
div.mktoFormRow.invalid.focus .error-tooltip {
  display: inline;
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -2px);
  transition: all 100ms ease;
}

.mktoFormRow:has(
  div.mktoFieldDescriptor div.mktoFieldWrap input.has-blurred.mktoInvalid
) {
  box-shadow: 0 0 0 1px #de2e21;
}

.mktoField {
  background-color: transparent;
  border: none 0 transparent;
  color: #022043;
  font-size: 14px;
  height: 100%;
  line-height: 1.5;
  margin: 0;
  max-width: 100%;
  opacity: 0;
  padding: 0;
  position: absolute;
  transition: all 100ms ease;
  z-index: 100;
}
.mktoField:focus {
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  outline: none;
  opacity: 1;
}
.mktoField[type="checkbox"]:focus {
  height: 100%;
  opacity: 0;
}
.mktoField:focus ~ .mktoLabel,
.mktoField:valid ~ .mktoLabel {
  background-color: transparent;
  color: #7b858f;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  opacity: 1;
  top: 0;
  transition: all 100ms ease;
  transform: translateY(7px);
  z-index: 1;
}

div.mktoFormRow.focus:not(.checkbox) label,
div.mktoFormRow.valid:not(.checkbox) label,
div.mktoFormRow.invalid.nonEmpty:not(.checkbox) label {
  background-color: transparent;
  color: #022043;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  opacity: 1;
  top: -2px;
  transition: all 100ms ease;
  transform: translateY(7px);
  z-index: 1;
}

div.mktoFormRow.focus {
  box-shadow: 0 0 0 2px #0057ae;
}
div.mktoFormRow.focus .mktoLabel,
div.mktoFormRow.focus .mktoField {
  opacity: 1;
  color: #022043;
}

div.mktoFormRow.valid input {
  bottom: 6px;
  outline: none;
  height: 21px;
  opacity: 1;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
div.mktoFormRow.valid input[type="checkbox"] {
  opacity: 0;
}

:-moz-focusring {
  outline: none;
  border: 0 none transparent;
  box-shadow: 0 0 0 transparent;
}

form input.mktoField {
  background-color: transparent;
  border: none 0 transparent;
  bottom: 6px;
  color: #022043;
  font-size: 16px;
  height: 100%;
  line-height: 1.5;
  margin: 0;
  max-width: 100%;
  opacity: 0;
  padding: 0;
  position: absolute;
  transition: all 100ms ease;
  width: 87%;
  z-index: 100;
}
form input.mktoField:focus {
  background-color: transparent;
  bottom: 6px;
  font-size: 16px;
  font-weight: 400;
  height: 21px;
  line-height: 1.5;
  outline: none;
  opacity: 1;
}
form input.mktoField:focus ~ label.mktoLabel {
  background-color: transparent;
  color: #022043;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  opacity: 1;
  top: 0;
  transition: all 100ms ease;
  transform: translateY(7px);
  z-index: 1;
}

label.mktoLabel {
  color: #525d6a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  pointer-events: none;
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
}

label.mktoLabel.outer-label {
  color: #022043;
  position: relative;
  top: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

div.mktoFieldWrap.outer-label input.mktoField {
  bottom: 0;
  opacity: 1;
  height: 100%;
}

label.mktoLabel.outer-label[for="formOptIn"] {
  display: none;
}

div.mktoFieldWrap.outer-label input[type="checkbox"] {
  opacity: 0;
}

div.mktoFieldWrap.outer-label select.mktoField {
  top: 0;
  height: 100%;
  padding-top: 0;
  margin-top: 0;
  padding-top: 14px !important;
}

button.mktoButton {
  -webkit-align-items: center;
  align-items: center;
  background: #0057ae;
  border-radius: 32px;
  border: 0 transparent;
  color: #ffffff;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 24px;
  outline: none;
  padding: 12px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  width: 100%;
  margin: 24px auto;
}
button.mktoButton .svg {
  fill: #ffffff;
  padding: 1px;
  margin-right: 8px;
}
button.mktoButton:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
button.mktoButton:focus-visible {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0057ae;
}
button.mktoButton:hover,
button.mktoButton:active {
  background: #022043;
  color: #ffffff;
  text-decoration: none;
}
button.mktoButton:hover .svg,
button.mktoButton:active .svg {
  fill: #022043;
}
button.mktoButton span.timestamp {
  margin-left: 5px;
}

.mktoFormRow.select {
  position: relative;
  border: none !important;
  box-shadow: 0 0 0 1px #7d8b99 !important;
}
.mktoFormRow.select::before {
  border-color: #022043;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 7px;
  position: absolute;
  right: 15px;
  top: 45%;
  transform: translateY(-50%) rotate(135deg);
  vertical-align: middle;
  width: 7px;
  z-index: 9;
}
.mktoFormRow.select > option {
  padding: 0;
}
.mktoFormRow.select.focus {
  border: none;
  transition: all 100ms ease;
  box-shadow: 0 0 0 2px #0057ae !important;
}
.mktoFormRow.select.focus select.mktoField:focus {
  border-style: none;
  outline: none;
  opacity: 1;
}
.mktoFormRow.select.valid select.mktoField {
  display: block;
  opacity: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mktoFormRow.select select.mktoField::-ms-value {
  background: none;
  color: #022043;
}
.mktoFormRow.select select.mktoField {
  -webkit-tap-highlight-color: rgba(2, 32, 67, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  bottom: 0;
  background: transparent !important;
  border: none;
  box-shadow: none;
  color: #022043;
  display: block;
  font-weight: 400;
  position: relative;
  opacity: 0;
  width: 100%;
  padding-top: 20px !important;
  padding-right: 60px !important;
  z-index: 10;
}
.mktoFormRow.select select.mktoField option {
  background-color: transparent;
}
.mktoFormRow.select select.mktoField::-moz-focus-inner {
  border: none;
}
.mktoFormRow.select select.mktoField option {
  padding: 0;
  opacity: 1;
}
.mktoFormRow.select select.mktoField:focus {
  border-style: none;
  outline: none;
  opacity: 1;
}
.mktoFormRow.select select.mktoField::-ms-clear,
.mktoFormRow.select select.mktoField::-ms-expand {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.mktoFormRow.selectselect.mktoField {
  top: 0;
  height: 100%;
  padding-top: 0;
  margin-top: 0;
}

:-moz-focusring {
  outline: none;
  border: 0 none transparent;
  box-shadow: 0 0 0 transparent;
}

.invalid.select span.error {
  transform: translate(-90%, -50%);
  padding-right: 8px;
  border-right: 1px solid #b6c1cc;
}

.mktoEmbed {
  display: none;
}

#digitalIDPrompt,
#digitalIDPending {
  background-color: #f1f3f6;
  border-radius: 4px;
  color: #022043;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 24px;
  text-align: left;
}
#digitalIDPrompt a,
#digitalIDPending a {
  color: #0057ae;
  text-decoration: underline;
}

.unified-password .show-password__toggle-btn {
  padding: 5px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%);
  background: transparent;
  border: 2px solid transparent;
  border-radius: 24px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 99;
}
.unified-password .show-password__toggle-btn:hover {
  background-color: #f0f1f2;
}
.unified-password .show-password__toggle-btn:active {
  background-color: #dfe2e6;
}
.unified-password .show-password__toggle-btn:focus {
  box-shadow: none;
  outline: none;
}
.unified-password .show-password__toggle-btn:focus-visible {
  box-shadow: 0 0 0 2px #0057ae;
  outline: 0;
}
.unified-password:after,
.unified-password span.error {
  right: 50px !important;
}

.password-strength {
  color: #022043;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 24px;
}
.password-strength ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.password-strength li {
  padding-left: 24px;
  position: relative;
}
.password-strength li.invalid:before,
.password-strength li.invalid:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 10px;
  width: 2px;
  height: 16px;
  background-color: #de2e21;
}
.password-strength li.invalid:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.password-strength li.invalid:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.password-strength li.valid:after {
  right: auto;
  left: 4px;
  top: 7px;
  width: 6px;
}
.password-strength .password-progress-bar {
  margin: 8px 0;
  display: flex;
  height: 4px;
  border-radius: 5px;
  overflow: hidden;
  background: #f0f1f2;
}
.password-strength .password-progress-bar .password-progress {
  background: #43c463;
}
.password-strength .password-progress-bar .password-progress.weak {
  background: #de2e21;
}

.submitIcon {
  padding: 1px;
  margin-right: 8px;
  fill: #ffffff;
}
.submitIcon .st0 {
  fill: #ffffff;
}

div.loading-error {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 32px;
  position: static;
  max-width: 100%;
  background: #f0f1f2;
  border-radius: 8px;
  flex: none;
  order: 1;
  flex-grow: 0;
  margin: 32px auto;
}
div.loading-error span.text {
  width: 100%;
  font-family: inherit;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #333333;
  flex: none;
  order: 2;
  align-self: stretch;
}

.valid.select::after {
  margin-right: 30px;
}

.valid::after {
  border-bottom-width: 2px;
  border-color: #77bc1f;
  border-left-width: 0;
  border-right-width: 2px;
  border-style: solid;
  border-top-width: 0;
  content: "";
  display: block;
  height: 13px;
  margin-top: -7px;
  position: absolute;
  right: 15px;
  top: 46%;
  transform: rotate(45deg);
  width: 0;
  width: 7px;
  z-index: 20;
}

.valid::after {
  border-color: #12a67c;
}

.error {
  transition: box-shadow 100ms ease;
}
.error.checkbox {
  background-color: #ffebf3;
  padding: 16px;
  box-shadow: 0 0 0 1px #de2e21;
  border-radius: 2px;
}
.error.checkbox label {
  font-size: 14px;
  color: #333d47;
}
.error.select {
  border-color: transparent;
  box-shadow: 0 0 0 1px #de2e21;
}
.error.focus {
  box-shadow: 0 0 0 2px #de2e21;
}
.error.focus .error-tooltip {
  display: inline;
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -2px);
  transition: all 100ms ease;
}
.error span.error {
  color: #de2e21;
  height: 20px;
  width: 20px;
  font-weight: 400;
  transform: translate(0, -50%);
  padding: 0;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 100;
}
.error span.error svg {
  max-width: 100%;
}

.error-tooltip {
  background: #de2e21;
  border-radius: 5px;
  bottom: 55px;
  color: white;
  display: inline-block;
  font-size: 12px;
  left: 50%;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 55%;
  min-width: 30%;
  opacity: 0;
  padding: 4px 10px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  transform: translate(-50%, 0);
  transition: all 100ms ease;
  visibility: hidden;
  white-space: pre-line;
  width: 100%;
  z-index: 150;
}

.error-tooltip::after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #de2e21;
  bottom: -5px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -3px;
  position: absolute;
  width: 0;
}

.error.select span.error {
  transform: translate(-90%, -50%);
  padding-right: 8px;
  border-right: 1px solid #e8ebed;
}

.lp-form {
  border-radius: 12px;
  margin-top: 2rem;
  padding-top: 22px;
  padding-top: 1.375rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
@media (min-width: 48em) {
  .lp-form {
    padding-top: 38px;
    padding-top: 2.375rem;
    padding-bottom: 32px;
    padding-bottom: 2rem;
  }
}
.lp-form .customRow {
  display: flex;
  height: auto !important;
  padding-left: 0 !important;
  box-shadow: none !important;
}
.lp-form .customRow .mktoHtmlText.mktoHasWidth {
  text-align: left !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  line-height: 24px !important;
  margin-top: 12px !important;
}
.lp-form .lpFormCheckbox {
  margin-bottom: 12px !important;
}
.lp-form .checkboxLabel {
  padding: 0 !important;
  margin: 0 0 8px 0 !important;
  font-weight: 400 !important;
  color: #333333;
}
.lp-form .privacyStatement {
  text-align: left !important;
}
.lp-form.bg-white {
  background-color: #ffffff;
}
.lp-form.bg-white .eyebrow {
  color: #333333;
}
.lp-form.bg-white .heading {
  color: #333333;
}
.lp-form.bg-white .mktoButton {
  background-color: #0875e1;
  color: #ffffff;
}
.lp-form.bg-white .mktoButton:hover {
  background-color: #005cb9;
}
.lp-form.bg-white .mktoFormRow.text {
  color: #5e6a75;
}
.lp-form.bg-white .mktoFormRow.text a {
  color: #0875e1;
}
.lp-form.bg-white .mktoFormRow.text a:hover {
  color: #005cb9;
}
.lp-form.bg-white .checkbox input[type="checkbox"]:checked + label:before {
  content: "✔︎" !important;
  font-size: 12px !important;
  background: #005cb9 !important;
  color: #ffffff !important;
}
.lp-form.bg-white .mktoButtonRow button {
  background: #0875e1 !important;
  color: #ffffff !important;
  padding: 20px !important;
}
.lp-form.bg-white .radioGroupRow label {
  color: #333333 !important;
}
.lp-form.bg-white .privacyStatement,
.lp-form.bg-white .lpFormText {
  color: #333333 !important;
}
.lp-form.bg-white .privacyStatement span,
.lp-form.bg-white .lpFormText span {
  color: #333333 !important;
}
.lp-form.bg-white textarea {
  box-shadow: 0 0 0 1px #ced3d9 !important;
}
.lp-form.bg-gray {
  background-color: #f0f1f2;
}
.lp-form.bg-gray .eyebrow {
  color: #333333;
}
.lp-form.bg-gray .heading {
  color: #333333;
}
.lp-form.bg-gray .mktoButton {
  background-color: #0875e1;
  color: #ffffff;
}
.lp-form.bg-gray .mktoButton:hover {
  background-color: #005cb9;
}
.lp-form.bg-gray .checkbox input[type="checkbox"]:checked + label:before {
  content: "✔︎" !important;
  font-size: 12px !important;
  background: #005cb9 !important;
  color: #ffffff !important;
}
.lp-form.bg-gray .mktoFormRow.text {
  color: #5e6a75;
}
.lp-form.bg-gray .mktoFormRow.text a {
  color: #0875e1;
}
.lp-form.bg-gray .mktoFormRow.text a:hover {
  color: #005cb9;
}
.lp-form.bg-blue {
  background-color: #005cb9 !important;
}
.lp-form.bg-blue a {
  color: #ffffff !important;
  text-decoration: underline !important;
}
.lp-form.bg-blue a:visited {
  color: #ffffff !important;
  text-decoration: underline !important;
}
.lp-form.bg-blue .mktoFormRow {
  background: #ffffff !important;
}
.lp-form.bg-blue .customRow {
  height: auto !important;
  background-color: #005cb9 !important;
}
.lp-form.bg-blue .customRow .mktoHtmlText.mktoHasWidth {
  color: #ffffff !important;
}
.lp-form.bg-blue .checkbox,
.lp-form.bg-blue .radioGroupRow {
  background-color: #005cb9 !important;
}
.lp-form.bg-blue .checkbox label,
.lp-form.bg-blue .radioGroupRow label {
  color: #ffffff !important;
}
.lp-form.bg-blue .checkbox input[type="checkbox"]:checked + label:before {
  content: "✔︎" !important;
  font-size: 12px !important;
  background: #ffffff !important;
  color: #005cb9 !important;
}
.lp-form.bg-blue .privacyStatement,
.lp-form.bg-blue .lpFormText {
  color: #ffffff !important;
}
.lp-form.bg-blue .mktoButtonRow button {
  background: #ffffff !important;
  color: #0875e1 !important;
  padding: 20px !important;
}
.lp-form.bg-blue .mktoButtonRow span {
  color: #0875e1 !important;
}
.lp-form.bg-blue .radioGroupRow {
  background: #005cb9 !important;
}
.lp-form.bg-blue .radioGroupRow label {
  color: #ffffff !important;
}
.lp-form.bg-blue .eyebrow {
  color: #ffffff !important;
}
.lp-form.bg-blue .heading {
  color: #ffffff !important;
}
.lp-form.bg-blue .mktoButton {
  background-color: #f0f1f2 !important;
  color: #0875e1 !important;
}
.lp-form.bg-blue .mktoButton:hover {
  background-color: #005cb9;
}
.lp-form.bg-blue .mktoFormRow.text {
  color: #ffffff !important;
}
.lp-form .cmp-lpform {
  text-align: center;
}
.lp-form .cmp-lpform .lpform-container {
  text-align: center;
  margin: 0 auto;
}
.lp-form .cmp-lpform .lpform-container .container,
.lp-form
  .cmp-lpform
  .lpform-container
  .perspective-article-page
  .perspective-main-container,
.perspective-article-page
  .lp-form
  .cmp-lpform
  .lpform-container
  .perspective-main-container,
.lp-form .cmp-lpform .lpform-container .section-v3 .section__container,
.section-v3 .lp-form .cmp-lpform .lpform-container .section__container {
  padding: 0 16px;
}
@media (min-width: 48em) {
  .lp-form .cmp-lpform .lpform-container .container,
  .lp-form
    .cmp-lpform
    .lpform-container
    .perspective-article-page
    .perspective-main-container,
  .perspective-article-page
    .lp-form
    .cmp-lpform
    .lpform-container
    .perspective-main-container,
  .lp-form .cmp-lpform .lpform-container .section-v3 .section__container,
  .section-v3 .lp-form .cmp-lpform .lpform-container .section__container {
    padding: 0 8px;
  }
}
@media (min-width: 70.25em) {
  .lp-form .cmp-lpform .lpform-container .container,
  .lp-form
    .cmp-lpform
    .lpform-container
    .perspective-article-page
    .perspective-main-container,
  .perspective-article-page
    .lp-form
    .cmp-lpform
    .lpform-container
    .perspective-main-container,
  .lp-form .cmp-lpform .lpform-container .section-v3 .section__container,
  .section-v3 .lp-form .cmp-lpform .lpform-container .section__container {
    padding: 0 24px;
  }
}
.lp-form .cmp-lpform .lpform-container .eyebrow {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  padding-bottom: 8px;
}
.lp-form .cmp-lpform .lpform-container .heading {
  color: #333333;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
.lp-form .cmp-lpform .lpform-container .mktoForm {
  visibility: visible;
  margin: 0 auto;
  width: 100% !important;
}
.lp-form .cmp-lpform .lpform-container .mktoForm .mktoFormRow label,
.lp-form .cmp-lpform .lpform-container .mktoForm .mktoFormRow input {
  font-family: "Acid Grotesk", Arial, Helvetica, sans-serif;
}
.lp-form .cmp-lpform .lpform-container .mktoForm .mktoFormRow.textArea {
  padding-left: 0 !important;
  box-shadow: none !important;
  box-shadow: 0 0 0 1px #ced3d9 !important;
}
.lp-form .cmp-lpform .lpform-container .mktoForm .mktoFormRow.text {
  background: transparent;
  border: none;
  color: #333333;
  height: auto;
  text-align: center;
}
.lp-form .cmp-lpform .lpform-container .mktoForm .mktoFormRow.select::before {
  border-color: #333333;
}
.lp-form .cmp-lpform .lpform-container .mktoForm .mktoFormRow.checkbox label {
  font-size: 16px;
  color: #333d47;
  display: block;
  margin-top: 0;
}
.lp-form
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoFormRow
  input[type="checkbox"] {
  height: 15px !important;
  background: transparent !important;
  cursor: pointer;
}
.lp-form
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoFormRow.checkbox
  label:before {
  border-radius: 15%;
  border: 1px solid #333333;
  content: "";
  cursor: pointer;
  display: block;
  float: left;
  height: 24px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  transition: all 100ms ease;
  width: 24px;
  background-color: #ffffff;
}
.lp-form
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoFormRow
  .checkbox
  input[type="checkbox"]:checked
  + label:before {
  content: "✔︎";
  font-size: 12px;
  font-weight: normal;
  border: none;
}
.lp-form .cmp-lpform .lpform-container .mktoForm .mktoFormRow .mktoField {
  color: #333333;
  width: 100% !important;
}
.lp-form
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoFormRow
  .mktoTextField::placeholder,
.lp-form
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoFormRow
  .mktoEmailField::placeholder {
  opacity: 0 !important;
}
.lp-form .cmp-lpform .lpform-container .mktoForm .mktoFormRow span.error {
  width: auto;
}
.lp-form .cmp-lpform .lpform-container .mktoForm .radioGroupRow {
  box-shadow: none;
  padding: 0;
  height: auto;
  cursor: pointer;
}
.lp-form .cmp-lpform .lpform-container .mktoForm .radioGroupRow label {
  color: #333333;
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
}
.lp-form
  .cmp-lpform
  .lpform-container
  .mktoForm
  .radioGroupRow
  input[type="radio"] {
  opacity: 1;
  position: relative;
  float: left;
  transition: none;
  bottom: 0;
  width: 24px !important;
  height: 24px;
  margin-right: 8px;
  cursor: pointer;
}
.lp-form
  .cmp-lpform
  .lpform-container
  .mktoForm
  .radioGroupRow
  .mktoRadioList
  label {
  margin-bottom: 8px;
  align-items: center;
  display: flex;
  color: #333333;
  transform: none;
}
.lp-form
  .cmp-lpform
  .lpform-container
  .mktoForm
  .radioGroupRow
  .mktoRadioList
  input[type="radio"]:checked {
  width: 24px !important;
  height: 24px;
  border-radius: 50%;
  background-color: white;
  content: "";
  display: inline-block;
  border: 5px solid #0875e1;
}
.lp-form
  .cmp-lpform
  .lpform-container
  .mktoForm
  .radioGroupRow
  .mktoRadioList
  input[type="radio"]:checked
  .mktoField:not(:focus) {
  bottom: -6px;
}
.lp-form .cmp-lpform .lpform-container .mktoForm .invalidRadioButtons {
  background-color: #ffebf3;
  padding: 16px !important;
  box-shadow: 0 0 0 1px #de2e21 !important;
  border-radius: 2px;
}
.lp-form .cmp-lpform .lpform-container .mktoForm .invalidRadioButtons label {
  font-size: 16px;
  color: #333d47;
}
.lp-form .cmp-lpform .lpform-container .mktoForm .mktoButton {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.lp-form .cmp-lpform .lpform-container .mktoForm .mktoButtonWrap {
  margin-left: 0 !important;
}

.lp-form {
  font-family: "Acid Grotesk", Arial, Helvetica, sans-serif;
}

.lp-form .cmp-lpform .lpform-container .mktoForm .mktoFormRow .mktoField {
  color: #022043;
}
.lp-form .cmp-lpform .lpform-container .mktoForm .mktoFormRow:not(.checkbox) {
  background-color: #ffffff;
}
.lp-form
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoFormRow.checkbox
  label.checkboxLabel {
  color: #022043;
}
.lp-form
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoFormRow.checkbox
  label.checkboxLabel::before {
  background: #ffffff;
  border-radius: 15%;
  border: 1px solid #7d8b99 !important;
  box-shadow: none;
  content: "";
  cursor: pointer;
  display: block;
  float: left;
  height: 18px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  top: 0;
  transition: all 100ms ease;
  width: 18px;
}
.lp-form
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoFormRow.checkbox
  input[type="checkbox"]:checked
  + label.checkboxLabel:before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0.1986 0.1429 9.9527 8.7244' width='9.9527px' height='8.7244px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M 3.539 6.186 L 8.64 0.25 C 8.751 0.117 8.939 0.104 9.072 0.233 L 10.046 1.06 C 10.173 1.184 10.188 1.389 10.075 1.524 L 3.945 8.76 C 3.841 8.885 3.669 8.904 3.539 8.8 C 3.533 8.795 0.302 6.186 0.302 6.186 C 0.176 6.064 0.161 5.86 0.28 5.718 L 1.134 4.687 C 1.248 4.55 1.446 4.542 1.569 4.661 L 3.539 6.186 Z' fill='%23FFFFFF' id='object-0'/%3E%3C/svg%3E") !important;
  font-size: 12px;
  font-weight: normal;
  background-color: #022043 !important;
  color: #ffffff;
}
.lp-form
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoFormRow.checkbox
  label
  span {
  display: block;
  overflow: hidden;
}
.lp-form
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoFormRow.checkbox
  .mktoCheckbox--unchecked
  + label.checkboxLabel:before {
  border: none !important;
  box-shadow: 0 0 0 1px #de2e21;
}
.lp-form .cmp-lpform .lpform-container .mktoForm .mktoButtonRow .mktoButton {
  padding: 20px;
}
.lp-form
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoButtonRow
  .mktoButton
  span {
  color: #ffffff;
  font-weight: 700;
}
.lp-form.bg-white .mktoButtonRow button {
  -webkit-align-items: center !important;
  align-items: center !important;
  background: #0057ae !important;
  border-radius: 32px !important;
  border: 0 transparent !important;
  color: #ffffff !important;
  cursor: pointer !important;
  display: -webkit-flex !important;
  display: flex !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  -webkit-justify-content: center !important;
  justify-content: center !important;
  line-height: 24px !important;
  outline: none !important;
  padding: 12px !important;
  -webkit-transition: all 0.1s ease !important;
  transition: all 0.1s ease !important;
  width: 100% !important;
  margin: 24px auto !important;
}
.lp-form.bg-white .mktoButtonRow button .svg {
  fill: #ffffff !important;
  padding: 1px !important;
  margin-right: 8px !important;
}
.lp-form.bg-white .mktoButtonRow button:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.lp-form.bg-white .mktoButtonRow button:focus-visible {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0057ae !important;
}
.lp-form.bg-white .mktoButtonRow button:hover,
.lp-form.bg-white .mktoButtonRow button:active {
  background: #022043 !important;
  color: #ffffff !important;
  text-decoration: none !important;
}
.lp-form.bg-white .mktoButtonRow button:hover .svg,
.lp-form.bg-white .mktoButtonRow button:active .svg {
  fill: #022043 !important;
}
.lp-form.bg-white .lpFormText {
  color: #022043 !important;
}
.lp-form.bg-white .lpFormText a {
  color: #0057ae !important;
  font-weight: 400;
  line-height: 20px;
  text-decoration: underline;
}
.lp-form.bg-white .lpFormText a:hover,
.lp-form.bg-white .lpFormText a:active {
  color: #022043 !important;
}
.lp-form.bg-white .lpFormText a:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.lp-form.bg-white .lpFormText a:focus-visible {
  color: #022043 !important;
  box-shadow: 0 0 0 2px #0057ae;
  border: none !important;
  outline: none !important;
  border-radius: 24px;
}
.lp-form.bg-blue
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoFormRow.checkbox
  label.checkboxLabel {
  color: #022043;
}
.lp-form.bg-blue
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoFormRow.checkbox
  label.checkboxLabel::before {
  background: #ffffff;
  border-radius: 15%;
  border: 1px solid #7d8b99;
  content: "";
  cursor: pointer;
  display: block;
  float: left;
  height: 18px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  top: 0;
  transition: all 100ms ease;
  width: 18px;
}
.lp-form.bg-blue
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoFormRow.checkbox
  label.checkboxLabel {
  color: #ffffff;
}
.lp-form.bg-blue
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoFormRow.checkbox.focus
  input[type="checkbox"]
  + label.checkboxLabel:before,
.lp-form.bg-blue
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoFormRow.checkbox
  .mktoFormCol.focus
  input[type="checkbox"]
  + label.checkboxLabel:before {
  box-shadow:
    0 0 0 1px #022043,
    0 0 0 2px #ffffff,
    0 0 0 3px #0057ae !important;
}
.lp-form.bg-blue
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoFormRow.checkbox
  input[type="checkbox"]:checked
  + label.checkboxLabel:before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0.1986 0.1429 9.9527 8.7244' width='9.9527px' height='8.7244px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M 3.539 6.186 L 8.64 0.25 C 8.751 0.117 8.939 0.104 9.072 0.233 L 10.046 1.06 C 10.173 1.184 10.188 1.389 10.075 1.524 L 3.945 8.76 C 3.841 8.885 3.669 8.904 3.539 8.8 C 3.533 8.795 0.302 6.186 0.302 6.186 C 0.176 6.064 0.161 5.86 0.28 5.718 L 1.134 4.687 C 1.248 4.55 1.446 4.542 1.569 4.661 L 3.539 6.186 Z' fill='%230F2E66' id='object-0'/%3E%3C/svg%3E") !important;
  font-size: 12px;
  font-weight: normal;
  background-color: #ffffff !important;
}
.lp-form.bg-blue
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoFormRow.checkbox
  label
  span {
  display: block;
  overflow: hidden;
}

.darkTheme
  .lp-form
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoFormRow
  .mktoField {
  color: #022043;
}
.darkTheme
  .lp-form
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoFormRow:not(.checkbox) {
  background-color: #ffffff;
}
.darkTheme
  .lp-form
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoFormRow:not(.checkbox).select.focus,
.darkTheme
  .lp-form
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoFormRow:not(.checkbox).focus {
  box-shadow:
    0 0 0 2px #022043,
    0 0 0 3px #ffffff !important;
}
.darkTheme
  .lp-form
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoFormRow.checkbox
  label.checkboxLabel {
  color: #022043;
}
.darkTheme
  .lp-form
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoFormRow.checkbox
  label.checkboxLabel::before {
  background: #ffffff;
  border-radius: 15%;
  border: 1px solid #7d8b99;
  content: "";
  cursor: pointer;
  display: block;
  float: left;
  height: 18px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  top: 0;
  transition: all 100ms ease;
  width: 18px;
}
.darkTheme
  .lp-form
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoFormRow.checkbox
  label.checkboxLabel {
  color: #ffffff;
}
.darkTheme
  .lp-form
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoFormRow.checkbox.focus
  input[type="checkbox"]
  + label.checkboxLabel:before,
.darkTheme
  .lp-form
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoFormRow.checkbox
  .mktoFormCol.focus
  input[type="checkbox"]
  + label.checkboxLabel:before {
  box-shadow:
    0 0 0 1px #022043,
    0 0 0 2px #ffffff,
    0 0 0 3px #0057ae !important;
}
.darkTheme
  .lp-form
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoFormRow.checkbox
  input[type="checkbox"]:checked
  + label.checkboxLabel:before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0.1986 0.1429 9.9527 8.7244' width='9.9527px' height='8.7244px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M 3.539 6.186 L 8.64 0.25 C 8.751 0.117 8.939 0.104 9.072 0.233 L 10.046 1.06 C 10.173 1.184 10.188 1.389 10.075 1.524 L 3.945 8.76 C 3.841 8.885 3.669 8.904 3.539 8.8 C 3.533 8.795 0.302 6.186 0.302 6.186 C 0.176 6.064 0.161 5.86 0.28 5.718 L 1.134 4.687 C 1.248 4.55 1.446 4.542 1.569 4.661 L 3.539 6.186 Z' fill='%230F2E66' id='object-0'/%3E%3C/svg%3E") !important;
  font-size: 12px;
  font-weight: normal;
  background-color: #ffffff !important;
}
.darkTheme
  .lp-form
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoFormRow.checkbox
  label
  span {
  display: block;
  overflow: hidden;
}
.darkTheme
  .lp-form
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoButtonRow
  .mktoButton {
  background-color: #ffffff;
  padding: 20px;
}
.darkTheme
  .lp-form
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoButtonRow
  .mktoButton
  span {
  color: #022043;
  font-weight: 700;
}
.darkTheme
  .lp-form
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoButtonRow
  .mktoButton:hover {
  background-color: #b6c1cc;
  color: #022043 !important;
}
.darkTheme
  .lp-form
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoButtonRow
  .mktoButton:hover
  svg {
  fill: #022043;
}
.darkTheme
  .lp-form
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoButtonRow
  .mktoButton:active {
  background-color: #b6c1cc;
  color: #022043 !important;
}
.darkTheme
  .lp-form
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoButtonRow
  .mktoButton:active
  svg {
  fill: #022043;
}
.darkTheme
  .lp-form
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoButtonRow
  .mktoButton:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.darkTheme
  .lp-form
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoButtonRow
  .mktoButton:focus-visible {
  background-color: #b6c1cc;
  box-shadow:
    0 0 0 2px #022043,
    0 0 0 4px #ffffff;
  color: #022043 !important;
}
.darkTheme
  .lp-form
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoButtonRow
  .mktoButton:focus-visible
  svg {
  fill: #022043;
}
.darkTheme
  .lp-form
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoButtonRow
  .mktoButton:focus-visible:hover {
  background-color: #b6c1cc;
  box-shadow: inset 0 0 0 0 transparent;
  color: #022043 !important;
}
.darkTheme
  .lp-form
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoButtonRow
  .mktoButton:focus-visible:hover
  svg {
  fill: #022043;
}
.darkTheme
  .lp-form
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoButtonRow
  .mktoButton:focus-visible:active {
  background-color: #b6c1cc;
  box-shadow: inset 0 0 0 0 transparent;
  color: #022043 !important;
}
.darkTheme
  .lp-form
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoButtonRow
  .mktoButton:focus-visible:active
  svg {
  fill: #022043;
}
.darkTheme .lp-form .cmp-lpform .lpform-container .mktoForm .mktoHtmlText {
  color: #ffffff;
}
.darkTheme .lp-form .cmp-lpform .lpform-container .mktoForm .mktoHtmlText a {
  color: #ffffff;
  outline: none;
  border: none;
}
.darkTheme
  .lp-form
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoHtmlText
  a:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.darkTheme
  .lp-form
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoHtmlText
  a:focus-visible {
  color: #ffffff !important;
  box-shadow: 0 0 0 2px #ffffff;
  border: none !important;
  outline: none !important;
}
.darkTheme .lp-form.bg-white .cmp-lpform .lpform-container .eyebrow,
.darkTheme .lp-form.bg-white .cmp-lpform .lpform-container .heading,
.darkTheme .lp-form.bg-gray .cmp-lpform .lpform-container .eyebrow,
.darkTheme .lp-form.bg-gray .cmp-lpform .lpform-container .heading {
  color: #022043 !important;
}
.darkTheme
  .lp-form.bg-white
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoFormRow
  .mktoField,
.darkTheme
  .lp-form.bg-gray
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoFormRow
  .mktoField {
  color: #022043;
}
.darkTheme
  .lp-form.bg-white
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoFormRow:not(.checkbox),
.darkTheme
  .lp-form.bg-gray
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoFormRow:not(.checkbox) {
  background-color: #ffffff;
}
.darkTheme
  .lp-form.bg-white
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoFormRow.checkbox
  label.checkboxLabel,
.darkTheme
  .lp-form.bg-gray
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoFormRow.checkbox
  label.checkboxLabel {
  color: #022043;
}
.darkTheme
  .lp-form.bg-white
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoFormRow.checkbox
  label.checkboxLabel::before,
.darkTheme
  .lp-form.bg-gray
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoFormRow.checkbox
  label.checkboxLabel::before {
  background: #ffffff;
  border-radius: 15%;
  border: 1px solid #7d8b99;
  content: "";
  cursor: pointer;
  display: block;
  float: left;
  height: 18px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  top: 0;
  transition: all 100ms ease;
  width: 18px;
}
.darkTheme
  .lp-form.bg-white
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoFormRow.checkbox
  input[type="checkbox"]:checked
  + label.checkboxLabel:before,
.darkTheme
  .lp-form.bg-gray
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoFormRow.checkbox
  input[type="checkbox"]:checked
  + label.checkboxLabel:before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0.1986 0.1429 9.9527 8.7244' width='9.9527px' height='8.7244px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M 3.539 6.186 L 8.64 0.25 C 8.751 0.117 8.939 0.104 9.072 0.233 L 10.046 1.06 C 10.173 1.184 10.188 1.389 10.075 1.524 L 3.945 8.76 C 3.841 8.885 3.669 8.904 3.539 8.8 C 3.533 8.795 0.302 6.186 0.302 6.186 C 0.176 6.064 0.161 5.86 0.28 5.718 L 1.134 4.687 C 1.248 4.55 1.446 4.542 1.569 4.661 L 3.539 6.186 Z' fill='%23FFFFFF' id='object-0'/%3E%3C/svg%3E") !important;
  font-size: 12px;
  font-weight: normal;
  background-color: #022043 !important;
  color: #ffffff;
}
.darkTheme
  .lp-form.bg-white
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoFormRow.checkbox
  label
  span,
.darkTheme
  .lp-form.bg-gray
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoFormRow.checkbox
  label
  span {
  display: block;
  overflow: hidden;
}
.darkTheme
  .lp-form.bg-white
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoHtmlText,
.darkTheme
  .lp-form.bg-gray
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoHtmlText {
  color: #022043;
}
.darkTheme
  .lp-form.bg-white
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoHtmlText
  a,
.darkTheme
  .lp-form.bg-gray
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoHtmlText
  a {
  color: #0057ae !important;
  font-weight: 400;
  line-height: 20px;
  text-decoration: underline;
}
.darkTheme
  .lp-form.bg-white
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoHtmlText
  a:hover,
.darkTheme
  .lp-form.bg-white
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoHtmlText
  a:active,
.darkTheme
  .lp-form.bg-gray
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoHtmlText
  a:hover,
.darkTheme
  .lp-form.bg-gray
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoHtmlText
  a:active {
  color: #022043 !important;
}
.darkTheme
  .lp-form.bg-white
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoHtmlText
  a:focus,
.darkTheme
  .lp-form.bg-gray
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoHtmlText
  a:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.darkTheme
  .lp-form.bg-white
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoHtmlText
  a:focus-visible,
.darkTheme
  .lp-form.bg-gray
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoHtmlText
  a:focus-visible {
  color: #022043 !important;
  box-shadow: 0 0 0 2px #0057ae;
  border: none !important;
  outline: none !important;
  border-radius: 24px;
}
.darkTheme
  .lp-form.bg-white
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoButtonRow
  button,
.darkTheme
  .lp-form.bg-gray
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoButtonRow
  button {
  -webkit-align-items: center !important;
  align-items: center !important;
  background: #0057ae !important;
  border-radius: 32px !important;
  border: 0 transparent !important;
  color: #ffffff !important;
  cursor: pointer !important;
  display: -webkit-flex !important;
  display: flex !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  -webkit-justify-content: center !important;
  justify-content: center !important;
  line-height: 24px !important;
  outline: none !important;
  padding: 12px !important;
  -webkit-transition: all 0.1s ease !important;
  transition: all 0.1s ease !important;
  width: 100% !important;
  margin: 24px auto !important;
}
.darkTheme
  .lp-form.bg-white
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoButtonRow
  button
  span,
.darkTheme
  .lp-form.bg-gray
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoButtonRow
  button
  span {
  color: #ffffff;
}
.darkTheme
  .lp-form.bg-white
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoButtonRow
  button
  .svg,
.darkTheme
  .lp-form.bg-gray
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoButtonRow
  button
  .svg {
  fill: #ffffff !important;
  padding: 1px !important;
  margin-right: 8px !important;
}
.darkTheme
  .lp-form.bg-white
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoButtonRow
  button:focus,
.darkTheme
  .lp-form.bg-gray
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoButtonRow
  button:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.darkTheme
  .lp-form.bg-white
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoButtonRow
  button:focus-visible,
.darkTheme
  .lp-form.bg-gray
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoButtonRow
  button:focus-visible {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0057ae !important;
}
.darkTheme
  .lp-form.bg-white
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoButtonRow
  button:hover,
.darkTheme
  .lp-form.bg-white
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoButtonRow
  button:active,
.darkTheme
  .lp-form.bg-gray
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoButtonRow
  button:hover,
.darkTheme
  .lp-form.bg-gray
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoButtonRow
  button:active {
  background: #022043 !important;
  color: #ffffff !important;
  text-decoration: none !important;
}
.darkTheme
  .lp-form.bg-white
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoButtonRow
  button:hover
  .svg,
.darkTheme
  .lp-form.bg-white
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoButtonRow
  button:active
  .svg,
.darkTheme
  .lp-form.bg-gray
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoButtonRow
  button:hover
  .svg,
.darkTheme
  .lp-form.bg-gray
  .cmp-lpform
  .lpform-container
  .mktoForm
  .mktoButtonRow
  button:active
  .svg {
  fill: #022043 !important;
}

.cmp-language-navigation-v3 {
  margin: 0;
  display: flex;
  position: unset;
}
@media (min-width: 75em) {
  .cmp-language-navigation-v3 {
    position: relative;
  }
}
.cmp-language-navigation-v3 .language-toggle {
  display: none;
  border: 0;
  cursor: pointer;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 24px;
  padding: 10px;
}
.cmp-language-navigation-v3 .language-toggle:hover {
  background-color: #f0f1f2;
}
.cmp-language-navigation-v3 .language-toggle:active {
  background-color: #dfe2e6;
}
.cmp-language-navigation-v3 .language-toggle svg {
  width: 24px;
  height: 24px;
  pointer-events: none;
  fill: #022043;
}
.cmp-language-navigation-v3 .language-toggle {
  background: transparent;
}
.cmp-language-navigation-v3 .language-toggle:focus {
  outline: none;
  box-shadow: none;
}
.cmp-language-navigation-v3 .language-toggle:focus-visible {
  box-shadow: 0 0 0 2px #0057ae;
  outline: 0;
}
.cmp-language-navigation-v3 .language-toggle.open {
  background-color: #f0f1f2;
}
.cmp-language-navigation-v3__wrapper {
  display: none;
  right: 0;
  gap: 12px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.0784313725);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1215686275);
  box-sizing: border-box;
  width: 100vw;
  height: 100vh;
  max-height: 100dvh;
  top: 0;
  position: fixed;
  overflow-y: auto;
}
@media (min-width: 992px) {
  .cmp-language-navigation-v3__wrapper {
    position: absolute;
    width: calc(100vw - 48px);
    height: auto;
    max-height: calc(100dvh - 73px);
    border-radius: 12px;
    top: 64px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
  }
}
@media (min-width: 70.25em) {
  .cmp-language-navigation-v3__wrapper {
    width: calc(100vw - 64px);
  }
}
@media (min-width: 75em) {
  .cmp-language-navigation-v3__wrapper {
    left: unset;
    transform: unset;
    width: 71vw;
    max-width: 1094px;
    top: 52px;
  }
}
.cmp-language-navigation-v3__wrapper .language-menu {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cmp-language-navigation-v3__wrapper .language-menu span {
  color: #022043 !important;
}
.cmp-language-navigation-v3__wrapper .language-menu ul {
  background-color: #ffffff;
  list-style: none;
  color: #022043;
  margin: 0;
  padding: 0;
}
.cmp-language-navigation-v3__wrapper .language-menu ul li {
  margin: 0;
}
.cmp-language-navigation-v3__wrapper .language-menu ul li a {
  text-decoration: none;
}
.cmp-language-navigation-v3__wrapper .language-menu ul li a svg {
  display: none;
}
.cmp-language-navigation-v3__wrapper .language-menu ul li a.selected {
  background-color: #d7eafc;
  box-shadow: 0 0 0 2px #0057ae;
  z-index: 10;
}
.cmp-language-navigation-v3__wrapper
  .language-menu
  ul
  li
  a.selected:focus-visible {
  box-shadow: 0 0 0 4px #0057ae !important;
}
.cmp-language-navigation-v3__wrapper
  .language-menu
  ul
  li
  a.selected
  .language-check-icon {
  display: block;
}
.cmp-language-navigation-v3__wrapper .language-menu ul li button {
  border: none;
}
.cmp-language-navigation-v3__wrapper .language-menu ul li button.selected {
  background-color: rgba(0, 0, 0, 0.08);
}
.cmp-language-navigation-v3__wrapper .language-menu ul li svg {
  min-width: 24px;
  width: 24px;
  height: 24px;
  right: 12px;
  fill: #022043;
  top: 12px;
}
.cmp-language-navigation-v3__wrapper .language-menu ul li button,
.cmp-language-navigation-v3__wrapper .language-menu ul li a {
  cursor: pointer;
  font-weight: 700;
  position: relative;
  background-color: #ffffff;
  color: #022043;
  padding: 12px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
}
.cmp-language-navigation-v3__wrapper .language-menu ul li button:focus,
.cmp-language-navigation-v3__wrapper .language-menu ul li a:focus {
  outline: none;
  box-shadow: none;
}
.cmp-language-navigation-v3__wrapper .language-menu ul li button:focus:active,
.cmp-language-navigation-v3__wrapper .language-menu ul li a:focus:active {
  background-color: #dfe2e6 !important;
}
.cmp-language-navigation-v3__wrapper .language-menu ul li button:focus-visible,
.cmp-language-navigation-v3__wrapper .language-menu ul li a:focus-visible {
  box-shadow: 0 0 0 2px #0057ae;
  outline: 0;
  z-index: 10;
}
.cmp-language-navigation-v3__wrapper .language-menu ul li button:hover,
.cmp-language-navigation-v3__wrapper .language-menu ul li a:hover {
  background-color: #f0f1f2;
}
.cmp-language-navigation-v3__wrapper .language-menu__header {
  columns: #022043;
  display: none;
  height: 92px;
}
.cmp-language-navigation-v3__wrapper .language-menu__header span {
  font-weight: 700;
}
@media (min-width: 992px) {
  .cmp-language-navigation-v3__wrapper .language-menu__header {
    display: flex;
  }
}
.cmp-language-navigation-v3__wrapper .language-menu__header {
  justify-content: space-between;
  padding: 32px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  border-bottom: 1px solid #dfe2e6;
}
.cmp-language-navigation-v3__wrapper .language-menu__header__current-site {
  line-height: 20px;
  font-size: 14px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.cmp-language-navigation-v3__wrapper
  .language-menu__header__current-site__label {
  font-weight: 400;
}
.cmp-language-navigation-v3__wrapper
  .language-menu__header__current-site__language {
  font-weight: 700;
}
.cmp-language-navigation-v3__wrapper .language-menu__header-mobile {
  display: block;
}
@media (min-width: 992px) {
  .cmp-language-navigation-v3__wrapper .language-menu__header-mobile {
    display: none;
  }
}
.cmp-language-navigation-v3__wrapper .language-menu__header-mobile__title {
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cmp-language-navigation-v3__wrapper
  .language-menu__header-mobile__title
  .go-back-lang-nav-menu {
  position: relative;
}
.cmp-language-navigation-v3__wrapper
  .language-menu__header-mobile__title
  .go-back-lang-nav-menu
  svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  fill: #022043;
}
.cmp-language-navigation-v3__wrapper
  .language-menu__header-mobile__title
  .active-section {
  margin: 0 4px;
  font-size: 16px;
  font-weight: 500;
  color: #022043;
}
.cmp-language-navigation-v3__wrapper .language-menu__header-mobile__devider {
  border-bottom: 1px solid #dfe2e6;
}
.cmp-language-navigation-v3__wrapper
  .language-menu__header-mobile
  .current-site {
  padding: 12px 24px;
  line-height: 20px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
  column-gap: 16px;
  font-size: 14px;
  align-items: center;
}
.cmp-language-navigation-v3__wrapper
  .language-menu__header-mobile
  .current-site__label {
  display: flex;
  gap: 8px;
  font-weight: 400;
}
.cmp-language-navigation-v3__wrapper
  .language-menu__header-mobile
  .current-site__label__language {
  font-weight: 700;
}
.cmp-language-navigation-v3__wrapper
  .language-menu__header-mobile
  .current-site__available-links {
  color: #0057ae;
  font-weight: 500;
  display: flex;
  gap: 8px;
}
.cmp-language-navigation-v3__wrapper
  .language-menu__header-mobile
  .current-site__available-links
  a {
  display: flex;
  text-decoration: none;
  align-items: center;
}
.cmp-language-navigation-v3__wrapper
  .language-menu__header-mobile
  .current-site__available-links
  a
  .language-check-icon {
  display: none;
}
.cmp-language-navigation-v3__wrapper
  .language-menu__header-mobile
  .current-site__available-links
  a
  .language-available-icon {
  display: inline;
  width: 24px;
  fill: #0057ae;
  height: 24px;
}
.cmp-language-navigation-v3__wrapper
  .language-menu__header-mobile
  .current-site__available-links
  a:focus {
  outline: none;
  box-shadow: none;
}
.cmp-language-navigation-v3__wrapper
  .language-menu__header-mobile
  .current-site__available-links
  a:focus:active {
  background-color: #dfe2e6 !important;
}
.cmp-language-navigation-v3__wrapper
  .language-menu__header-mobile
  .current-site__available-links
  a:focus-visible {
  box-shadow: 0 0 0 2px #0057ae;
  outline: 0;
  z-index: 10;
}
.cmp-language-navigation-v3__wrapper .language-menu__header-mobile .btn-icon {
  background-color: transparent;
  border: none;
  border-radius: 100%;
  transform: rotate(90deg);
  padding: 12px;
  height: 48px;
  width: 48px;
}
.cmp-language-navigation-v3__wrapper
  .language-menu__header-mobile
  .btn-icon:focus {
  outline: none;
  box-shadow: none;
}
.cmp-language-navigation-v3__wrapper
  .language-menu__header-mobile
  .btn-icon:focus-visible {
  box-shadow: 0 0 0 2px #0057ae;
  outline: 0;
}
.cmp-language-navigation-v3__wrapper
  .language-menu__header-mobile
  .btn-icon:hover {
  background-color: #f0f1f2;
}
.cmp-language-navigation-v3__wrapper .language-menu__container {
  position: relative;
  flex-grow: 1;
  display: flex;
}
.cmp-language-navigation-v3__wrapper
  .language-menu__container
  .section-wrapper {
  border-right: 1px solid #dfe2e6;
  width: 100%;
  padding: 12px;
  display: none;
}
@media (min-width: 992px) {
  .cmp-language-navigation-v3__wrapper
    .language-menu__container
    .section-wrapper {
    display: block;
    padding: 32px;
  }
}
.cmp-language-navigation-v3__wrapper
  .language-menu__container
  .section-wrapper
  .regions {
  width: 100%;
}
.cmp-language-navigation-v3__wrapper
  .language-menu__container
  .section-wrapper
  .regions__countries {
  display: none;
  width: 100%;
}
.cmp-language-navigation-v3__wrapper
  .language-menu__container
  .section-wrapper
  .regions__countries__languages {
  display: none;
  width: 100%;
}
.cmp-language-navigation-v3__wrapper
  .language-menu__container
  .section-wrapper.active {
  display: block;
}
.cmp-language-navigation-v3__wrapper
  .language-menu__container
  .country-list
  .regions__countries {
  display: block;
}
.cmp-language-navigation-v3__wrapper .language-menu__container .language-list {
  border-right: none;
}
.cmp-language-navigation-v3__wrapper
  .language-menu__container
  .language-list
  .regions__countries__languages {
  display: block;
}
.cmp-language-navigation-v3__wrapper .language-menu .mobile-view {
  display: block;
}
@media (min-width: 992px) {
  .cmp-language-navigation-v3__wrapper .language-menu .mobile-view {
    display: none;
  }
}

.cmp-language-navigation-v3 {
  margin: 0;
  display: flex;
  position: unset;
}
@media (min-width: 75em) {
  .cmp-language-navigation-v3 {
    position: relative;
  }
}
.cmp-language-navigation-v3 .language-toggle {
  display: none;
  border: 0;
  cursor: pointer;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 24px;
  padding: 10px;
}
.cmp-language-navigation-v3 .language-toggle:hover {
  background-color: #f0f1f2;
}
.cmp-language-navigation-v3 .language-toggle:active {
  background-color: #dfe2e6;
}
.cmp-language-navigation-v3 .language-toggle svg {
  width: 24px;
  height: 24px;
  pointer-events: none;
  fill: #022043;
}
.cmp-language-navigation-v3 .language-toggle {
  background: transparent;
}
.cmp-language-navigation-v3 .language-toggle:focus {
  outline: none;
  box-shadow: none;
}
.cmp-language-navigation-v3 .language-toggle:focus-visible {
  box-shadow: 0 0 0 2px #0057ae;
  outline: 0;
}
.cmp-language-navigation-v3 .language-toggle.open {
  background-color: #f0f1f2;
}
.cmp-language-navigation-v3__wrapper {
  display: none;
  right: 0;
  gap: 12px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.0784313725);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1215686275);
  box-sizing: border-box;
  width: 100vw;
  height: 100vh;
  max-height: 100dvh;
  top: 0;
  position: fixed;
  overflow-y: auto;
}
@media (min-width: 992px) {
  .cmp-language-navigation-v3__wrapper {
    position: absolute;
    width: calc(100vw - 48px);
    height: auto;
    max-height: calc(100dvh - 73px);
    border-radius: 12px;
    top: 64px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
  }
}
@media (min-width: 70.25em) {
  .cmp-language-navigation-v3__wrapper {
    width: calc(100vw - 64px);
  }
}
@media (min-width: 75em) {
  .cmp-language-navigation-v3__wrapper {
    left: unset;
    transform: unset;
    width: 71vw;
    max-width: 1094px;
    top: 52px;
  }
}
.cmp-language-navigation-v3__wrapper .language-menu {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cmp-language-navigation-v3__wrapper .language-menu span {
  color: #022043 !important;
}
.cmp-language-navigation-v3__wrapper .language-menu ul {
  background-color: #ffffff;
  list-style: none;
  color: #022043;
  margin: 0;
  padding: 0;
}
.cmp-language-navigation-v3__wrapper .language-menu ul li {
  margin: 0;
}
.cmp-language-navigation-v3__wrapper .language-menu ul li a {
  text-decoration: none;
}
.cmp-language-navigation-v3__wrapper .language-menu ul li a svg {
  display: none;
}
.cmp-language-navigation-v3__wrapper .language-menu ul li a.selected {
  background-color: #d7eafc;
  box-shadow: 0 0 0 2px #0057ae;
  z-index: 10;
}
.cmp-language-navigation-v3__wrapper
  .language-menu
  ul
  li
  a.selected:focus-visible {
  box-shadow: 0 0 0 4px #0057ae !important;
}
.cmp-language-navigation-v3__wrapper
  .language-menu
  ul
  li
  a.selected
  .language-check-icon {
  display: block;
}
.cmp-language-navigation-v3__wrapper .language-menu ul li button {
  border: none;
}
.cmp-language-navigation-v3__wrapper .language-menu ul li button.selected {
  background-color: rgba(0, 0, 0, 0.08);
}
.cmp-language-navigation-v3__wrapper .language-menu ul li svg {
  min-width: 24px;
  width: 24px;
  height: 24px;
  right: 12px;
  fill: #022043;
  top: 12px;
}
.cmp-language-navigation-v3__wrapper .language-menu ul li button,
.cmp-language-navigation-v3__wrapper .language-menu ul li a {
  cursor: pointer;
  font-weight: 700;
  position: relative;
  background-color: #ffffff;
  color: #022043;
  padding: 12px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
}
.cmp-language-navigation-v3__wrapper .language-menu ul li button:focus,
.cmp-language-navigation-v3__wrapper .language-menu ul li a:focus {
  outline: none;
  box-shadow: none;
}
.cmp-language-navigation-v3__wrapper .language-menu ul li button:focus:active,
.cmp-language-navigation-v3__wrapper .language-menu ul li a:focus:active {
  background-color: #dfe2e6 !important;
}
.cmp-language-navigation-v3__wrapper .language-menu ul li button:focus-visible,
.cmp-language-navigation-v3__wrapper .language-menu ul li a:focus-visible {
  box-shadow: 0 0 0 2px #0057ae;
  outline: 0;
  z-index: 10;
}
.cmp-language-navigation-v3__wrapper .language-menu ul li button:hover,
.cmp-language-navigation-v3__wrapper .language-menu ul li a:hover {
  background: rgba(0, 0, 0, 0.08);
}
.cmp-language-navigation-v3__wrapper .language-menu__header {
  columns: #022043;
  display: none;
  height: 92px;
}
.cmp-language-navigation-v3__wrapper .language-menu__header span {
  font-weight: 700;
}
@media (min-width: 992px) {
  .cmp-language-navigation-v3__wrapper .language-menu__header {
    display: flex;
  }
}
.cmp-language-navigation-v3__wrapper .language-menu__header {
  justify-content: space-between;
  padding: 32px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  border-bottom: 1px solid #dfe2e6;
}
.cmp-language-navigation-v3__wrapper .language-menu__header__current-site {
  line-height: 20px;
  font-size: 14px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.cmp-language-navigation-v3__wrapper
  .language-menu__header__current-site__label {
  font-weight: 400 !important;
}
.cmp-language-navigation-v3__wrapper
  .language-menu__header__current-site__language {
  font-weight: 700 !important;
}
.cmp-language-navigation-v3__wrapper .language-menu__header-mobile {
  display: block;
}
@media (min-width: 992px) {
  .cmp-language-navigation-v3__wrapper .language-menu__header-mobile {
    display: none;
  }
}
.cmp-language-navigation-v3__wrapper .language-menu__header-mobile__title {
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cmp-language-navigation-v3__wrapper
  .language-menu__header-mobile__title
  .go-back-lang-nav-menu {
  position: relative;
}
.cmp-language-navigation-v3__wrapper
  .language-menu__header-mobile__title
  .go-back-lang-nav-menu
  svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  fill: #022043;
}
.cmp-language-navigation-v3__wrapper
  .language-menu__header-mobile__title
  .active-section {
  margin: 0 4px;
  font-size: 16px;
  font-weight: 700;
  color: #022043;
}
.cmp-language-navigation-v3__wrapper .language-menu__header-mobile__devider {
  border-bottom: 1px solid #dfe2e6;
}
.cmp-language-navigation-v3__wrapper
  .language-menu__header-mobile
  .current-site {
  padding: 12px 24px;
  line-height: 20px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
  column-gap: 16px;
  font-size: 14px;
  align-items: center;
}
.cmp-language-navigation-v3__wrapper
  .language-menu__header-mobile
  .current-site__label {
  display: flex;
  gap: 8px;
  font-weight: 400;
}
.cmp-language-navigation-v3__wrapper
  .language-menu__header-mobile
  .current-site__label__language {
  font-weight: 700;
}
.cmp-language-navigation-v3__wrapper
  .language-menu__header-mobile
  .current-site__available-links {
  color: #0057ae;
  font-weight: 500;
  display: flex;
  gap: 8px;
}
.cmp-language-navigation-v3__wrapper
  .language-menu__header-mobile
  .current-site__available-links
  a {
  display: flex;
  text-decoration: none;
  align-items: center;
}
.cmp-language-navigation-v3__wrapper
  .language-menu__header-mobile
  .current-site__available-links
  a
  .language-check-icon {
  display: none;
}
.cmp-language-navigation-v3__wrapper
  .language-menu__header-mobile
  .current-site__available-links
  a
  .language-available-icon {
  display: inline;
  width: 24px;
  fill: #0057ae;
  height: 24px;
}
.cmp-language-navigation-v3__wrapper
  .language-menu__header-mobile
  .current-site__available-links
  a:focus {
  outline: none;
  box-shadow: none;
}
.cmp-language-navigation-v3__wrapper
  .language-menu__header-mobile
  .current-site__available-links
  a:focus:active {
  background-color: #dfe2e6 !important;
}
.cmp-language-navigation-v3__wrapper
  .language-menu__header-mobile
  .current-site__available-links
  a:focus-visible {
  box-shadow: 0 0 0 2px #0057ae;
  outline: 0;
  z-index: 10;
}
.cmp-language-navigation-v3__wrapper .language-menu__header-mobile .btn-icon {
  background-color: transparent;
  border: none;
  border-radius: 100%;
  transform: rotate(90deg);
  padding: 12px;
  height: 48px;
  width: 48px;
}
.cmp-language-navigation-v3__wrapper
  .language-menu__header-mobile
  .btn-icon:focus {
  outline: none;
  box-shadow: none;
}
.cmp-language-navigation-v3__wrapper
  .language-menu__header-mobile
  .btn-icon:focus-visible {
  box-shadow: 0 0 0 2px #0057ae;
  outline: 0;
}
.cmp-language-navigation-v3__wrapper
  .language-menu__header-mobile
  .btn-icon:hover {
  background-color: #f0f1f2;
}
.cmp-language-navigation-v3__wrapper .language-menu__container {
  position: relative;
  flex-grow: 1;
  display: flex;
}
.cmp-language-navigation-v3__wrapper
  .language-menu__container
  .section-wrapper {
  border-right: 1px solid #dfe2e6;
  width: 100%;
  padding: 12px;
  display: none;
}
@media (min-width: 992px) {
  .cmp-language-navigation-v3__wrapper
    .language-menu__container
    .section-wrapper {
    display: block;
    padding: 32px;
  }
}
.cmp-language-navigation-v3__wrapper
  .language-menu__container
  .section-wrapper
  .regions {
  width: 100%;
}
.cmp-language-navigation-v3__wrapper
  .language-menu__container
  .section-wrapper
  .regions__countries {
  display: none;
  width: 100%;
}
.cmp-language-navigation-v3__wrapper
  .language-menu__container
  .section-wrapper
  .regions__countries__languages {
  display: none;
  width: 100%;
}
.cmp-language-navigation-v3__wrapper
  .language-menu__container
  .section-wrapper.active {
  display: block;
}
.cmp-language-navigation-v3__wrapper
  .language-menu__container
  .country-list
  .regions__countries {
  display: block;
}
.cmp-language-navigation-v3__wrapper .language-menu__container .language-list {
  border-right: none;
}
.cmp-language-navigation-v3__wrapper
  .language-menu__container
  .language-list
  .regions__countries__languages {
  display: block;
}
.cmp-language-navigation-v3__wrapper .language-menu .mobile-view {
  display: block;
}
@media (min-width: 992px) {
  .cmp-language-navigation-v3__wrapper .language-menu .mobile-view {
    display: none;
  }
}

.regional-banner-container {
  z-index: 1001;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}
.regional-banner-container:has(.banner.show) {
  display: block !important;
}
.regional-banner-container.no-delimiter {
  background-color: var(--banner-color);
}

.banner {
  display: flex;
  justify-content: space-between;
  font-family: "Workday Acid Grotesk", Arial, Helvetica, sans-serif;
}
@media (min-width: 992px) {
  .banner {
    align-items: center;
  }
}
.banner {
  padding: 8px 32px;
}
@media (max-width: 1123px) {
  .banner {
    padding: 8px 24px;
  }
}
.banner {
  line-height: 20px;
  column-gap: 12px;
}
.banner.fixed {
  position: fixed;
  top: 0;
}
.banner__wrapper {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: space-between;
  padding: 0 !important;
}
@media (max-width: 1123px) {
  .banner__wrapper {
    padding-right: 24px !important;
  }
}
@media (min-width: 1124px) and (max-width: 1472px) {
  .banner__wrapper {
    padding-right: 12px !important;
  }
}
@media (max-width: 992px) {
  .banner__wrapper {
    justify-content: center;
    flex-direction: column;
  }
}
.banner__wrapper {
  align-items: center;
  flex-wrap: wrap;
  row-gap: 8px;
}
.banner__wrapper__text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 48em) {
  .banner__wrapper__text {
    font-size: 16px;
    line-height: 24px;
  }
}
.banner__wrapper .language-selection {
  display: flex;
  align-items: center;
  position: relative;
  column-gap: 12px;
}
.banner__wrapper .language-selection__select {
  position: relative;
  font-size: 16px;
  background: transparent;
  color: #022043;
  display: flex;
  align-items: center;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-weight: 500;
  border-radius: 8px;
}
.banner__wrapper .language-selection__select svg {
  fill: #022043;
  height: 24px;
  width: 24px;
}
.banner__wrapper .language-selection__select.open svg {
  transform: rotate(-180deg);
}
.banner__wrapper .language-selection__select.disable {
  cursor: default !important;
}
.banner__wrapper .language-selection__select.disable svg {
  display: none !important;
}
.banner__wrapper .language-selection__select:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #0057ae;
}
.banner__wrapper .language-selection__select .current-region {
  line-height: 24px;
}
.banner__wrapper .language-selection__select .current-region__items {
  top: 28px;
  text-align: right;
  display: none;
  position: absolute;
  background-color: #ffffff;
  right: 0;
  padding: 12px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1215686275);
  border: 1px solid rgba(0, 0, 0, 0.0784313725);
  border-radius: 12px;
  z-index: 10;
  max-width: 400px;
}
@media (min-width: 23.4375em) {
  .banner__wrapper .language-selection__select .current-region__items {
    width: max-content;
  }
}
.banner__wrapper .language-selection__select .current-region__items ul {
  padding: 0;
  margin: 0;
}
.banner__wrapper .language-selection__select .current-region__items ul li {
  list-style: none;
  margin: 0;
  cursor: pointer;
}
.banner__wrapper
  .language-selection__select
  .current-region__items
  ul
  li:hover {
  background-color: #f0f1f2;
}
.banner__wrapper
  .language-selection__select
  .current-region__items
  ul
  li
  .language {
  color: #022043 !important;
  text-decoration: none;
  padding: 12px;
  display: block;
  border-radius: 8px;
}
.banner__wrapper
  .language-selection__select
  .current-region__items
  ul
  li
  .language:focus-visible {
  box-shadow: 0 0 0 2px #0057ae !important;
}
.banner__wrapper
  .language-selection__select
  .current-region__items
  ul
  li
  .language:hover {
  color: #022043 !important;
}
.banner__wrapper .language-selection__continue {
  cursor: pointer;
  height: 36px;
  border-radius: 24px;
  padding: 0px 12px;
  background-color: #ffffff;
  color: #022043;
  border: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.banner__wrapper .language-selection__continue:focus-visible {
  outline: 2px solid #022043;
  box-shadow: 0 0 0 4px #ffffff;
  background-color: #b6c1cc;
  color: #022043;
}
.banner__wrapper .language-selection__continue:active,
.banner__wrapper .language-selection__continue:hover {
  background-color: #b6c1cc;
  color: #022043;
}
.banner__wrapper .language-selection__continue.hide {
  display: none;
}
.banner__wrapper.container::after,
.perspective-article-page .banner__wrapper.perspective-main-container::after,
.section-v3 .banner__wrapper.section__container::after {
  content: unset;
}
.banner__btn-close {
  cursor: pointer;
  height: 24px;
  width: 24px;
  border: none;
  background: transparent;
  position: absolute;
  right: 8px;
  top: 8px;
}
@media (min-width: 48em) {
  .banner__btn-close {
    right: 12px;
  }
}
.banner__btn-close {
  border-radius: 4px;
}
.banner__btn-close svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 16px;
  width: 16px;
  fill: #022043;
}
.banner__btn-close:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #0057ae;
}

.regional-banner-container.darkTheme button svg {
  fill: #ffffff;
}
.regional-banner-container.darkTheme .current-region {
  color: #ffffff;
}
.regional-banner-container.darkTheme .language-selection__select:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #ffffff;
}
.regional-banner-container.darkTheme .banner__btn-close:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #ffffff;
}

.cta-block {
  font-family: "Acid Grotesk";
  overflow-wrap: break-word;
}
.cta-block__text.morning-crop-1 {
  background: unset;
}
.cta-block__text.day-crop-1 {
  background: unset;
}
.cta-block__text .cmp-text .display {
  display: inline-block;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .cta-block__text .cmp-text .display {
    margin-bottom: 2rem;
  }
}
.cta__double {
  display: flex;
  gap: 2em;
  flex-wrap: wrap;
}
@media (min-width: 48em) {
  .cta__double {
    flex-wrap: nowrap;
  }
}
.cta__double__block {
  width: 100%;
}
@media (min-width: 48em) {
  .cta__double__block {
    width: calc(50% - 1em);
  }
}
.cta__single {
  margin: 0;
}
.cta__single__block {
  max-width: 1168px;
}
.cta__single .cmp-button {
  justify-content: center !important;
}

/*Apply CTA-Block gradients to titles only, If new gradient colors were not selected in the text color, cta-block gradients will not be added. */
.darkTheme
  .cta-block__text.day-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).day-crop-1
  h1,
.darkTheme
  .cta-block__text.day-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).day-crop-1
  h2,
.darkTheme
  .cta-block__text.day-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).day-crop-1
  h3,
.darkTheme
  .cta-block__text.day-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).day-crop-1
  h4,
.darkTheme
  .cta-block__text.day-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).day-crop-1
  h5,
.darkTheme
  .cta-block__text.day-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).day-crop-1
  h6,
.darkTheme
  .cta-block__text.day-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).day-crop-1
  .title-1,
.darkTheme
  .cta-block__text.day-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).day-crop-1
  .title-2,
.darkTheme
  .cta-block__text.day-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).day-crop-1
  .title-3,
.darkTheme
  .cta-block__text.day-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).day-crop-1
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .darkTheme
  .cta-block__text.day-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).day-crop-1
  .about-author__title,
.darkTheme
  .cta-block__text.day-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).day-crop-1
  .title-4,
.darkTheme
  .cta-block__text.day-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).day-crop-1
  .title-5,
.darkTheme
  .cta-block__text.day-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).day-crop-1
  .title-6,
.darkTheme
  .cta-block__text.day-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).day-crop-1
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .darkTheme
  .cta-block__text.day-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).day-crop-1
  .hero-card__title,
.darkTheme
  .cta-block__text.day-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).day-crop-1
  .display,
.darkTheme
  .cta-block__text.morning-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).day-crop-1
  h1,
.darkTheme
  .cta-block__text.morning-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).day-crop-1
  h2,
.darkTheme
  .cta-block__text.morning-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).day-crop-1
  h3,
.darkTheme
  .cta-block__text.morning-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).day-crop-1
  h4,
.darkTheme
  .cta-block__text.morning-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).day-crop-1
  h5,
.darkTheme
  .cta-block__text.morning-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).day-crop-1
  h6,
.darkTheme
  .cta-block__text.morning-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).day-crop-1
  .title-1,
.darkTheme
  .cta-block__text.morning-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).day-crop-1
  .title-2,
.darkTheme
  .cta-block__text.morning-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).day-crop-1
  .title-3,
.darkTheme
  .cta-block__text.morning-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).day-crop-1
  .title-4,
.darkTheme
  .cta-block__text.morning-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).day-crop-1
  .title-5,
.darkTheme
  .cta-block__text.morning-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).day-crop-1
  .title-6,
.darkTheme
  .cta-block__text.morning-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).day-crop-1
  .display {
  background: linear-gradient(
    0deg,
    #fec35d 0.1%,
    #fecb68 5.09%,
    #fde695 30.04%,
    #eeeeb7 50%,
    #cae5ce 74.95%,
    #84cfd2 99.9%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.darkTheme
  .cta-block__text.day-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).morning-crop-1
  h1,
.darkTheme
  .cta-block__text.day-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).morning-crop-1
  h2,
.darkTheme
  .cta-block__text.day-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).morning-crop-1
  h3,
.darkTheme
  .cta-block__text.day-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).morning-crop-1
  h4,
.darkTheme
  .cta-block__text.day-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).morning-crop-1
  h5,
.darkTheme
  .cta-block__text.day-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).morning-crop-1
  h6,
.darkTheme
  .cta-block__text.day-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).morning-crop-1
  .title-1,
.darkTheme
  .cta-block__text.day-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).morning-crop-1
  .title-2,
.darkTheme
  .cta-block__text.day-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).morning-crop-1
  .title-3,
.darkTheme
  .cta-block__text.day-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).morning-crop-1
  .title-4,
.darkTheme
  .cta-block__text.day-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).morning-crop-1
  .title-5,
.darkTheme
  .cta-block__text.day-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).morning-crop-1
  .title-6,
.darkTheme
  .cta-block__text.day-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).morning-crop-1
  .display,
.darkTheme
  .cta-block__text.morning-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).morning-crop-1
  h1,
.darkTheme
  .cta-block__text.morning-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).morning-crop-1
  h2,
.darkTheme
  .cta-block__text.morning-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).morning-crop-1
  h3,
.darkTheme
  .cta-block__text.morning-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).morning-crop-1
  h4,
.darkTheme
  .cta-block__text.morning-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).morning-crop-1
  h5,
.darkTheme
  .cta-block__text.morning-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).morning-crop-1
  h6,
.darkTheme
  .cta-block__text.morning-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).morning-crop-1
  .title-1,
.darkTheme
  .cta-block__text.morning-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).morning-crop-1
  .title-2,
.darkTheme
  .cta-block__text.morning-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).morning-crop-1
  .title-3,
.darkTheme
  .cta-block__text.morning-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).morning-crop-1
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .darkTheme
  .cta-block__text.morning-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).morning-crop-1
  .about-author__title,
.darkTheme
  .cta-block__text.morning-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).morning-crop-1
  .title-4,
.darkTheme
  .cta-block__text.morning-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).morning-crop-1
  .title-5,
.darkTheme
  .cta-block__text.morning-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).morning-crop-1
  .title-6,
.darkTheme
  .cta-block__text.morning-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).morning-crop-1
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .darkTheme
  .cta-block__text.morning-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).morning-crop-1
  .hero-card__title,
.darkTheme
  .cta-block__text.morning-crop-1:not(
    :has(
      .keyboard,
      .highlighter,
      .pencil,
      .morning-linear,
      .morning-crop-1,
      .day-linear,
      .bluesky,
      .illuminate-text,
      .go,
      .day-crop-3,
      .day-crop-4,
      .day-crop-1
    )
  ).morning-crop-1
  .display {
  background: linear-gradient(
    0deg,
    #fdc5a0 5%,
    #fad2d6 35%,
    #e6d0f5 65%,
    #b9c3f8 95%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes progressBarAnimation {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.cmp-timed-tab-v3 .flex {
  width: 100%;
  display: flex;
  gap: 40px;
  flex-wrap: nowrap;
}
.cmp-timed-tab-v3 .flex:has(> .flex__item--publish) {
  align-items: start;
}
@media (min-width: 992px) {
  .cmp-timed-tab-v3 .flex {
    gap: 32px;
  }
}
.cmp-timed-tab-v3 .flex--reverse {
  flex-direction: row-reverse;
}
.cmp-timed-tab-v3 .flex__item {
  width: 0;
  flex: 1 1 100%;
}
.cmp-timed-tab-v3 .flex__item--content {
  display: none;
}
@media (min-width: 992px) {
  .cmp-timed-tab-v3 .flex__item--content {
    display: flex !important;
    flex-direction: column;
    gap: 1.5rem;
  }
}
.cmp-timed-tab-v3 .flex__item--content .wrapper {
  display: flex;
  gap: 20px;
  cursor: pointer;
}
.cmp-timed-tab-v3 .flex__item--content .wrapper .progress-bar {
  width: 4px;
  min-width: 4px;
  border-radius: 1px;
  background-color: #b6c1cc;
}
.cmp-timed-tab-v3
  .flex__item--content
  .wrapper
  .progress-bar
  .progress-bar-fill {
  background-color: #0057ae;
  border-radius: 1px;
}
.cmp-timed-tab-v3 .flex__item--content .wrapper__content {
  max-width: calc(100% - 24px);
}
.cmp-timed-tab-v3 .flex__item--content .wrapper__content--title:focus-visible {
  box-shadow: 0 0 0 2px #0875e1 !important;
  outline: none !important;
}
.cmp-timed-tab-v3 .flex__item--content .wrapper__content--description .body-0,
.cmp-timed-tab-v3 .flex__item--content .wrapper__content--description .body-1,
.cmp-timed-tab-v3
  .flex__item--content
  .wrapper__content--description
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-timed-tab-v3
  .flex__item--content
  .wrapper__content--description
  .user-name,
.cmp-timed-tab-v3
  .flex__item--content
  .wrapper__content--description
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-timed-tab-v3
  .flex__item--content
  .wrapper__content--description
  .hero-card__description,
.cmp-timed-tab-v3 .flex__item--content .wrapper__content--description .body-2,
.cmp-timed-tab-v3
  .flex__item--content
  .wrapper__content--description
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-timed-tab-v3
  .flex__item--content
  .wrapper__content--description
  .about-author__user-details,
.cmp-timed-tab-v3 .flex__item--content .wrapper__content--description .body-3,
.cmp-timed-tab-v3
  .flex__item--content
  .wrapper__content--description
  .cmp-share-component--date,
.cmp-timed-tab-v3
  .flex__item--content
  .wrapper__content--description
  .cmp-share-component--share,
.cmp-timed-tab-v3
  .flex__item--content
  .wrapper__content--description
  .cmp-share-component--copied,
.cmp-timed-tab-v3
  .flex__item--content
  .wrapper__content--description
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-timed-tab-v3
  .flex__item--content
  .wrapper__content--description
  .hero-card__type,
.cmp-timed-tab-v3
  .flex__item--content
  .wrapper__content--description
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-timed-tab-v3
  .flex__item--content
  .wrapper__content--description
  .hero-card__eyebrow {
  margin-bottom: 0 !important;
}
.cmp-timed-tab-v3 .flex__item--content .wrapper__content:hover .title-1,
.cmp-timed-tab-v3 .flex__item--content .wrapper__content:hover .title-2,
.cmp-timed-tab-v3 .flex__item--content .wrapper__content:hover .title-3,
.cmp-timed-tab-v3
  .flex__item--content
  .wrapper__content:hover
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-timed-tab-v3
  .flex__item--content
  .wrapper__content:hover
  .about-author__title,
.cmp-timed-tab-v3 .flex__item--content .wrapper__content:hover .title-4,
.cmp-timed-tab-v3 .flex__item--content .wrapper__content:hover .title-5,
.cmp-timed-tab-v3 .flex__item--content .wrapper__content:hover .title-6,
.cmp-timed-tab-v3
  .flex__item--content
  .wrapper__content:hover
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-timed-tab-v3
  .flex__item--content
  .wrapper__content:hover
  .hero-card__title,
.cmp-timed-tab-v3 .flex__item--content .wrapper__content:hover h1,
.cmp-timed-tab-v3 .flex__item--content .wrapper__content:hover h2,
.cmp-timed-tab-v3 .flex__item--content .wrapper__content:hover h3,
.cmp-timed-tab-v3 .flex__item--content .wrapper__content:hover h4,
.cmp-timed-tab-v3 .flex__item--content .wrapper__content:hover h5,
.cmp-timed-tab-v3 .flex__item--content .wrapper__content:hover h6,
.cmp-timed-tab-v3 .flex__item--content .wrapper__content:hover p {
  margin-bottom: 1rem !important;
  color: #0057ae !important;
}
.cmp-timed-tab-v3 .flex__item--content .wrapper .title-1,
.cmp-timed-tab-v3 .flex__item--content .wrapper .title-2,
.cmp-timed-tab-v3 .flex__item--content .wrapper .title-3,
.cmp-timed-tab-v3
  .flex__item--content
  .wrapper
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-timed-tab-v3
  .flex__item--content
  .wrapper
  .about-author__title,
.cmp-timed-tab-v3 .flex__item--content .wrapper .title-4,
.cmp-timed-tab-v3 .flex__item--content .wrapper .title-5,
.cmp-timed-tab-v3 .flex__item--content .wrapper .title-6,
.cmp-timed-tab-v3 .flex__item--content .wrapper .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .cmp-timed-tab-v3 .flex__item--content .wrapper .hero-card__title,
.cmp-timed-tab-v3 .flex__item--content .wrapper h1,
.cmp-timed-tab-v3 .flex__item--content .wrapper h2,
.cmp-timed-tab-v3 .flex__item--content .wrapper h3,
.cmp-timed-tab-v3 .flex__item--content .wrapper h4,
.cmp-timed-tab-v3 .flex__item--content .wrapper h5,
.cmp-timed-tab-v3 .flex__item--content .wrapper h6,
.cmp-timed-tab-v3 .flex__item--content .wrapper p {
  margin-bottom: 1rem !important;
  color: #525d6a !important;
}
@media (min-width: 992px) {
  .cmp-timed-tab-v3 .flex__item--content .wrapper p,
  .cmp-timed-tab-v3 .flex__item--content .wrapper p .body-0,
  .cmp-timed-tab-v3 .flex__item--content .wrapper p .body-1,
  .cmp-timed-tab-v3
    .flex__item--content
    .wrapper
    p
    .cmp-about-author
    .about-author__user-details
    .user-name,
  .cmp-about-author
    .about-author__user-details
    .cmp-timed-tab-v3
    .flex__item--content
    .wrapper
    p
    .user-name,
  .cmp-timed-tab-v3
    .flex__item--content
    .wrapper
    p
    .cmp-hub-hero__one
    .hub-hero__wrapper-video
    .hero-card__description,
  .cmp-hub-hero__one
    .hub-hero__wrapper-video
    .cmp-timed-tab-v3
    .flex__item--content
    .wrapper
    p
    .hero-card__description,
  .cmp-timed-tab-v3 .flex__item--content .wrapper p .body-3,
  .cmp-timed-tab-v3 .flex__item--content .wrapper p .cmp-share-component--date,
  .cmp-timed-tab-v3 .flex__item--content .wrapper p .cmp-share-component--share,
  .cmp-timed-tab-v3
    .flex__item--content
    .wrapper
    p
    .cmp-share-component--copied,
  .cmp-timed-tab-v3
    .flex__item--content
    .wrapper
    p
    .cmp-hub-hero
    .hero-card__type,
  .cmp-hub-hero
    .cmp-timed-tab-v3
    .flex__item--content
    .wrapper
    p
    .hero-card__type,
  .cmp-timed-tab-v3
    .flex__item--content
    .wrapper
    p
    .cmp-hub-hero
    .hub-hero__wrapper-list
    .hub-hero__card
    .hero-card__eyebrow,
  .cmp-hub-hero
    .hub-hero__wrapper-list
    .hub-hero__card
    .cmp-timed-tab-v3
    .flex__item--content
    .wrapper
    p
    .hero-card__eyebrow {
    color: #525d6a !important;
  }
}
.cmp-timed-tab-v3 .flex__item--content .wrapper.active .title-1,
.cmp-timed-tab-v3 .flex__item--content .wrapper.active .title-2,
.cmp-timed-tab-v3 .flex__item--content .wrapper.active .title-3,
.cmp-timed-tab-v3
  .flex__item--content
  .wrapper.active
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-timed-tab-v3
  .flex__item--content
  .wrapper.active
  .about-author__title,
.cmp-timed-tab-v3 .flex__item--content .wrapper.active .title-4,
.cmp-timed-tab-v3 .flex__item--content .wrapper.active .title-5,
.cmp-timed-tab-v3 .flex__item--content .wrapper.active .title-6,
.cmp-timed-tab-v3
  .flex__item--content
  .wrapper.active
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .cmp-timed-tab-v3
  .flex__item--content
  .wrapper.active
  .hero-card__title,
.cmp-timed-tab-v3 .flex__item--content .wrapper.active h1,
.cmp-timed-tab-v3 .flex__item--content .wrapper.active h2,
.cmp-timed-tab-v3 .flex__item--content .wrapper.active h3,
.cmp-timed-tab-v3 .flex__item--content .wrapper.active h4,
.cmp-timed-tab-v3 .flex__item--content .wrapper.active h5,
.cmp-timed-tab-v3 .flex__item--content .wrapper.active h6,
.cmp-timed-tab-v3 .flex__item--content .wrapper.active p {
  margin-bottom: 1rem !important;
  color: #0057ae !important;
}
@media (min-width: 992px) {
  .cmp-timed-tab-v3 .flex__item--content .wrapper.active p,
  .cmp-timed-tab-v3 .flex__item--content .wrapper.active p .body-0,
  .cmp-timed-tab-v3 .flex__item--content .wrapper.active p .body-1,
  .cmp-timed-tab-v3
    .flex__item--content
    .wrapper.active
    p
    .cmp-about-author
    .about-author__user-details
    .user-name,
  .cmp-about-author
    .about-author__user-details
    .cmp-timed-tab-v3
    .flex__item--content
    .wrapper.active
    p
    .user-name,
  .cmp-timed-tab-v3
    .flex__item--content
    .wrapper.active
    p
    .cmp-hub-hero__one
    .hub-hero__wrapper-video
    .hero-card__description,
  .cmp-hub-hero__one
    .hub-hero__wrapper-video
    .cmp-timed-tab-v3
    .flex__item--content
    .wrapper.active
    p
    .hero-card__description,
  .cmp-timed-tab-v3 .flex__item--content .wrapper.active p .body-3,
  .cmp-timed-tab-v3
    .flex__item--content
    .wrapper.active
    p
    .cmp-share-component--date,
  .cmp-timed-tab-v3
    .flex__item--content
    .wrapper.active
    p
    .cmp-share-component--share,
  .cmp-timed-tab-v3
    .flex__item--content
    .wrapper.active
    p
    .cmp-share-component--copied,
  .cmp-timed-tab-v3
    .flex__item--content
    .wrapper.active
    p
    .cmp-hub-hero
    .hero-card__type,
  .cmp-hub-hero
    .cmp-timed-tab-v3
    .flex__item--content
    .wrapper.active
    p
    .hero-card__type,
  .cmp-timed-tab-v3
    .flex__item--content
    .wrapper.active
    p
    .cmp-hub-hero
    .hub-hero__wrapper-list
    .hub-hero__card
    .hero-card__eyebrow,
  .cmp-hub-hero
    .hub-hero__wrapper-list
    .hub-hero__card
    .cmp-timed-tab-v3
    .flex__item--content
    .wrapper.active
    p
    .hero-card__eyebrow {
    color: #022043 !important;
  }
}
@media (min-width: 992px) {
  .cmp-timed-tab-v3 .flex__item--content .wrapper.active.selected p,
  .cmp-timed-tab-v3 .flex__item--content .wrapper.active.selected p .body-0,
  .cmp-timed-tab-v3 .flex__item--content .wrapper.active.selected p .body-1,
  .cmp-timed-tab-v3
    .flex__item--content
    .wrapper.active.selected
    p
    .cmp-about-author
    .about-author__user-details
    .user-name,
  .cmp-about-author
    .about-author__user-details
    .cmp-timed-tab-v3
    .flex__item--content
    .wrapper.active.selected
    p
    .user-name,
  .cmp-timed-tab-v3
    .flex__item--content
    .wrapper.active.selected
    p
    .cmp-hub-hero__one
    .hub-hero__wrapper-video
    .hero-card__description,
  .cmp-hub-hero__one
    .hub-hero__wrapper-video
    .cmp-timed-tab-v3
    .flex__item--content
    .wrapper.active.selected
    p
    .hero-card__description,
  .cmp-timed-tab-v3 .flex__item--content .wrapper.active.selected p .body-3,
  .cmp-timed-tab-v3
    .flex__item--content
    .wrapper.active.selected
    p
    .cmp-share-component--date,
  .cmp-timed-tab-v3
    .flex__item--content
    .wrapper.active.selected
    p
    .cmp-share-component--share,
  .cmp-timed-tab-v3
    .flex__item--content
    .wrapper.active.selected
    p
    .cmp-share-component--copied,
  .cmp-timed-tab-v3
    .flex__item--content
    .wrapper.active.selected
    p
    .cmp-hub-hero
    .hero-card__type,
  .cmp-hub-hero
    .cmp-timed-tab-v3
    .flex__item--content
    .wrapper.active.selected
    p
    .hero-card__type,
  .cmp-timed-tab-v3
    .flex__item--content
    .wrapper.active.selected
    p
    .cmp-hub-hero
    .hub-hero__wrapper-list
    .hub-hero__card
    .hero-card__eyebrow,
  .cmp-hub-hero
    .hub-hero__wrapper-list
    .hub-hero__card
    .cmp-timed-tab-v3
    .flex__item--content
    .wrapper.active.selected
    p
    .hero-card__eyebrow {
    color: #022043 !important;
  }
}
.cmp-timed-tab-v3 .flex__item--content .wrapper.active .progress-bar-fill {
  animation-name: progressBarAnimation;
  animation-timing-function: linear;
}
@media screen and (max-width: 991px) {
  .cmp-timed-tab-v3 .flex__item--media {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .cmp-timed-tab-v3
    .flex__item--media
    .wrapper__media:not(
      :has(
        .cmp-image__image.hideimageonmobile,
        .mosaic__wrapper.mosaic__wrapper--mobile-hidden,
        .cmp-lottie .mobile-hide
      )
    ) {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cmp-timed-tab-v3 .flex__item--publish-1 {
    flex: 1 1 0%;
  }
  .cmp-timed-tab-v3 .flex__item--publish-2 {
    flex: 2 1 0%;
  }
  .cmp-timed-tab-v3 .flex__item--publish-3 {
    flex: 3 1 0%;
  }
  .cmp-timed-tab-v3 .flex__item--publish-4 {
    flex: 4 1 0%;
  }
  .cmp-timed-tab-v3 .flex__item--publish-5 {
    flex: 5 1 0%;
  }
  .cmp-timed-tab-v3 .flex__item--publish-6 {
    flex: 6 1 0%;
  }
  .cmp-timed-tab-v3 .flex__item--publish-7 {
    flex: 7 1 0%;
  }
  .cmp-timed-tab-v3 .flex__item--publish-8 {
    flex: 8 1 0%;
  }
}
.cmp-timed-tab-v3 .flex__item--publish.flex__item--media .wrapper {
  display: block;
}
@media (min-width: 992px) {
  .cmp-timed-tab-v3 .flex__item--publish.flex__item--media .wrapper {
    display: none;
  }
  .cmp-timed-tab-v3 .flex__item--publish.flex__item--media .wrapper.active {
    display: block;
  }
}
.cmp-timed-tab-v3 .flex__item--publish.flex__item--content {
  display: none;
}
.cmp-timed-tab-v3 .flex__item--edit {
  min-width: 100%;
  max-width: 100%;
}
.cmp-timed-tab-v3 .flex__item--edit.flex__item--media .wrapper {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.cmp-timed-tab-v3 .flex__item--edit.flex__item--media .wrapper.flex--reverse {
  flex-direction: row-reverse;
}
.cmp-timed-tab-v3
  .flex__item--edit.flex__item--media
  .wrapper
  .flex__item--mobile {
  display: block !important;
  width: 0;
  flex: 1;
}
.cmp-timed-tab-v3 .flex__item--edit.flex__item--media .wrapper__media {
  width: 0;
  flex: 1;
}
.cmp-timed-tab-v3 .flex__item--edit.flex__item--content {
  display: none !important;
}
.cmp-timed-tab-v3 .flex__item--mobile {
  display: block;
}
.cmp-timed-tab-v3 .flex__item--mobile .title .title-1,
.cmp-timed-tab-v3 .flex__item--mobile .title .title-2,
.cmp-timed-tab-v3 .flex__item--mobile .title .title-3,
.cmp-timed-tab-v3
  .flex__item--mobile
  .title
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .cmp-timed-tab-v3
  .flex__item--mobile
  .title
  .about-author__title,
.cmp-timed-tab-v3 .flex__item--mobile .title .title-4,
.cmp-timed-tab-v3 .flex__item--mobile .title .title-5,
.cmp-timed-tab-v3 .flex__item--mobile .title .title-6,
.cmp-timed-tab-v3 .flex__item--mobile .title .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .cmp-timed-tab-v3 .flex__item--mobile .title .hero-card__title,
.cmp-timed-tab-v3 .flex__item--mobile .title h1,
.cmp-timed-tab-v3 .flex__item--mobile .title h2,
.cmp-timed-tab-v3 .flex__item--mobile .title h3,
.cmp-timed-tab-v3 .flex__item--mobile .title h4,
.cmp-timed-tab-v3 .flex__item--mobile .title h5,
.cmp-timed-tab-v3 .flex__item--mobile .title h6,
.cmp-timed-tab-v3 .flex__item--mobile .title p {
  margin-bottom: 1rem !important;
}
.cmp-timed-tab-v3 .flex__item--mobile .description .body-0,
.cmp-timed-tab-v3 .flex__item--mobile .description .body-1,
.cmp-timed-tab-v3
  .flex__item--mobile
  .description
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .cmp-timed-tab-v3
  .flex__item--mobile
  .description
  .user-name,
.cmp-timed-tab-v3
  .flex__item--mobile
  .description
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .cmp-timed-tab-v3
  .flex__item--mobile
  .description
  .hero-card__description,
.cmp-timed-tab-v3 .flex__item--mobile .description .body-2,
.cmp-timed-tab-v3
  .flex__item--mobile
  .description
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .cmp-timed-tab-v3
  .flex__item--mobile
  .description
  .about-author__user-details,
.cmp-timed-tab-v3 .flex__item--mobile .description .body-3,
.cmp-timed-tab-v3 .flex__item--mobile .description .cmp-share-component--date,
.cmp-timed-tab-v3 .flex__item--mobile .description .cmp-share-component--share,
.cmp-timed-tab-v3 .flex__item--mobile .description .cmp-share-component--copied,
.cmp-timed-tab-v3
  .flex__item--mobile
  .description
  .cmp-hub-hero
  .hero-card__type,
.cmp-hub-hero
  .cmp-timed-tab-v3
  .flex__item--mobile
  .description
  .hero-card__type,
.cmp-timed-tab-v3
  .flex__item--mobile
  .description
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .cmp-timed-tab-v3
  .flex__item--mobile
  .description
  .hero-card__eyebrow {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 992px) {
  .cmp-timed-tab-v3 .flex__item--mobile {
    display: none;
  }
}
.cmp-timed-tab-v3 .flex__item .play-pause-button {
  position: relative;
  height: 32px;
  width: 32px;
  border-radius: 100%;
  border: none;
  cursor: pointer;
  background-color: #525d6a;
}
.cmp-timed-tab-v3 .flex__item .play-pause-button__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
}
.cmp-timed-tab-v3 .flex__item .play-pause-button__icon path {
  fill: #ffffff;
}
.cmp-timed-tab-v3 .flex__item .play-pause-button[data-state="play"] .play {
  display: block;
}
.cmp-timed-tab-v3 .flex__item .play-pause-button[data-state="pause"] .pause {
  display: block;
}
.cmp-timed-tab-v3 .flex__item .play-pause-button:focus {
  outline: none;
}
.cmp-timed-tab-v3 .flex__item .play-pause-button:focus-visible {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0875e1;
}
.cmp-timed-tab-v3 .flex__item .play-pause-button:hover,
.cmp-timed-tab-v3 .flex__item .play-pause-button:active {
  background-color: #022043;
}
@media (max-width: 991px) {
  .cmp-timed-tab-v3 .flex .show-controls:not(.bg):hover lottie-player,
  .cmp-timed-tab-v3 .flex .show-controls:not(.bg):hover dotlottie .player {
    opacity: 1;
  }
  .cmp-timed-tab-v3 .flex .show-controls:not(.bg):hover .cmp-lottie-controls {
    display: none;
  }
}

.darkTheme .cmp-timed-tab-v3 .flex__item--content .wrapper .progress-bar-fill {
  background-color: #ffffff !important;
}
.darkTheme .cmp-timed-tab-v3 .flex__item--content .wrapper__content .title-1,
.darkTheme .cmp-timed-tab-v3 .flex__item--content .wrapper__content .title-2,
.darkTheme .cmp-timed-tab-v3 .flex__item--content .wrapper__content .title-3,
.darkTheme
  .cmp-timed-tab-v3
  .flex__item--content
  .wrapper__content
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .darkTheme
  .cmp-timed-tab-v3
  .flex__item--content
  .wrapper__content
  .about-author__title,
.darkTheme .cmp-timed-tab-v3 .flex__item--content .wrapper__content .title-4,
.darkTheme .cmp-timed-tab-v3 .flex__item--content .wrapper__content .title-5,
.darkTheme .cmp-timed-tab-v3 .flex__item--content .wrapper__content .title-6,
.darkTheme
  .cmp-timed-tab-v3
  .flex__item--content
  .wrapper__content
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .darkTheme
  .cmp-timed-tab-v3
  .flex__item--content
  .wrapper__content
  .hero-card__title,
.darkTheme .cmp-timed-tab-v3 .flex__item--content .wrapper__content h1,
.darkTheme .cmp-timed-tab-v3 .flex__item--content .wrapper__content h2,
.darkTheme .cmp-timed-tab-v3 .flex__item--content .wrapper__content h3,
.darkTheme .cmp-timed-tab-v3 .flex__item--content .wrapper__content h4,
.darkTheme .cmp-timed-tab-v3 .flex__item--content .wrapper__content h5,
.darkTheme .cmp-timed-tab-v3 .flex__item--content .wrapper__content h6,
.darkTheme .cmp-timed-tab-v3 .flex__item--content .wrapper__content p {
  margin-bottom: 1rem !important;
  color: #b6c1cc !important;
}
@media (min-width: 992px) {
  .darkTheme .cmp-timed-tab-v3 .flex__item--content .wrapper__content p,
  .darkTheme .cmp-timed-tab-v3 .flex__item--content .wrapper__content p .body-0,
  .darkTheme .cmp-timed-tab-v3 .flex__item--content .wrapper__content p .body-1,
  .darkTheme
    .cmp-timed-tab-v3
    .flex__item--content
    .wrapper__content
    p
    .cmp-about-author
    .about-author__user-details
    .user-name,
  .cmp-about-author
    .about-author__user-details
    .darkTheme
    .cmp-timed-tab-v3
    .flex__item--content
    .wrapper__content
    p
    .user-name,
  .darkTheme
    .cmp-timed-tab-v3
    .flex__item--content
    .wrapper__content
    p
    .cmp-hub-hero__one
    .hub-hero__wrapper-video
    .hero-card__description,
  .cmp-hub-hero__one
    .hub-hero__wrapper-video
    .darkTheme
    .cmp-timed-tab-v3
    .flex__item--content
    .wrapper__content
    p
    .hero-card__description,
  .darkTheme .cmp-timed-tab-v3 .flex__item--content .wrapper__content p .body-3,
  .darkTheme
    .cmp-timed-tab-v3
    .flex__item--content
    .wrapper__content
    p
    .cmp-share-component--date,
  .darkTheme
    .cmp-timed-tab-v3
    .flex__item--content
    .wrapper__content
    p
    .cmp-share-component--share,
  .darkTheme
    .cmp-timed-tab-v3
    .flex__item--content
    .wrapper__content
    p
    .cmp-share-component--copied,
  .darkTheme
    .cmp-timed-tab-v3
    .flex__item--content
    .wrapper__content
    p
    .cmp-hub-hero
    .hero-card__type,
  .cmp-hub-hero
    .darkTheme
    .cmp-timed-tab-v3
    .flex__item--content
    .wrapper__content
    p
    .hero-card__type,
  .darkTheme
    .cmp-timed-tab-v3
    .flex__item--content
    .wrapper__content
    p
    .cmp-hub-hero
    .hub-hero__wrapper-list
    .hub-hero__card
    .hero-card__eyebrow,
  .cmp-hub-hero
    .hub-hero__wrapper-list
    .hub-hero__card
    .darkTheme
    .cmp-timed-tab-v3
    .flex__item--content
    .wrapper__content
    p
    .hero-card__eyebrow {
    color: #b6c1cc !important;
  }
}
.darkTheme
  .cmp-timed-tab-v3
  .flex__item--content
  .wrapper__content--title:focus-visible {
  box-shadow: 0 0 0 2px #ffffff !important;
}
.darkTheme
  .cmp-timed-tab-v3
  .flex__item--content
  .wrapper__content:hover
  .title-1,
.darkTheme
  .cmp-timed-tab-v3
  .flex__item--content
  .wrapper__content:hover
  .title-2,
.darkTheme
  .cmp-timed-tab-v3
  .flex__item--content
  .wrapper__content:hover
  .title-3,
.darkTheme
  .cmp-timed-tab-v3
  .flex__item--content
  .wrapper__content:hover
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .darkTheme
  .cmp-timed-tab-v3
  .flex__item--content
  .wrapper__content:hover
  .about-author__title,
.darkTheme
  .cmp-timed-tab-v3
  .flex__item--content
  .wrapper__content:hover
  .title-4,
.darkTheme
  .cmp-timed-tab-v3
  .flex__item--content
  .wrapper__content:hover
  .title-5,
.darkTheme
  .cmp-timed-tab-v3
  .flex__item--content
  .wrapper__content:hover
  .title-6,
.darkTheme
  .cmp-timed-tab-v3
  .flex__item--content
  .wrapper__content:hover
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .darkTheme
  .cmp-timed-tab-v3
  .flex__item--content
  .wrapper__content:hover
  .hero-card__title,
.darkTheme .cmp-timed-tab-v3 .flex__item--content .wrapper__content:hover h1,
.darkTheme .cmp-timed-tab-v3 .flex__item--content .wrapper__content:hover h2,
.darkTheme .cmp-timed-tab-v3 .flex__item--content .wrapper__content:hover h3,
.darkTheme .cmp-timed-tab-v3 .flex__item--content .wrapper__content:hover h4,
.darkTheme .cmp-timed-tab-v3 .flex__item--content .wrapper__content:hover h5,
.darkTheme .cmp-timed-tab-v3 .flex__item--content .wrapper__content:hover h6,
.darkTheme .cmp-timed-tab-v3 .flex__item--content .wrapper__content:hover p {
  margin-bottom: 1rem !important;
  color: #ffffff !important;
}
.darkTheme .cmp-timed-tab-v3 .flex__item--content .wrapper.active .title-1,
.darkTheme .cmp-timed-tab-v3 .flex__item--content .wrapper.active .title-2,
.darkTheme .cmp-timed-tab-v3 .flex__item--content .wrapper.active .title-3,
.darkTheme
  .cmp-timed-tab-v3
  .flex__item--content
  .wrapper.active
  .cmp-about-author
  .about-author__title,
.cmp-about-author
  .darkTheme
  .cmp-timed-tab-v3
  .flex__item--content
  .wrapper.active
  .about-author__title,
.darkTheme .cmp-timed-tab-v3 .flex__item--content .wrapper.active .title-4,
.darkTheme .cmp-timed-tab-v3 .flex__item--content .wrapper.active .title-5,
.darkTheme .cmp-timed-tab-v3 .flex__item--content .wrapper.active .title-6,
.darkTheme
  .cmp-timed-tab-v3
  .flex__item--content
  .wrapper.active
  .cmp-hub-hero
  .hero-card__title,
.cmp-hub-hero
  .darkTheme
  .cmp-timed-tab-v3
  .flex__item--content
  .wrapper.active
  .hero-card__title,
.darkTheme .cmp-timed-tab-v3 .flex__item--content .wrapper.active h1,
.darkTheme .cmp-timed-tab-v3 .flex__item--content .wrapper.active h2,
.darkTheme .cmp-timed-tab-v3 .flex__item--content .wrapper.active h3,
.darkTheme .cmp-timed-tab-v3 .flex__item--content .wrapper.active h4,
.darkTheme .cmp-timed-tab-v3 .flex__item--content .wrapper.active h5,
.darkTheme .cmp-timed-tab-v3 .flex__item--content .wrapper.active h6,
.darkTheme .cmp-timed-tab-v3 .flex__item--content .wrapper.active p {
  margin-bottom: 1rem !important;
  color: #ffffff !important;
}
@media (min-width: 992px) {
  .darkTheme .cmp-timed-tab-v3 .flex__item--content .wrapper.active p,
  .darkTheme .cmp-timed-tab-v3 .flex__item--content .wrapper.active p .body-0,
  .darkTheme .cmp-timed-tab-v3 .flex__item--content .wrapper.active p .body-1,
  .darkTheme
    .cmp-timed-tab-v3
    .flex__item--content
    .wrapper.active
    p
    .cmp-about-author
    .about-author__user-details
    .user-name,
  .cmp-about-author
    .about-author__user-details
    .darkTheme
    .cmp-timed-tab-v3
    .flex__item--content
    .wrapper.active
    p
    .user-name,
  .darkTheme
    .cmp-timed-tab-v3
    .flex__item--content
    .wrapper.active
    p
    .cmp-hub-hero__one
    .hub-hero__wrapper-video
    .hero-card__description,
  .cmp-hub-hero__one
    .hub-hero__wrapper-video
    .darkTheme
    .cmp-timed-tab-v3
    .flex__item--content
    .wrapper.active
    p
    .hero-card__description,
  .darkTheme .cmp-timed-tab-v3 .flex__item--content .wrapper.active p .body-3,
  .darkTheme
    .cmp-timed-tab-v3
    .flex__item--content
    .wrapper.active
    p
    .cmp-share-component--date,
  .darkTheme
    .cmp-timed-tab-v3
    .flex__item--content
    .wrapper.active
    p
    .cmp-share-component--share,
  .darkTheme
    .cmp-timed-tab-v3
    .flex__item--content
    .wrapper.active
    p
    .cmp-share-component--copied,
  .darkTheme
    .cmp-timed-tab-v3
    .flex__item--content
    .wrapper.active
    p
    .cmp-hub-hero
    .hero-card__type,
  .cmp-hub-hero
    .darkTheme
    .cmp-timed-tab-v3
    .flex__item--content
    .wrapper.active
    p
    .hero-card__type,
  .darkTheme
    .cmp-timed-tab-v3
    .flex__item--content
    .wrapper.active
    p
    .cmp-hub-hero
    .hub-hero__wrapper-list
    .hub-hero__card
    .hero-card__eyebrow,
  .cmp-hub-hero
    .hub-hero__wrapper-list
    .hub-hero__card
    .darkTheme
    .cmp-timed-tab-v3
    .flex__item--content
    .wrapper.active
    p
    .hero-card__eyebrow {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) {
  .darkTheme .cmp-timed-tab-v3 .flex__item--content .wrapper.active.selected p,
  .darkTheme
    .cmp-timed-tab-v3
    .flex__item--content
    .wrapper.active.selected
    p
    .body-0,
  .darkTheme
    .cmp-timed-tab-v3
    .flex__item--content
    .wrapper.active.selected
    p
    .body-1,
  .darkTheme
    .cmp-timed-tab-v3
    .flex__item--content
    .wrapper.active.selected
    p
    .cmp-about-author
    .about-author__user-details
    .user-name,
  .cmp-about-author
    .about-author__user-details
    .darkTheme
    .cmp-timed-tab-v3
    .flex__item--content
    .wrapper.active.selected
    p
    .user-name,
  .darkTheme
    .cmp-timed-tab-v3
    .flex__item--content
    .wrapper.active.selected
    p
    .cmp-hub-hero__one
    .hub-hero__wrapper-video
    .hero-card__description,
  .cmp-hub-hero__one
    .hub-hero__wrapper-video
    .darkTheme
    .cmp-timed-tab-v3
    .flex__item--content
    .wrapper.active.selected
    p
    .hero-card__description,
  .darkTheme
    .cmp-timed-tab-v3
    .flex__item--content
    .wrapper.active.selected
    p
    .body-3,
  .darkTheme
    .cmp-timed-tab-v3
    .flex__item--content
    .wrapper.active.selected
    p
    .cmp-share-component--date,
  .darkTheme
    .cmp-timed-tab-v3
    .flex__item--content
    .wrapper.active.selected
    p
    .cmp-share-component--share,
  .darkTheme
    .cmp-timed-tab-v3
    .flex__item--content
    .wrapper.active.selected
    p
    .cmp-share-component--copied,
  .darkTheme
    .cmp-timed-tab-v3
    .flex__item--content
    .wrapper.active.selected
    p
    .cmp-hub-hero
    .hero-card__type,
  .cmp-hub-hero
    .darkTheme
    .cmp-timed-tab-v3
    .flex__item--content
    .wrapper.active.selected
    p
    .hero-card__type,
  .darkTheme
    .cmp-timed-tab-v3
    .flex__item--content
    .wrapper.active.selected
    p
    .cmp-hub-hero
    .hub-hero__wrapper-list
    .hub-hero__card
    .hero-card__eyebrow,
  .cmp-hub-hero
    .hub-hero__wrapper-list
    .hub-hero__card
    .darkTheme
    .cmp-timed-tab-v3
    .flex__item--content
    .wrapper.active.selected
    p
    .hero-card__eyebrow {
    color: #ffffff !important;
  }
}
.darkTheme .cmp-timed-tab-v3 .flex__item--content .play-pause-button {
  background-color: #f1f3f6;
}
.darkTheme .cmp-timed-tab-v3 .flex__item--content .play-pause-button svg path {
  fill: #022043;
}
.darkTheme .cmp-timed-tab-v3 .flex__item--content .play-pause-button:hover,
.darkTheme .cmp-timed-tab-v3 .flex__item--content .play-pause-button:active {
  background-color: #ffffff;
}
.darkTheme
  .cmp-timed-tab-v3
  .flex__item--content
  .play-pause-button:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 2px #0875e1,
    0 0 0 4px #ffffff;
}

:root .cmp-relativeperspective {
  --atomic-font-family: "Acid Grotesk", Arial, Helvetica, sans-serif;
  --atomic-visited: $ballpoint;
}
.cmp-relativeperspective .headline {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  color: #022043;
}
.cmp-relativeperspective .headline.ai {
  margin-bottom: 2rem;
}
.cmp-relativeperspective .headline.ai::after {
  display: block;
  margin-top: 8px;
  bottom: 0;
  left: 0;
  border: 0;
  width: 60px;
  height: 3px;
  background: #fc5b05;
  border-radius: 1px;
  content: "";
}
.cmp-relativeperspective atomic-result-list::part(result-list) {
  gap: 0;
}
.cmp-relativeperspective atomic-result-list::part(outline) {
  display: flex;
  flex-direction: column;
  padding: 0;
  border: 0;
  border-radius: 0;
  font-weight: 700;
  font-size: 1rem;
}
.cmp-relativeperspective atomic-result-list::part(outline)::before {
  content: unset !important;
  display: none !important;
}

.promo-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  padding: 0px;
  border: 1px solid #b6c1cc;
  border-radius: 8px;
  overflow: hidden;
}
.promo-card.vertical {
  flex-direction: column;
}
.promo-card__image-wrapper {
  width: 188px;
}
.promo-card__image-wrapper.vertical {
  width: 100%;
  aspect-ratio: 16/9;
}
.promo-card__image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.promo-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  order: 1;
  flex: 1;
}
.promo-card__text-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  gap: 16px;
  flex: 1;
  width: 100%;
}
.promo-card__overline {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #022043;
}
.promo-card__title {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #022043;
  flex: none;
  order: 1;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.promo-card__button-container {
  display: flex;
  align-items: flex-start;
  padding: 0px 24px 24px;
  gap: 8px;
  height: 48px;
  flex: none;
  order: 1;
  flex-grow: 0;
  width: 100%;
}
.promo-card__button {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 8px;
  height: 24px;
  order: 0;
  flex-grow: 0;
  color: #0057ae !important;
  text-decoration: none;
}
.promo-card__button-icon {
  width: 24px;
  height: 24px;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.promo-card__button-icon use {
  fill: #0057ae;
}
.promo-card__button-label {
  height: 24px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-decoration-line: underline;
  order: 1;
  flex-grow: 0;
}

@media (max-width: 767px) {
  .promo-card {
    flex-direction: column;
    width: 100%;
  }
  .promo-card__image-wrapper {
    width: 100%;
  }
  .promo-card__image {
    width: 100%;
  }
  .promo-card__content {
    width: 100%;
  }
}
.promo-card a:focus-visible .promo-card__button-label {
  color: #022043 !important;
}
.promo-card a:focus-visible .promo-card__button-icon use {
  fill: #022043 !important;
}
.promo-card a:focus-visible {
  box-shadow: 0 0 0 2px #022043 !important;
  outline: none;
  border-radius: 8px;
}
.promo-card:hover,
.promo-card:active {
  cursor: pointer;
}
.promo-card:hover .promo-card__button,
.promo-card:hover .promo-card__button-label,
.promo-card:active .promo-card__button,
.promo-card:active .promo-card__button-label {
  color: #022043 !important;
}
.promo-card:hover .promo-card__button-icon use,
.promo-card:active .promo-card__button-icon use {
  fill: #022043 !important;
}

.lightTheme .promo-card a:focus-visible .promo-card__button-label,
.quote .quote-component .promo-card a:focus-visible .promo-card__button-label {
  color: #022043 !important;
}
.lightTheme .promo-card a:focus-visible .promo-card__button-icon use,
.quote
  .quote-component
  .promo-card
  a:focus-visible
  .promo-card__button-icon
  use {
  fill: #022043 !important;
}
.lightTheme .promo-card a:focus-visible,
.quote .quote-component .promo-card a:focus-visible {
  box-shadow: 0 0 0 2px #022043 !important;
  outline: none;
  border-radius: 8px;
}
.lightTheme .promo-card:hover,
.quote .quote-component .promo-card:hover,
.lightTheme .promo-card:active,
.quote .quote-component .promo-card:active {
  cursor: pointer;
}
.lightTheme .promo-card:hover .promo-card__button,
.quote .quote-component .promo-card:hover .promo-card__button,
.lightTheme .promo-card:hover .promo-card__button-label,
.quote .quote-component .promo-card:hover .promo-card__button-label,
.lightTheme .promo-card:active .promo-card__button,
.quote .quote-component .promo-card:active .promo-card__button,
.lightTheme .promo-card:active .promo-card__button-label,
.quote .quote-component .promo-card:active .promo-card__button-label {
  color: #022043 !important;
}
.lightTheme .promo-card:hover .promo-card__button-icon use,
.quote .quote-component .promo-card:hover .promo-card__button-icon use,
.lightTheme .promo-card:active .promo-card__button-icon use,
.quote .quote-component .promo-card:active .promo-card__button-icon use {
  fill: #022043 !important;
}

.darkTheme .promo-card__button-icon use {
  fill: #ffffff !important;
}
.darkTheme .promo-card a:focus-visible .promo-card__button-label {
  color: #ffffff !important;
}
.darkTheme .promo-card a:focus-visible .promo-card__button-icon use {
  fill: #ffffff !important;
}
.darkTheme .promo-card a:focus-visible {
  box-shadow: 0 0 0 2px #ffffff !important;
  outline: none;
  border-radius: 8px;
}
.darkTheme .promo-card:hover,
.darkTheme .promo-card:active {
  cursor: pointer;
}
.darkTheme .promo-card:hover .promo-card__button,
.darkTheme .promo-card:hover .promo-card__button-label,
.darkTheme .promo-card:active .promo-card__button,
.darkTheme .promo-card:active .promo-card__button-label {
  color: #b6c1cc !important;
}
.darkTheme .promo-card:hover .promo-card__button-icon use,
.darkTheme .promo-card:active .promo-card__button-icon use {
  fill: #b6c1cc !important;
}

.author-bio.cmp-author-bio {
  position: relative;
  padding-bottom: 48px;
  padding-bottom: 3rem;
  padding-top: 48px;
  padding-top: 3rem;
}
@media (min-width: 70.25em) {
  .author-bio.cmp-author-bio {
    padding-top: 64px;
    padding-top: 4rem;
  }
}
@media (min-width: 70.25em) {
  .author-bio.cmp-author-bio {
    padding-bottom: 64px;
    padding-bottom: 4rem;
  }
}
.author-bio .wrapper {
  display: flex;
  flex-direction: column-reverse;
  gap: 2rem;
  align-items: center;
}
.author-bio .wrapper .image-column,
.author-bio .wrapper .content-column {
  width: 100%;
}
@media (min-width: 48em) {
  .author-bio .wrapper .image-column {
    flex: 5;
  }
}
@media (min-width: 75em) {
  .author-bio .wrapper .image-column {
    flex: 4;
  }
}
@media (min-width: 48em) {
  .author-bio .wrapper .content-column {
    flex: 7;
  }
}
@media (min-width: 75em) {
  .author-bio .wrapper .content-column {
    flex: 8;
  }
}
@media (min-width: 48em) {
  .author-bio .wrapper {
    flex-direction: row;
  }
}
@media (min-width: 48em) {
  .author-bio .image-column {
    display: flex;
    align-items: center;
    min-height: 0;
  }
}
.author-bio__image {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  object-position: center;
  height: max-content;
  max-height: 100%;
  aspect-ratio: 1;
}
@media (min-width: 75em) {
  .author-bio__content {
    padding: 24.5px 0;
  }
}
@media (min-width: 100em) {
  .author-bio__content {
    padding: 30px 0;
  }
}
@media (min-width: 48em) {
  .author-bio__name {
    margin-bottom: 2rem;
  }
}
.author-bio__title {
  color: #022043;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 2rem;
}
.author-bio__description {
  color: #022043;
}
.author-bio__description p:last-child .body-1,
.author-bio__description
  p:last-child
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .author-bio__description
  p:last-child
  .user-name,
.author-bio__description
  p:last-child
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .author-bio__description
  p:last-child
  .hero-card__description {
  margin-bottom: 0;
}

.darkTheme .cmp-author-bio .author-bio__title,
.darkTheme .cmp-author-bio .author-bio__description {
  color: #ffffff;
}

.subscribe-dialog__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(17.5px);
  z-index: 10000; /* Ensure it covers the entire viewport */
}

.subscribe-dialog {
  display: none;
  font-family: "Acid Grotesk", Arial, Helvetica, sans-serif;
  background: #022043;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  max-width: 704px;
  width: 90%;
  padding: 0;
  border: 0;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}
.subscribe-dialog::-webkit-scrollbar {
  display: none; /* Chrome, Safari and Opera */
}
.subscribe-dialog__close-wrapper {
  padding: 0 0 32px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.subscribe-dialog__close {
  margin: 1rem 1rem 0 1rem;
  display: flex;
  justify-content: flex-end;
  padding: 0;
}
.subscribe-dialog__close button {
  display: flex;
  background: transparent;
  border-radius: 100%;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.subscribe-dialog__close button:focus-visible {
  box-shadow: 0 0 0 2px #ffffff !important;
  outline: none !important;
}
.subscribe-dialog__close button:hover {
  background: rgba(0, 0, 0, 0.32);
}
.subscribe-dialog__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 2rem;
  width: 100%;
}
.subscribe-dialog__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 32px;
  text-transform: uppercase;
  letter-spacing: 1.12px;
}
.subscribe-dialog__title::after {
  display: block;
  margin-top: 8px;
  bottom: 0;
  left: 0;
  border: 0;
  width: 60px;
  height: 3px;
  background: #fc5b05;
  border-radius: 1px;
  content: "";
}
.subscribe-dialog__description {
  border-bottom: 2rem;
  line-height: 42px;
  font-size: 42px !important;
}
@media screen and (min-width: 75em) {
  .subscribe-dialog__description {
    line-height: 4rem;
    font-size: 3.5rem !important;
  }
}
.subscribe-dialog__success {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 2rem;
  gap: 2rem;
}
.subscribe-dialog__success-title {
  margin-bottom: 2rem;
}
.subscribe-dialog .form-wrapper {
  width: 100%;
  min-height: 400px;
  position: relative;
}
.subscribe-dialog .form-wrapper .loader-container {
  width: 64px;
}
.subscribe-dialog .form-wrapper .loader-container wdc-loading-dots {
  width: 100%;
}
.subscribe-dialog .form-wrapper .loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.subscribe-dialog .mktoForm .mktoFormRow,
.subscribe-dialog .mktoForm select,
.subscribe-dialog .mktoForm label,
.subscribe-dialog .mktoForm .mktoErrorMsg,
.subscribe-dialog .mktoForm option {
  all: unset;
}
.subscribe-dialog .mktoForm input:not([type="checkbox"]) {
  all: unset;
}
.subscribe-dialog .mktoForm {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  color: #ffffff !important;
}
.subscribe-dialog .mktoForm .mktoFormRow:has([id="LblCountry"]),
.subscribe-dialog .mktoForm .mktoFormRow:has([id="LblEmail"]) {
  margin-bottom: 2rem;
}
.subscribe-dialog .mktoForm .mktoFormRow:has([id="LblCountry"]) .mktoFieldWrap,
.subscribe-dialog .mktoForm .mktoFormRow:has([id="LblEmail"]) .mktoFieldWrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.subscribe-dialog
  .mktoForm
  .mktoFormRow:has([id="LblCountry"])
  .mktoFieldWrap
  .input-icon-wrapper:has(.mktoInvalid)
  .valid-icon,
.subscribe-dialog
  .mktoForm
  .mktoFormRow:has([id="LblEmail"])
  .mktoFieldWrap
  .input-icon-wrapper:has(.mktoInvalid)
  .valid-icon {
  display: none !important;
}
.subscribe-dialog
  .mktoForm
  .mktoFormRow:has([id="LblCountry"])
  .mktoFieldWrap
  .input-icon-wrapper:has(.mktoInvalid)
  .invalid-icon,
.subscribe-dialog
  .mktoForm
  .mktoFormRow:has([id="LblEmail"])
  .mktoFieldWrap
  .input-icon-wrapper:has(.mktoInvalid)
  .invalid-icon {
  display: block !important;
}
.subscribe-dialog
  .mktoForm
  .mktoFormRow:has([id="LblCountry"])
  .mktoFieldWrap
  .input-icon-wrapper:has(.mktoValid)
  .valid-icon,
.subscribe-dialog
  .mktoForm
  .mktoFormRow:has([id="LblEmail"])
  .mktoFieldWrap
  .input-icon-wrapper:has(.mktoValid)
  .valid-icon {
  display: block !important;
}
.subscribe-dialog
  .mktoForm
  .mktoFormRow:has([id="LblCountry"])
  .mktoFieldWrap
  .input-icon-wrapper:has(.mktoValid)
  .invalid-icon,
.subscribe-dialog
  .mktoForm
  .mktoFormRow:has([id="LblEmail"])
  .mktoFieldWrap
  .input-icon-wrapper:has(.mktoValid)
  .invalid-icon {
  display: none !important;
}
.subscribe-dialog
  .mktoForm
  .mktoFormRow:has([id="LblCountry"])
  .mktoFieldWrap
  .input-icon-wrapper,
.subscribe-dialog
  .mktoForm
  .mktoFormRow:has([id="LblEmail"])
  .mktoFieldWrap
  .input-icon-wrapper {
  position: relative;
}
.subscribe-dialog
  .mktoForm
  .mktoFormRow:has([id="LblCountry"])
  .mktoFieldWrap
  .input-icon-wrapper
  .validation-icon,
.subscribe-dialog
  .mktoForm
  .mktoFormRow:has([id="LblEmail"])
  .mktoFieldWrap
  .input-icon-wrapper
  .validation-icon {
  display: flex;
  position: absolute;
  top: 16px;
  right: 12px;
  pointer-events: none;
}
.subscribe-dialog
  .mktoForm
  .mktoFormRow:has([id="LblCountry"])
  .mktoFieldWrap
  .input-icon-wrapper
  .validation-icon
  svg,
.subscribe-dialog
  .mktoForm
  .mktoFormRow:has([id="LblEmail"])
  .mktoFieldWrap
  .input-icon-wrapper
  .validation-icon
  svg {
  display: none;
}
.subscribe-dialog
  .mktoForm
  .mktoFormRow:has([id="LblCountry"])
  .mktoFieldWrap
  .input-icon-wrapper
  .validation-icon.dropdown-icon
  svg,
.subscribe-dialog
  .mktoForm
  .mktoFormRow:has([id="LblEmail"])
  .mktoFieldWrap
  .input-icon-wrapper
  .validation-icon.dropdown-icon
  svg {
  display: block;
}
.subscribe-dialog
  .mktoForm
  .mktoFormRow:has([id="LblCountry"])
  .mktoFieldWrap
  .input-icon-wrapper
  .validation-icon.country-validation-icon,
.subscribe-dialog
  .mktoForm
  .mktoFormRow:has([id="LblEmail"])
  .mktoFieldWrap
  .input-icon-wrapper
  .validation-icon.country-validation-icon {
  right: 36px;
}
.subscribe-dialog
  .mktoForm
  .mktoFormRow:has([id="LblCountry"])
  .mktoFieldWrap
  .input-icon-wrapper
  .mktoError,
.subscribe-dialog
  .mktoForm
  .mktoFormRow:has([id="LblEmail"])
  .mktoFieldWrap
  .input-icon-wrapper
  .mktoError {
  line-height: 20px;
  margin-top: 6px;
}
.subscribe-dialog
  .mktoForm
  .mktoFormRow:has([id="LblCountry"])
  .mktoFieldWrap
  .mktoLabel,
.subscribe-dialog
  .mktoForm
  .mktoFormRow:has([id="LblEmail"])
  .mktoFieldWrap
  .mktoLabel {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 0.5rem;
  font-weight: 700;
  width: 100% !important;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.subscribe-dialog
  .mktoForm
  .mktoFormRow:has([id="LblCountry"])
  .mktoFieldWrap
  .mktoLabel
  .mktoAsterix,
.subscribe-dialog
  .mktoForm
  .mktoFormRow:has([id="LblEmail"])
  .mktoFieldWrap
  .mktoLabel
  .mktoAsterix {
  color: #de2e21;
  display: block;
}
.subscribe-dialog
  .mktoForm
  .mktoFormRow:has([id="LblCountry"])
  .mktoFieldWrap
  .mktoLabel
  .mktoAsterix::before,
.subscribe-dialog
  .mktoForm
  .mktoFormRow:has([id="LblEmail"])
  .mktoFieldWrap
  .mktoLabel
  .mktoAsterix::before {
  content: " ";
}
.subscribe-dialog
  .mktoForm
  .mktoFormRow:has([id="LblCountry"])
  .mktoFieldWrap
  .mktoField,
.subscribe-dialog
  .mktoForm
  .mktoFormRow:has([id="LblEmail"])
  .mktoFieldWrap
  .mktoField {
  width: 100% !important;
  outline: none;
  box-sizing: border-box;
  padding: 16px 12px !important;
  gap: 8px;
  height: 56px;
  font-size: 16px;
  background: #ffffff !important;
  border: 1px solid #7d8b99;
  color: #022043;
  border-radius: 8px;
  transition: all 100ms ease;
  border: 1px solid #7d8b99;
}
.subscribe-dialog
  .mktoForm
  .mktoFormRow:has([id="LblCountry"])
  .mktoFieldWrap
  .mktoField.mktoInvalid,
.subscribe-dialog
  .mktoForm
  .mktoFormRow:has([id="LblEmail"])
  .mktoFieldWrap
  .mktoField.mktoInvalid {
  outline: 2px solid #ffffff !important;
  border: 2px solid #de2e21 !important;
}
.subscribe-dialog
  .mktoForm
  .mktoFormRow:has([id="LblCountry"])
  .mktoFieldWrap
  .mktoField:focus-visible,
.subscribe-dialog
  .mktoForm
  .mktoFormRow:has([id="LblEmail"])
  .mktoFieldWrap
  .mktoField:focus-visible {
  outline: 2px solid #ffffff !important;
  border: 2px solid #0057ae !important;
}
.subscribe-dialog
  .mktoForm
  .mktoFormRow:has([id="LblCountry"])
  .mktoFieldWrap
  .mktoErrorMsg,
.subscribe-dialog
  .mktoForm
  .mktoFormRow:has([id="LblEmail"])
  .mktoFieldWrap
  .mktoErrorMsg {
  line-height: 20px;
  font-size: 14px;
  margin-top: 0.25rem;
  font-weight: 700;
}
.subscribe-dialog
  .mktoForm
  .mktoFormRow:has([id="LblCountry"])
  .mktoFieldWrap
  .mktoErrorMsg::after,
.subscribe-dialog
  .mktoForm
  .mktoFormRow:has([id="LblEmail"])
  .mktoFieldWrap
  .mktoErrorMsg::after {
  content: unset !important;
}
.subscribe-dialog
  .mktoForm
  .mktoFormRow:has([name="Country"].mktoInvalid)
  .country-validation-icon::after,
.subscribe-dialog
  .mktoForm
  .mktoFormRow:has([name="Country"].mktoValid)
  .country-validation-icon::after {
  content: " ";
  display: block;
  margin: 0 8px;
  height: 24px;
  width: 1px;
  background: #7d8b99;
}
.subscribe-dialog .mktoForm .mktoFormRow:has(.mktoCheckboxList) .mktoAsterix {
  display: none;
}
.subscribe-dialog .mktoForm .mktoCheckboxList:has(input[type="checkbox"]) {
  margin-bottom: 2rem;
}
.subscribe-dialog .mktoForm .mktoCheckboxList {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  justify-content: left;
  width: 100% !important;
}
.subscribe-dialog .mktoForm .mktoCheckboxList input[type="checkbox"] {
  bottom: 0 !important;
  flex-shrink: 0;
  position: relative !important;
  opacity: 1 !important;
  bottom: 0;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: 1px solid #7d8b99;
  cursor: pointer;
  margin: 3px;
}
.subscribe-dialog .mktoForm .mktoCheckboxList input[type="checkbox"]:focus {
  opacity: unset !important;
}
.subscribe-dialog
  .mktoForm
  .mktoCheckboxList
  input[type="checkbox"]:focus-visible {
  box-shadow:
    0 0 0 2px #0057ae,
    0 0 0 4px #ffffff !important;
}
.subscribe-dialog .mktoForm .mktoCheckboxList label {
  font-size: 16px !important;
}
.subscribe-dialog .mktoForm .mktoButtonWrap {
  display: flex;
  margin: 0 !important;
  margin-bottom: 2rem !important;
  width: 100%;
}
.subscribe-dialog .mktoForm .mktoButtonWrap button[type="submit"] {
  cursor: pointer;
  margin: 0;
  text-align: center;
  padding: 12px 20px;
  width: 100%;
  background: #0057ae;
  border-radius: 24px;
}
.subscribe-dialog
  .mktoForm
  .mktoButtonWrap
  button[type="submit"]:focus-visible {
  box-shadow: 0 0 0 2px #ffffff !important;
  outline: none !important;
}
.subscribe-dialog .mktoForm .mktoHtmlText {
  font-size: 14px;
  display: flex;
  text-align: left;
}
.subscribe-dialog .mktoForm .mktoHtmlText a {
  cursor: pointer;
  color: #ffffff !important;
}
.subscribe-dialog .mktoForm .mktoHtmlText a:hover {
  color: #b6c1cc !important;
}
.subscribe-dialog .mktoForm .mktoHtmlText a:focus-visible {
  box-shadow: 0 0 0 2px #0057ae !important;
  border-radius: 4px;
  outline: none !important;
}
.subscribe-dialog .mktoForm .mktoFormCol {
  margin-bottom: 0 !important;
}

:root .upnext.aem-GridColumn {
  --atomic-font-family: "Acid Grotesk", Arial, Helvetica, sans-serif;
}
.upnext.aem-GridColumn .cmp-upnext {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  flex-direction: column;
}
.upnext.aem-GridColumn .cmp-upnext .headline {
  color: #022043;
  font-size: 40px;
  line-height: 48px;
  font-weight: 800;
  display: flex;
}
.upnext.aem-GridColumn .cmp-upnext atomic-search-interface {
  width: 100%;
}
.upnext.aem-GridColumn .cmp-upnext atomic-result-list::part(outline) {
  padding: 0 !important;
  position: relative;
  cursor: pointer;
  border: 0;
}

.darkTheme .cmp-upnext .headline {
  color: #ffffff;
}

.aem-Grid--right-rail {
  height: 100% !important;
}
.aem-Grid--right-rail .article-right-rail {
  height: 100% !important;
  display: block;
  position: relative;
}
.aem-Grid--right-rail .article-right-rail .cmp-article-right-rail {
  position: relative;
  max-width: 283px;
  transition: 350ms top;
}
.aem-Grid--right-rail .article-right-rail .cmp-article-right-rail.fixed {
  position: fixed;
  top: 72px;
  margin-top: 2rem;
}
.aem-Grid--right-rail
  .article-right-rail
  .cmp-article-right-rail.fixed.region-banner {
  top: calc(72px + 52px);
}
.aem-Grid--right-rail
  .article-right-rail
  .cmp-article-right-rail.fixed.with-subnav {
  top: calc(72px + 64px);
}
.aem-Grid--right-rail
  .article-right-rail
  .cmp-article-right-rail.fixed.with-subnav.region-banner {
  top: calc(72px + 52px + 64px);
}
.aem-Grid--right-rail
  .article-right-rail
  .cmp-article-right-rail.fixed.with-subnav.region-banner.primary-nav-hidden {
  top: calc(52px + 64px);
}
.aem-Grid--right-rail
  .article-right-rail
  .cmp-article-right-rail.fixed.with-subnav.subnav-up {
  top: 64px;
}
.aem-Grid--right-rail .article-right-rail .cmp-article-right-rail.bottom {
  position: absolute;
  bottom: 0;
  top: unset;
}
@media (max-width: 767px) {
  .aem-Grid--right-rail .article-right-rail .cmp-article-right-rail {
    position: static !important;
    max-width: 100% !important;
  }
}

.columncontrol .col-lg-4 div:has(> .aem-Grid--right-rail),
.columncontrol
  .perspective-article-page
  .cmp-anchor-link__wrapper
  .col-lg-3
  div:has(> .aem-Grid--right-rail),
.perspective-article-page
  .cmp-anchor-link__wrapper
  .columncontrol
  .col-lg-3
  div:has(> .aem-Grid--right-rail),
.columncontrol .fourcolumn .icon-grid-resource div:has(> .aem-Grid--right-rail),
.fourcolumn .columncontrol .icon-grid-resource div:has(> .aem-Grid--right-rail),
.columncontrol
  .section-v3
  .threecolumn
  .icon-grid-resource
  div:has(> .aem-Grid--right-rail),
.section-v3
  .threecolumn
  .columncontrol
  .icon-grid-resource
  div:has(> .aem-Grid--right-rail),
.columncontrol
  .perspective-article-page
  .cmp-anchor-link__wrapper
  .section-v3
  .fourcolumn
  .icon-grid-resource
  div:has(> .aem-Grid--right-rail),
.perspective-article-page
  .cmp-anchor-link__wrapper
  .section-v3
  .fourcolumn
  .columncontrol
  .icon-grid-resource
  div:has(> .aem-Grid--right-rail),
.columncontrol
  .section-v3
  .fourcolumn
  .perspective-article-page
  .cmp-anchor-link__wrapper
  .icon-grid-resource
  div:has(> .aem-Grid--right-rail),
.section-v3
  .fourcolumn
  .perspective-article-page
  .cmp-anchor-link__wrapper
  .columncontrol
  .icon-grid-resource
  div:has(> .aem-Grid--right-rail) {
  height: 100% !important;
}
.columncontrol .col-lg-4 .cmp-article-right-rail,
.columncontrol
  .perspective-article-page
  .cmp-anchor-link__wrapper
  .col-lg-3
  .cmp-article-right-rail,
.perspective-article-page
  .cmp-anchor-link__wrapper
  .columncontrol
  .col-lg-3
  .cmp-article-right-rail,
.columncontrol .fourcolumn .icon-grid-resource .cmp-article-right-rail,
.fourcolumn .columncontrol .icon-grid-resource .cmp-article-right-rail,
.columncontrol
  .section-v3
  .threecolumn
  .icon-grid-resource
  .cmp-article-right-rail,
.section-v3
  .threecolumn
  .columncontrol
  .icon-grid-resource
  .cmp-article-right-rail {
  max-width: unset;
}

.cmp-relatedcard .image {
  margin-bottom: 1rem;
}
.cmp-relatedcard .cmp-text .body-2,
.cmp-relatedcard .cmp-text .cmp-about-author .about-author__user-details,
.cmp-about-author .cmp-relatedcard .cmp-text .about-author__user-details {
  margin-bottom: 0.5rem;
  color: #022043;
}
.cmp-relatedcard .button .cmp-button {
  margin-bottom: 1.5rem;
}

.cmp-load-more-perspectives .load-more-perspectives__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.cmp-load-more-perspectives .load-more-perspectives__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.cmp-load-more-perspectives .load-more-perspectives__filters button {
  max-height: 48px;
}
.cmp-load-more-perspectives .load-more-perspectives__headline {
  margin-bottom: 0;
  gap: 16px;
}
.cmp-load-more-perspectives .load-more-perspectives__headline {
  color: #022043;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 800;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  .cmp-load-more-perspectives .load-more-perspectives__headline {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .cmp-load-more-perspectives .load-more-perspectives__headline {
    font-size: 3.5rem;
    line-height: 4rem;
    letter-spacing: -1.12px;
  }
}
.cmp-load-more-perspectives .load-more-perspectives__footer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cmp-load-more-perspectives
  .load-more-perspectives
  atomic-load-more-results::part(showing-results),
.cmp-load-more-perspectives
  .load-more-perspectives
  atomic-load-more-results::part(progress-bar) {
  display: none;
}
.cmp-load-more-perspectives
  .load-more-perspectives
  atomic-load-more-results::part(load-more-results-button) {
  text-transform: capitalize;
}
.cmp-load-more-perspectives
  .load-more-perspectives
  atomic-load-more-results::part(load-more-results-button),
.cmp-load-more-perspectives
  .load-more-perspectives
  atomic-facet::part(value-link),
.cmp-load-more-perspectives .load-more-perspectives .all-filter-button {
  border: 0;
  margin: 0;
  cursor: pointer;
  padding: 12px 20px;
  box-shadow: inset 0 0 0 2px #333333;
  color: #022043;
  background-color: #ffffff;
  -webkit-border-radius: 24px 24px 24px 24px;
  -moz-border-radius: 24px 24px 24px 24px;
  border-radius: 24px 24px 24px 24px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  height: 48px;
}
@media (hover: hover) and (pointer: fine) {
  .cmp-load-more-perspectives
    .load-more-perspectives
    atomic-load-more-results::part(load-more-results-button):hover,
  .cmp-load-more-perspectives
    .load-more-perspectives
    atomic-facet::part(value-link):hover,
  .cmp-load-more-perspectives .load-more-perspectives .all-filter-button:hover {
    background-color: #022043 !important;
    box-shadow: inset 0 0 0 0 transparent;
    color: #ffffff !important;
  }
}
.cmp-load-more-perspectives
  .load-more-perspectives
  atomic-facet::part(value-link-selected),
.cmp-load-more-perspectives .load-more-perspectives .all-link-selected {
  background-color: #022043 !important;
  box-shadow: inset 0 0 0 0 transparent;
  color: #ffffff !important;
}
.cmp-load-more-perspectives
  .load-more-perspectives
  atomic-load-more-results::part(load-more-results-button):focus-visible,
.cmp-load-more-perspectives
  .load-more-perspectives
  atomic-facet::part(value-link):focus-visible,
.cmp-load-more-perspectives
  .load-more-perspectives
  .all-filter-button:focus-visible {
  background-color: #022043;
  color: #ffffff !important;
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0057ae;
}
.cmp-load-more-perspectives atomic-facet-manager,
.cmp-load-more-perspectives atomic-facet::part(values) {
  display: flex;
  gap: 16px;
  margin: 0;
  flex-wrap: wrap;
}
.cmp-load-more-perspectives atomic-facet::part(facet) {
  padding: 0;
  border: 0;
  background: transparent;
}
.cmp-load-more-perspectives atomic-facet::part(label-button),
.cmp-load-more-perspectives atomic-facet::part(value-count),
.cmp-load-more-perspectives atomic-facet::part(clear-button-icon) {
  display: none;
}
.cmp-load-more-perspectives atomic-facet::part(clear-button) {
  display: none;
}
.cmp-load-more-perspectives atomic-facet::part(placeholder) {
  max-height: 48px !important;
  margin: 0;
  padding: 24px 80px;
}
.cmp-load-more-perspectives atomic-result-list::part(outline) {
  padding: 0 !important;
  border: none !important;
}
.cmp-load-more-perspectives atomic-result-list::part(outline)::before {
  content: unset !important;
}
.cmp-load-more-perspectives atomic-result-list::part(result-list) {
  gap: 0;
  padding-bottom: 32px;
}
.cmp-load-more-perspectives atomic-results-per-page {
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
}
.cmp-load-more-perspectives.flex-layout
  atomic-result-list::part(outline)::before {
  content: " " !important;
  display: block;
  height: 1px;
  background: #b6c1cc;
  margin: 39px 0;
}
@media (min-width: 1024px) {
  .cmp-load-more-perspectives.flex-layout
    atomic-result-list::part(result-list) {
    padding-bottom: 0;
    padding-top: 48px;
  }
  .cmp-load-more-perspectives.flex-layout
    atomic-result-list::part(outline)::before {
    content: unset !important;
  }
  .cmp-load-more-perspectives.flex-layout
    atomic-result-list::part(outline)::after {
    content: " ";
    display: block;
    height: 1px;
    background: #b6c1cc;
    margin: 39px 0;
  }
}
@media (min-width: 1440px) {
  .cmp-load-more-perspectives.flex-layout
    atomic-result-list::part(result-list) {
    padding-top: 64px;
  }
}
.cmp-load-more-perspectives.grid-layout .load-more-perspectives__header {
  margin-bottom: 32px;
}
.cmp-load-more-perspectives.grid-layout atomic-result-list::part(result-link) {
  height: 424px !important;
}
.cmp-load-more-perspectives.grid-layout
  atomic-search-interface::part(result-link) {
  height: 424px !important;
}
.cmp-load-more-perspectives.grid-layout atomic-result-list::part(result-list) {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 768px) {
  .cmp-load-more-perspectives.grid-layout
    atomic-result-list::part(result-link) {
    height: 462px;
  }
  .cmp-load-more-perspectives.grid-layout
    atomic-result-list::part(result-list) {
    padding-bottom: 39px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .cmp-load-more-perspectives.grid-layout .load-more-perspectives__header {
    margin-bottom: 48px;
  }
  .cmp-load-more-perspectives.grid-layout
    atomic-result-list::part(result-link) {
    height: 410px;
    padding-top: 48px;
  }
  .cmp-load-more-perspectives.grid-layout
    atomic-result-list::part(result-list) {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1440px) {
  .cmp-load-more-perspectives.grid-layout
    atomic-result-list::part(result-link) {
    height: 440px;
  }
  .cmp-load-more-perspectives.grid-layout
    atomic-result-list::part(result-list) {
    grid-template-columns: repeat(4, 1fr);
  }
}

.cmp-insight-accordion.accordion--insights {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 0 0 1px #b6c1cc;
  padding: 32px;
}
.cmp-insight-accordion .accordian__wrapper-item {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #dfe2e6;
}
@media (min-width: 70.25em) {
  .cmp-insight-accordion .accordian__wrapper-item {
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
}
.cmp-insight-accordion .accordian__wrapper-item:last-child {
  margin-bottom: 0px;
  margin-bottom: 0rem;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cmp-insight-accordion
    .accordian__wrapper-item:last-child
    .accordian__wrapper-item--header {
    margin-bottom: 24px !important;
  }
}
.cmp-insight-accordion .accordian__wrapper-item--header {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
@media (min-width: 70.25em) {
  .cmp-insight-accordion .accordian__wrapper-item--header {
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
}
.cmp-insight-accordion .accordian__wrapper-item--header:focus,
.cmp-insight-accordion .accordian__wrapper-item--header:focus-visible {
  box-shadow: 0 0 0 2px #0875e1 !important;
  outline: none !important;
}
.cmp-insight-accordion
  .accordian__wrapper-item:last-of-type
  .accordian__wrapper-item--header[aria-expanded="false"] {
  margin-bottom: 0;
}
.cmp-insight-accordion .accordian__wrapper-item--icon {
  width: 35px;
  height: 24px;
  margin-right: 8px;
  margin-right: 0.5rem;
  fill: #0875e1;
  transition: all 0.25s;
}
.cmp-insight-accordion .accordian__wrapper-item--icon image,
.cmp-insight-accordion .accordian__wrapper-item--icon img {
  width: 100%;
  height: 100%;
}
.cmp-insight-accordion .accordian__wrapper-item--title {
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 20px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1.25rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  margin: 0px;
  margin: 0rem;
  color: #000000;
  font-weight: 400;
  line-height: 24px;
}
.cmp-insight-accordion .accordian__wrapper-item--description {
  margin-left: 43px;
  margin-left: 2.6875rem;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 20px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1.25rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  line-height: 28px !important;
  color: #333333;
  max-height: 0;
  transition: all 0.25s;
  visibility: hidden;
}
.cmp-insight-accordion .accordian__wrapper-item--description a:focus,
.cmp-insight-accordion .accordian__wrapper-item--description a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #0875e1 !important;
}
.cmp-insight-accordion .accordian__wrapper-item--description p {
  margin: 0;
}
.cmp-insight-accordion
  .accordian__wrapper-item.active
  .accordian__wrapper-item--icon {
  transform: rotate(180deg);
}
.cmp-insight-accordion
  .accordian__wrapper-item.active
  .accordian__wrapper-item--title {
  color: #0875e1 !important;
}
.cmp-insight-accordion
  .accordian__wrapper-item.active
  .accordian__wrapper-item--description {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  margin-top: -16px;
  margin-top: -1rem;
  max-height: 400vh;
  visibility: visible;
  /* Body/Body 1 Regular */
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}
@media (min-width: 70.25em) {
  .cmp-insight-accordion
    .accordian__wrapper-item.active
    .accordian__wrapper-item--description {
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
}
.cmp-insight-accordion
  .accordian__wrapper-item.active
  .accordion--insights__wrapper-item__card-wrapper {
  display: flex;
}
.cmp-insight-accordion
  .accordian__wrapper-item.active
  .accordion--insights__wrapper-item__card-wrapper:last-of-type {
  box-shadow: none;
}

.section.bg-blue .cmp-insight-accordion .accordian__wrapper-item--icon,
.section-v2.bg-blue .cmp-insight-accordion .accordian__wrapper-item--icon {
  fill: #ffffff !important;
}
.section.bg-blue .cmp-insight-accordion .accordian__wrapper-item--title,
.section-v2.bg-blue .cmp-insight-accordion .accordian__wrapper-item--title {
  color: #ffffff !important;
}
.section.bg-blue .cmp-insight-accordion .accordian__wrapper-item--description,
.section-v2.bg-blue
  .cmp-insight-accordion
  .accordian__wrapper-item--description {
  color: #d4d4d4 !important;
}
.section.bg-blue
  .cmp-insight-accordion
  .accordian__wrapper-item--description
  a:focus,
.section.bg-blue
  .cmp-insight-accordion
  .accordian__wrapper-item--description
  a:focus-visible,
.section-v2.bg-blue
  .cmp-insight-accordion
  .accordian__wrapper-item--description
  a:focus,
.section-v2.bg-blue
  .cmp-insight-accordion
  .accordian__wrapper-item--description
  a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #ffffff !important;
}
.section.bg-blue .cmp-insight-accordion .accordian__wrapper-item,
.section-v2.bg-blue .cmp-insight-accordion .accordian__wrapper-item {
  border-color: #005cb9 !important;
}
.section.bg-blue
  .cmp-insight-accordion
  .accordian__wrapper-item.active
  .accordian__wrapper-item--title,
.section-v2.bg-blue
  .cmp-insight-accordion
  .accordian__wrapper-item.active
  .accordian__wrapper-item--title {
  color: #ffffff !important;
}
.section.bg-blue .cmp-insight-accordion .accordian__wrapper-item--header:focus,
.section.bg-blue
  .cmp-insight-accordion
  .accordian__wrapper-item--header:focus-visible,
.section-v2.bg-blue
  .cmp-insight-accordion
  .accordian__wrapper-item--header:focus,
.section-v2.bg-blue
  .cmp-insight-accordion
  .accordian__wrapper-item--header:focus-visible {
  box-shadow: 0 0 0 2px #ffffff !important;
}

.darkTheme .cmp-insight-accordion .accordian__wrapper-item--title,
.lightTheme .cmp-insight-accordion .accordian__wrapper-item--title,
.quote .quote-component .cmp-insight-accordion .accordian__wrapper-item--title {
  font-weight: 700;
  line-height: 28px;
}

.darkTheme .cmp-insight-accordion .accordian__wrapper-item:not(:last-of-type) {
  border-bottom: 1px solid #ffffff !important;
}
.darkTheme .cmp-insight-accordion .accordian__wrapper-item--header span svg {
  fill: #ffffff !important;
}
.darkTheme
  .cmp-insight-accordion
  .accordian__wrapper-item--header
  .accordian__wrapper-item--title {
  color: #ffffff !important;
}
.darkTheme .cmp-insight-accordion .accordian__wrapper-item--header:focus {
  border: none;
  outline: none !important;
  box-shadow: none !important;
}
.darkTheme
  .cmp-insight-accordion
  .accordian__wrapper-item--header:focus-visible {
  border-radius: 8px !important;
  box-shadow:
    0 0 0 2px #0057ae,
    0 0 0 4px #ffffff !important;
  outline: none !important;
}
.darkTheme
  .cmp-insight-accordion
  .accordian__wrapper-item
  .accordian__wrapper-item--description
  p {
  color: #ffffff !important;
}
.darkTheme
  .cmp-insight-accordion
  .accordian__wrapper-item
  .accordian__wrapper-item--description
  a:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.darkTheme
  .cmp-insight-accordion
  .accordian__wrapper-item
  .accordian__wrapper-item--description
  a:focus-visible {
  box-shadow: 0 0 0 2px #ffffff !important;
  border-radius: 8px;
}

.lightTheme .cmp-insight-accordion .accordian__wrapper-item:not(:last-of-type),
.quote
  .quote-component
  .cmp-insight-accordion
  .accordian__wrapper-item:not(:last-of-type) {
  border-bottom: 1px solid #b6c1cc !important;
}
.lightTheme .cmp-insight-accordion .accordian__wrapper-item--header span svg,
.quote
  .quote-component
  .cmp-insight-accordion
  .accordian__wrapper-item--header
  span
  svg {
  fill: #0057ae !important;
}
.lightTheme
  .cmp-insight-accordion
  .accordian__wrapper-item--header
  .accordian__wrapper-item--title,
.quote
  .quote-component
  .cmp-insight-accordion
  .accordian__wrapper-item--header
  .accordian__wrapper-item--title {
  color: #0057ae !important;
}
.lightTheme .cmp-insight-accordion .accordian__wrapper-item--header:focus,
.quote
  .quote-component
  .cmp-insight-accordion
  .accordian__wrapper-item--header:focus {
  border: none;
  outline: none !important;
  box-shadow: none !important;
}
.lightTheme
  .cmp-insight-accordion
  .accordian__wrapper-item--header:focus-visible,
.quote
  .quote-component
  .cmp-insight-accordion
  .accordian__wrapper-item--header:focus-visible {
  border-radius: 8px !important;
  box-shadow: 0 0 0 2px #0057ae !important;
  outline: none !important;
}
.lightTheme
  .cmp-insight-accordion
  .accordian__wrapper-item
  .accordian__wrapper-item--description
  p,
.quote
  .quote-component
  .cmp-insight-accordion
  .accordian__wrapper-item
  .accordian__wrapper-item--description
  p {
  color: #022043 !important;
}
.lightTheme
  .cmp-insight-accordion
  .accordian__wrapper-item
  .accordian__wrapper-item--description
  a:focus,
.quote
  .quote-component
  .cmp-insight-accordion
  .accordian__wrapper-item
  .accordian__wrapper-item--description
  a:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.lightTheme
  .cmp-insight-accordion
  .accordian__wrapper-item
  .accordian__wrapper-item--description
  a:focus-visible,
.quote
  .quote-component
  .cmp-insight-accordion
  .accordian__wrapper-item
  .accordian__wrapper-item--description
  a:focus-visible {
  box-shadow: 0 0 0 2px #0057ae !important;
  border-radius: 8px;
}
.lightTheme
  .cmp-insight-accordion
  .accordian__wrapper-item.active
  .accordian__wrapper-item--title,
.quote
  .quote-component
  .cmp-insight-accordion
  .accordian__wrapper-item.active
  .accordian__wrapper-item--title {
  color: #0057ae !important;
}

.cmp-insight-accordion.accordion--insights {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 0 0 1px #b6c1cc;
  padding: 32px;
}
.cmp-insight-accordion.accordion--insights .accordion--insights__wrapper-item {
  display: flex;
  flex-direction: column;
  margin: 24px 0;
}
.cmp-insight-accordion.accordion--insights
  .accordion--insights__wrapper-item:first-of-type {
  margin-top: 0;
}
.cmp-insight-accordion.accordion--insights
  .accordion--insights__wrapper-item:last-of-type {
  margin-bottom: 0;
}
.cmp-insight-accordion.accordion--insights
  .accordion--insights__wrapper-item
  .accordian__wrapper-item--header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
@media (min-width: 48em) {
  .cmp-insight-accordion.accordion--insights
    .accordion--insights__wrapper-item
    .accordian__wrapper-item--header {
    flex-direction: row;
    flex-wrap: unset;
  }
}
.cmp-insight-accordion.accordion--insights
  .accordion--insights__wrapper-item__index {
  display: inline-flex;
  order: 1;
  color: #022043;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  width: 40px;
  height: 40px;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(
    0deg,
    #fcae48 0%,
    #ffca5b 25%,
    #ffc974 50%,
    #ffbe8c 75%,
    #ff9c9d 100%
  );
  align-self: flex-start;
  flex-shrink: 0;
}
@media (min-width: 48em) {
  .cmp-insight-accordion.accordion--insights
    .accordion--insights__wrapper-item__index {
    display: flex;
    align-self: center;
  }
}
.cmp-insight-accordion.accordion--insights
  .accordion--insights__wrapper-item__title {
  align-items: center;
  margin: 16px 0 0 0;
  padding: 0px;
  font-size: 20px;
  font-weight: 400 !important;
  line-height: 28px;
  color: #022043 !important;
  order: 4;
  flex-basis: 100%;
}
.cmp-insight-accordion.accordion--insights
  .accordion--insights__wrapper-item__title
  p {
  color: #022043 !important;
}
.cmp-insight-accordion.accordion--insights
  .accordion--insights__wrapper-item__title
  p
  .body1 {
  margin-bottom: 0 !important;
}
@media (min-width: 48em) {
  .cmp-insight-accordion.accordion--insights
    .accordion--insights__wrapper-item__title {
    order: 2;
    margin: 0 16px;
    padding: 6px 0;
    flex-basis: unset;
  }
}
.cmp-insight-accordion.accordion--insights
  .accordion--insights__wrapper-item__count {
  display: inline-flex;
  order: 2;
  padding: 4px 12px;
  background-color: #f1f3f6;
  align-items: center;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #022043;
  flex-shrink: 0 !important;
  align-self: center;
  margin: 0 0 0 8px;
}
.cmp-insight-accordion.accordion--insights
  .accordion--insights__wrapper-item__count__number {
  font-weight: 700;
}
@media (min-width: 320px) {
  .cmp-insight-accordion.accordion--insights
    .accordion--insights__wrapper-item__count {
    margin: 0 0 0 16px;
  }
}
@media (min-width: 48em) {
  .cmp-insight-accordion.accordion--insights
    .accordion--insights__wrapper-item__count {
    display: flex;
    order: 3;
    margin: 0;
  }
}
.cmp-insight-accordion.accordion--insights
  .accordion--insights__wrapper-item__icon {
  display: inline-flex;
  flex-grow: 1;
  order: 3;
  justify-content: right;
  align-self: center;
  fill: #0057ae;
  margin-right: 0;
  pointer-events: none;
}
.cmp-insight-accordion.accordion--insights
  .accordion--insights__wrapper-item__icon
  svg {
  margin: 0;
  pointer-events: none;
}
.cmp-insight-accordion.accordion--insights
  .accordion--insights__wrapper-item__icon
  * {
  pointer-events: none;
}
@media (min-width: 48em) {
  .cmp-insight-accordion.accordion--insights
    .accordion--insights__wrapper-item__icon {
    display: flex;
    order: 4;
  }
}
.cmp-insight-accordion.accordion--insights
  .accordion--insights__wrapper-item:last-of-type {
  border-bottom: none !important;
}
.cmp-insight-accordion.accordion--insights
  .accordion--insights__wrapper-item:last-of-type
  .accordian__wrapper-item--header[aria-expanded="false"] {
  margin-bottom: 0;
}
.cmp-insight-accordion.accordion--insights
  .accordion--insights__wrapper-item:last-of-type.active
  .accordion--insights__wrapper-item__card-wrapper {
  margin-bottom: 0;
}
.cmp-insight-accordion.accordion--insights
  .accordion--insights__wrapper-item__card-wrapper {
  background: #ffffff;
  display: none;
  container-type: inline-size;
  container-name: card-wrapper;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 24px;
  gap: 16px;
}
@media (min-width: 48em) {
  .cmp-insight-accordion.accordion--insights
    .accordion--insights__wrapper-item__card-wrapper {
    padding-left: 56px;
  }
}
.cmp-insight-accordion.accordion--insights
  .accordion--insights__wrapper-item__card-wrapper--card-link {
  all: unset;
  text-decoration: none;
  color: inherit;
}
.cmp-insight-accordion.accordion--insights
  .accordion--insights__wrapper-item__card-wrapper--card-link:focus-visible {
  box-shadow: none !important;
}
.cmp-insight-accordion.accordion--insights
  .accordion--insights__wrapper-item__card-wrapper--card-link:focus-visible
  .accordion--insights__wrapper-item__card-wrapper--card {
  box-shadow: 0 0 0 2px #0057ae;
}
.cmp-insight-accordion.accordion--insights
  .accordion--insights__wrapper-item__card-wrapper--card-link:active
  .accordion--insights__wrapper-item__card-wrapper--card {
  box-shadow:
    0 0 0 1px #b6c1cc,
    0 2px 12px 0 rgba(0, 0, 0, 0.12);
}
.cmp-insight-accordion.accordion--insights
  .accordion--insights__wrapper-item__card-wrapper--card-link:active
  .accordion--insights__wrapper-item__card-wrapper--card-content-title {
  text-decoration: underline;
}
.cmp-insight-accordion.accordion--insights
  .accordion--insights__wrapper-item__card-wrapper--card {
  display: flex;
  cursor: pointer;
  flex-direction: row;
  max-width: 360px;
  height: 100%;
  padding: 16px;
  align-items: flex-start;
  gap: 16px;
  flex-shrink: 0;
  border-radius: 8px;
  box-shadow: 0 0 0 1px #b6c1cc;
  justify-content: stretch;
}
.cmp-insight-accordion.accordion--insights
  .accordion--insights__wrapper-item__card-wrapper--card-content {
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  all: unset;
  gap: 16px;
  flex-direction: row;
  justify-content: space-evenly;
}
.cmp-insight-accordion.accordion--insights
  .accordion--insights__wrapper-item__card-wrapper--card-content-title {
  display: flex;
  height: 75.938px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #022043;
  display: -webkit-box;
  height: 48px;
  width: 177px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cmp-insight-accordion.accordion--insights
  .accordion--insights__wrapper-item__card-wrapper--card-content-detail {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 8px 0 -1px 0;
}
.cmp-insight-accordion.accordion--insights
  .accordion--insights__wrapper-item__card-wrapper--card-content-detail__type {
  display: flex;
  color: #022043;
  margin-right: 12px;
}
.cmp-insight-accordion.accordion--insights
  .accordion--insights__wrapper-item__card-wrapper--card-content-detail__length {
  display: flex;
  color: #525d6a;
}
.cmp-insight-accordion.accordion--insights
  .accordion--insights__wrapper-item__card-wrapper--card-image {
  flex-grow: 0;
  order: 2;
  display: flex;
  height: auto;
  width: 100%;
  flex-shrink: 1;
  align-self: stretch;
  aspect-ratio: 231/129.94;
  border-radius: 4px;
  object-fit: cover;
}
@media (min-width: 48em) {
  .cmp-insight-accordion.accordion--insights
    .accordion--insights__wrapper-item__card-wrapper--card-image {
    width: auto !important;
    flex-shrink: 0;
    height: 75.938px;
    aspect-ratio: 135/75.94;
  }
}
.cmp-insight-accordion.accordion--insights
  .accordion--insights__wrapper-item__card-wrapper--card:hover {
  box-shadow:
    0 0 0 1px #b6c1cc,
    0 2px 12px 0 rgba(0, 0, 0, 0.12);
}
.cmp-insight-accordion.accordion--insights
  .accordion--insights__wrapper-item__card-wrapper--card:hover
  .cmp-insight-accordion.accordion--insights
  .accordion--insights__wrapper-item__card-wrapper--card-content-title {
  text-decoration: underline;
}
@container card-wrapper (width <= 755px) {
  .cmp-insight-accordion.accordion--insights
    .accordion--insights__wrapper-item__card-wrapper--card {
    max-width: 263px !important;
    flex-direction: column;
    justify-content: stretch;
  }
  .cmp-insight-accordion.accordion--insights
    .accordion--insights__wrapper-item__card-wrapper--card-content {
    flex-direction: column;
    justify-content: stretch;
  }
  .cmp-insight-accordion.accordion--insights
    .accordion--insights__wrapper-item__card-wrapper--card-image {
    flex-grow: 1;
    height: 129px !important;
  }
}
@container card-wrapper (width <= 261px) {
  .cmp-insight-accordion.accordion--insights
    .accordion--insights__wrapper-item__card-wrapper--card {
    max-width: 100% !important;
  }
  .cmp-insight-accordion.accordion--insights
    .accordion--insights__wrapper-item__card-wrapper--card-content-title {
    height: auto;
    width: 100%;
  }
  .cmp-insight-accordion.accordion--insights
    .accordion--insights__wrapper-item__card-wrapper--card-image {
    height: auto !important;
  }
}
.cmp-insight-accordion.accordion--insights
  .accordion--insights__wrapper-item.active
  .accordion--insights__wrapper-item__card-wrapper {
  display: flex;
}
.lightTheme
  .cmp-insight-accordion.accordion--insights
  .accordian__wrapper-item--header
  .accordian__wrapper-item--title,
.quote
  .quote-component
  .cmp-insight-accordion.accordion--insights
  .accordian__wrapper-item--header
  .accordian__wrapper-item--title,
.darkTheme
  .cmp-insight-accordion.accordion--insights
  .accordian__wrapper-item--header
  .accordian__wrapper-item--title {
  color: #022043 !important;
}
.lightTheme
  .cmp-insight-accordion.accordion--insights
  .accordion--insights__wrapper-item__card-wrapper--card-link:focus-visible,
.quote
  .quote-component
  .cmp-insight-accordion.accordion--insights
  .accordion--insights__wrapper-item__card-wrapper--card-link:focus-visible,
.darkTheme
  .cmp-insight-accordion.accordion--insights
  .accordion--insights__wrapper-item__card-wrapper--card-link:focus-visible {
  box-shadow: none !important;
}

@media (max-width: 767px) {
  .cmp-insight-accordion.accordion--insights
    > div
    .accordian__wrapper-item:nth-child(n + 4) {
    display: none;
  }
  .cmp-insight-accordion.accordion--insights
    > div
    .accordian__wrapper-item:nth-child(3) {
    border-bottom: none !important;
    margin-bottom: 0;
  }
  .cmp-insight-accordion.accordion--insights
    > div
    .accordian__wrapper-item:nth-child(3)
    .accordian__wrapper-item--header {
    margin-bottom: 0px !important;
  }
  .cmp-insight-accordion.accordion--insights
    > div
    .accordian__wrapper-item:nth-child(3).active
    .accordian__wrapper-item--header {
    margin-bottom: 24px !important;
  }
}

.cmp-read-transcript {
  -webkit-border-radius: 12px 12px 12px 12px;
  -moz-border-radius: 12px 12px 12px 12px;
  border-radius: 12px 12px 12px 12px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #f0f1f2;
  overflow: hidden;
}
.cmp-read-transcript > summary {
  padding: 16px 24px;
  padding: 1rem 1.5rem;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 16px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  color: #000000;
}
.cmp-read-transcript > summary::-webkit-details-marker {
  display: none;
}
.cmp-read-transcript > summary:focus-visible {
  -webkit-border-radius: 12px 12px 12px 12px;
  -moz-border-radius: 12px 12px 12px 12px;
  border-radius: 12px 12px 12px 12px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  outline: none;
  box-shadow: inset 0 0 0 2px #0875e1;
}
.cmp-read-transcript[open] > summary {
  -webkit-border-radius: 12px 12px 0 0 12px 12px 0 0 12px 12px 0 0 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0 12px 12px 0 0 12px 12px 0 0 12px 12px 0 0;
  border-radius: 12px 12px 0 0 12px 12px 0 0 12px 12px 0 0 12px 12px 0 0;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-bottom: 1px solid #dfe2e6;
}
.cmp-read-transcript__icon {
  display: flex;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  transition: transform 0.35s ease;
}
.cmp-read-transcript[open] .cmp-read-transcript__icon {
  transform: rotate(180deg);
}
.cmp-read-transcript__panel {
  padding: 24px;
  padding: 1.5rem;
}
.cmp-read-transcript__footer {
  margin-top: 16px;
  margin-top: 1rem;
  text-align: center;
}
.cmp-read-transcript__close {
  margin: 0px;
  margin: 0rem;
  padding: 0px;
  padding: 0rem;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 16px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  border: 0;
  background: none;
  cursor: pointer;
  font: inherit;
  color: #000000;
}
.cmp-read-transcript__close:hover {
  text-decoration: underline;
}
.cmp-read-transcript__close:focus-visible {
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  outline: none;
  box-shadow: 0 0 0 2px #0875e1;
}
@media (prefers-reduced-motion: no-preference) {
  @supports selector(::details-content) {
    .cmp-read-transcript {
      interpolate-size: allow-keywords;
    }
    .cmp-read-transcript::details-content {
      block-size: 0;
      opacity: 0;
      overflow-y: clip;
      transition:
        content-visibility 0.35s allow-discrete,
        block-size 0.35s ease,
        opacity 0.35s ease;
    }
    .cmp-read-transcript[open]::details-content {
      block-size: auto;
      opacity: 1;
    }
  }
}

.cmp-slider--published.carousel-section {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cmp-slider--published.carousel-section .carousel-section-container {
  max-width: 1600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Improve touch experience */
  touch-action: pan-y pinch-zoom;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  > .carousel-content {
  display: none;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper {
  position: relative;
  width: 100%;
  height: 519px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* Enable smooth touch interactions */
  touch-action: pan-y pinch-zoom;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide {
  position: absolute;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 2px solid #b6c1cc;
  aspect-ratio: 16/9;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide.slide-hidden {
  display: none !important;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: none;
  border-radius: 0;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide.slide-active.video-paused
  .video-control-btn
  .pause-icon {
  display: none !important;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide.slide-active.video-paused
  .video-control-btn
  .play-icon {
  display: block !important;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide.has-video {
  overflow: hidden;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide.has-video
  video {
  pointer-events: auto;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide.slide-active {
  width: 923px;
  z-index: 10;
  transform: translateX(0) scale(1);
  border: double 2px transparent;
  border-radius: 12px;
  background-image:
    linear-gradient(#022043, #022043),
    linear-gradient(
      135deg,
      #ff6417 0%,
      #ff7144 16.67%,
      #ff949a 33.33%,
      #ffa4ab 50%,
      #ffbb83 66.67%,
      #ffc765 100%
    );
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 0 4px 48px 0 #ff6417;
  animation: ease-in 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide.slide-active
  > img,
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide.slide-active
  > video {
  background: none;
  border: none;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide.slide-active
  .video-play-overlay {
  display: flex;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 35;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide.slide-near-left {
  width: 51.25%;
  height: 95.6%;
  z-index: 5;
  transform: translateX(-28%) scale(0.9);
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide.slide-far-left {
  width: 47.3%;
  height: 90%;
  z-index: 1;
  transform: translateX(-54%) scale(0.8);
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide.slide-near-right {
  width: 51.25%;
  height: 95.6%;
  z-index: 5;
  transform: translateX(28%) scale(0.9);
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide.slide-far-right {
  width: 47.3%;
  height: 90%;
  z-index: 1;
  transform: translateX(54%) scale(0.8);
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block {
  position: absolute;
  align-items: center;
  max-width: 600px;
  width: auto;
  text-align: left;
  bottom: 26px;
  left: 26px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(24px);
  padding: 24px;
  display: none;
  flex-direction: row;
  gap: 12px;
  opacity: 1;
  visibility: visible;
  z-index: 999;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  p {
  color: #ffffff;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  .validation-component__wrapper {
  align-items: flex-start;
  position: relative;
  padding-right: 44px;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  .validation-component__wrapper-content {
  display: flex;
  gap: 12px;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  .validation-component__wrapper-content
  .cmp-button {
  width: 32px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.24);
  border-radius: 24px;
  flex-shrink: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  background-clip: padding-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  opacity: 1;
  padding: 12px;
  transform: rotate(0deg);
  border: none;
  align-self: baseline;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  .validation-component__wrapper-content
  .cmp-button:focus,
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  .validation-component__wrapper-content
  .cmp-button:active {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(12px);
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  .validation-component__wrapper-content
  .cmp-button:focus-within {
  background: rgba(255, 255, 255, 0.5) !important;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  .validation-component__wrapper-content
  .cmp-button:focus {
  border-radius: 50%;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  .validation-component__wrapper-content
  .cmp-button
  a:focus,
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  .validation-component__wrapper-content
  .cmp-button
  a:focus-visible,
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  .validation-component__wrapper-content
  .cmp-button
  a:focus-within,
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  .validation-component__wrapper-content
  .cmp-button
  svg:focus,
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  .validation-component__wrapper-content
  .cmp-button
  svg:focus-visible,
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  .validation-component__wrapper-content
  .cmp-button
  svg:focus-within {
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  .validation-component__wrapper-content
  .cmp-button:not(:active):not(:hover):not(:focus) {
  background: rgba(255, 255, 255, 0.24);
  backdrop-filter: none;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  .validation-component__wrapper-content
  .cmp-button:hover {
  background: rgba(255, 255, 255, 0.24);
  box-shadow: 0 0 28px 0 #ff6417;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  .validation-component__wrapper-content
  .cmp-button:hover::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(
    135deg,
    #ff6417 0%,
    #ff7144 16.67%,
    #ff949a 33.33%,
    #ffa4ab 50%,
    #ffbb83 66.67%,
    #ffc765 100%
  );
  border-radius: inherit;
  padding: 2px;
  /* Hollow the center so only the ring shows */
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: xor;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  /* Focus ring overlay remains for non-tertiary buttons */
  z-index: -1;
}
@supports (-moz-appearance: none) {
  .cmp-slider--published.carousel-section
    .carousel-section-container
    .carousel-slides-wrapper
    .carousel-slide
    .carousel-content
    .validation-block
    .validation-component__wrapper-content
    .cmp-button:hover::before {
    mask-composite: exclude !important;
  }
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  .validation-component__wrapper-content
  .cmp-button__text {
  display: none;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  .validation-component__wrapper-content
  .cmp-button
  a.btn,
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  .validation-component__wrapper-content
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  .validation-component__wrapper-content
  .cmp-button
  a,
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  .validation-component__wrapper-content
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  .validation-component__wrapper-content
  .cmp-button
  a,
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  .validation-component__wrapper-content
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  .validation-component__wrapper-content
  .cmp-button
  a.vjs-default-button,
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  .validation-component__wrapper-content
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  .validation-component__wrapper-content
  .cmp-button
  a.vjs-done-button,
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  .validation-component__wrapper-content
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  .validation-component__wrapper-content
  .cmp-button
  a.vjs-default-button,
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  .validation-component__wrapper-content
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  .validation-component__wrapper-content
  .cmp-button
  a.vjs-done-button {
  background: none !important;
  height: 100%;
  padding: 0;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  .validation-component__wrapper-content
  .cmp-button
  a.btn
  svg,
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  .validation-component__wrapper-content
  .cmp-button
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a
  svg,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  .validation-component__wrapper-content
  .cmp-button
  a
  svg,
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  .validation-component__wrapper-content
  .cmp-button
  .cmp-subnavigation
  .sub-navigation__container--cta
  a
  svg,
.cmp-subnavigation
  .sub-navigation__container--cta
  .cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  .validation-component__wrapper-content
  .cmp-button
  a
  svg,
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  .validation-component__wrapper-content
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-default-button
  svg,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  .validation-component__wrapper-content
  .cmp-button
  a.vjs-default-button
  svg,
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  .validation-component__wrapper-content
  .cmp-button
  .textarea
  video-js
  .vjs-text-track-settings
  a.vjs-done-button
  svg,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  .validation-component__wrapper-content
  .cmp-button
  a.vjs-done-button
  svg,
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  .validation-component__wrapper-content
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-default-button
  svg,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  .validation-component__wrapper-content
  .cmp-button
  a.vjs-default-button
  svg,
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  .validation-component__wrapper-content
  .cmp-button
  .brightcove-player__wrapper
  .vjs-text-track-settings
  a.vjs-done-button
  svg,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  .validation-component__wrapper-content
  .cmp-button
  a.vjs-done-button
  svg {
  width: 20px;
  height: 20px;
  margin: 0;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  .validation-component__wrapper-logo {
  height: fit-content;
  margin-bottom: 12px;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  .validation-component__wrapper-logo
  .image {
  height: 24px;
  width: auto;
  object-fit: contain;
  display: block;
  margin-bottom: 0;
  align-self: flex-start;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  .validation-component__wrapper-logo:not(:has(img)) {
  display: none;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  .validation-component__wrapper
  .validation-component__wrapper-description {
  margin: 0;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  .validation-component__wrapper
  .validation-component__wrapper-description
  .cmp
  .cmp-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  .validation-component__wrapper
  .validation-component__wrapper-description
  .cmp
  .cmp-text
  p:not(:has(*)) {
  display: none;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  .validation-component__wrapper
  .validation-component__wrapper-description
  .cmp
  .cmp-text
  p
  span {
  margin: 0;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .carousel-content
  .validation-block
  .validation-component__wrapper-link {
  position: absolute;
  top: 0;
  right: 0;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide.slide-active
  .video-play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 30;
  /* Higher than video controls overlay */
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide.slide-active
  .video-play-overlay
  .play-video-btn {
  min-width: 44px;
  min-height: 44px;
  color: white;
  border-radius: 999px !important;
  backdrop-filter: blur(96px);
  opacity: 1;
  padding: 16px 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  transition: all 0.3s ease;
  position: relative;
  background-color: rgba(0, 0, 0, 0.4);
  background-clip: padding-box;
  overflow: visible;
  text-decoration: none;
  outline: none !important;
  border: none !important;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide.slide-active
  .video-play-overlay
  .play-video-btn
  .play-icon-circle {
  width: 32px;
  height: 32px;
  background: transparent;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide.slide-active
  .video-play-overlay
  .play-video-btn
  span {
  font-size: 20px;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide.slide-active
  .video-play-overlay
  .play-video-btn:hover
  svg
  path {
  fill: white;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide.slide-active
  .video-play-overlay
  .play-video-btn:focus
  svg
  path,
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide.slide-active
  .video-play-overlay
  .play-video-btn:active
  svg
  path {
  fill: #022043;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide.slide-active
  .video-play-overlay
  .play-video-btn:hover::before {
  filter: brightness(1.1);
  box-shadow:
    0px 0px 16px 6px rgba(255, 100, 23, 0.3),
    0px 0px 32px 2px rgba(255, 100, 23, 0.4);
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide.slide-active
  .video-play-overlay
  .play-video-btn::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(
    135deg,
    #ff6417 0%,
    #ff7144 16.67%,
    #ff949a 33.33%,
    #ffa4ab 50%,
    #ffbb83 66.67%,
    #ffc765 100%
  );
  border-radius: inherit;
  padding: 2px;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: xor;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  z-index: 0;
  pointer-events: none;
}
@supports (-moz-appearance: none) {
  .cmp-slider--published.carousel-section
    .carousel-section-container
    .carousel-slides-wrapper
    .carousel-slide.slide-active
    .video-play-overlay
    .play-video-btn::before {
    mask-composite: exclude !important;
  }
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide.slide-active
  .video-play-overlay
  .play-video-btn:focus::before {
  padding: 2px;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: xor;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
}
@supports (-moz-appearance: none) {
  .cmp-slider--published.carousel-section
    .carousel-section-container
    .carousel-slides-wrapper
    .carousel-slide.slide-active
    .video-play-overlay
    .play-video-btn:focus::before {
    mask-composite: exclude !important;
  }
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide.slide-active
  .video-play-overlay
  .play-video-btn:hover {
  box-shadow: 0 0 28px 0 #ff6417;
  backdrop-filter: blur(48px);
  color: white;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide.slide-active
  .video-play-overlay
  .play-video-btn:active,
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide.slide-active
  .video-play-overlay
  .play-video-btn:focus {
  background-color: white !important;
  color: #022043 !important;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide.slide-active
  .carousel-content
  .validation-block {
  display: flex;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide.slide-active
  .validation-block:hover
  .validation-component__wrapper-content
  .cmp-button {
  background: rgba(255, 255, 255, 0.24);
  box-shadow: 0 0 28px 0 #ff6417;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide.slide-active
  .validation-block:hover
  .validation-component__wrapper-content
  .cmp-button::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(
    135deg,
    #ff6417 0%,
    #ff7144 16.67%,
    #ff949a 33.33%,
    #ffa4ab 50%,
    #ffbb83 66.67%,
    #ffc765 100%
  );
  border-radius: inherit;
  padding: 2px;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: xor;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  z-index: -1;
}
@supports (-moz-appearance: none) {
  .cmp-slider--published.carousel-section
    .carousel-section-container
    .carousel-slides-wrapper
    .carousel-slide.slide-active
    .validation-block:hover
    .validation-component__wrapper-content
    .cmp-button::before {
    mask-composite: exclude !important;
  }
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide.slide-active
  .validation-component__wrapper-link
  .button
  .cmp-button:focus,
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide.slide-active
  .validation-component__wrapper-link
  .button
  .cmp-button:focus-visible,
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide.slide-active
  .validation-component__wrapper-link
  .button
  .cmp-button:focus-within {
  background: rgba(255, 255, 255, 0.24);
  box-shadow: 0 0 28px 0 #ff6417;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide.slide-active
  .validation-component__wrapper-link
  .button
  .cmp-button:focus::before,
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide.slide-active
  .validation-component__wrapper-link
  .button
  .cmp-button:focus-visible::before,
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide.slide-active
  .validation-component__wrapper-link
  .button
  .cmp-button:focus-within::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(
    135deg,
    #ff6417 0%,
    #ff7144 16.67%,
    #ff949a 33.33%,
    #ffa4ab 50%,
    #ffbb83 66.67%,
    #ffc765 100%
  );
  border-radius: inherit;
  padding: 2px;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: xor;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  z-index: -1;
}
@supports (-moz-appearance: none) {
  .cmp-slider--published.carousel-section
    .carousel-section-container
    .carousel-slides-wrapper
    .carousel-slide.slide-active
    .validation-component__wrapper-link
    .button
    .cmp-button:focus::before,
  .cmp-slider--published.carousel-section
    .carousel-section-container
    .carousel-slides-wrapper
    .carousel-slide.slide-active
    .validation-component__wrapper-link
    .button
    .cmp-button:focus-visible::before,
  .cmp-slider--published.carousel-section
    .carousel-section-container
    .carousel-slides-wrapper
    .carousel-slide.slide-active
    .validation-component__wrapper-link
    .button
    .cmp-button:focus-within::before {
    mask-composite: exclude !important;
  }
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide.slide-active
  .vjs-tech {
  padding: 0 !important;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide.slide-active
  .vjs-fluid:not(.vjs-audio-only-mode) {
  padding-top: 56.25% !important;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .vjs-text-track-display {
  display: none !important;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide:not(.slide-active)
  .video-js.vjs-show-poster
  .vjs-poster {
  display: block !important;
  opacity: 1 !important;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide:not(.slide-active)
  .video-play-overlay {
  display: none;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide:not(:has(.slide-far-left))
  .slide-far-right {
  opacity: 0;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide:not(:has(.slide-far-right))
  .slide-far-left {
  opacity: 0;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .video-js {
  height: 100% !important;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .video-js
  video {
  object-fit: cover !important;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-slides-wrapper
  .carousel-slide
  .video-js
  .vjs-poster
  img {
  object-fit: cover !important;
}
@media (min-width: 1201px) {
  .cmp-slider--published.carousel-section
    .carousel-section-container
    .activeHoverState:hover
    .slide-active {
    background-image:
      linear-gradient(#022043, #022043),
      linear-gradient(
        135deg,
        #ff6417 0%,
        #ff7144 16.67%,
        #ff949a 33.33%,
        #ffa4ab 50%,
        #ffbb83 66.67%,
        #ffc765 100%
      ) !important;
    box-shadow: 0 4px 48px 0 #ff6417 !important;
    border: double 2px transparent !important;
    transition:
      border 0.3s ease,
      box-shadow 0.3s ease !important;
    cursor: pointer !important;
  }
  .cmp-slider--published.carousel-section
    .carousel-section-container
    .activeHoverState:hover
    .carousel-slide:not(.slide-active) {
    opacity: unset !important;
    visibility: unset !important;
    pointer-events: unset !important;
  }
  .cmp-slider--published.carousel-section
    .carousel-section-container
    .activeHoverState:hover
    .slide-near-left {
    transform: translateX(-60%) scale(0.9) !important;
  }
  .cmp-slider--published.carousel-section
    .carousel-section-container
    .activeHoverState:hover
    .slide-far-left {
    transform: translateX(-80%) scale(0.8) !important;
  }
  .cmp-slider--published.carousel-section
    .carousel-section-container
    .activeHoverState:hover
    .slide-near-right {
    transform: translateX(60%) scale(0.9) !important;
  }
  .cmp-slider--published.carousel-section
    .carousel-section-container
    .activeHoverState:hover
    .slide-far-right {
    transform: translateX(80%) scale(0.8) !important;
  }
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-pagination {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-pagination
  .pagination-dot {
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.24);
  border: none;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  padding: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-pagination
  .pagination-dot.active {
  width: 48px;
  border-radius: 16px;
  padding: 2px;
  background-color: rgba(255, 255, 255, 0.24);
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-pagination
  .pagination-dot.active.image-progress-5s::after {
  background: linear-gradient(
    90deg,
    #ffffff 0%,
    #ffffff 50%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background-size: 200% 100%;
  background-position: 100% 0;
  animation:
    slideIn 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    imageProgressFill5s var(--image-progress-duration) linear forwards;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-pagination
  .pagination-dot.active.image-progress-5s.video-paused::after {
  animation-play-state: running, paused !important;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-pagination
  .pagination-dot.active.video-progress-5s.video-paused::after {
  animation-play-state: running, paused !important;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-pagination
  .pagination-dot.active::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 44px;
  height: 4px;
  background: transparent;
  /* Start transparent, not white */
  border-radius: 16px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: slideIn 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-pagination
  .pagination-dot.active.animating::after {
  background-color: #ffffff;
  background-position: 0% 0;
  animation: slideIn 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-pagination
  .pagination-dot:not(.active)::after {
  width: 0;
  opacity: 0;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-pagination
  .pagination-pause-btn {
  width: 25px;
  height: 25px;
  background-color: rgba(255, 255, 255, 0.24);
  border-radius: 24px;
  position: relative;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-pagination
  .pagination-pause-btn
  img,
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-pagination
  .pagination-pause-btn
  svg {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-pagination
  .pagination-pause-btn:focus,
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-pagination
  .pagination-pause-btn:active {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(12px);
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-pagination
  .pagination-pause-btn:focus {
  border-radius: 50%;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-pagination
  .pagination-pause-btn
  .pause-icon {
  display: block;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-pagination
  .pagination-pause-btn
  .play-icon {
  display: none;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-pagination
  .pagination-pause-btn:not(:active):not(:hover):not(:focus) {
  background: rgba(255, 255, 255, 0.24);
  backdrop-filter: none;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-pagination
  .pagination-pause-btn:hover {
  background: rgba(255, 255, 255, 0.24);
  box-shadow: 0 0 28px 0 #ff6417;
}
.cmp-slider--published.carousel-section
  .carousel-section-container
  .carousel-pagination
  .pagination-pause-btn:hover::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(
    135deg,
    #ff6417 0%,
    #ff7144 16.67%,
    #ff949a 33.33%,
    #ffa4ab 50%,
    #ffbb83 66.67%,
    #ffc765 100%
  );
  border-radius: inherit;
  padding: 2px;
  /* Hollow the center so only the ring shows */
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: xor;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  /* Focus ring overlay remains for non-tertiary buttons */
  z-index: -1;
}
@supports (-moz-appearance: none) {
  .cmp-slider--published.carousel-section
    .carousel-section-container
    .carousel-pagination
    .pagination-pause-btn:hover::before {
    mask-composite: exclude !important;
  }
}

@keyframes videoProgressFill {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -1% 0;
  }
}
@keyframes slideIn {
  0% {
    width: 0;
    opacity: 0;
    transform: translateX(-4px);
  }
  100% {
    width: 44px;
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes imageProgressFill5s {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -1% 0;
  }
}
@keyframes progressFill {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0% 0;
  }
}
.carousel-paused .pagination-pause-btn .pause-icon {
  display: none;
}

.carousel-paused .pagination-pause-btn .play-icon {
  display: block;
}

@media (max-width: 1200px) {
  .slide-near-left {
    transform: translateX(-32%) scale(0.85) !important;
  }
  .slide-near-right {
    transform: translateX(32%) scale(0.85) !important;
  }
  .slide-active {
    width: 738px !important;
    height: 415px !important;
  }
  .carousel-slides-wrapper {
    height: 415px !important;
  }
}
@media (max-width: 768px) {
  .carousel-section-container .carousel-slides-wrapper {
    height: 311px !important;
    /* Enhance mobile touch experience */
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
  }
  .carousel-section-container
    .carousel-slides-wrapper
    .carousel-slide
    .carousel-content {
    display: none !important;
  }
  .carousel-section-container .carousel-slides-wrapper .slide-near-left {
    min-width: 237px !important;
    height: 238px !important;
    width: 60% !important;
    transform: translateX(0%) scale(0.85) !important;
    left: 0px !important;
    overflow: hidden !important;
  }
  .carousel-section-container .carousel-slides-wrapper .slide-far-left {
    min-width: 219px !important;
    height: 218px !important;
    transform: translateX(0) scale(0.8) !important;
    left: -23px !important;
    overflow: hidden !important;
  }
  .carousel-section-container .carousel-slides-wrapper .slide-near-right {
    min-width: 237px !important;
    width: 60% !important;
    height: 238px !important;
    z-index: 5;
    transform: translateX(0%) scale(0.85) !important;
    right: 0 !important;
    overflow: hidden !important;
  }
  .carousel-section-container .carousel-slides-wrapper .slide-far-right {
    min-width: 219px !important;
    height: 218px !important;
    right: -23px !important;
    transform: translateX(0) scale(0.8) !important;
    overflow: hidden !important;
  }
  .carousel-section-container .carousel-slides-wrapper .slide-active {
    min-width: 260px !important;
    height: 261px !important;
    width: 80% !important;
    /* Improve touch responsiveness */
    touch-action: manipulation;
  }
  .carousel-section-container
    .carousel-slides-wrapper
    .slide-active
    .play-video-btn {
    padding: 12px !important;
    gap: 0 !important;
  }
  .carousel-section-container
    .carousel-slides-wrapper
    .slide-active
    .play-video-btn
    span {
    display: none;
  }
  .carousel-section-container > .carousel-content {
    display: block !important;
  }
  .carousel-section-container > .carousel-content .validation-block {
    position: relative;
    align-items: center;
    text-align: left;
    border-radius: 10px;
    background: none !important;
    backdrop-filter: blur(0px);
    padding: 24px 24px 0;
    display: flex;
    flex-direction: row;
    gap: 12px;
    opacity: 1;
    visibility: visible;
    transition:
      opacity 0.3s ease,
      visibility 0.3s ease;
    max-width: 554px !important;
  }
  .carousel-section-container > .carousel-content .validation-block p {
    color: #ffffff;
  }
  .carousel-section-container
    > .carousel-content
    .validation-block
    .validation-component__wrapper {
    align-items: flex-start;
    position: relative;
    padding-right: 44px;
  }
  .carousel-section-container
    > .carousel-content
    .validation-block
    .validation-component__wrapper-content {
    display: flex;
    gap: 12px;
  }
  .carousel-section-container
    > .carousel-content
    .validation-block
    .validation-component__wrapper-content
    .cmp-button {
    width: 32px;
    height: 32px;
    background-color: rgba(255, 255, 255, 0.24);
    border-radius: 24px;
    flex-shrink: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    background-clip: padding-box;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    opacity: 1;
    padding: 12px;
    transform: rotate(0deg);
    border: none;
    align-self: baseline;
  }
  .carousel-section-container
    > .carousel-content
    .validation-block
    .validation-component__wrapper-content
    .cmp-button:focus,
  .carousel-section-container
    > .carousel-content
    .validation-block
    .validation-component__wrapper-content
    .cmp-button:active {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(12px);
  }
  .carousel-section-container
    > .carousel-content
    .validation-block
    .validation-component__wrapper-content
    .cmp-button:focus {
    border-radius: 50%;
  }
  .carousel-section-container
    > .carousel-content
    .validation-block
    .validation-component__wrapper-content
    .cmp-button:not(:active):not(:hover):not(:focus) {
    background: rgba(255, 255, 255, 0.24);
    backdrop-filter: none;
  }
  .carousel-section-container
    > .carousel-content
    .validation-block
    .validation-component__wrapper-content
    .cmp-button:hover {
    background: rgba(255, 255, 255, 0.24);
    box-shadow: 0 0 28px 0 #ff6417;
  }
  .carousel-section-container
    > .carousel-content
    .validation-block
    .validation-component__wrapper-content
    .cmp-button:hover::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(
      135deg,
      #ff6417 0%,
      #ff7144 16.67%,
      #ff949a 33.33%,
      #ffa4ab 50%,
      #ffbb83 66.67%,
      #ffc765 100%
    );
    border-radius: inherit;
    padding: 2px;
    /* Hollow the center so only the ring shows */
    mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    mask-composite: xor;
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    /* Focus ring overlay remains for non-tertiary buttons */
    z-index: -1;
  }
  @supports (-moz-appearance: none) {
    .carousel-section-container
      > .carousel-content
      .validation-block
      .validation-component__wrapper-content
      .cmp-button:hover::before {
      mask-composite: exclude !important;
    }
  }
  .carousel-section-container
    > .carousel-content
    .validation-block
    .validation-component__wrapper-content
    .cmp-button__text {
    display: none;
  }
  .carousel-section-container
    > .carousel-content
    .validation-block
    .validation-component__wrapper-content
    .cmp-button
    a.btn,
  .carousel-section-container
    > .carousel-content
    .validation-block
    .validation-component__wrapper-content
    .cmp-button
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    a,
  .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .carousel-section-container
    > .carousel-content
    .validation-block
    .validation-component__wrapper-content
    .cmp-button
    a,
  .carousel-section-container
    > .carousel-content
    .validation-block
    .validation-component__wrapper-content
    .cmp-button
    .cmp-subnavigation
    .sub-navigation__container--cta
    a,
  .cmp-subnavigation
    .sub-navigation__container--cta
    .carousel-section-container
    > .carousel-content
    .validation-block
    .validation-component__wrapper-content
    .cmp-button
    a,
  .carousel-section-container
    > .carousel-content
    .validation-block
    .validation-component__wrapper-content
    .cmp-button
    .textarea
    video-js
    .vjs-text-track-settings
    a.vjs-default-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .carousel-section-container
    > .carousel-content
    .validation-block
    .validation-component__wrapper-content
    .cmp-button
    a.vjs-default-button,
  .carousel-section-container
    > .carousel-content
    .validation-block
    .validation-component__wrapper-content
    .cmp-button
    .textarea
    video-js
    .vjs-text-track-settings
    a.vjs-done-button,
  .textarea
    video-js
    .vjs-text-track-settings
    .carousel-section-container
    > .carousel-content
    .validation-block
    .validation-component__wrapper-content
    .cmp-button
    a.vjs-done-button,
  .carousel-section-container
    > .carousel-content
    .validation-block
    .validation-component__wrapper-content
    .cmp-button
    .brightcove-player__wrapper
    .vjs-text-track-settings
    a.vjs-default-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .carousel-section-container
    > .carousel-content
    .validation-block
    .validation-component__wrapper-content
    .cmp-button
    a.vjs-default-button,
  .carousel-section-container
    > .carousel-content
    .validation-block
    .validation-component__wrapper-content
    .cmp-button
    .brightcove-player__wrapper
    .vjs-text-track-settings
    a.vjs-done-button,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .carousel-section-container
    > .carousel-content
    .validation-block
    .validation-component__wrapper-content
    .cmp-button
    a.vjs-done-button {
    background: none;
    height: 100%;
    padding: 0;
  }
  .carousel-section-container
    > .carousel-content
    .validation-block
    .validation-component__wrapper-content
    .cmp-button
    a.btn
    svg,
  .carousel-section-container
    > .carousel-content
    .validation-block
    .validation-component__wrapper-content
    .cmp-button
    .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    a
    svg,
  .cmp-page__skiptomaincontent
    .skiptomaincontent__container--cta
    .carousel-section-container
    > .carousel-content
    .validation-block
    .validation-component__wrapper-content
    .cmp-button
    a
    svg,
  .carousel-section-container
    > .carousel-content
    .validation-block
    .validation-component__wrapper-content
    .cmp-button
    .cmp-subnavigation
    .sub-navigation__container--cta
    a
    svg,
  .cmp-subnavigation
    .sub-navigation__container--cta
    .carousel-section-container
    > .carousel-content
    .validation-block
    .validation-component__wrapper-content
    .cmp-button
    a
    svg,
  .carousel-section-container
    > .carousel-content
    .validation-block
    .validation-component__wrapper-content
    .cmp-button
    .textarea
    video-js
    .vjs-text-track-settings
    a.vjs-default-button
    svg,
  .textarea
    video-js
    .vjs-text-track-settings
    .carousel-section-container
    > .carousel-content
    .validation-block
    .validation-component__wrapper-content
    .cmp-button
    a.vjs-default-button
    svg,
  .carousel-section-container
    > .carousel-content
    .validation-block
    .validation-component__wrapper-content
    .cmp-button
    .textarea
    video-js
    .vjs-text-track-settings
    a.vjs-done-button
    svg,
  .textarea
    video-js
    .vjs-text-track-settings
    .carousel-section-container
    > .carousel-content
    .validation-block
    .validation-component__wrapper-content
    .cmp-button
    a.vjs-done-button
    svg,
  .carousel-section-container
    > .carousel-content
    .validation-block
    .validation-component__wrapper-content
    .cmp-button
    .brightcove-player__wrapper
    .vjs-text-track-settings
    a.vjs-default-button
    svg,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .carousel-section-container
    > .carousel-content
    .validation-block
    .validation-component__wrapper-content
    .cmp-button
    a.vjs-default-button
    svg,
  .carousel-section-container
    > .carousel-content
    .validation-block
    .validation-component__wrapper-content
    .cmp-button
    .brightcove-player__wrapper
    .vjs-text-track-settings
    a.vjs-done-button
    svg,
  .brightcove-player__wrapper
    .vjs-text-track-settings
    .carousel-section-container
    > .carousel-content
    .validation-block
    .validation-component__wrapper-content
    .cmp-button
    a.vjs-done-button
    svg {
    width: 20px;
    height: 20px;
    margin: 0;
  }
  .carousel-section-container
    > .carousel-content
    .validation-block
    .validation-component__wrapper-logo {
    height: fit-content;
    margin-bottom: 12px;
  }
  .carousel-section-container
    > .carousel-content
    .validation-block
    .validation-component__wrapper-logo
    .image {
    height: 24px;
    width: auto;
    object-fit: contain;
    display: block;
    margin-bottom: 0;
    align-self: flex-start;
  }
  .carousel-section-container
    > .carousel-content
    .validation-block
    .validation-component__wrapper-logo:not(:has(img)) {
    display: none;
  }
  .carousel-section-container
    > .carousel-content
    .validation-block
    .validation-component__wrapper
    .validation-component__wrapper-description {
    margin: 0;
  }
  .carousel-section-container
    > .carousel-content
    .validation-block
    .validation-component__wrapper
    .validation-component__wrapper-description
    .cmp
    .cmp-text {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .carousel-section-container
    > .carousel-content
    .validation-block
    .validation-component__wrapper
    .validation-component__wrapper-description
    .cmp
    .cmp-text
    p:not(:has(*)) {
    display: none;
  }
  .carousel-section-container
    > .carousel-content
    .validation-block
    .validation-component__wrapper
    .validation-component__wrapper-description
    .cmp
    .cmp-text
    p
    span {
    margin: 0;
  }
  .carousel-section-container
    > .carousel-content
    .validation-block
    .validation-component__wrapper-link {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.video-js.vjs-fluid {
  padding-top: 56.25% !important;
}

.columncontrol .carousel-section .carousel-slides-wrapper {
  position: relative;
  width: 100%;
  height: auto !important;
  aspect-ratio: 16/9;
}
.columncontrol .carousel-section .carousel-slides-wrapper.slide-wrapper-4by3 {
  aspect-ratio: 4/3 !important;
}
.columncontrol
  .carousel-section
  .carousel-slides-wrapper
  .carousel-slide:not(.slide-active) {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  position: absolute !important;
}
.columncontrol .carousel-section .carousel-slides-wrapper .slide-active {
  background-image: unset !important;
  box-shadow: unset !important;
  border: 2px solid #b6c1cc !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  transform: none !important;
}
@media (max-width: 768px) {
  .columncontrol .carousel-section .carousel-content .validation-block {
    padding: 24px 24px 0 0 !important;
  }
}

.events-container {
  color: #022043;
}
@media (max-width: 991px) {
  .events-container {
    gap: 32px;
  }
}
.events-container__column {
  width: 100%;
}
.events-container__column--left {
  position: relative;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
.events-container__sticky-image {
  width: 32px;
  height: 32px;
  margin: 8px 0px 0px 0px;
  margin: 0.5rem 0rem 0rem 0rem;
  object-fit: cover;
}
@media (min-width: 992px) {
  .events-container__sticky-image {
    width: 64px;
    height: 64px;
    margin: 16px 0px 0px 0px;
    margin: 1rem 0rem 0rem 0rem;
  }
}
.events-container__sticky-text {
  margin: 0px;
  margin: 0rem;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 24px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1.5rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  line-height: 32px;
}
@media (min-width: 992px) {
  .events-container__sticky-text {
    /* Number of pixels in 1rem (default: 16px/rem)
    /* When converting to rems, we must divide by this ratio. */
    /* Print the pixel fallback declaration first so we can override it in capable browsers. */
    font-size: 32px;
    /* If there is only one value, print the declaration with the value converted to rems.*/
    font-size: 2rem;
    /* line heights were not matching with the comps
    /* need to fix the math later
    /* @include set-leading($lines); */
    line-height: 40px;
  }
}
.events-container__disclaimer {
  padding-left: 16px;
  padding-left: 1rem;
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
}
.events-container__disclaimer--left {
  padding-left: 0px;
  padding-left: 0rem;
}
.events-container__list > .aem-Grid--12 {
  gap: 16px;
  display: flex;
  flex-direction: column;
}
.events-container__list > .aem-Grid--12::after,
.events-container__list > .aem-Grid--12::before {
  content: unset !important;
}
.events-container__list--two-cols > .aem-Grid--12::after,
.events-container__list--two-cols > .aem-Grid--12::before {
  content: unset !important;
}
@media (min-width: 1200px) {
  .events-container__list--two-cols > .aem-Grid--12 {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .events-container__list--two-cols > .aem-Grid--12 .events-card {
    flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
  }
}
.events-container__list__edit .cq-Editable-dom {
  width: 100%;
}
.events-container .profile-cards-grid {
  justify-content: left !important;
}
.events-container .profile-card__company-logo {
  max-height: 40px;
}
.events-container
  .profile-card__container--small
  .profile-card__container--image-desktop-left
  .profile-card__avatar,
.events-container
  .profile-card__container--small
  .profile-card__container--image-desktop-right
  .profile-card__avatar {
  min-width: 64px !important;
  max-width: 64px !important;
}
@media (min-width: 992px) {
  .events-container
    .profile-card__container--small
    .profile-card__container--image-desktop-left
    .profile-card__avatar,
  .events-container
    .profile-card__container--small
    .profile-card__container--image-desktop-right
    .profile-card__avatar {
    min-width: 80px !important;
    max-width: 80px !important;
  }
}
.events-container .cards-left-right {
  flex-wrap: wrap;
}
.events-container .cards-left-right .profile-card .cmp-profile-card {
  z-index: 0;
}
.events-container .cards-left-right .profile-card {
  flex: 1 1 100% !important;
  max-width: 100% !important;
}
@media (min-width: 1200px) {
  .events-container .cards-left-right .profile-card {
    flex: 0 0 calc(50% - 16px) !important;
    max-width: calc(50% - 16px) !important;
  }
}
.events-container
  .events-container__list--two-cols
  .profile-card
  .cmp-profile-card {
  z-index: 0;
}
.events-container .events-container__list--two-cols .profile-card {
  flex: 1 1 100% !important;
  max-width: 100% !important;
}

.darkTheme .events-container {
  color: #ffffff;
}

.cmp-horizontal-tabs__wrapper-content[data-is-anchor="true"]
  .events-container__disclaimer {
  display: none;
}
.cmp-horizontal-tabs__wrapper-content[data-is-anchor="true"]
  .cmp-horizontal-tabs__tabpanel:last-child
  .events-container__disclaimer {
  display: block;
}

.section-v3 .cmp-section-v3 .event-card .h1,
.section-v3 .cmp-section-v3 .event-card .h2,
.section-v3 .cmp-section-v3 .event-card .h3,
.section-v3 .cmp-section-v3 .event-card .h4,
.section-v3 .cmp-section-v3 .event-card .h5,
.section-v3 .cmp-section-v3 .event-card .h6,
.section-v3 .cmp-section-v3 .event-card .title-1,
.section-v3 .cmp-section-v3 .event-card .title-2,
.section-v3 .cmp-section-v3 .event-card .title-3,
.section-v3 .cmp-section-v3 .event-card .cmp-about-author .about-author__title,
.cmp-about-author .section-v3 .cmp-section-v3 .event-card .about-author__title,
.section-v3 .cmp-section-v3 .event-card .title-4,
.section-v3 .cmp-section-v3 .event-card .title-5,
.section-v3 .cmp-section-v3 .event-card .title-6,
.section-v3 .cmp-section-v3 .event-card .cmp-hub-hero .hero-card__title,
.cmp-hub-hero .section-v3 .cmp-section-v3 .event-card .hero-card__title,
.section-v3 .cmp-section-v3 .event-card .body-1,
.section-v3
  .cmp-section-v3
  .event-card
  .cmp-about-author
  .about-author__user-details
  .user-name,
.cmp-about-author
  .about-author__user-details
  .section-v3
  .cmp-section-v3
  .event-card
  .user-name,
.section-v3
  .cmp-section-v3
  .event-card
  .cmp-hub-hero__one
  .hub-hero__wrapper-video
  .hero-card__description,
.cmp-hub-hero__one
  .hub-hero__wrapper-video
  .section-v3
  .cmp-section-v3
  .event-card
  .hero-card__description,
.section-v3 .cmp-section-v3 .event-card .body-2,
.section-v3
  .cmp-section-v3
  .event-card
  .cmp-about-author
  .about-author__user-details,
.cmp-about-author
  .section-v3
  .cmp-section-v3
  .event-card
  .about-author__user-details,
.section-v3 .cmp-section-v3 .event-card .body-3,
.section-v3 .cmp-section-v3 .event-card .cmp-share-component--date,
.section-v3 .cmp-section-v3 .event-card .cmp-share-component--share,
.section-v3 .cmp-section-v3 .event-card .cmp-share-component--copied,
.section-v3 .cmp-section-v3 .event-card .cmp-hub-hero .hero-card__type,
.cmp-hub-hero .section-v3 .cmp-section-v3 .event-card .hero-card__type,
.section-v3
  .cmp-section-v3
  .event-card
  .cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .hero-card__eyebrow,
.cmp-hub-hero
  .hub-hero__wrapper-list
  .hub-hero__card
  .section-v3
  .cmp-section-v3
  .event-card
  .hero-card__eyebrow,
.section-v3 .cmp-section-v3 .event-card p,
.section-v3 .cmp-section-v3 .event-card span,
.section-v3 .cmp-section-v3 .event-card span p {
  color: #022043 !important;
}
.section-v3 .cmp-section-v3 .event-card__events-default p {
  color: #525d6a !important;
}

.event-card {
  color: #022043;
  background-color: #ffffff;
  border: 1px solid #b6c1cc;
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 24px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
}
.event-card--hidden-more .event-card__event-description {
  display: none;
}
.event-card--hidden-more .event-card__button svg {
  transform: rotate(0deg);
}
.event-card__event-name {
  color: #022043 !important;
  display: block;
  font-weight: 700;
  margin-bottom: 0 !important;
  /* Number of pixels in 1rem (default: 16px/rem)
  /* When converting to rems, we must divide by this ratio. */
  /* Print the pixel fallback declaration first so we can override it in capable browsers. */
  font-size: 20px;
  /* If there is only one value, print the declaration with the value converted to rems.*/
  font-size: 1.25rem;
  /* line heights were not matching with the comps
  /* need to fix the math later
  /* @include set-leading($lines); */
  line-height: 28px;
}
@media (min-width: 992px) {
  .event-card__event-name {
    /* Number of pixels in 1rem (default: 16px/rem)
    /* When converting to rems, we must divide by this ratio. */
    /* Print the pixel fallback declaration first so we can override it in capable browsers. */
    font-size: 24px;
    /* If there is only one value, print the declaration with the value converted to rems.*/
    font-size: 1.5rem;
    /* line heights were not matching with the comps
    /* need to fix the math later
    /* @include set-leading($lines); */
    line-height: 2rem;
  }
}
.event-card__event-subtitle {
  white-space: normal;
  overflow-wrap: anywhere;
  line-height: 1rem;
}
.event-card__event-subtitle a {
  color: #0057ae !important;
}
.event-card__event-subtitle a:hover {
  color: #022043 !important;
}
.event-card__event-subtitle a:focus-visible {
  color: #022043 !important;
  box-shadow: 0 0 0 2px #0057ae !important;
  border: none !important;
  outline: none !important;
  border-radius: 24px !important;
}
.event-card__event-ul {
  display: flex;
  align-items: flex-end;
  align-content: flex-start;
  gap: 8px;
  align-self: stretch;
  flex-wrap: wrap;
  padding-left: 0px;
  margin-bottom: 0;
}
.event-card__event-ul li {
  display: flex;
  padding: 2px 6px;
  align-items: center;
  border-radius: 8px;
  gap: 4px;
  grid-template-columns: auto 1fr;
}
.event-card__event-ul li > p {
  font-family: "Acid Grotesk" !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}
.event-card__events-no-icon {
  display: none;
}
.event-card__events-icon {
  height: 14px;
  width: 14px;
}
.event-card__events-default {
  margin-top: 0;
}
.event-card__events-default svg {
  fill: #4a5561;
}
.event-card__events-default {
  background: #f1f3f6;
}
.event-card__events-default p {
  color: #525d6a !important;
}
.event-card__events-blue svg {
  fill: #022043;
}
.event-card__events-blue p {
  color: #022043 !important;
}
.event-card__events-blue {
  background: #9fcfff !important;
}
.event-card__event-description {
  white-space: normal;
  overflow-wrap: anywhere;
}
.event-card__event-description a {
  color: #0057ae !important;
}
.event-card__event-description a:hover {
  color: #022043 !important;
}
.event-card__event-description a:focus-visible {
  color: #022043 !important;
  box-shadow: 0 0 0 2px #0057ae !important;
  border: none !important;
  outline: none !important;
  border-radius: 24px !important;
}
.event-card__button {
  cursor: pointer;
  background: transparent;
  display: flex;
  align-items: center;
  text-decoration: underline;
  font-family: "Acid Grotesk";
  gap: 8px;
  border: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 0px;
  padding: 0px;
  padding: 0rem;
  color: #0057ae;
}
.event-card__button svg,
.event-card__button div {
  pointer-events: none;
}
.event-card__button svg {
  transform: rotate(180deg);
}
.event-card.event-card--published .aem-Grid--default--12 {
  display: none;
}
.event-card .profile-cards-grid {
  margin-top: 16px;
}

.cmp-sign-in-menu__unified-user-profile a {
  text-decoration: none;
  font-weight: 700 !important;
  color: #0057ae !important;
  padding: 0 !important;
}
.cmp-sign-in-menu__unified-user-profile a:hover {
  color: #022043 !important;
  text-decoration: underline !important;
  background: transparent !important;
}

.cmp-sign-in-menu__unified-user > svg circle {
  fill: #0057ae !important;
}

.cmp-sign-in-menu__unified-links-content ul li a {
  font-weight: 700 !important;
}

.attendee--btn,
.event-register--btn {
  margin-bottom: 0;
}

.attendee--btn {
  display: none;
}

.mp-sign-in-menu__content-accept-button {
  display: inline-flex;
}

.cmp-sign-in-menu--rainfocus {
  display: block !important;
  position: static !important;
}
@media (min-width: 70.25em) {
  .cmp-sign-in-menu--rainfocus {
    position: relative !important;
  }
}
.cmp-sign-in-menu--rainfocus .cmp-sign-in-menu__intial-message {
  left: 50%;
  position: fixed;
  right: auto;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 70.25em) {
  .cmp-sign-in-menu--rainfocus .cmp-sign-in-menu__intial-message {
    left: auto;
    position: absolute;
    right: -8px;
    top: 59px;
    transform: unset;
  }
}
.cmp-sign-in-menu--rainfocus .cmp-sign-in-menu__intial-message:before {
  content: unset;
}
@media (min-width: 70.25em) {
  .cmp-sign-in-menu--rainfocus .cmp-sign-in-menu__intial-message:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='13' viewBox='0 0 32 13' fill='none'%3E%3Cpath d='M13.6 2.3C15.0222 1.23333 16.9778 1.23333 18.4 2.3L32 12.5H0L13.6 2.3Z' fill='%239FCFFF'/%3E%3C/svg%3E");
  }
}
.cmp-sign-in-menu--rainfocus .cmp-sign-in-menu__toggle {
  display: none;
}
@media (min-width: 70.25em) {
  .cmp-sign-in-menu--rainfocus .cmp-sign-in-menu__toggle {
    display: flex;
  }
}
.cmp-sign-in-menu--rainfocus .cmp-sign-in-menu__content .wd-btn,
.cmp-sign-in-menu--rainfocus
  .cmp-sign-in-menu__content
  .cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  a,
.cmp-page__skiptomaincontent
  .skiptomaincontent__container--cta
  .cmp-sign-in-menu--rainfocus
  .cmp-sign-in-menu__content
  a,
.cmp-sign-in-menu--rainfocus
  .cmp-sign-in-menu__content
  .cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cta,
.cmp-customercarousel
  .customer-carousel
  .contentfragment
  .cmp-sign-in-menu--rainfocus
  .cmp-sign-in-menu__content
  .cta,
.cmp-sign-in-menu--rainfocus
  .cmp-sign-in-menu__content
  .cmp-resourcebar
  .content-fragment__cards-cta,
.cmp-resourcebar
  .cmp-sign-in-menu--rainfocus
  .cmp-sign-in-menu__content
  .content-fragment__cards-cta,
.cmp-sign-in-menu--rainfocus
  .cmp-sign-in-menu__content
  .cmp-subnavigation
  .sub-navigation__container--cta
  a,
.cmp-subnavigation
  .sub-navigation__container--cta
  .cmp-sign-in-menu--rainfocus
  .cmp-sign-in-menu__content
  a,
.cmp-sign-in-menu--rainfocus .cmp-sign-in-menu__content .customer-content a,
.customer-content .cmp-sign-in-menu--rainfocus .cmp-sign-in-menu__content a,
.cmp-sign-in-menu--rainfocus
  .cmp-sign-in-menu__content
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-default-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-sign-in-menu--rainfocus
  .cmp-sign-in-menu__content
  .vjs-default-button,
.cmp-sign-in-menu--rainfocus
  .cmp-sign-in-menu__content
  .textarea
  video-js
  .vjs-text-track-settings
  .vjs-done-button,
.textarea
  video-js
  .vjs-text-track-settings
  .cmp-sign-in-menu--rainfocus
  .cmp-sign-in-menu__content
  .vjs-done-button,
.cmp-sign-in-menu--rainfocus
  .cmp-sign-in-menu__content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-default-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-sign-in-menu--rainfocus
  .cmp-sign-in-menu__content
  .vjs-default-button,
.cmp-sign-in-menu--rainfocus
  .cmp-sign-in-menu__content
  .brightcove-player__wrapper
  .vjs-text-track-settings
  .vjs-done-button,
.brightcove-player__wrapper
  .vjs-text-track-settings
  .cmp-sign-in-menu--rainfocus
  .cmp-sign-in-menu__content
  .vjs-done-button {
  display: inline-flex !important;
}

.atlas-overlay--unblurred {
  backdrop-filter: unset !important;
  display: block !important;
  z-index: 999;
}
@media (min-width: 70.25em) {
  .atlas-overlay--unblurred {
    z-index: 21;
  }
}

.login-dialog__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(12px);
  z-index: 9994; /* Ensure it covers the entire viewport */
}

.login-dialog {
  display: none;
  font-family: "Acid Grotesk", Arial, Helvetica, sans-serif;
  color: #022043;
  background-color: #ffffff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  flex-direction: column;
  align-items: center;
  min-height: 400px;
  padding: 0;
  border-radius: 12px;
  width: 90%;
  max-width: 600px;
  z-index: 9995;
}
@media (max-width: 600px) {
  .login-dialog {
    width: 100%;
    max-width: calc(100vw - 48px);
  }
}
.login-dialog {
  max-height: calc(100vh - 3rem);
  overflow: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  margin: 0;
  border: none;
}
.login-dialog::-webkit-scrollbar {
  display: none; /* Chrome, Safari and Opera */
}
.login-dialog__close-wrapper {
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.login-dialog__close-wrapper .sign-in-loader-container {
  width: 64px;
}
.login-dialog__close-wrapper .sign-in-loader-container wdc-loading-dots {
  width: 100%;
}
.login-dialog__close-wrapper .sign-in-loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.login-dialog__close {
  margin: 1rem 1rem 0 1rem;
  display: flex;
  justify-content: flex-end;
  padding: 0;
}
.login-dialog__close button {
  display: flex;
  background: transparent;
  border-radius: 100%;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.login-dialog__close button:focus-visible {
  box-shadow: 0 0 0 2px #ffffff !important;
  outline: none !important;
}
.login-dialog__close button:hover {
  background: rgba(0, 0, 0, 0.32);
}
.login-dialog__content .container,
.login-dialog__content .perspective-article-page .perspective-main-container,
.perspective-article-page .login-dialog__content .perspective-main-container,
.login-dialog__content .section-v3 .section__container,
.section-v3 .login-dialog__content .section__container {
  padding: 0;
}
.login-dialog__content .container .outer-sign-in-card-div-v2,
.login-dialog__content
  .perspective-article-page
  .perspective-main-container
  .outer-sign-in-card-div-v2,
.perspective-article-page
  .login-dialog__content
  .perspective-main-container
  .outer-sign-in-card-div-v2,
.login-dialog__content
  .section-v3
  .section__container
  .outer-sign-in-card-div-v2,
.section-v3
  .login-dialog__content
  .section__container
  .outer-sign-in-card-div-v2 {
  margin: 0 auto;
}
.login-dialog__content .container .outer-sign-in-card-div-v2 .css-1uf7sqc,
.login-dialog__content
  .perspective-article-page
  .perspective-main-container
  .outer-sign-in-card-div-v2
  .css-1uf7sqc,
.perspective-article-page
  .login-dialog__content
  .perspective-main-container
  .outer-sign-in-card-div-v2
  .css-1uf7sqc,
.login-dialog__content
  .section-v3
  .section__container
  .outer-sign-in-card-div-v2
  .css-1uf7sqc,
.section-v3
  .login-dialog__content
  .section__container
  .outer-sign-in-card-div-v2
  .css-1uf7sqc {
  padding-top: 0 !important;
  border: none;
}
.login-dialog__content
  .container
  .outer-sign-in-card-div-v2
  .unified_login__submit:hover,
.login-dialog__content
  .perspective-article-page
  .perspective-main-container
  .outer-sign-in-card-div-v2
  .unified_login__submit:hover,
.perspective-article-page
  .login-dialog__content
  .perspective-main-container
  .outer-sign-in-card-div-v2
  .unified_login__submit:hover,
.login-dialog__content
  .section-v3
  .section__container
  .outer-sign-in-card-div-v2
  .unified_login__submit:hover,
.section-v3
  .login-dialog__content
  .section__container
  .outer-sign-in-card-div-v2
  .unified_login__submit:hover {
  background-color: #022043 !important;
}
.login-dialog__content
  .container
  .outer-sign-in-card-div-v2
  .button-section__header-title,
.login-dialog__content
  .perspective-article-page
  .perspective-main-container
  .outer-sign-in-card-div-v2
  .button-section__header-title,
.perspective-article-page
  .login-dialog__content
  .perspective-main-container
  .outer-sign-in-card-div-v2
  .button-section__header-title,
.login-dialog__content
  .section-v3
  .section__container
  .outer-sign-in-card-div-v2
  .button-section__header-title,
.section-v3
  .login-dialog__content
  .section__container
  .outer-sign-in-card-div-v2
  .button-section__header-title {
  padding: 0;
  margin: 0;
}
.login-dialog__error-wrapper {
  text-align: center;
}
.login-dialog__error-wrapper h4 {
  text-align: center;
}
.login-dialog__error {
  margin-top: 3rem;
  padding: 0 1rem;
  font-size: 16px;
  line-height: 24px;
  color: #022043;
}

.popup-open {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
  height: 100%;
}

.calculator-wrapper {
  padding: 32px;
  position: relative;
  flex: 1;
}
.calculator-wrapper.container,
.perspective-article-page .calculator-wrapper.perspective-main-container,
.section-v3 .calculator-wrapper.section__container {
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 404px) 1fr;
  gap: 32px;
  align-items: start;
}

.right-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  font-weight: normal !important;
}
.right-column#results-column {
  display: flex !important;
}
.right-column#results-column-resource-estimator {
  display: grid !important;
  width: 100%;
  grid-template-rows: auto;
  gap: 20px;
}
.right-column#results-column-resource-estimator .skeleton-card-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  width: 100%;
}
.right-column#results-column-resource-estimator .skeleton-card {
  background: linear-gradient(90deg, #e0e0e0 0%, #f0f0f0 50%, #e0e0e0 100%);
  background-size: 200% 100%;
  border-radius: 12px;
  height: 230px;
  width: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.right-column#results-column-resource-estimator .skeleton-button-row {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.right-column#results-column-resource-estimator
  .skeleton-button-row
  .skeleton-button {
  height: 56px;
  width: 220px;
  border-radius: 50px;
  background: linear-gradient(90deg, #e0e0e0 0%, #f0f0f0 50%, #e0e0e0 100%);
  background-size: 200% 100%;
  margin: 0;
}
@media (max-width: 768px) {
  .right-column#results-column-resource-estimator .skeleton-card-row {
    grid-template-columns: 1fr;
  }
  .right-column#results-column-resource-estimator .skeleton-card {
    height: 150px;
  }
}
.right-column#results-column-resource-estimator .factor-cards-wrapper {
  width: 100%;
}
.right-column#results-column-resource-estimator #download-brief-btn {
  width: fit-content;
  justify-self: start;
}
.right-column#results-column-resource-estimator .factor-cards-grid,
.right-column#results-column-resource-estimator #factor-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 24px;
}
.right-column#results-column-resource-estimator .factor-card {
  background: white;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 215px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition:
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}
.right-column#results-column-resource-estimator .factor-card:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.right-column#results-column-resource-estimator
  .factor-card
  .factor-card-title {
  font-size: 20px;
  font-weight: 600;
  color: #022043;
  margin: 0 0 16px 0;
  line-height: 1.4;
  width: 100%;
}
.right-column#results-column-resource-estimator
  .factor-card
  .factor-card-value {
  font-size: 32px;
  font-weight: 700;
  color: #022043;
  margin: 0;
  line-height: 1.2;
  cursor: default;
}
.right-column#results-column-resource-estimator
  .factor-card
  .factor-card-value:focus {
  outline: 2px solid #0057ae;
  outline-offset: 4px;
  border-radius: 4px;
}
.right-column#results-column-resource-estimator
  .factor-card
  .factor-card-value:focus-visible {
  outline: 3px solid #0057ae;
  outline-offset: 4px;
  box-shadow: 0 0 0 6px rgba(0, 87, 174, 0.15);
}
.right-column#results-column-resource-estimator
  .factor-card
  .tooltip
  .tooltiptext {
  visibility: hidden;
  opacity: 0;
}
.right-column#results-column-resource-estimator .factor-card:hover .tooltiptext,
.right-column#results-column-resource-estimator
  .factor-card:focus-within
  .tooltiptext,
.right-column#results-column-resource-estimator
  .factor-card
  .info-icon:focus
  + .tooltiptext {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 768px) {
  .right-column#results-column-resource-estimator .factor-cards-grid,
  .right-column#results-column-resource-estimator #factor-cards-grid {
    grid-template-columns: 1fr !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .right-column#results-column-resource-estimator .factor-cards-grid,
  .right-column#results-column-resource-estimator #factor-cards-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

.calculator-panel {
  background: transparent;
  border-radius: 12px;
  padding: 30px;
  box-shadow: none;
  font-weight: normal !important;
}
.calculator-panel#form-skeleton {
  display: none;
  background: white;
  padding: 20px;
}
.calculator-panel#config-form-panel {
  display: block;
  background: white;
  padding: 20px;
}
.calculator-panel#calculator-panel {
  display: block;
  background: white;
  padding: 20px;
  margin-top: 20px;
}

#calculate-btn[aria-disabled="true"] {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

#factors-container {
  display: none;
}
#factors-container input[type="text"] {
  color: #7d8b99;
}
#factors-container input[type="text"].user-edited {
  color: #333333;
}

.form-group {
  margin-bottom: 24px;
}
.form-group label,
.form-group h3 {
  display: block;
  font-size: 16px;
  font-weight: 700 !important;
  color: #022043;
  margin-bottom: 8px;
  line-height: 24px;
}
.form-group input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #7b858f;
  border-radius: 8px;
  font-size: 16px;
  background: #fff;
  color: #333333;
  transition: all 0.2s ease;
}
.form-group input:focus {
  outline: none;
  border: 2px solid #3b82f6;
  background: #fff;
}
.form-group select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #7b858f;
  border-radius: 8px;
  font-size: 16px;
  background: #fff;
  color: #333333;
  transition: all 0.2s ease;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  cursor: pointer;
}
.form-group select:focus {
  outline: none;
  border: 2px solid #0057ae;
  background: white;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
}
.form-group select#product {
  display: none;
}

.info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  background-color: #022043;
  color: white;
  border-radius: 50%;
  font: normal normal normal 16px/1 FontAwesome;
  margin-left: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  padding: 0;
  font-size: 16px;
  line-height: 1;
}
.info-icon:hover {
  background-color: #0057ae;
  transform: scale(1.1);
}
.info-icon:focus {
  outline: 2px solid #0057ae;
  outline-offset: 2px;
  background-color: #0057ae;
}

.tooltip {
  position: relative;
  display: inline-block;
  vertical-align: text-bottom;
  cursor: pointer;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 280px;
  max-width: calc(100vw - 32px);
  background: white;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  box-shadow:
    0 0.25px 1px 0 rgba(0, 0, 0, 0.2),
    0 0.25px 1px 0 rgba(0, 0, 0, 0.1);
  color: #333333;
  text-align: left;
  padding: 12px 16px;
  position: fixed;
  z-index: 10000;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  pointer-events: none;
  white-space: normal;
  word-wrap: break-word;
}
.tooltip .tooltiptext::before,
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: transparent;
}
.tooltip .tooltiptext::before {
  border-width: 7px;
}
.tooltip .tooltiptext::after {
  border-width: 6px;
}
.tooltip .tooltiptext.position-right::before {
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-right-color: #d9d9d9;
}
.tooltip .tooltiptext.position-right::after {
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-right-color: white;
  margin-right: -1px;
}
.tooltip .tooltiptext.position-left::before {
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-left-color: #d9d9d9;
}
.tooltip .tooltiptext.position-left::after {
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-left-color: white;
  margin-left: -1px;
}
.tooltip .tooltiptext.position-bottom::before {
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-bottom-color: #d9d9d9;
}
.tooltip .tooltiptext.position-bottom::after {
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-bottom-color: white;
  margin-bottom: -1px;
}
.tooltip .tooltiptext.position-top::before {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top-color: #d9d9d9;
}
.tooltip .tooltiptext.position-top::after {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top-color: white;
  margin-top: -1px;
}
.tooltip:hover .tooltiptext,
.tooltip:focus-within .tooltiptext,
.tooltip .info-icon:focus + .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.config-panel {
  background: transparent;
  border-radius: 12px;
  box-shadow: none;
  width: 100%;
  max-width: 400px;
  display: flex !important;
  flex-direction: column;
  justify-self: start;
}
.config-panel .calculator-panel {
  background: white;
  border: none;
  border-radius: 12px;
  margin: 0;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

#config-form {
  margin: 0;
}

.custom-dropdown {
  position: relative;
  width: 100%;
}

.dropdown-toggle {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #7b858f;
  border-radius: 8px;
  font-size: 16px;
  background: #fff;
  color: #333333;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s ease;
  min-height: 48px;
  box-shadow: none !important;
}
.dropdown-toggle:focus {
  outline: none;
  border: 2px solid #3b82f6;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.dropdown-toggle.open .dropdown-arrow {
  transform: rotate(180deg);
}
.dropdown-toggle.has-selection #dropdown-placeholder,
.dropdown-toggle.has-selection .dropdown-placeholder {
  color: #333333;
  font-weight: normal;
}

.form-group select.select-as-custom-dropdown {
  display: none !important;
}

.dropdown-arrow {
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
  color: #6b7280;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #7b858f;
  border-top: none;
  border-radius: 0 0 8px 8px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  display: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.dropdown-menu[role="listbox"] {
  outline: none;
}
.dropdown-menu.show {
  display: block;
}

.dropdown-option {
  padding: 12px 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: background-color 0.15s ease;
  border-bottom: 1px solid #f3f4f6;
  color: #374151;
}
.dropdown-option:last-child {
  border-bottom: none;
}
.dropdown-option:hover {
  background-color: #f3f4f6;
}
.dropdown-option:focus {
  outline: 2px solid #3b82f6;
  outline-offset: -2px;
  background-color: #f3f4f6;
}
.dropdown-option input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #3b82f6;
  cursor: pointer;
}
.dropdown-option label {
  cursor: pointer;
  margin: 0;
  font-weight: normal;
  color: #374151;
  flex: 1;
}
.dropdown-option.is-selected {
  background-color: #0057ae;
  color: #ffffff;
  font-weight: 600;
}
.dropdown-option.is-selected label {
  color: #ffffff;
}
.dropdown-option.is-disabled {
  color: #9ca3af;
  cursor: not-allowed;
}

#dropdown-placeholder,
.dropdown-placeholder {
  color: rgb(51, 51, 51);
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  margin-right: 8px;
}

.results-panel {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 404px);
  gap: 32px;
  align-items: start;
}

.chart-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.chart-section#chart-skeleton {
  display: block;
}
.chart-section#chart-content {
  display: none;
}

.info-section {
  display: flex;
  flex-direction: column;
}
.info-section#info-skeleton {
  display: block;
}
.info-section#info-content {
  display: none;
}

.chart-container {
  background: white;
  border-radius: 12px;
  padding: 0;
  position: relative;
  width: min(520px, 100%);
  aspect-ratio: 1/1;
  max-width: 520px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chart-container--pie,
.chart-container--bar,
.chart-container--line,
.chart-container--polarArea,
.chart-container--radar,
.chart-container--bubble,
.chart-container--scatter {
  flex-direction: column;
  aspect-ratio: auto;
  height: auto;
}
.chart-container--pie #benefitsChart,
.chart-container--bar #benefitsChart,
.chart-container--line #benefitsChart,
.chart-container--polarArea #benefitsChart,
.chart-container--radar #benefitsChart,
.chart-container--bubble #benefitsChart,
.chart-container--scatter #benefitsChart {
  height: auto;
}
.chart-container--pie .chart-center-content,
.chart-container--bar .chart-center-content,
.chart-container--line .chart-center-content,
.chart-container--polarArea .chart-center-content,
.chart-container--radar .chart-center-content,
.chart-container--bubble .chart-center-content,
.chart-container--scatter .chart-center-content {
  position: static;
  transform: none;
  pointer-events: auto;
  max-width: 100%;
  margin-top: 16px;
}

#benefitsChart {
  width: 100%;
  height: 100%;
  max-width: 520px;
}

.chart-center-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 65%;
  width: 100%;
}
.chart-center-content #download-brief-btn {
  pointer-events: auto;
  cursor: pointer;
  margin: 0;
  white-space: nowrap;
  flex-shrink: 0;
  align-self: center;
}
.chart-center-content #download-brief-btn svg {
  width: 16px;
  height: 16px;
}

.chart-center-value {
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 700;
  color: #0057ae;
  text-align: center;
  line-height: 1.15;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chart-center-label {
  color: #022043;
  text-align: center;
  font-size: clamp(16px, 3vw, 20px);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 12px;
}

.chart-center-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
}

.chart-center-amount {
  font-size: 32px;
  font-weight: bold !important;
  color: #022043;
  margin-bottom: 8px;
  line-height: 1.11;
}

.legend {
  background: white;
  border-radius: 12px;
  padding: 24px 0;
}

.legend-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 5px;
  font-size: 14px;
  padding: 12px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 2px solid transparent;
  background-color: transparent;
}
.legend-item:hover {
  background-color: #f8fafc;
}
.legend-item:focus {
  outline: none;
}
.legend-item.active {
  border: 2px solid #0057ae;
  background-color: #e6f3ff;
}
.legend-item:focus-visible:not(.active) {
  outline: 2px solid #0066cc;
  outline-offset: 2px;
}
.legend-item:last-child {
  margin-bottom: 0;
}

.legend-top {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.legend-color {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 8px;
  flex-shrink: 0;
}

.legend-percentage {
  font-weight: 600 !important;
  color: #022043;
}

.legend-label {
  color: #022043;
  line-height: 1.3;
  font-weight: 700;
  text-align: left;
  font-size: 14px;
  margin-bottom: 0;
}
.legend-label .tooltip {
  position: relative;
  display: inline-block;
}
.legend-label .tooltip .tooltiptext {
  width: 250px;
  max-width: calc(100vw - 32px);
}
.legend-label .tooltip:hover .tooltiptext,
.legend-label .tooltip:focus-within .tooltiptext,
.legend-label .tooltip .info-icon:focus + .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.legend-header-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #022043;
}

.legend-value {
  margin-left: 20px;
  color: #022043;
  text-align: left;
}

.info-legend {
  display: flex;
  flex-direction: column;
}

#calculate-btn,
#next-btn,
#download-brief-btn {
  display: inline-flex;
  cursor: pointer;
  border-style: none;
}
#calculate-btn span,
#next-btn span,
#download-brief-btn span {
  font-family: "Acid Grotesk", Arial, Helvetica, sans-serif;
}

#download-brief-btn {
  white-space: nowrap;
  flex-shrink: 0;
  min-width: max-content;
  max-width: none;
}
#download-brief-btn .cmp-button__text {
  white-space: nowrap;
}

.hidden {
  display: none !important;
}

.overlay-base {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.overlay-content {
  background: white;
  border-radius: 16px;
  padding: 40px 48px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
}

.spinner {
  width: 48px;
  height: 48px;
  border: 4px solid #e5e7eb;
  border-top: 4px solid #0057ae;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 20px;
}

.error-icon {
  width: 48px;
  height: 48px;
  color: #d92d20;
  margin-bottom: 20px;
  flex-shrink: 0;
}

.overlay-text {
  font-size: 18px;
  font-weight: 600;
  color: #022043;
  margin-bottom: 8px;
  text-align: center;
}

.overlay-subtext {
  font-size: 14px;
  color: #6b7280;
  text-align: center;
  max-width: 300px;
}

.loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.loading-content {
  pointer-events: auto;
  position: relative;
  z-index: 1000;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@keyframes shimmer-slow {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.skeleton {
  background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
}
.skeleton.initial-load {
  animation: shimmer-slow 4.5s infinite;
}

.skeleton-chart {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  margin: 75px auto;
}

.skeleton-legend {
  background: white;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 30px;
}

.skeleton-legend-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  padding: 12px;
}
.skeleton-legend-item:last-child {
  margin-bottom: 0;
}

.skeleton-legend-top {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.skeleton-legend-color {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 8px;
  flex-shrink: 0;
}

.skeleton-legend-text {
  height: 16px;
  border-radius: 4px;
  flex: 1;
}

.skeleton-legend-value {
  height: 14px;
  width: 80px;
  border-radius: 4px;
  margin-left: 20px;
}

.skeleton-hidden {
  display: none !important;
}

.calculator-skeleton {
  width: 100%;
}
.calculator-skeleton#calculator-skeleton {
  display: block;
}
.calculator-skeleton {
  padding-bottom: 24px;
}

.skeleton-form-group {
  margin-bottom: 24px;
}

.skeleton-label {
  height: 16px;
  width: 140px;
  border-radius: 4px;
  margin-bottom: 8px;
}

.skeleton-input {
  height: 48px;
  width: 100%;
  border-radius: 8px;
}

.skeleton-button {
  height: 48px;
  width: 120px;
  border-radius: 24px;
  margin-top: 8px;
}
.skeleton-button.initial-load {
  width: 100%;
  margin-top: 20px;
}

.popup-overlay {
  all: unset;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease,
    z-index 0s linear 0.3s;
  overflow: hidden;
  overscroll-behavior: contain;
}
.popup-overlay.show {
  opacity: 1;
  visibility: visible;
  z-index: 10000;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease,
    z-index 0s linear 0s;
}
.popup-overlay.show .popup-container {
  transform: scale(1) translateY(0);
}
.popup-overlay.show .popup-container:focus {
  outline: none;
}
.popup-overlay:not(.show),
.popup-overlay:not(.show) * {
  pointer-events: none;
}

.popup-container {
  background: white !important;
  border-radius: 12px !important;
  padding: 32px;
  padding-bottom: 0 !important;
  max-width: 640px !important;
  max-height: 100% !important;
  overflow-y: auto !important;
  overscroll-behavior: contain;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15) !important;
  transform: scale(0.9) translateY(0) !important;
  transition: all 0.3s ease !important;
}
.popup-container::after {
  content: "";
  display: block;
  height: 32px;
  flex-shrink: 0;
  clear: both;
}

#marketo-form-popup {
  display: none;
}

.form-popup-header {
  padding: 0 !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  gap: 16px !important;
}

.form-popup-title {
  font-size: 32px !important;
  line-height: 40px !important;
  font-weight: 700 !important;
  color: #333 !important;
  margin: 0 !important;
  flex: 1;
  padding-top: 8px;
  font-style: normal !important;
  text-decoration: none !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}

.popup-close {
  background: none;
  border: none;
  color: #6b7280;
  cursor: pointer;
  padding: 4px;
  border-radius: 6px;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.popup-close:hover {
  background-color: #f3f4f6;
  color: #022043;
}
.popup-close:focus-visible {
  outline: 2px solid #0057ae;
  outline-offset: 2px;
}

.form-popup-close-wrapper {
  display: flex;
  justify-content: right;
  position: absolute;
  right: 24px;
  top: 24px;
}

.form-popup-content {
  padding: 16px 0 0;
}

.form-legal-footer {
  margin-top: 0 !important;
  padding: 16px 0 0 !important;
  border-top: 1px solid #e5e7eb !important;
  text-align: center !important;
  font-family: inherit !important;
  font-weight: 400 !important;
  clear: both;
  display: block;
  width: 100%;
}
.form-legal-footer .form-legal-footer__links {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 8px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 4px 16px !important;
}
.form-legal-footer .form-legal-footer__links li {
  display: inline-flex !important;
  align-items: center !important;
  font-size: 13px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
  color: #022043 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.form-legal-footer .form-legal-footer__links li::before,
.form-legal-footer .form-legal-footer__links li::marker {
  content: none !important;
}
.form-legal-footer .form-legal-footer__links a {
  color: #022043 !important;
  text-decoration: none !important;
  font-size: 13px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 0 !important;
}
.form-legal-footer .form-legal-footer__links a:hover,
.form-legal-footer .form-legal-footer__links a:focus {
  text-decoration: underline !important;
  color: #0057ae !important;
}
.form-legal-footer .form-legal-footer__links a:focus-visible {
  outline: 2px solid #0057ae;
  outline-offset: 2px;
  border-radius: 2px;
}
.form-legal-footer
  .form-legal-footer__links
  .privacy-cookie-with-icon
  .privacy-icon {
  width: 28px !important;
  height: 14px !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.form-legal-footer .form-legal-footer__copyright {
  font-size: 13px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
  color: #022043 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.thank-you-popup-content {
  padding: 16px 0 16px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.popup-loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 24px;
  min-height: 200px;
}
.popup-loader.hidden {
  display: none;
}

.popup-loader-spinner {
  width: 32px;
  height: 32px;
  border: 3px solid #e5e7eb;
  border-top: 3px solid #0057ae;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 16px;
}

.popup-loader-text {
  font-size: 16px;
  font-weight: 600;
  color: #022043;
  margin-bottom: 4px;
}

.popup-loader-subtext {
  font-size: 14px;
  color: #6b7280;
  text-align: center;
}

.thank-you-icon {
  width: 64px;
  height: 64px;
  background-color: #12a67c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px auto;
}
.thank-you-icon svg {
  width: 32px;
  height: 32px;
  color: white;
}

.thank-you-title {
  font-size: 24px;
  font-weight: 700 !important;
  color: #022043;
  margin-bottom: 16px;
}

.thank-you-message {
  font-size: 16px;
  color: #022043;
  font-weight: normal;
  line-height: 1.6;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.thank-you-button {
  padding: 12px 24px;
  background-color: #0057ae;
  color: white;
  border: none;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
  min-width: 120px;
}
.thank-you-button:hover {
  background-color: #022043;
}

.download-progress-overlay {
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 10001;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
  overflow: hidden;
  overscroll-behavior: contain;
}
.download-progress-overlay.show {
  display: flex;
  opacity: 1;
  visibility: visible;
}
.download-progress-overlay.show .overlay-content {
  transform: scale(1);
}
.download-progress-overlay .overlay-content {
  transform: scale(0.9);
  transition: transform 0.3s ease;
}
.download-progress-overlay:not(.show),
.download-progress-overlay:not(.show) * {
  pointer-events: none;
}

.api-failure-overlay-card {
  position: relative;
  padding-top: 52px;
}

.api-failure-overlay-close {
  position: absolute;
  top: 16px;
  right: 16px;
}

.api-failure-overlay:focus {
  outline: none;
}
.api-failure-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
  overflow: hidden;
  overscroll-behavior: contain;
}
.api-failure-overlay.show {
  display: flex;
  opacity: 1;
  visibility: visible;
}
.api-failure-overlay.show .overlay-content {
  transform: scale(1);
}
.api-failure-overlay .overlay-content {
  transform: scale(0.9);
  transition: transform 0.3s ease;
}
.api-failure-overlay:not(.show),
.api-failure-overlay:not(.show) * {
  pointer-events: none;
}

.api-failure-overlay-content {
  position: relative;
  z-index: 1001;
}

.description-section {
  width: 100%;
  grid-column: 1/-1;
}

.description-container {
  padding: 12px 0;
}

.description-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #333333;
  margin: 0;
}
.description-text a {
  cursor: pointer;
  text-decoration: underline;
  color: #0057ae;
  transition: color 0.2s ease;
}
.description-text a:hover {
  color: #022043;
}

.loading-overlay,
.loading-overlay * {
  pointer-events: none;
}

@media (max-width: 1200px) and (min-width: 769px) {
  .calculator-wrapper.container,
  .perspective-article-page .calculator-wrapper.perspective-main-container,
  .section-v3 .calculator-wrapper.section__container {
    grid-template-columns: minmax(250px, 350px) 1fr;
  }
  .results-panel {
    grid-template-columns: 1fr;
  }
  .chart-center-content #download-brief-btn {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .calculator-wrapper {
    padding: 24px !important;
  }
  .calculator-wrapper.container,
  .perspective-article-page .calculator-wrapper.perspective-main-container,
  .section-v3 .calculator-wrapper.section__container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0;
    margin: 0;
  }
  .popup-overlay {
    padding: 10px;
  }
  .popup-container {
    padding: 24px;
  }
  #formPopupOverlay:has(#popupLoader.hidden) {
    padding: 0;
  }
  #formPopupOverlay:has(#popupLoader.hidden) .form-popup-container {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
  .form-popup-header {
    padding: 0;
  }
  .form-popup-close-wrapper {
    right: 12px;
    top: 12px;
  }
  .config-panel {
    width: 100%;
    max-width: 100%;
  }
  .right-column {
    width: 100%;
  }
  .results-panel,
  .info-legend {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .chart-section,
  .info-section {
    width: 100%;
  }
  .chart-container {
    width: 100%;
    padding: 8px;
  }
  #benefitsChart {
    width: 100%;
    height: 100%;
  }
  .chart-center-content {
    max-width: 60%;
  }
  #download-brief-btn {
    font-size: clamp(13px, 2.8vmin, 16px);
    padding: 8px 12px;
    white-space: nowrap;
    gap: 6px;
  }
  #download-brief-btn .cmp-button__text {
    white-space: nowrap;
  }
  #download-brief-btn svg {
    display: none;
  }
  .tooltip .tooltiptext {
    width: 240px;
    max-width: calc(100vw - 32px);
  }
  .legend-label .tooltip .tooltiptext {
    width: 220px;
    max-width: calc(100vw - 32px);
  }
}
#thankYouPopupOverlay .form-popup-container {
  min-width: 400px !important;
}
#thankYouPopupOverlay .form-popup-close:focus,
#thankYouPopupOverlay .form-popup-close:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 2px #0057ae;
}

.cmp-xfactor-v2 {
  font-family:
    "Acid Grotesk",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    sans-serif;
  background-color: #f8f9fa;
  min-height: 100vh;
  min-height: 100dvh;
  font-weight: normal !important;
  display: flex;
  flex-direction: column;
}
.cmp-xfactor-v2 *,
.cmp-xfactor-v2 *::before,
.cmp-xfactor-v2 *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.cmp-xfactor-v2 h2,
.cmp-xfactor-v2 h3,
.cmp-xfactor-v2 h4 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  color: #022043 !important;
}
.cmp-xfactor-v2 ul,
.cmp-xfactor-v2 ol {
  list-style: disc;
}
.cmp-xfactor-v2 strong {
  font-weight: 700;
}
.cmp-xfactor-v2 button,
.cmp-xfactor-v2 input,
.cmp-xfactor-v2 select,
.cmp-xfactor-v2 textarea {
  font-family: inherit;
}
.cmp-xfactor-v2 .sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.cmp-xfactor-v2 .marketo-form-section {
  padding: 48px 40px !important;
  max-width: 1400px !important;
  margin: 0 auto !important;
  min-height: 50vh;
  display: flex !important;
  gap: 60px !important;
  align-items: flex-start !important;
  justify-content: center !important;
}
.cmp-xfactor-v2 .marketo-form-section.hidden {
  display: none !important;
}
.cmp-xfactor-v2 .marketo-form-section .form-intro-content {
  flex: 1;
  max-width: 640px;
  min-width: 0;
  padding-top: 12px;
}
.cmp-xfactor-v2 .marketo-form-section .form-intro-content p {
  color: #022043 !important;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  margin: 0 0 28px !important;
}
.cmp-xfactor-v2 .marketo-form-section .form-intro-content h3 {
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  color: #022043 !important;
  margin: 28px 0 14px !important;
}
.cmp-xfactor-v2 .marketo-form-section .form-intro-content h3:first-of-type {
  margin-top: 0 !important;
}
.cmp-xfactor-v2 .marketo-form-section .form-intro-content ul {
  padding-left: 20px;
  margin: 0 0 24px;
}
.cmp-xfactor-v2 .marketo-form-section .form-intro-content ul li {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 10px;
}
.cmp-xfactor-v2 .marketo-form-section .form-intro-content ul li:last-child {
  margin-bottom: 0;
}
.cmp-xfactor-v2 .marketo-form-section .form-inline-card {
  background: white !important;
  border-radius: 12px !important;
  padding: 36px;
  padding-bottom: 0 !important;
  width: 700px !important;
  min-width: 700px !important;
  overflow-y: auto !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
}
.cmp-xfactor-v2 .marketo-form-section .form-inline-card::after {
  content: "";
  display: block;
  height: 36px;
  flex-shrink: 0;
  clear: both;
}
.cmp-xfactor-v2 .marketo-form-section .form-inline-header {
  padding: 0 !important;
  margin-bottom: 4px;
}
.cmp-xfactor-v2 .marketo-form-section .form-inline-title {
  font-size: 22px !important;
  line-height: 30px !important;
  font-weight: 700 !important;
  color: #333 !important;
  margin: 0 !important;
  padding-top: 4px;
}
.cmp-xfactor-v2 .marketo-form-section .form-inline-content {
  padding: 16px 0 0;
}
.cmp-xfactor-v2 .form-legal-footer {
  margin-top: 0 !important;
  padding: 16px 0 0 !important;
  border-top: 1px solid #e5e7eb !important;
  text-align: center !important;
  font-family: inherit !important;
  font-weight: 400 !important;
  clear: both;
  display: block;
  width: 100%;
}
.cmp-xfactor-v2 .form-legal-footer .form-legal-footer__links {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 8px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 4px 16px !important;
}
.cmp-xfactor-v2 .form-legal-footer .form-legal-footer__links li {
  display: inline-flex !important;
  align-items: center !important;
  font-size: 13px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
  color: #022043 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cmp-xfactor-v2 .form-legal-footer .form-legal-footer__links li::before,
.cmp-xfactor-v2 .form-legal-footer .form-legal-footer__links li::marker {
  content: none !important;
}
.cmp-xfactor-v2 .form-legal-footer .form-legal-footer__links a {
  color: #022043 !important;
  text-decoration: none !important;
  font-size: 13px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 0 !important;
}
.cmp-xfactor-v2 .form-legal-footer .form-legal-footer__links a:hover,
.cmp-xfactor-v2 .form-legal-footer .form-legal-footer__links a:focus {
  text-decoration: underline !important;
  color: #0057ae !important;
}
.cmp-xfactor-v2 .form-legal-footer .form-legal-footer__links a:focus-visible {
  outline: 2px solid #0057ae;
  outline-offset: 2px;
  border-radius: 2px;
}
.cmp-xfactor-v2
  .form-legal-footer
  .form-legal-footer__links
  .privacy-cookie-with-icon
  .privacy-icon {
  width: 28px !important;
  height: 14px !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cmp-xfactor-v2 .form-legal-footer .form-legal-footer__copyright {
  font-size: 13px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
  color: #022043 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cmp-xfactor-v2 .calculator-wrapper {
  padding: 32px;
  position: relative;
  flex: 1;
  display: none;
}
.cmp-xfactor-v2 .calculator-wrapper.container,
.cmp-xfactor-v2
  .perspective-article-page
  .calculator-wrapper.perspective-main-container,
.perspective-article-page
  .cmp-xfactor-v2
  .calculator-wrapper.perspective-main-container,
.cmp-xfactor-v2 .section-v3 .calculator-wrapper.section__container,
.section-v3 .cmp-xfactor-v2 .calculator-wrapper.section__container {
  margin: 0 auto;
  max-width: 1400px;
  display: none;
}
.cmp-xfactor-v2 .calculator-wrapper.container.visible,
.cmp-xfactor-v2
  .perspective-article-page
  .calculator-wrapper.visible.perspective-main-container,
.perspective-article-page
  .cmp-xfactor-v2
  .calculator-wrapper.visible.perspective-main-container,
.cmp-xfactor-v2 .section-v3 .calculator-wrapper.visible.section__container,
.section-v3 .cmp-xfactor-v2 .calculator-wrapper.visible.section__container {
  display: grid;
  grid-template-columns: minmax(280px, 550px) 1fr;
  gap: 24px;
  align-items: start;
}
.cmp-xfactor-v2 .right-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  min-width: 0;
  font-weight: normal !important;
}
.cmp-xfactor-v2 .form-group {
  margin-bottom: 24px;
}
.cmp-xfactor-v2 .form-group h3 {
  display: block !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  color: #022043 !important;
  margin-bottom: 8px !important;
}
.cmp-xfactor-v2 .form-group input {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 16px;
  background-color: #f9fafb;
  color: #333333;
  transition: all 0.2s ease;
}
.cmp-xfactor-v2 .form-group input:focus {
  outline: none;
  border-color: #3b82f6;
  background-color: white;
}
.cmp-xfactor-v2 .form-group select {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 16px;
  background-color: #f9fafb;
  color: #333333;
  transition: all 0.2s ease;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  cursor: pointer;
}
.cmp-xfactor-v2 .form-group select:focus {
  outline: none;
  border-color: #3b82f6;
  background-color: white;
}
.cmp-xfactor-v2 .info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  background-color: #022043;
  color: white;
  border-radius: 50%;
  font: normal normal normal 16px/1 FontAwesome;
  margin-left: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  padding: 0;
  font-size: 16px;
  line-height: 1;
}
.cmp-xfactor-v2 .info-icon:hover {
  background-color: #0057ae;
  transform: scale(1.1);
}
.cmp-xfactor-v2 .info-icon:focus {
  outline: 2px solid #0057ae;
  outline-offset: 2px;
  background-color: #0057ae;
}
.cmp-xfactor-v2 .tooltip {
  position: relative;
  display: inline-block;
  vertical-align: text-bottom;
  cursor: pointer;
}
.cmp-xfactor-v2 .tooltip .tooltiptext {
  visibility: hidden;
  width: 280px;
  max-width: calc(100vw - 32px);
  background-color: #022043;
  color: white;
  text-align: left;
  border-radius: 8px;
  padding: 12px 16px;
  position: fixed;
  z-index: 10000;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  pointer-events: none;
  white-space: normal;
  word-wrap: break-word;
}
.cmp-xfactor-v2 .tooltip .tooltiptext::before {
  content: "";
  position: absolute;
  border-width: 6px;
  border-style: solid;
  border-color: transparent;
}
.cmp-xfactor-v2 .tooltip .tooltiptext.position-right::before {
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-right-color: #022043;
}
.cmp-xfactor-v2 .tooltip .tooltiptext.position-left::before {
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-left-color: #022043;
}
.cmp-xfactor-v2 .tooltip .tooltiptext.position-bottom::before {
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-bottom-color: #022043;
}
.cmp-xfactor-v2 .tooltip .tooltiptext.position-top::before {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top-color: #022043;
}
.cmp-xfactor-v2 .tooltip .tooltiptext.position-right::after {
  border-right-color: #022043 !important;
}
.cmp-xfactor-v2 .tooltip:hover .tooltiptext,
.cmp-xfactor-v2 .tooltip:focus-within .tooltiptext,
.cmp-xfactor-v2 .tooltip .info-icon:focus + .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.cmp-xfactor-v2 .btn-primary {
  padding: 12px 20px;
  background-color: #0057ae;
  color: white;
  border: none;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 600 !important;
  cursor: pointer;
  transition: all 0.2s ease;
}
.cmp-xfactor-v2 .btn-primary:hover {
  background-color: #022043;
}
.cmp-xfactor-v2 .btn-primary:focus,
.cmp-xfactor-v2 .btn-primary:focus-visible {
  outline: 3px solid #0057ae;
  outline-offset: 2px;
  box-shadow: 0 0 0 3px rgba(0, 87, 174, 0.3);
}
.cmp-xfactor-v2 .btn-primary:disabled {
  cursor: not-allowed;
}
.cmp-xfactor-v2 button:disabled,
.cmp-xfactor-v2 button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.cmp-xfactor-v2 .config-section-title {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #0057ae !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.4 !important;
}
.cmp-xfactor-v2 .config-section-divider {
  border: none;
  border-top: 1px solid #e5e7eb;
  margin: 0 20px 20px 0;
}
.cmp-xfactor-v2 .assumptions-accordion {
  margin: 0;
}
.cmp-xfactor-v2 .assumptions-accordion-item {
  border: none;
}
.cmp-xfactor-v2 .assumptions-accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
  text-align: left;
}
.cmp-xfactor-v2 .assumptions-accordion-header:hover {
  color: #111;
}
.cmp-xfactor-v2 .assumptions-accordion-header:focus,
.cmp-xfactor-v2 .assumptions-accordion-header:focus-visible {
  outline: none;
}
.cmp-xfactor-v2 .assumptions-accordion-icon {
  font-size: 20px;
  font-weight: 400;
  color: #666;
  transition: transform 0.2s ease;
  flex-shrink: 0;
  margin-left: 12px;
}
.cmp-xfactor-v2
  .assumptions-accordion-header[aria-expanded="true"]
  .assumptions-accordion-icon {
  transform: none;
}
.cmp-xfactor-v2 .assumptions-accordion-body {
  padding: 0 0 8px 0;
}
.cmp-xfactor-v2 .calculate-btn-wrapper {
  margin-top: 20px;
}
.cmp-xfactor-v2 .config-panel {
  background: transparent;
  border-radius: 12px;
  box-shadow: none;
  width: 100%;
  display: flex !important;
  max-width: 100%;
  flex-direction: column;
  justify-self: start;
}
.cmp-xfactor-v2 #config-form {
  margin: 0;
}
.cmp-xfactor-v2 .calculator-panel {
  background: white;
  border: none;
  border-radius: 12px;
  margin: 0 !important;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}
.cmp-xfactor-v2 .custom-dropdown {
  position: relative;
  width: 100%;
}
.cmp-xfactor-v2 .dropdown-toggle {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 16px;
  background-color: #f9fafb;
  color: #333333;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s ease;
  min-height: 48px;
}
.cmp-xfactor-v2 .dropdown-toggle:hover {
  border-color: #d1d5db;
}
.cmp-xfactor-v2 .dropdown-toggle:focus {
  outline: none;
  border-color: #3b82f6;
  background-color: white;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.cmp-xfactor-v2 .dropdown-toggle.has-selection #dropdown-placeholder,
.cmp-xfactor-v2 .dropdown-toggle.has-selection .dropdown-placeholder {
  color: #333333;
  font-weight: normal;
}
.cmp-xfactor-v2 .form-group select.select-as-custom-dropdown {
  display: none !important;
}
.cmp-xfactor-v2 .dropdown-arrow {
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
  color: #6b7280;
}
.cmp-xfactor-v2 .dropdown-toggle.open .dropdown-arrow {
  transform: rotate(180deg);
}
.cmp-xfactor-v2 .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 2px solid #e5e7eb;
  border-top: none;
  border-radius: 0 0 8px 8px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  display: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.cmp-xfactor-v2 .dropdown-menu[role="listbox"] {
  outline: none;
}
.cmp-xfactor-v2 .dropdown-menu.show {
  display: block;
}
.cmp-xfactor-v2 .dropdown-option {
  padding: 12px 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: background-color 0.15s ease;
  border-bottom: 1px solid #f3f4f6;
  color: #374151;
}
.cmp-xfactor-v2 .dropdown-option:last-child {
  border-bottom: none;
}
.cmp-xfactor-v2 .dropdown-option:hover {
  background-color: #f9fafb;
}
.cmp-xfactor-v2 .dropdown-option:focus {
  outline: 2px solid #3b82f6;
  outline-offset: -2px;
  background-color: #f9fafb;
}
.cmp-xfactor-v2 .dropdown-option input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #3b82f6;
  cursor: pointer;
}
.cmp-xfactor-v2 .dropdown-option label {
  cursor: pointer;
  margin: 0;
  font-weight: normal;
  color: #374151;
  flex: 1;
}
.cmp-xfactor-v2 .dropdown-option.is-selected {
  background-color: #0057ae;
  color: #ffffff;
  font-weight: 600;
}
.cmp-xfactor-v2 .dropdown-option.is-selected label {
  color: #ffffff;
}
.cmp-xfactor-v2 .dropdown-option.is-disabled {
  color: #9ca3af;
  cursor: not-allowed;
}
.cmp-xfactor-v2 #dropdown-placeholder,
.cmp-xfactor-v2 .dropdown-placeholder {
  color: #6b7280;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  margin-right: 8px;
}
.cmp-xfactor-v2 .results-panel {
  display: grid;
  gap: 32px;
  align-items: start;
  grid-template-columns: minmax(0, 1fr) !important;
  width: 100%;
  min-width: 0;
}
.cmp-xfactor-v2 .info-section {
  display: flex;
  flex-direction: column;
  min-width: 0;
  width: 100%;
}
.cmp-xfactor-v2 .vc-chart-table-section {
  width: 100%;
  min-width: 0;
}
.cmp-xfactor-v2 .vc-chart-table-wrapper {
  background: white;
  border-radius: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 100%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  -webkit-overflow-scrolling: touch;
}
.cmp-xfactor-v2 .vc-chart-table {
  width: 100%;
  min-width: 660px;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 14px;
  background: white;
}
.cmp-xfactor-v2 .vc-chart-table thead {
  background: #fc5b05;
}
.cmp-xfactor-v2 .vc-chart-table thead th {
  padding: 14px 16px;
  font-size: 18px;
  font-weight: 700;
  border: none;
  color: white;
}
.cmp-xfactor-v2 .vc-chart-table thead .vc-chart-table-header-product {
  text-align: left;
  color: white;
  width: 35%;
}
.cmp-xfactor-v2 .vc-chart-table thead .vc-chart-table-header-title {
  text-align: center;
  font-size: 18px;
  color: white;
  width: 25%;
}
.cmp-xfactor-v2 .vc-chart-table thead .vc-chart-table-header-year {
  text-align: center;
  color: white;
  width: 40%;
}
.cmp-xfactor-v2 .vc-chart-table tbody td {
  padding: 12px 16px;
  border: none;
  border-bottom: 3px solid #e5e7eb;
  color: #333;
  vertical-align: middle;
  overflow-wrap: anywhere;
  word-wrap: break-word;
}
.cmp-xfactor-v2 .vc-chart-table tbody td:first-child {
  text-align: left;
  font-weight: normal;
}
.cmp-xfactor-v2 .vc-chart-table tbody td:nth-child(2) {
  text-align: center;
  white-space: nowrap;
}
.cmp-xfactor-v2 .vc-chart-table tbody td:last-child {
  text-align: center;
  font-weight: 700;
  color: #022043;
  white-space: nowrap;
}
.cmp-xfactor-v2 .vc-chart-table tbody tr:last-child td {
  border-bottom: 1px solid #e5e7eb;
}
.cmp-xfactor-v2 .download-brief-btn {
  width: 100%;
  margin-top: 16px;
  padding: 16px 24px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
}
.cmp-xfactor-v2 .download-brief-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.cmp-xfactor-v2 .download-brief-btn svg {
  transition: transform 0.3s ease;
}
.cmp-xfactor-v2 .download-brief-btn:hover svg {
  transform: translateX(2px);
}
.cmp-xfactor-v2 .download-brief-btn.hidden {
  display: none;
}
.cmp-xfactor-v2 .download-brief-btn.loading {
  opacity: 0.8;
  cursor: wait;
  pointer-events: none;
  background-color: #f3f4f6;
}
.cmp-xfactor-v2 .download-brief-btn.loading:hover {
  transform: none;
}
.cmp-xfactor-v2 .download-brief-btn.loading .btn-text {
  opacity: 0.6;
}
.cmp-xfactor-v2 .download-brief-btn.loading .loading-spinner-btn {
  display: block;
}
.cmp-xfactor-v2 .download-brief-btn.loading svg {
  display: none;
}
.cmp-xfactor-v2 .download-brief-btn .loading-spinner-btn {
  display: none;
  width: 18px;
  height: 18px;
  border: 3px solid #d1d5db;
  border-top: 3px solid #0057ae;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  flex-shrink: 0;
}
.cmp-xfactor-v2 .overlay-base {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cmp-xfactor-v2 .overlay-content {
  background: white;
  border-radius: 16px;
  padding: 40px 48px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
}
.cmp-xfactor-v2 .spinner {
  width: 48px;
  height: 48px;
  border: 4px solid #e5e7eb;
  border-top: 4px solid #0057ae;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 20px;
}
.cmp-xfactor-v2 .error-icon {
  width: 48px;
  height: 48px;
  color: #d92d20;
  margin-bottom: 20px;
  flex-shrink: 0;
}
.cmp-xfactor-v2 .overlay-text {
  font-size: 18px;
  font-weight: 600;
  color: #022043;
  margin-bottom: 8px;
  text-align: center;
}
.cmp-xfactor-v2 .overlay-subtext {
  font-size: 14px;
  color: #6b7280;
  text-align: center;
  max-width: 300px;
}
.cmp-xfactor-v2 .loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.cmp-xfactor-v2 .loading-content {
  pointer-events: auto;
  position: relative;
  z-index: 1000;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cmp-xfactor-v2 .skeleton {
  background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
}
.cmp-xfactor-v2 .skeleton.initial-load {
  animation: shimmer 4.5s infinite;
}
@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@keyframes skeleton-pulse {
  0%,
  100% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
}
.cmp-xfactor-v2 .skeleton-legend {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}
.cmp-xfactor-v2 .skeleton-legend-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 14px;
}
.cmp-xfactor-v2 .skeleton-legend-table thead {
  background: #fc5b05;
}
.cmp-xfactor-v2 .skeleton-legend-table thead th {
  padding: 14px 16px;
  border: none;
}
.cmp-xfactor-v2 .skeleton-legend-table thead .skeleton-legend-header-title {
  text-align: left;
}
.cmp-xfactor-v2 .skeleton-legend-table thead .skeleton-legend-header-year {
  text-align: right;
}
.cmp-xfactor-v2 .skeleton-legend-table thead .skeleton-header-bar {
  height: 20px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.35);
  animation: skeleton-pulse 1.5s ease-in-out infinite;
}
.cmp-xfactor-v2 .skeleton-legend-table thead .skeleton-header-bar-title {
  width: 70%;
  max-width: 280px;
}
.cmp-xfactor-v2 .skeleton-legend-table thead .skeleton-header-bar-year {
  width: 60px;
  margin-left: auto;
}
.cmp-xfactor-v2 .skeleton-legend-table tbody td {
  padding: 12px 16px;
  border: none;
  border-bottom: 1px solid #e5e7eb;
  vertical-align: middle;
}
.cmp-xfactor-v2 .skeleton-legend-table tbody tr:nth-child(odd) {
  background: #fff;
}
.cmp-xfactor-v2 .skeleton-legend-table tbody tr:nth-child(even) {
  background: #f9fafb;
}
.cmp-xfactor-v2 .skeleton-legend-table tbody td:first-child .skeleton-row-bar {
  width: 85%;
  max-width: 320px;
  height: 14px;
  display: block;
}
.cmp-xfactor-v2 .skeleton-legend-table tbody td:last-child {
  text-align: right;
}
.cmp-xfactor-v2 .skeleton-legend-table tbody td:last-child .skeleton-row-bar {
  width: 48px;
  height: 14px;
  display: block;
  margin-left: auto;
}
.cmp-xfactor-v2 .skeleton-legend-table .skeleton-row-bar {
  border-radius: 4px;
  animation: skeleton-pulse 1.5s ease-in-out infinite;
}
.cmp-xfactor-v2 .skeleton-download-btn {
  height: 56px;
  border-radius: 50px;
  width: 100%;
}
.cmp-xfactor-v2 .skeleton-hidden {
  display: none !important;
}
.cmp-xfactor-v2 .calculator-skeleton {
  width: 100%;
}
.cmp-xfactor-v2 .skeleton-form-group {
  margin-bottom: 24px;
}
.cmp-xfactor-v2 .skeleton-label {
  height: 16px;
  width: 140px;
  border-radius: 4px;
  margin-bottom: 8px;
}
.cmp-xfactor-v2 .skeleton-input {
  height: 48px;
  width: 100%;
  border-radius: 8px;
}
.cmp-xfactor-v2 .skeleton-button {
  height: 48px;
  width: 120px;
  border-radius: 24px;
  margin-top: 8px;
}
.cmp-xfactor-v2 .popup-overlay {
  all: unset;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease,
    z-index 0s linear 0.3s;
  overflow: hidden;
  overscroll-behavior: contain;
}
.cmp-xfactor-v2 .popup-overlay.show {
  opacity: 1;
  visibility: visible;
  z-index: 10000;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease,
    z-index 0s linear 0s;
}
.cmp-xfactor-v2 dialog.popup-overlay {
  display: flex;
}
.cmp-xfactor-v2 dialog.popup-overlay[open]::backdrop {
  display: none;
}
.cmp-xfactor-v2 .popup-container {
  background: white !important;
  border-radius: 12px !important;
  padding: 32px;
  padding-bottom: 0 !important;
  max-width: 640px !important;
  max-height: 100% !important;
  overflow-y: auto !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15) !important;
  transform: scale(0.9) translateY(0) !important;
  transition: all 0.3s ease !important;
}
.cmp-xfactor-v2 .popup-container::after {
  content: "";
  display: block;
  height: 32px;
  flex-shrink: 0;
  clear: both;
}
.cmp-xfactor-v2 .popup-overlay.show .popup-container {
  transform: scale(1) translateY(0);
}
.cmp-xfactor-v2 .popup-overlay.show .popup-container:focus {
  outline: none;
}
.cmp-xfactor-v2 .popup-close {
  background: none;
  border: none;
  color: #6b7280;
  cursor: pointer;
  padding: 4px;
  border-radius: 6px;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.cmp-xfactor-v2 .popup-close:hover {
  background-color: #f3f4f6;
  color: #022043;
}
.cmp-xfactor-v2 .popup-close:focus-visible {
  outline: 2px solid #0057ae;
  outline-offset: 2px;
}
.cmp-xfactor-v2 .form-popup-close-wrapper {
  display: flex;
  justify-content: right;
  position: absolute;
  right: 24px;
  top: 24px;
}
.cmp-xfactor-v2 .form-popup-content {
  padding: 16px 0 0;
}
.cmp-xfactor-v2 .thank-you-popup-content {
  padding: 16px 0 16px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.cmp-xfactor-v2 .thank-you-icon {
  width: 64px;
  height: 64px;
  background-color: #12a67c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px auto;
}
.cmp-xfactor-v2 .thank-you-icon svg {
  width: 32px;
  height: 32px;
  color: white;
}
.cmp-xfactor-v2 .thank-you-title {
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  color: #022043 !important;
  margin-bottom: 16px !important;
}
.cmp-xfactor-v2 .thank-you-message {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 32px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.cmp-xfactor-v2 .thank-you-button {
  padding: 12px 24px;
  background-color: #0057ae;
  color: white;
  border: none;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
  min-width: 120px;
}
.cmp-xfactor-v2 .thank-you-button:hover {
  background-color: #022043;
}
.cmp-xfactor-v2 .download-progress-overlay {
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 10001;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
  overflow: hidden;
  overscroll-behavior: contain;
}
.cmp-xfactor-v2 .download-progress-overlay.show {
  display: flex;
  opacity: 1;
  visibility: visible;
}
.cmp-xfactor-v2 .download-progress-overlay .overlay-content {
  transform: scale(0.9);
  transition: transform 0.3s ease;
}
.cmp-xfactor-v2 .download-progress-overlay.show .overlay-content {
  transform: scale(1);
}
.cmp-xfactor-v2 .api-failure-overlay-card {
  position: relative;
  padding-top: 52px;
}
.cmp-xfactor-v2 .api-failure-overlay-close {
  position: absolute;
  top: 16px;
  right: 16px;
}
.cmp-xfactor-v2 .api-failure-overlay-content {
  position: relative;
  z-index: 1001;
}
.cmp-xfactor-v2 .api-failure-overlay:focus {
  outline: none;
}
.cmp-xfactor-v2 .api-failure-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
  overflow: hidden;
  overscroll-behavior: contain;
}
.cmp-xfactor-v2 .api-failure-overlay.show {
  display: flex;
  opacity: 1;
  visibility: visible;
}
.cmp-xfactor-v2 .api-failure-overlay .overlay-content {
  transform: scale(0.9);
  transition: transform 0.3s ease;
}
.cmp-xfactor-v2 .api-failure-overlay.show .overlay-content {
  transform: scale(1);
}
.cmp-xfactor-v2 .description-section {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px 40px 40px;
  box-sizing: border-box;
}
.cmp-xfactor-v2 .description-container {
  padding: 12px 0;
}
.cmp-xfactor-v2 .description-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #333333;
  margin: 0;
}
.cmp-xfactor-v2 .popup-loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 24px;
  min-height: 200px;
}
.cmp-xfactor-v2 .popup-loader.hidden {
  display: none;
}
.cmp-xfactor-v2 .popup-loader-spinner {
  width: 32px;
  height: 32px;
  border: 3px solid #e5e7eb;
  border-top: 3px solid #0057ae;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 16px;
}
.cmp-xfactor-v2 .popup-loader-text {
  font-size: 16px;
  font-weight: 600;
  color: #022043;
  margin-bottom: 4px;
}
.cmp-xfactor-v2 .popup-loader-subtext {
  font-size: 14px;
  color: #6b7280;
  text-align: center;
}
.cmp-xfactor-v2 .popup-overlay:not(.show),
.cmp-xfactor-v2 .popup-overlay:not(.show) *,
.cmp-xfactor-v2 .loading-overlay,
.cmp-xfactor-v2 .loading-overlay *,
.cmp-xfactor-v2 .download-progress-overlay:not(.show),
.cmp-xfactor-v2 .download-progress-overlay:not(.show) *,
.cmp-xfactor-v2 .api-failure-overlay:not(.show),
.cmp-xfactor-v2 .api-failure-overlay:not(.show) * {
  pointer-events: none;
}
@media (max-width: 1200px) and (min-width: 769px) {
  .cmp-xfactor-v2 .calculator-wrapper.container.visible,
  .cmp-xfactor-v2
    .perspective-article-page
    .calculator-wrapper.visible.perspective-main-container,
  .perspective-article-page
    .cmp-xfactor-v2
    .calculator-wrapper.visible.perspective-main-container,
  .cmp-xfactor-v2 .section-v3 .calculator-wrapper.visible.section__container,
  .section-v3 .cmp-xfactor-v2 .calculator-wrapper.visible.section__container {
    grid-template-columns: minmax(250px, 350px) 1fr;
  }
  .cmp-xfactor-v2 .results-panel {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 960px) {
  .cmp-xfactor-v2 .marketo-form-section {
    flex-direction: column;
    max-width: min(640px, 100%);
    gap: 32px;
    padding: 32px 24px;
  }
  .cmp-xfactor-v2 .marketo-form-section .form-intro-content {
    max-width: 100%;
  }
  .cmp-xfactor-v2 .marketo-form-section .form-inline-card {
    width: 100% !important;
    min-width: 0 !important;
  }
}
@media (max-width: 768px) {
  .cmp-xfactor-v2 .marketo-form-section {
    padding: 24px 16px;
  }
  .cmp-xfactor-v2 .calculator-wrapper {
    padding: 24px !important;
  }
  .cmp-xfactor-v2 .description-section {
    padding: 0 16px;
  }
  .cmp-xfactor-v2 .popup-overlay {
    padding: 10px;
  }
  .cmp-xfactor-v2 .popup-container {
    padding: 24px;
  }
  .cmp-xfactor-v2 .form-popup-close-wrapper {
    right: 12px;
    top: 12px;
  }
  .cmp-xfactor-v2 .calculator-wrapper.container.visible,
  .cmp-xfactor-v2
    .perspective-article-page
    .calculator-wrapper.visible.perspective-main-container,
  .perspective-article-page
    .cmp-xfactor-v2
    .calculator-wrapper.visible.perspective-main-container,
  .cmp-xfactor-v2 .section-v3 .calculator-wrapper.visible.section__container,
  .section-v3 .cmp-xfactor-v2 .calculator-wrapper.visible.section__container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0;
    margin: 0;
  }
  .cmp-xfactor-v2 .config-panel {
    width: 100%;
    max-width: 100%;
  }
  .cmp-xfactor-v2 .right-column {
    width: 100%;
  }
  .cmp-xfactor-v2 .results-panel {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .cmp-xfactor-v2 .info-section {
    width: 100%;
  }
  .cmp-xfactor-v2 .tooltip .tooltiptext {
    width: 240px;
    max-width: calc(100vw - 32px);
  }
  .cmp-xfactor-v2 .vc-chart-table-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

body.popup-open {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
  height: 100%;
}

#thankYouPopupOverlay .form-popup-close:focus,
#thankYouPopupOverlay .form-popup-close:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 2px #0057ae;
}
